summaryrefslogtreecommitdiffstats
path: root/doc/hardware_mipsel_qemu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hardware_mipsel_qemu.rst')
-rw-r--r--doc/hardware_mipsel_qemu.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/hardware_mipsel_qemu.rst b/doc/hardware_mipsel_qemu.rst
new file mode 100644
index 0000000..0533204
--- /dev/null
+++ b/doc/hardware_mipsel_qemu.rst
@@ -0,0 +1,13 @@
+QEmu
+====
+
+The mipsel platform is ready to run in qemu, using the MIPS Malta board
+simulation.
+There are two ways to run DistoKit inside qemu:
+
+* With barebox:
+ Run ``./configs/platform-mipsel/run barebox`` to barebox. The barebox should
+ boot the kernel if supported.
+* Without barebox:
+ Run ``./configs/platform-mipsel/run`` to directly start the kernel without
+ barebox.