Add NVMe boot support for RPi Compute Module 4 (#1557)
* Add U-Boot patches for NVMe boot support Add NVMe to boot order. Fix NVMe support on 64-bit Raspberry Pi devices. This is useful for Raspberry Pi Compute Module 4 IO Board where a native NVMe can be plugged in. * Enable NVMe support for Raspberry Pi 4 Our machine configuration rpi4 and rpi4_64 work on the Compute Module IO Board. In this configuration a NVMe SSD can be used. Therefor, enable support for NVMe in the Raspberry Pi 4 configurations. Note: Regular Raspberry Pi devices will not notice a difference as the "nvme scan" command will return very quickly and not find a NVMe on the PCIe bus. * Use built-in NVMe support in Kernel for NVMe boot support
This commit is contained in:
2
buildroot-external/board/raspberrypi/rpi4/uboot.config
Normal file
2
buildroot-external/board/raspberrypi/rpi4/uboot.config
Normal file
@@ -0,0 +1,2 @@
|
||||
CONFIG_CMD_NVME=y
|
||||
CONFIG_NVME=y
|
||||
Reference in New Issue
Block a user