Raspberry Pi Bare Bones: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
→‎Booting the Operating System: Added a section for the Pi 2
m →‎Testing your operating system (QEMU): Removed the Qemu address note, as that has been fixed.
Line 523:
$YOURINSTALLLOCATION/bin/qemu-system-arm -m 256 -M raspi2 -serial stdio -kernel kernel.elf
</source>
 
QEMU "raspi2" emulation may incorrectly load the kernel binaries at 0x10000 instead of 0x8000, so if you do not see any output, try adjusting the base address constant in the linker script.
 
==== Updated Support for AArch64 (raspi2, raspi3) ====