fhoedemakers / pico-infonesPlus

NES Emulator with SD card and menu support for the Raspberry PI Pico, Pico 2 and other RP2040/RP2350 based microcontrollers. Play your games from SD card on a HDMI display.
GNU General Public License v3.0
280 stars 30 forks source link

Boots to red screen #32

Closed abeisgoat closed 11 months ago

abeisgoat commented 11 months ago

Hello @fhoedemakers thanks for making this sick project.

I just got my Pico DV in and tried to boot this up but I just get a solid red screen out the HDMI.

I believe I've set up my SD correct and whatnot.

Any idea what may be the issue? I've loaded up the PicoDVI examples without issue so I believe at least the video part of the wiring is correct!

Thanks in advance, Abe

fhoedemakers commented 11 months ago

Hi, Sorry to hear it is not working for you. The red screen indicates a program crash. On the original Pico (not the W). There is a blinking led indicating normal operation.

As i read correctly, you are using the Pimoroni DV board. ( https://shop.pimoroni.com/products/pimoroni-pico-dv-demo-base?variant=39494203998291 )

The software writes al lot of debug info to the serial terminal over GPIO0 and GPIO1. See section 4.5 of https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf how to wire this up. With that output, we probably can see where it crashes.

Hope this helps to get it solved.

Frank

abeisgoat commented 11 months ago

Thank you for your help - it may have been an issue with the image I flashed, but upon flashing the one you linked it worked perfectly. I have featured this project in a short on my Youtube channel. Thanks for the help!

fhoedemakers commented 11 months ago

Great to read it works! Thanks for making the video.