Booting Raspberry Pi 3: Difference between revisions

m
Added See Also section
[unchecked revision][unchecked revision]
m (Added See Also section)
Line 69:
SECTIONS
{
. = 0x80000x80000;
.text : {
Line 148:
 
At the time of writing, QEMU does not yet emulate the RPi 3. The only way to test is to hook up the RPi 3 to an HDMI monitor. If start.elf was successfully able to run, then a square with interpolated colors will appear on the screen. That paird with the ACT (green LED) flashing even after the square shows means that it most likely has loaded the kernel and started executing. As this lacks a UART example, it will be difficult to get concrete proof that the kernel has booted.
 
== See Also ==
 
=== Articles ===
* [[Raspberry Pi Bare Bones]] - a much more detailed introduction to booting on Raspberry Pi
Anonymous user