Raspberry Pi Bare Bones: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Updates QEMU information and notes addresses for raspi2 emulation.)
Line 382: Line 382:
=== Testing your operating system (QEMU) ===
=== 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 qemu source found here: https://github.com/qemu/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 qemu source found here: https://github.com/qemu/qemu


Check that your qemu 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.
Check that your qemu 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.