mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
2019-10-08 - TFTP prefix strings, block size, various netboot fixes
This commit is contained in:
BIN
firmware/beta/pieeprom-2019-10-08.bin
Normal file
BIN
firmware/beta/pieeprom-2019-10-08.bin
Normal file
Binary file not shown.
@@ -127,3 +127,14 @@ Optional dotted decimal ip address (e.g. 192.169.1.99) for the TFTP server which
|
||||
This maybe useful on home networks because tftpd-hpa can be used instead of dnsmasq where broadband router is the DHCP server.
|
||||
Default: ""
|
||||
|
||||
### TFTP_PREFIX (since 2019-10-08)
|
||||
Configure the TFTP prefix string to probe
|
||||
* 0 - The serial number
|
||||
* 1 - The value of TFTP_PREFIX_STR
|
||||
* 2 - The mac-address separated by dashes (lower case)
|
||||
Default: 0
|
||||
|
||||
### TFTP_PREFIX_STR (since 2019-10-08)
|
||||
The prefix string to use with TFTP_PREFIX=1 - up to 127 characters.
|
||||
Default: ""
|
||||
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Raspberry Pi4 bootloader EEPROM release notes
|
||||
|
||||
## 2019-10-08 - Git 26dd3686c (BETA)
|
||||
* TFTP now uses RFC2348 blksize option to get 1024 byte blocks if the server supports it.
|
||||
* Fix DHCP handling of SI_ADDR
|
||||
* TFTP_PREFIX and TFTP_PREFIX_STR options for mac-address or string literal prefix.
|
||||
* Improved support for standard capacity and SDv1 cards.
|
||||
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user