Skip to content

Commit

Permalink
manual: add command for booting ZCU102 hardware
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Jan 11, 2024
1 parent da5bd8a commit 99af2de
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,13 +576,19 @@ When debugging is enabled the kernel will use the same UART as U-Boot.

## ZCU102

Initial support is available for the ZCU102.
Initial support is available for the Xilinx ZCU102.

**FIXME:** Additional documentation required here.

The ZCU102 can run on a physical board or on an appropriate QEMU based emulator.

An QEMU command line:
Microkit produces a raw binary file, so when using U-Boot you must execute the image using:

=> go 0x40000000

Note that the loading address must be `0x40000000`.

For simulating the ZCU102 using QEMU, use the following command:

$ qemu-system-aarch64 \
-m 4G \
Expand Down

0 comments on commit 99af2de

Please sign in to comment.