From 9fa9d3ff58f5cab261cbb74dbf5fa4e5ec6730a4 Mon Sep 17 00:00:00 2001 From: Alexis Threlfall <110603000+PHCPartsAlexis@users.noreply.github.com> Date: Wed, 12 Mar 2025 13:31:50 +0000 Subject: [PATCH] Update docs/raspberry-pi5-ssd-install-instructions.md Co-authored-by: Nico Miguelino --- docs/raspberry-pi5-ssd-install-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/raspberry-pi5-ssd-install-instructions.md b/docs/raspberry-pi5-ssd-install-instructions.md index 86f3ddb4..52a6a13f 100644 --- a/docs/raspberry-pi5-ssd-install-instructions.md +++ b/docs/raspberry-pi5-ssd-install-instructions.md @@ -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)`