diff options
Diffstat (limited to 'raspberry.md')
| -rw-r--r-- | raspberry.md | 14 |
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` |
