Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CoelacanthusHex/archriscv-scriptlet
Useful scripts for Arch RISC-V project
https://github.com/CoelacanthusHex/archriscv-scriptlet
Last synced: 6 days ago
JSON representation
Useful scripts for Arch RISC-V project
- Host: GitHub
- URL: https://github.com/CoelacanthusHex/archriscv-scriptlet
- Owner: CoelacanthusHex
- License: other
- Created: 2022-05-23T05:42:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T13:15:08.000Z (about 1 month ago)
- Last Synced: 2024-10-28T17:34:49.376Z (16 days ago)
- Language: Shell
- Size: 54.7 KB
- Stars: 21
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arch RISC-V Scriptlet
Useful scripts for building and running Arch RISC-V Qcow image.
## Prerequisite
* arch-install-scripts
* parted
* git
* qemu-img
* qemu-system-riscv
* riscv64-linux-gnu-gcc
* devtools-riscv64 ([AUR](https://aur.archlinux.org/packages/devtools-riscv64))## Build Step
```bash
./mkrootfs
./mkimg
```## Start QEMU
> [!IMPORTANT]
> You must use fallback initrd first, and re-generate initramfs with `mkinitcpio -P` to use non-fallback version later.```bash
./startqemu.sh [qcow image file]
```