diff --git a/README.md b/README.md index 746c6b9..8e8a902 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This repository contains the scripts and pre-compiled binaries used to create th # Support For bootloader support the best place to start is the Raspberry Pi [General Users forum](https://www.raspberrypi.org/forums/viewforum.php?f=63) or for discussion of beta releases try the [Advanced Users forum](https://www.raspberrypi.org/forums/viewforum.php?f=29&sid=9bbc277968ad953e77749b255d0ce3a2) +N.B. Direct e-mail support questions will be ignored. + # Rescue image If the Raspberry Pi4 is not booting, then it's very unlikely that the EEPROM is corrupted. The first thing that you should check is that the OS image was correctly installed using the Raspberry Pi Imager which is available on the [downloads page](https://www.raspberrypi.org/downloads/). If that doesn't work or you wish to revert EEPROM configuration changes to factory defaults then you can also create an EEPROM recovery SD card image using the Raspberry Pi Imager. diff --git a/debian/changelog b/debian/changelog index 9be4560..cfe270b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +rpi-eeprom (5.8-1) buster; urgency=medium + + [ Tim Gover ] + * Update README.md + + [ tim ] + * Push pieeprom-2020-04-16 to stable + + [ Tim Gover ] + * Remove +x bit + + -- Serge Schneider Thu, 23 Apr 2020 16:53:18 +0100 + rpi-eeprom (5.7-1) buster; urgency=medium [ Tim Gover ] diff --git a/firmware/release-notes.md b/firmware/release-notes.md index 135bf00..275c94f 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -1,5 +1,9 @@ # Raspberry Pi4 bootloader EEPROM release notes +## 2020-04-16 Promote to stable + * The PLL analog changes in the beta release never made it to stable. + Skip straight 2020-04-16 to synchronize releases. + ## 2020-04-16 Revert PLL analog changes * This seems to cause problems on some firmware releases if enable_tvout is set due to different behaviour in PLL management. diff --git a/firmware/stable/pieeprom-2020-04-16.bin b/firmware/stable/pieeprom-2020-04-16.bin new file mode 100644 index 0000000..0baaae4 Binary files /dev/null and b/firmware/stable/pieeprom-2020-04-16.bin differ