Commit ff986e49beaf88fe5f943e2cd892a120f2b373a2
1 parent
3840f3b8
bootloader: Remove NVMe beta files
The latest bootloader now supports NVMe
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,15 +64,10 @@ Otherwise, the SPI EEPROM bootloader image will be loaded instead. | ||
| 64 | The Raspberry Pi Imager can be run natively on the CM4 providing a GUI for downloading and installing the operating system. | 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 | Beta notes: | 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 | * uart_2ndstage is enabled | 68 | * uart_2ndstage is enabled |
| 69 | * The HDMI display is limited to 1080p to avoid potential problems with cables etc if a 4K display is attached. | 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 | Run Raspberry Pi Imager: | 71 | Run Raspberry Pi Imager: |
| 77 | ``` | 72 | ``` |
| 78 | sudo ./rpiboot -d imager | 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