Commit ff986e49beaf88fe5f943e2cd892a120f2b373a2

Authored by Peter Harper
1 parent 3840f3b8

bootloader: Remove NVMe beta files

The latest bootloader now supports NVMe
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
1 -../recovery/bootcode4.bin  
2 \ No newline at end of file 0 \ No newline at end of file
nvme/config.txt deleted
1 -../recovery/config.txt  
2 \ No newline at end of file 0 \ No newline at end of file
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
1 -5589d88daff6f8679a4f3229a68fa0f27eae8b29ab09ff9c52681c2d1cdd33f5  
2 -ts: 1626086320  
nvme/rpi-eeprom-config deleted
1 -../recovery/rpi-eeprom-config  
2 \ No newline at end of file 0 \ No newline at end of file
nvme/update-pieeprom.sh deleted
1 -../recovery/update-pieeprom.sh  
2 \ No newline at end of file 0 \ No newline at end of file