diff --git a/README.md b/README.md index 311cd5b..b837dae 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,12 @@ This repository contains the scripts and pre-compiled binaries used to create the `rpi-eeprom` package which is used to update the Raspberry Pi 4 bootloader and VLI USB controller EEPROMs. # Support -Please check the Raspberry Pi [general discussion forum](https://www.raspberrypi.org/forums/viewforum.php?f=63) if you have a support question. +Please check the Raspberry Pi [general discussion forum](https://forums.raspberrypi.com/viewforum.php?f=63) if you have a support question. # Reset to factory defaults To reset the bootloader back to factory defaults use [Raspberry Pi Imager](https://www.raspberrypi.com/software/) to write an EEPROM update image to a spare SD card. Select `Misc utility images` under the `Operating System` tab. # Bootloader documentation -* [The boot folder](https://www.raspberrypi.com/documentation/computers/configuration.html#the-boot-folder) * [Config.txt boot options](https://www.raspberrypi.com/documentation/computers/config_txt.html#boot-options) * [Bootloader EEPROM](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-boot-eeprom) * [Bootloader configuration](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-bootloader-configuration) diff --git a/releases.md b/releases.md index e25d56e..e804d49 100644 --- a/releases.md +++ b/releases.md @@ -1,7 +1,6 @@ # Raspberry Pi 4B, 400 and CM4 bootloader EEPROM releases This page provides links to the production and development release images for the bootloader EEPROM on BCM2711-based Raspberry Pi computers. Normally, the -bootloader is automatically updated after an APT update via the [rpi-eeprom-update](https://www.raspberrypi.org/documentation/hardware/raspberrypi/booteeprom.md) -utility. +bootloader is automatically updated after an APT update via the [rpi-eeprom-update](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#automatic-updates) utility. ## Release notes Release notes are available [here](https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/release-notes.md). @@ -10,8 +9,8 @@ Release notes are available [here](https://github.com/raspberrypi/rpi-eeprom/blo The default production EEPROM image release is [2020-09-03](https://github.com/raspberrypi/rpi-eeprom/releases/tag/v2020.09.03-138a1) and can be installed via the [Raspberry Pi Imager](https://www.raspberrypi.org/downloads/). ## USB MSD boot -Please see the [USB mass storage boot](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md) guide. -For support or hardware interoperability discussions please use the Raspberry Pi [general discussion](https://www.raspberrypi.org/forums/viewforum.php?f=63) forum. +Please see the [USB mass storage boot](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#usb-mass-storage-boot) guide. +For support or hardware interoperability discussions please use the Raspberry Pi [general discussion](https://forums.raspberrypi.com/viewforum.php?f=63) forum. ## Old EEPROM images Old bootloader images are periodically removed from the APT package to reduce the disk space, but are still available via Github [here](https://github.com/raspberrypi/rpi-eeprom/tree/master/firmware/old). diff --git a/rpi-eeprom-update b/rpi-eeprom-update index c153c6a..6866ef5 100755 --- a/rpi-eeprom-update +++ b/rpi-eeprom-update @@ -490,7 +490,7 @@ To flash the new image: The syntax is the same as config.txt See online documentation for the list of parameters. The official documentation for the Raspberry Pi bootloader EEPROM is available at -https://www.raspberrypi.org/documentation/hardware/raspberrypi/booteeprom.md + https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-boot-eeprom Compute Module 4 (CM4): @@ -500,10 +500,7 @@ cause the system to fail to boot so automatic updates are disabled. We also recommend write-protecting the SPI EPPROM after flashing it using usbboot. CM4 bootloader and EEPROM update instructions: - https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md - -usbboot instructions for flashing CM4 EMMC and bootloader EEPROM: - https://www.raspberrypi.org/documentation/hardware/computemodule/cm-emmc-flashing.md + https://www.raspberrypi.com/documentation/computers/compute-module.html#compute-module-4-bootloader The CM4 ROM does not support running recovery.bin from the EMMC on CM4 so this service is disabled by default. SELF_UPDATE from USB or Network boot is supported but this