From 3408d368e35e063a5dad6a4ad2158133eb056935 Mon Sep 17 00:00:00 2001 From: Tim Gover <990920+timg236@users.noreply.github.com> Date: Mon, 22 Mar 2021 08:18:14 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce76beb..89b9e12 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,13 @@ This repository contains the scripts and pre-compiled binaries used to create th Please check the Raspberry Pi [general discussion forum](https://www.raspberrypi.org/forums/viewforum.php?f=63) if you have a support question. # Reset to factory defaults -The [Raspberry Pi Imager](https://www.raspberrypi.org/downloads/) provides an EEPROM recovery image which may be used to reset the bootloader and USB xHCI EEPROMs to factory defaults. +The [Raspberry Pi Imager](https://www.raspberrypi.org/downloads/) provides GUI for creating a GUI to update the bootloader and configure the default boot-mode. # Bootloader documentation * [The boot folder](https://www.raspberrypi.org/documentation/configuration/boot_folder.md) * [Config.txt boot options](https://www.raspberrypi.org/documentation/configuration/config-txt/boot.md) * [Bootloader EEPROM](https://www.raspberrypi.org/documentation/hardware/raspberrypi/booteeprom.md) * [Bootloader configuration](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md) +* [Flashing the Compute Module eMMC](https://www.raspberrypi.org/documentation/hardware/computemodule/cm-emmc-flashing.md) * [Release notes](firmware/release-notes.md) * [Releases](releases.md)