https://github.com/m0rf30/qemu-kernel-rpi-3
QEMU kernel builds for Raspberry Pi 3 (and greater) devices
https://github.com/m0rf30/qemu-kernel-rpi-3
aarch64 arm64 armv8 kernel qemu raspberry-pi simonpi
Last synced: 5 months ago
JSON representation
QEMU kernel builds for Raspberry Pi 3 (and greater) devices
- Host: GitHub
- URL: https://github.com/m0rf30/qemu-kernel-rpi-3
- Owner: M0Rf30
- Created: 2020-01-12T16:23:16.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T08:44:49.000Z (6 months ago)
- Last Synced: 2026-01-12T18:28:37.812Z (6 months ago)
- Topics: aarch64, arm64, armv8, kernel, qemu, raspberry-pi, simonpi
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- 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:
* aarch64-linux-gnu (for arm64)
Remember to install these packages:
* ccache (to speedup frequent builds)
# How to use
Take a look at Downloads for prebuilt images (rpi has the right dtb appended to kernel img)
or
```./build.sh``` to build a kernel image.
For a quick usage take a look here:
https://github.com/M0Rf30/simonpi
# Details
Some useful details stored in this README as persistent memorandum
## Raspberry 3 refs
### CMDLINE
```root=/dev/mmcblk0p2 rootfstype=ext4 rw console=ttyAMA0 loglevel=0 panic=1```
### DTB
```vexpress-v2f-1xv7-ca53x2.dtb```
# Pull requests
Any suggestion are welcome.
Feel free to fork, improve, test and do PR.