Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polaco1782/raspberry-qemu
Raspberry pi QEMU
https://github.com/polaco1782/raspberry-qemu
Last synced: about 1 month ago
JSON representation
Raspberry pi QEMU
- Host: GitHub
- URL: https://github.com/polaco1782/raspberry-qemu
- Owner: polaco1782
- License: gpl-2.0
- Created: 2015-10-12T23:41:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T11:39:12.000Z (about 9 years ago)
- Last Synced: 2023-09-09T17:03:11.553Z (over 1 year ago)
- Language: Shell
- Size: 2.63 MB
- Stars: 38
- Watchers: 8
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kernel Build Notes
==================QEMU ARM Emulator
-----------------Use the script 'build-kernel-qemu' to build a kernel image that
can be used to boot QEMU.Script will download kernel 4.1.7 sources and toolchain used to compile it.
A precompiled kernel version is available with the scriptAssumptions
-----------Your system is able to execute 32 bit binaries, and you have git tool
Tests
-----Tested by booting Raspbian 8 (Jessie) kernel 4.1.7 system in QEMU
![alt tag](snap.png)
You also need to mount raspbian image file and edit /etc/fstab by commenting
out mmcblk entries. also on /etc/ld.so.preload you need to comment out all entriesafter that, you can boot iamge using qemu:
qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -hda 2015-09-24-raspbian-jessie.img -append "root=/dev/sda2 rootfstype=ext4"
Script and sources modified by Cassiano Martin