Open main menu

Changes

NVMe SSD boot with the Raspberry Pi 5

643 bytes added, 13:23, 8 December 2023
no edit summary
sudo dd if=/dev/zero of=/dev/nvme0n1 bs=1024 count=1
</pre>
 
 
==Upgrade eeprom, solve NO wifi issue==
After modifying the BOOT ORDER for NVME, 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
 
[[File:Update-eeprom.png]]
 
Then reboot:
sudo reboot