Giter Site home page Giter Site logo

m0rf30 / qemu-kernels-rpi Goto Github PK

View Code? Open in Web Editor NEW
25.0 9.0 3.0 71.38 MB

QEMU kernel builds for Raspberry Pi devices and a very awful script to compile them

qemu archlinuxarm raspberry kernel qemu-system-arm qemu-system-aarch64 vexpress-v2f-1xv7-ca53x2 vexpress-v2p-ca15-tc1 versatile-pb

qemu-kernels-rpi's Introduction

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.

qemu-kernels-rpi's People

Contributors

m0rf30 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qemu-kernels-rpi's Issues

CPU to emulate with QEMU

hello
I would like to know which CPU I use to emulate with QEMU, I'm using the following command but the emulation does not start
qemu-system-arm -kernel qemu-kernel-4.9.60-aarch64 -cpu arm1176 -m 256 -machine vexpress-a9 -no-reboot -serial stdio -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw" -hda 2017-08-16-raspbian-stretch.img
thank you

Avoid redownloading commit file

-curl -L -O "$REMOTE/archive/$COMMIT.tar.gz" || exit 1
+if [[ ! -f "$COMMIT.tar.gz" ]] ;then
+       curl -L -O "$REMOTE/archive/$COMMIT.tar.gz" || exit 1
+fi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.