Open main menu

Changes

NVMe SSD boot with the Raspberry Pi 5

492 bytes added, 11:31, 29 December 2023
Q: '''X1000''' don't boot from NVME SSD?
A: If you have enabled pcie and find that you still cannot boot from NVME, please perform the following actions Check bootloader version using the following command: vcgencmd bootloader_versionThe result is floowing:<PRE/pre>Check pi@raspberrypi:~ $ vcgencmd bootloader_version2023/10/30 16:45:10version 30de0ba51efcdfe5aebfb3068e0d5278647611cc (release)timestamp 1698684310update-time 1703819008capabilities 0x0000007f</pre>If it is not the 2023/10/30 version, please update eeprom to the 2023-10-30 version using the following command: 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
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
</PRE>