I’m about to receive my second PicoCalc. I’m using the first one as a “super calculator,” with several specific applications and an RPN calculator programmed in MMBASIC.
I didn’t want to use it for testing, because I’m afraid that something I’ve built might stop working. So I ordered another one, and on that one I plan to use UF2 Loader to experiment with all the available UF2 files. And that’s the reason for this thread:
Is there any list of UF2 files that have been tested and confirmed to work without issues? I’d love to see one. And if it doesn’t exist, maybe we could create it here so it becomes a useful reference for everyone.
as far as i understand it, the only thing that can prevent a UF2 from working with pelrun’s loader is if the firmware uses flash operations and doesn’t use the newer flashing functions which take the partitioning into account (or, in RP2040’s case since there are no partitions, ends up overwriting the bootloader)
anything that doesn’t use flash at all should probably be automatically considered to work
The MicroPython .UF2 that I found reports as not being for this device. Could you link to the .UF2 files that you are able to use on your Pico 2W, please?
That worked, thank you very much. I now have a portable Python system, so that I can start to learn the language (or at least the MicroPython version of it. )