The different binaries for RP2040 may load the WHD/WXD at different flash addresses; make sure you have the right one.
You can use picotool on the binary
"WHX at 0x10040000" tells you where you need to put the data
Note also this will tell you if you have UART (useful to see what it prints out as it starts, which may give you a clue)
You can use picotool on the binary
Code:
$ picotool info -a doom_tiny.uf2File doom_tiny.uf2:Program Information name: doom_tiny features: WHX at 0x10040000 I2C multi-player UART stdin / stdout binary start: 0x10000000 binary end: 0x1003d83c target chip: RP2350 image type: ARM SecureFixed Pin Information 18: I2C1 SDA 19: I2C1 SCL 20: UART1 TX 21: UART1 RXBuild Information sdk version: 2.0.1-develop pico_board: bringup_amy build date: Aug 15 2024 build attributes: MinSizeRel
Note also this will tell you if you have UART (useful to see what it prints out as it starts, which may give you a clue)
Statistics: Posted by kilograham — Wed Nov 13, 2024 5:05 pm