summaryrefslogtreecommitdiffstats
path: root/doc/board/emulation/qemu-mips.rst
Commit message (Collapse)AuthorAgeFilesLines
* doc: update and fix Qemu MIPS documentationDaniel Schwierzeck2021-05-251-195/+78
| | | | | | Update description to use the MIPS Malta board for Qemu. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
* doc: qemu-mips build instructionsHeinrich Schuchardt2020-08-031-4/+4
| | | | | | Correct the make commands for the defconfigs. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* doc: board: qemu-mips.rst: fix code examplesHeinrich Schuchardt2020-04-091-48/+60
| | | | | | | | | | | | | | Code sections should be syntax highlighted as bash. Comment lines in code should start with a hash sign ('#') but code lines should not. Most commands can be executed as normal users. Prepend those commands requiring elevated authorization with 'sudo'. dd does not have a parameter cout. sfdisk does not have a -C parameter on Debian Buster. Provide the necessary input to sfdisk. Creating a partition of length zero makes no sense. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* doc: board: Convert README.qemu-mips to reSTBin Meng2019-07-241-0/+234
Convert plain text documentation to reStructuredText format and add it to Sphinx TOC tree. No essential content change. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>