kilograham / b-em

An RP2040 and Raspberry Pi 2/3/4/Zero 2 W version of an opensource BBC Micro emulator originally for Win32 and Linux
http://stardot.org.uk/forums/viewtopic.php?f=4&t=10823
GNU General Public License v2.0
93 stars 13 forks source link

UF2 file #11

Open georgestheking opened 2 years ago

georgestheking commented 2 years ago

I buy a Pimoroni board to test your fantastic program.

But where is the UF2 file for the PI PICO ?

Best regards Georges

SheetLightning commented 8 months ago

UF2 files get built when the project has been successfully compiled. I got beeb.uf2 and master.uf2 as well as other variants with differing display resolutions along with .hex and .bin files once the build process completed. I had tried to compile this project several times without success but eventually succeeded when I realised that the instructions I had been following on the RaspberryPi website were referring to an older version of the Pico SDK. It compiles fine with the current version.