Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m0rf30/qemu-kernels-rpi

QEMU kernel builds for Raspberry Pi devices and a very awful script to compile them
https://github.com/m0rf30/qemu-kernels-rpi

archlinuxarm kernel qemu qemu-system-aarch64 qemu-system-arm raspberry versatile-pb vexpress-v2f-1xv7-ca53x2 vexpress-v2p-ca15-tc1

Last synced: 9 days ago
JSON representation

QEMU kernel builds for Raspberry Pi devices and a very awful script to compile them

Awesome Lists containing this project

README

        

# Description
QEMU kernel builds for Raspberry Pi devices and a very awful script to compile them.

# Requirements
Please install the required toolchain for arm:
* arm-none-eabi (for arm)
* aarch64-linux-gnu (for arm64)

Remember to install these packages:
* ccache (to speedup frequent builds)

# How to use
Take a look at different ```m0rf30/qemu-kernel-*``` repos for detailed instructions

# Pull requests
Any suggestion are welcome.

Feel free to fork, improve, test and do PR.