Open main menu

Changes

NVMe SSD boot with the Raspberry Pi 5

217 bytes added, 13:31, 8 December 2023
==Upgrade eeprom, solve NO wifi issue==
After modifying the BOOT ORDER '''BOOT_ORDER''' for NVMESSD, reboot the PI5 and you will get the no WIFI error. We need to upgrade the eeprom to fix it (Raspberry Pi Foundation official may upgrade the OS to solve this kind of problem, please pay attention to the update of Raspberry Pi OS, if the OS upgrade can solve this problem, you can ignore this step).
Run the following command to
wget https://github.com/timg236/rpi-eeprom/raw/pieeprom-2023-10-30-2712/firmware-2712/default/pieeprom-2023-10-30.bin
sudo rpi-eeprom-config --edit pieeprom-2023-10-30.bin
 
It is recommended to use the latest version of the pieeprom-xxxx-xx-xx.bin file, please visit [https://github.com/timg236/rpi-eeprom/tree/master/firmware-2712/default this link] to get the latest version:
 
[[File:Update-eeprom.png]]
Then reboot:
sudo reboot