aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md
Commit message (Collapse)AuthorAgeFilesLines
* docs/setup_linux-host_qemu-vm_riscv64-kernel.md: short change description6eanut2025-08-211-1/+1
|
* docs: fix misspellingsTaras Madan2025-08-191-1/+1
| | | | Gemini CLI experiments side effect.
* docs/linux: update recommended kernel to 5.9-rc1Tobias Klauser2020-10-211-3/+1
| | | | | | | | | | The patch adding kcov support for riscv64 [1] was merged in the 5.9 merge window (torvalds/linux@20d38f7c45a4). Adjust the docs accordingly to use kernel 5.9-rc1. [1] https://lore.kernel.org/linux-riscv/20200626124056.29708-1-tklauser@distanz.ch/ Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* docs/linux: use OpenSBI jump firmware in QEMU for linux/riscv64Tobias Klauser2020-07-091-3/+5
| | | | | | | | Use the OpenSBI "jump" firmware with the QEMU -bios parameter to boot linux/riscv64. This will allow to boot the kernel directly without having to recompile OpenSBI every time the kernel is recompiled. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* docs/linux: add not about default OpenSBI firmware in QEMU for linux/riscv64Tobias Klauser2020-07-091-0/+29
| | | | | | | | Mention the possibility to use `-bios default` to use OpenSBI provided with QEMU. However, this might not work on all distributions yet, so make it optional. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* docs/linux: drop dhcpcd from buildroot options in linux/riscv64 instructionsTobias Klauser2020-07-091-1/+0
| | | | | | buildroot already installs udhcpc as a DHCP client. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* docs/linux: mention QEMU version in linux/riscv64 instructionsTobias Klauser2020-07-091-0/+4
| | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* docs/linux: use OpenSBI instead of BBL to boot linux/riscv64 QEMU VMTobias Klauser2020-07-011-10/+12
| | | | | | | | | | OpenSBI seems to be the recommended boot method nowadays, see e.g. [1], [2] [1] https://riscv.org/2019/01/risc-v-community-releases-opensbi-to-foster-continued-ecosystem-growth/ [2] https://wiki.freebsd.org/riscv#OpenSBI Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* docs/linux: add setup guide for riscv64 kernel in QEMUTobias Klauser2020-06-271-0/+149
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>