Open
Description
Hello. I have connected my sdcard like in https://datasheets.raspberrypi.com/rp2040/hardware-design-with-rp2040.pdf
But when i connect my pico to my monitor, I get a blue and black screen. I heard someone say that this is because of the "framebuffer overflowing" or something like that.
Flashed my sdcard with: sudo dd if=bunny.pl2 of=/dev/sdb bs=4M status=progress
bunny.pl2 file from https://github.com/raspberrypi/pico-playground/tree/master/apps/popcorn
No errors when flashing. I dont know what is happening