You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1388,8 +1388,8 @@ Since the platform relies on some closed-source binary blobs for first stage boo
1388
1388
1389
1389
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):
1390
1390
1391
-
=> tftp 0x02000000 loader.img
1392
-
=> go 0x02000000
1391
+
=> tftp 0x30000000 loader.img
1392
+
=> go 0x30000000
1393
1393
1394
1394
For more booting options, please refer to the seL4 [board setup guide](https://docs.sel4.systems/Hardware/rock3b.html).
0 commit comments