aboutsummaryrefslogtreecommitdiffstats
path: root/README.booting.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.booting.md')
-rw-r--r--README.booting.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.booting.md b/README.booting.md
new file mode 100644
index 00000000..0f96a138
--- /dev/null
+++ b/README.booting.md
@@ -0,0 +1,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.