summaryrefslogtreecommitdiffstats
path: root/raspberry.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:33:33 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:33:33 +0200
commitb94d56f916c275ba73e4cd668629652993a96107 (patch)
tree7b265cb5c6d94e51eecfcb1cb805aa46a845dbf3 /raspberry.md
parentd3e78a37b6d907ecbfc817db6ba4c7a71f8a96c3 (diff)
Add Raspberry Pi5 support to bootstrap
Diffstat (limited to 'raspberry.md')
-rw-r--r--raspberry.md14
1 files changed, 14 insertions, 0 deletions
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`