Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 483 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 483 Bytes

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.