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-2

QEMU kernel builds for Raspberry Pi 2 devices
https://github.com/m0rf30/qemu-kernel-rpi-2

arm armv7 kernel qemu raspberry-pi simonpi

Last synced: about 1 month ago
JSON representation

QEMU kernel builds for Raspberry Pi 2 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:
* arm-none-eabi (for arm)

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 2 refs
### CMDLINE
```root=/dev/mmcblk0p2 rootfstype=ext4 rw console=ttyAMA0 loglevel=0 panic=1 quiet```
### DTB
```vexpress-v2p-ca15-tc1.dtb```

# Pull requests
Any suggestion are welcome.

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