Skip to content

Commit 387361a

Browse files
author
andrum99
authored
release-notes.md - fix typos
1 parent f5f8e72 commit 387361a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

firmware/release-notes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
* SUBNET
88
* GATEWAY
99
* TFTP_IP
10-
* If a fatal bootloader occurs then a HDMI diagnostics screen is displayed
11-
at VGA/DVI resolution on both monitors for two minutes. This may be
12-
disabled by setting DISABLE_HDMI=1 in the EEPROM configuration OR
13-
setting display_splash=1 in config.txt.
10+
* If a fatal bootloader error occurs then an HDMI diagnostics screen is
11+
displayed at VGA/DVI resolution on both outputs for two minutes.
12+
This may be disabled by setting DISABLE_HDMI=1 in the EEPROM
13+
configuration OR setting display_splash=1 in config.txt.
1414
* Allow the PXE menu option to match a custom string specified by
1515
PXE_OPTION43. The default is still "Raspberry Pi Boot"
1616
* DHCP_OPTION97 - The default GUID has now changed to
1717
RPI4+BOARD_ID+ETH_MAC_LSB+SERIAL in order to make it easier to
1818
automatically identify Raspberry Pi computers. The old behaviour
1919
is enabled by setting DHCP_OPTION97=0 which simply repeats the serial
2020
number 4 times.
21-
* SELF_UPDATE. If SELF_UPDATE is set to 1 in the EEPROM configration AND
21+
* SELF_UPDATE. If SELF_UPDATE is set to 1 in the EEPROM configuration AND
2222
config.txt contains bootloader_update=1 then the bootloader will looking
2323
for pieeprom.upd and vl805.bin and apply these firmware files if
24-
they are different to current image before doing a watchdog reset.
24+
they are different to the current image, before doing a watchdog reset.
2525
This should make it easier to update the bootloader for network
26-
booted setups because an sd-card is not required for recovery.bin.
26+
booted setups because an SD card is not required for recovery.bin.
2727
As usual, TFTP should only be used on private networks because the
2828
protocol is not secure against spoofing.
2929

0 commit comments

Comments
 (0)