Skip to content

Commit cce4a8d

Browse files
manual: change rock3b loader address
Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
1 parent dead6c9 commit cce4a8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,8 +1388,8 @@ Since the platform relies on some closed-source binary blobs for first stage boo
13881388

13891389
Once the proper U-Boot image is in place, you can simply load the `loader.img` on the board and run it like that (this is assuming you have the TFTP server set up):
13901390

1391-
=> tftp 0x02000000 loader.img
1392-
=> go 0x02000000
1391+
=> tftp 0x30000000 loader.img
1392+
=> go 0x30000000
13931393

13941394
For more booting options, please refer to the seL4 [board setup guide](https://docs.sel4.systems/Hardware/rock3b.html).
13951395

0 commit comments

Comments
 (0)