Merge pull request #23 from XECDesign/debian/buster

Debian/buster
This commit is contained in:
timg
2019-09-25 13:45:08 +01:00
committed by GitHub
4 changed files with 12 additions and 3 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
rpi-eeprom (1.3-1) buster; urgency=medium
[ Tim Gover ]
* 2019-09-25 - Beta test update for network boot
-- Serge Schneider <serge@raspberrypi.org> Wed, 25 Sep 2019 13:17:31 +0100
rpi-eeprom (1.2-1) buster; urgency=medium
[ Tim Gover ]

Binary file not shown.

View File

@@ -5,10 +5,8 @@ The page describes how to install and configure network boot for the Raspberry P
This documentation will be merged into the main bootloader documents after the beta test is complete.
## Known issue
* For unknown reasons the brcmfmac wifi is not initialised in netowrk boot mode.
## Known issues
* Linux 5.3 kernel seems to poll SDHCI SD ever 10 seconds printing warnings to dmesg
* A timeout reading start4.elf causes start.elf to be loaded, start.elf should only be loaded if start4.elf does not exist.
## Server configuration
Network boot requires a TFTP and NFS server to be configured. See [Network boot server tutorial](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/net_tutorial.md)

View File

@@ -1,5 +1,9 @@
# Raspberry Pi4 bootloader EEPROM release notes
## 2019-09-25 - Git 4d9824321 (BETA)
* Increase TFTP timeout to 30s as default & bootconf.txt
* Fix intermittent boot freeze/slowdown issue after loading start.elf
* Don't load start.elf during network boot if start4.elf exists but the download times out.
## 2019-09-23 - Git c67e8bb3 (BETA)
* Add support for network boot
* Configurable ordering for boot modes (BOOT_ORDER and SD/NET_BOOT retries)