Skip to content

Commit 71b6d5d

Browse files
ArcaneNibbledlech
authored andcommitted
Correct the bootloader magic address
1 parent 9406b13 commit 71b6d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kernel-hackers-notebook/ev3-eeprom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you have a serial terminal connected to Input Port 1, you will see the follow
4848

4949
Jumping to entry point at: 0xC1080000
5050

51-
NOTE: You can enter firmware update mode by writing 0x5555AAAA to memory address 0xFFFF1FFA (part of the 128K on-chip ram of the AM1808 processor) and then rebooting with `reboot -d -f -i`. This reboots without properly shutting down (see `reboot --help`), so we don't want to do this in ev3dev. On the official LEGO firmware, the firmware update writes over everything so it doesn't matter if it does not shut down properly.
51+
NOTE: You can enter firmware update mode by writing 0x5555AAAA to memory address 0xFFFF1FFC (part of the 128K on-chip ram of the AM1808 processor) and then rebooting with `reboot -d -f -i`. This reboots without properly shutting down (see `reboot --help`), so we don't want to do this in ev3dev. On the official LEGO firmware, the firmware update writes over everything so it doesn't matter if it does not shut down properly.
5252

5353
## Hardware Version
5454

0 commit comments

Comments
 (0)