2019-09-25 - Beta test update for network boot

This commit is contained in:
Tim Gover
2019-09-25 11:54:47 +01:00
parent 18de77bfa7
commit 777706fe2e
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Raspberry Pi4 bootloader EEPROM release notes
## 2019-09-23 - Git c67e8bb3 (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)