Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 24 days ago
JSON representation

QEMU kernel builds for Raspberry Pi 3 (and greater) devices

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.