From b94d56f916c275ba73e4cd668629652993a96107 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:33 +0200 Subject: Add Raspberry Pi5 support to bootstrap --- raspberry.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 raspberry.md (limited to 'raspberry.md') diff --git a/raspberry.md b/raspberry.md new file mode 100644 index 0000000..4c19723 --- /dev/null +++ b/raspberry.md @@ -0,0 +1,14 @@ +# Install Raspberry Pi 5 + +- Download [Raspberry Pi Imager](https://www.raspberrypi.com/software/) +- Create a bootable USB using the imager + - OS: Raspberry PI OS LITE + - Hostname: `raspberryiso` + - Username/Password: `pi:raspberry` + - Enable SSH (Use password authentication) +- Turn off the raspberry pi and remove the SD card +- Insert the bootable USB and turn the PI +- Wait for the PI to start +- SSH into the PI using the username/password configured +- Insert the SD Card +- Make sure the PI boot order is set to `BOOT_ORDER=0x1f461` using `sudo rpi-eeprom-config --edit` -- cgit v1.2.3