simonvanderveldt / norns-image

5 stars 2 forks source link

vcdbg doesn't work #49

Open simonvanderveldt opened 4 years ago

simonvanderveldt commented 4 years ago

Which makes it quiet difficult to debug/troubleshoot the boot process. Seems to be caused by the /dev/fb0 device not being the bcm2708 framebuffer. Apparently vcdbg reads(!) from the framebuffer to get some of the information it needs, see https://www.raspberrypi.org/forums/viewtopic.php?p=1266903&sid=440ae36c24cbc9fcec1b15963e57ff0c#p1266903

Enabling CONFIG_FB_BCM2708 doesn't solve this issue since there's a failure when loading that driver.

vcdbg works as expected on Raspbian. Building a stock Raspberry Pi3 image using the raspberrypi3_defconfig provided by buildroot also results in the same failure of loading the module, so it's probably a buildroot issue.