Commit c2da05cdd0aa3a24df19f18f9d2d94a963bf2a18
Committed by
GitHub
Merge pull request #88 from peterharperuk/remove_nvme
bootloader: Remove NVMe beta files
Showing
10 changed files
with
1 additions
and
23 deletions
Readme.md
| ... | ... | @@ -64,15 +64,10 @@ Otherwise, the SPI EEPROM bootloader image will be loaded instead. |
| 64 | 64 | The Raspberry Pi Imager can be run natively on the CM4 providing a GUI for downloading and installing the operating system. |
| 65 | 65 | |
| 66 | 66 | Beta notes: |
| 67 | -* The current version runs rpi-update upon completion in order to update the firwamre and kernel to support NVMe. | |
| 67 | +* The current version runs rpi-update upon completion in order to update the firwamre and kernel. | |
| 68 | 68 | * uart_2ndstage is enabled |
| 69 | 69 | * The HDMI display is limited to 1080p to avoid potential problems with cables etc if a 4K display is attached. |
| 70 | 70 | |
| 71 | -For NVMe boot update the bootloader first: | |
| 72 | -``` | |
| 73 | -sudo ./rpiboot -d nvme | |
| 74 | -``` | |
| 75 | - | |
| 76 | 71 | Run Raspberry Pi Imager: |
| 77 | 72 | ``` |
| 78 | 73 | sudo ./rpiboot -d imager | ... | ... |
nvme/boot.conf deleted
| 1 | -[all] | |
| 2 | -BOOT_UART=0 | |
| 3 | -WAKE_ON_GPIO=1 | |
| 4 | -POWER_OFF_ON_HALT=0 | |
| 5 | - | |
| 6 | -# Try SD -> NVME -> USB PCIe MSD -> USB 2.0 BCM XHCI -> Network -> Loop | |
| 7 | -BOOT_ORDER=0xf25461 | |
| 8 | - | |
| 9 | -# Set to 0 to prevent bootloader updates from USB/Network boot | |
| 10 | -# For remote units EEPROM hardware write protection should be used. | |
| 11 | -ENABLE_SELF_UPDATE=1 |
nvme/bootcode4.bin deleted
nvme/config.txt deleted
nvme/pieeprom-2021-03-17.bin deleted
No preview for this file type
nvme/pieeprom.bin deleted
No preview for this file type
nvme/pieeprom.original.bin deleted
No preview for this file type
nvme/pieeprom.sig deleted
nvme/rpi-eeprom-config deleted
nvme/update-pieeprom.sh deleted