Update docs/raspberry-pi5-ssd-install-instructions.md

Co-authored-by: Nico Miguelino <nicomiguelino2014@gmail.com>
This commit is contained in:
Alexis Threlfall
2025-03-12 13:31:50 +00:00
committed by GitHub
parent b184a08bdf
commit 9fa9d3ff58

View File

@@ -35,7 +35,7 @@ Once your Pi is booting from the SSD, you have a couple of housekeeping tasks to
- Update the OS using `sudo apt update` and `sudo apt full-upgrade -y`
- Check the bootloader is at the latest version using `sudo rpi-eeprom-update`
- If there is a eeprom update, then use `sudo raspi-config` to update it
- If there is an EEPROM update, then use `sudo raspi-config` to update it
- Go to `6 Advanced Opitions` => `A5 Bootloader Version` => `E1 Latest`, then select `Yes`
- Reboot the Pi
- Finally, you'll need to run the Anthias installer: `bash <(curl -sL https://install-anthias.srly.io)`