PicoRX
PicoRX copied to clipboard
Downloading programmed Picos after changing memory channels
Hello, is there a way for downloading contents of programmed Picos ( e.g. as uf2-files ) after memory channels have been changed according to personal wishes?
Use picotool to interact with the device, in your case using the save command:
https://github.com/raspberrypi/picotool
For instance:
$ picotool save spoon.uf2
Saving file: [==============================] 100%
Wrote 51200 bytes to spoon.uf2
Thank you very much. I will try this. Currently i am not yet very familar with handling Pico software.