kilograham / rp2040-doom

Fully-featured Doom port for the Raspberry Pi RP2040 microcontroller
GNU General Public License v2.0
732 stars 89 forks source link

Binaries incompatible with the Pimoroni pico demo board? #8

Closed maik closed 2 years ago

maik commented 2 years ago

Hi!

I tried to run all uf2 files belonging to the v0.1 release on the Pimoroni pico demo board. As far as I can see, its pins match the pin layout required by rp2040-doom. Still, the screen is black, and the board also plays no sound.

Other demos from the original pico-SDK work without any problems.

Did anybody try the binaries on a VGA demo board?

Best, Maik

maik commented 2 years ago

Sorry, but when uploading the WHX file I've used the wrong memory address. Now it works great!

kilograham commented 2 years ago

yup, the binary (via picotool info --all) now shows you the correct load address (because I kept doing it too)