summaryrefslogtreecommitdiffstats
path: root/doc/hardware_mips_qemu.rst
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-02-16 09:38:21 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-02-16 11:31:56 +0100
commit521707e129e9d9039b430a201a33d45af143a6d7 (patch)
treef0b1d7cb1aadff978b9775a53d2ce56f1d0aaa31 /doc/hardware_mips_qemu.rst
parente6d07898c3595d7b4f2b9cad989231cd01f72b0e (diff)
downloadDistroKit-521707e129e9d9039b430a201a33d45af143a6d7.tar.gz
DistroKit-521707e129e9d9039b430a201a33d45af143a6d7.tar.xz
platform-mips: add basic qemu malta support
Currently this platform can build rootfs and run only barebox. Other parts need more work, but even on this stage we would be able to make toolchain and barebox regression tests. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Diffstat (limited to 'doc/hardware_mips_qemu.rst')
-rw-r--r--doc/hardware_mips_qemu.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/hardware_mips_qemu.rst b/doc/hardware_mips_qemu.rst
new file mode 100644
index 0000000..657c32f
--- /dev/null
+++ b/doc/hardware_mips_qemu.rst
@@ -0,0 +1,13 @@
+QEmu
+====
+
+The mips 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-mips/run barebox`` to barebox. The barebox should boot
+ the kernel if supported.
+* Without barebox:
+ Run ``./configs/platform-mips/run`` to directly start the kernel without barebox.
+