Raspberry Pi Bare Bones: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Line 382:
=== Testing your operating system (QEMU) ===
 
QEMU supports emulating Raspberry Pi 2 with the machine type "raspi2". At the time of writing this feature is not available in most package managers but can be found in the latest qemuQEMU source found here: https://github.com/qemu/qemu
 
Check that your qemuQEMU install has qemu-system-arm and that it supports the option "-M raspi2". When testing in QEMU, be sure to use the raspi2 base addresses noted in the source code.
 
With qemuQEMU you do not need to objcopy the kernel into a plain binary; QEMU also supports ELF kernels:
 
<source lang=text>