Changes between Version 14 and Version 15 of venice/boot
- Timestamp:
- 04/04/2024 09:35:39 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
venice/boot
v14 | v15 | |
---|---|---|
64 | 64 | What is possible, is that you can load a kernel that has PCI/NVMe support from eMMC/USB/microSD and thus run your OS off NVMe. |
65 | 65 | |
66 | NVMe support has existed in our '''kernels''' for a |
|
66 | NVMe support has existed in our '''kernels''' for a long time. It works exactly like putting your root filesystem on any block storage device such that you tell the kernel what device is root via 'root=<device> rootwait'. | |
67 | 67 | |
68 | 68 | The IMX8 BOOT ROM does not support booting from PCI/NVMe so it will always boot its boot firmware from something it does support (NAND/SDIO/MMC/SD/SPI/USB/QSPI) and in this case that is eMMC. So the boot firmware will always exist on eMMC. |