Open main menu

Changes

NVMe SSD boot with the Raspberry Pi 5

701 bytes added, 28 February
You also can refer to official documentatio:[https://www.raspberrypi.com/documentation/computers/raspberry-pi-5.html#enabling-pcie Enabling PCIe]
 
Use the lspci command to display your PCIe devices
sudo lspci
 
If your NVMe SSD is not recognized, You can either use a terminal, and simply use the following commands to update your firmware:
sudo apt update
sudo apt upgrade
rpi-eeprom-update -a
If a firmware update is available you will be prompted to install it and your Raspberry Pi will reboot. More information about updating the firmware on your Raspberry Pi is available in the [https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#bootloader_update_stable official documentation].
After updating the firmware and your SSD is still recognized, Please consider switching to a different brand or model and try again.1
==Flash OS onto NVME SSD==