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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1140,6 +1140,7 @@ The currently supported platforms are:
1140
1140
* qemu_virt_aarch64
1141
1141
* qemu_virt_riscv64
1142
1142
* rockpro64
1143
+
* rock3b
1143
1144
* rpi4b_1gb
1144
1145
* rpi4b_2gb
1145
1146
* rpi4b_4gb
@@ -1379,6 +1380,19 @@ Microkit will produce a raw binary file by default, so when using U-Boot run the
1379
1380
1380
1381
=> go 0x30000000
1381
1382
1383
+
## Radxa Rock3b {#rock3b}
1384
+
1385
+
Support is available for the Radxa Rock3b platform which is based on the Rockchip rk3568 SoC.
1386
+
1387
+
Since the platform relies on some closed-source binary blobs for first stage bootloader and then ARM's TrustZone A, we need to compile the U-Boot including these images. Detailed instructions on how to do that are avalilable [here](https://docs.sel4.systems/Hardware/rock3b.html).
1388
+
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
+
1391
+
=> tftp 0x02000000 loader.img
1392
+
=> go 0x02000000
1393
+
1394
+
For more booting options, please refer to the seL4 [board setup guide](https://docs.sel4.systems/Hardware/rock3b.html).
1395
+
1382
1396
## Pine64 Star64 {#star64}
1383
1397
1384
1398
Support is available for the Pine64 Star64 platform which is based on the
0 commit comments