summaryrefslogtreecommitdiffstats
path: root/raspberry.md
blob: 4c1972343d0f8e31faa4cd33ad06b54b9d92d625 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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`