Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m0rf30/qemu-kernels-rpi
- Owner: M0Rf30
- Created: 2017-10-30T17:40:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T16:31:27.000Z (about 5 years ago)
- Last Synced: 2024-11-29T18:29:11.839Z (about 2 months ago)
- Topics: archlinuxarm, kernel, qemu, qemu-system-aarch64, qemu-system-arm, raspberry, versatile-pb, vexpress-v2f-1xv7-ca53x2, vexpress-v2p-ca15-tc1
- Homepage:
- Size: 69.7 MB
- Stars: 26
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.