Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CoelacanthusHex/archriscv-scriptlet

Useful scripts for Arch RISC-V project
https://github.com/CoelacanthusHex/archriscv-scriptlet

Last synced: about 2 months ago
JSON representation

Useful scripts for Arch RISC-V project

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
* 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]
```