Merge branch 'master' into debian/buster

This commit is contained in:
Serge Schneider
2019-09-25 13:17:29 +01:00
3 changed files with 5 additions and 3 deletions

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)