mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Merge branch 'master' into debian/buster
This commit is contained in:
BIN
firmware/beta/pieeprom-2019-09-25.bin
Normal file
BIN
firmware/beta/pieeprom-2019-09-25.bin
Normal file
Binary file not shown.
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user