Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m0rf30/qemu-kernel-rpi-2
- Owner: M0Rf30
- Created: 2020-01-12T16:22:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T08:22:51.000Z (about 2 years ago)
- Last Synced: 2024-06-20T00:43:20.897Z (5 months ago)
- Topics: arm, armv7, kernel, qemu, raspberry-pi, simonpi
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- 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:
* 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.