blob: 0f96a1385b12d0b07e9576de064a5f0a794a18c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Booting OS Images onto AMD Xilinx target devices
AMD Xilinx Devices support different boot modes such as JTAG, SD, eMMC, QSPI etc.
## Booting Images with QEMU
Once images are built, you can simulate the image using QEMU emulator.
```
$ MACHINE=<target_mahcine_name> runqemu nographic
```
## Booting Images with Hardware
Follow booting instructions [README](docs) for more details.
|