Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 664 Bytes

README.booting.md

File metadata and controls

26 lines (17 loc) · 664 Bytes

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.

Note: Use slirp option if you don't have sudo permissions and tap devices are enabled on your build host.

  • Without slirp
$ MACHINE=<target_mahcine_name> runqemu nographic
  • With slirp
$ MACHINE=<target_mahcine_name> runqemu nographic slirp

Note: To terminate qemu, usually the command is ctrl-a x

Booting Images with Hardware

Follow booting instructions README for more details.