No description
Find a file
2024-01-03 22:30:47 +08:00
.gitignore feat: add mkimg script to make qemu img (lack compressed kernel support) 2022-05-23 21:11:54 +08:00
LICENSE chore: add LICENSE file and copyright comment 2022-07-27 15:58:27 +08:00
LICENSE.GPL3 chore: add LICENSE file and copyright comment 2022-07-27 15:58:27 +08:00
mkimg mkimg: add options to specify alternative kernel and additional cmdline (to build imgs for [unsupported] boards (#18) 2024-01-03 22:30:47 +08:00
mkrootfs fix(mkrootfs): change pacman-extra-riscv64.conf path (#15) 2023-05-27 22:39:49 +08:00
README.md readme: add note about initrd chioce when first boot in QEMU 2023-12-08 22:25:33 +08:00
startqemu.sh feat: Enable networking and use systemd-nspawn instead of arch-chroot (#9) 2022-12-01 22:06:37 +08:00

Arch RISC-V Scriptlet

Useful scripts for building and running Arch RISC-V Qcow image.

Prerequisite

  • arch-install-scripts
  • git
  • qemu-img
  • qemu-system-riscv
  • riscv64-linux-gnu-gcc
  • devtools-riscv64 (AUR)

Build Step

./mkrootfs
./mkimg

Start QEMU

Important

You must use fallback initrd first, and re-generate initramfs with mkinitcpio -P to use non-fallback version later.

./startqemu.sh [qcow image file]