No description
Find a file
Felix Yan 31fde4cce7
mkimg: update u-boot to v2023.04 (#14)
Fixes boot issue here (stucking at "Starting kernel...").
2023-04-19 15:50:17 +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: update u-boot to v2023.04 (#14) 2023-04-19 15:50:17 +08:00
mkrootfs fix(mkrootfs): fix typo (#11) 2023-02-05 12:12:11 +08:00
README.md chore: Add missing devtools-riscv64 prerequisite to README (#12) 2023-02-15 20:05:50 +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

./startqemu.sh [qcow image file]