|
Forum Index : Microcontroller and PC projects : Is it possible to ‘backup’ everything in a PicoMite into a single file
| Author | Message | ||||
| WhiteWizzard Guru Joined: 05/04/2013 Location: United KingdomPosts: 2983 |
Probably a question for Peter, but will ask here hoping someone else may have some experience. I have an almost finished product that is based around a PicoMite (standard RP2350 firmware). Throughout development, I updated the firmware (typically to test Peter’s latest set of ‘goodies’), and OPTIONs were tweaked as I adjusted things. I also have a data file stored in the built-in flash drive that is used by my code. If I were to build another unit, then I would manually do the following: 1. Nuke Pico 2. Load standard RP2350 firmware (.uf2) 3. Configure OPTIONs manually (TeraTerm into Pico) 4. Load data-file into Pico (TeraTerm) 5. Save data file to drive A: 6. Load program code into Pico (TeraTerm) 7. RUN program….. Doing this as a one-off is fine, but the question is to ask if there is any way to take a ‘snapshot’ of everything in a configured Pico, generate a single file (.uf2?), and then simply load that into a ‘blank’ Pico so that everything is ‘pre-configured’. Hope this makes sense; and appreciate any help pointing me towards a solution…… |
||||
| karlelch Guru Joined: 30/10/2014 Location: GermanyPosts: 328 |
Hi WhiteWizzard Some time ago, I wrote a Python tool („picom“) to backup and restore a picomite installation. It saves everything in a folder on the connected PC (not a single file, though). I use it for my projects, maybe you want to have a look. https://github.com/teuler/picom Best Thomas |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 11435 |
I haven't done it but Geoff certainly has and it is definitely doable to create a uf2 ready to go. |
||||
| WhiteWizzard Guru Joined: 05/04/2013 Location: United KingdomPosts: 2983 |
Thanks Peter. I think I may have read something in his original Pico game console about this so will have a look when back home. Maybe Geoff can steer me on this if he sees this thread. |
||||
| Frank N. Furter Guru Joined: 28/05/2012 Location: GermanyPosts: 1100 |
We used to have a program here that allowed you to read out an RP2040 and use it to generate a uf2 file. I'm not sure if that works with a RP2350, though... Frank |
||||
| toml_12953 Guru Joined: 13/02/2015 Location: United StatesPosts: 647 |
I got no errors in any of the install steps. Even though I did the pip install pyserial and even tried pip install serial, I get ModuleNotFoundError: No module named 'serial' I use Win 11. Footnote added 2026-04-25 05:27 by toml_12953 Ignore the above. I got out of PowerShell and back in then all the modules loaded properly. The list of serial ports only lists 5 although it finds 14. No big deal since the PicoCalc is always on COM5. I kept editing picom.py and not getting anything to work. Finally I saw that I have to change picom.toml to actually change the parameters. Everything works, now. picom.toml is an easy name for me to remember. Tom Lake |
||||
| ebbandflow Regular Member Joined: 31/08/2023 Location: United StatesPosts: 50 |
I have not tried this (yet) but I read about picotool here: https://www.thebackshed.com/forum/ViewTopic.php?FID=16&TID=18048 |
||||
| toml_12953 Guru Joined: 13/02/2015 Location: United StatesPosts: 647 |
I'm getting close but now I get this (I'm showing just the first part): PicoM v0.1.9 (beta) Save options to "202604241532.opt" file ... Save library, if exists, to `202604241532.lib` ... Retrieving file tree from `B:` : Parsing `B:/` ... Warning: Entry #0 (`B:/`) not recognized. Warning: Entry #1 (`ine.mp3`) not recognized. Warning: Entry #4 (`s`) not recognized. Warning: Entry #6 (`bas`) not recognized. Warning: Entry #8 (`e_johnybot.nes`) not recognized. Warning: Entry #11 (`as`) not recognized. Warning: Entry #13 (`as`) not recognized. Warning: Entry #14 (`11:47 22-04-2026 383 Going Up.b`) not recognized. Warning: Entry #15 (`as`) not recognized. Warning: Entry #19 (`s`) not recognized. Warning: Entry #21 (`as`) not recognized. Warning: Entry #23 (`txt`) not recognized. 13:59 27-11-2023 2408 Lemmings.t`) not recognized. Warning: Entry #25 (`xt`) not recognized. Warning: Entry #29 (`Test.bas`) not recognized. Warning: Entry #35 (`s`) not recognized. Warning: Entry #39 (`mp`) not recognized. Warning: Entry #41 (`as`) not recognized. 23:22 10-06-2025 135 savage.bas`) not recognized. Warning: Entry #51 (`.bas`) not recognized. Warning: Entry #53 (`02R.bas`) not recognized. Warning: Entry #55 (`.bas`) not recognized. Warning: Entry #57 (`bas`) not recognized. Warning: Entry #60 (`s.txt`) not recognized. |
||||
| Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3362 |
This describes how I do it: Instructions.pdf Geoff Graham - http://geoffg.net |
||||
| WhiteWizzard Guru Joined: 05/04/2013 Location: United KingdomPosts: 2983 |
Many-Thanks for all the replies. Geoff - I will try following your clear instructions to generate an .uf2 file over the weekend; hopefully it will work for me here and generate what is needed. Thanks again. |
||||
| phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 3268 |
Geoff's "clear instructions" are exactly that. Worked first try. Worth including in the "Extra Documentation" folder. Edited 2026-04-25 16:30 by phil99 |
||||
| karlelch Guru Joined: 30/10/2014 Location: GermanyPosts: 328 |
Hi WhiteWizzard, glad you found a solution with the uf2 files. Sorry for the trouble with picom. I updated picom (v0.1.11) and tested it for my use case but not with b:\ as my systems usually don't have an SD card ... I will look into that in the future. Best Thomas |
||||
| toml_12953 Guru Joined: 13/02/2015 Location: United StatesPosts: 647 |
Even the 0.1.11 version seems to have a problem with subdirectories. It thinks many (but not all) files are in a different subdirectory than they actually are. The ft (filetree) command shows many files under the wrong subdirectory and the backup command can't find those files. |
||||
| EDNEDN Senior Member Joined: 18/02/2023 Location: United StatesPosts: 294 |
You are better off using PicoTools and generating a .UF2 to save your installation. I use a similar sequence of commands that Geoffg's instructions describe to backup a PicoMite all the time. You can take a snap shot of everything in your Pico and either restore that Pico back to that state or clone that Pico unto another Pico. It is a very clean and reliable way to get everything in the Pico. Edited 2026-04-26 14:14 by EDNEDN |
||||
| karlelch Guru Joined: 30/10/2014 Location: GermanyPosts: 328 |
Hi toml_12953, could you give me an example? On A: I have not problems with directories (see below). In any case, as I said before, the uf2 solution seems ideal for WhiteWizzard's use case. I often want to change the firmware - trying out the latest versions - and then want to make a backup that I can restore after the firmware update. Best Thomas Restore: (picom) PS F:\Dropbox\__GIT\picom> python picom.py -t -s "COM5" -n ".\miiha_202604251745\" r PicoM v0.1.11 (beta) # Getting command line arguments ... done. Trying to kill open terminal ... # Checking for PicoMite ... done. Retrieving key data from PicoMite ....... done. # Check drive ... # Locate backup ... Retrieving file tree from `F:\Dropbox\__GIT\picom\miiha_202604251745` : Parsing `F:\Dropbox\__GIT\picom\miiha_202604251745` ... Parsing `F:\Dropbox\__GIT\picom\miiha_202604251745\vl53l5cx` ... Parsing `F:\Dropbox\__GIT\picom\miiha_202604251745\vl53l5cx\sub2` ... Parsing `F:\Dropbox\__GIT\picom\miiha_202604251745\vl53l5cx\sub_directory` ... Parsing `F:\Dropbox\__GIT\picom\miiha_202604251745\vl53l5cx\sub2\sub3` ... 13 file(s) and 4 folder(s) found. Restoring backup `F:\Dropbox\__GIT\picom\miiha_202604251745` to `PicoMite` @`COM5` : Continue (y/n)? y Kill everything on drive `A:` (y/n)? y Formatting drive `A:` ... # Sending `drive "A:/FORMAT"` ... # `.fm` : Size: 128 bytes (= 1 packages) # Send `xmodem receive ".fm"` ... Restore [==================================================] 100% `.fm` - complete (128 of 128 bytes). # `202604251745.lib` : Size: 26368 bytes (= 206 packages) # Send `xmodem receive "202604251745.lib"` ... Restore [==================================================] 100% `202604251745.lib` - complete (26368 of 26368 bytes). # `bootcount` : Size: 128 bytes (= 1 packages) # Send `xmodem receive "bootcount"` ... Restore [==================================================] 100% `bootcount` - complete (128 of 128 bytes). # `lib_vl53.bas` : Size: 40192 bytes (= 314 packages) # Send `xmodem receive "lib_vl53.bas"` ... Restore [==================================================] 100% `lib_vl53.bas` - complete (40192 of 40192 bytes). # `miiha.bas` : Size: 32896 bytes (= 257 packages) # Send `xmodem receive "miiha.bas"` ... Restore [==================================================] 100% `miiha.bas` - complete (32896 of 32896 bytes). # `tof.dat` : Size: 2048 bytes (= 16 packages) # Send `xmodem receive "tof.dat"` ... Restore [==================================================] 100% `tof.dat` - complete (2048 of 2048 bytes). Make folder `vl53l5cx` ... # Send `mkdir "vl53l5cx"` ... # `vl53l5cx/firmware.bin` : Size: 86016 bytes (= 672 packages) # Send `xmodem receive "vl53l5cx/firmware.bin"` ... Restore [==================================================] 100% `vl53l5cx/firmware.bin` - complete (86016 of 86016 bytes). # `vl53l5cx/nvm_cmd.bin` : Size: 128 bytes (= 1 packages) # Send `xmodem receive "vl53l5cx/nvm_cmd.bin"` ... Restore [==================================================] 100% `vl53l5cx/nvm_cmd.bin` - complete (128 of 128 bytes). Make folder `vl53l5cx/sub2` ... # Send `mkdir "vl53l5cx/sub2"` ... Make folder `vl53l5cx/sub_directory` ... # Send `mkdir "vl53l5cx/sub_directory"` ... # `vl53l5cx/xtalk.bin` : Size: 896 bytes (= 7 packages) # Send `xmodem receive "vl53l5cx/xtalk.bin"` ... Restore [==================================================] 100% `vl53l5cx/xtalk.bin` - complete (896 of 896 bytes). # `vl53l5cx/sub2/202604251745.opt` : Size: 896 bytes (= 7 packages) # Send `xmodem receive "vl53l5cx/sub2/202604251745.opt"` ... Restore [==================================================] 100% `vl53l5cx/sub2/202604251745.opt` - complete (896 of 896 bytes). Make folder `vl53l5cx/sub2/sub3` ... # Send `mkdir "vl53l5cx/sub2/sub3"` ... # `vl53l5cx/sub_directory/202604251745_filetree.txt` : Size: 206 bytes (= 2 packages) # Send `xmodem receive "vl53l5cx/sub_directory/202604251745_filetree.txt"` ... Restore [==================================================] 100% `vl53l5cx/sub_directory/202604251745_filetree.txt` - complete (256 of 206 bytes). # `vl53l5cx/sub_directory/202604251745_options.txt` : Size: 291 bytes (= 2 packages) # Send `xmodem receive "vl53l5cx/sub_directory/202604251745_options.txt"` ... Restore [==================================================] 100% `vl53l5cx/sub_directory/202604251745_options.txt` - complete (384 of 291 bytes). # `vl53l5cx/sub2/sub3/conf.bin` : Size: 1024 bytes (= 8 packages) # Send `xmodem receive "vl53l5cx/sub2/sub3/conf.bin"` ... Restore [==================================================] 100% `vl53l5cx/sub2/sub3/conf.bin` - complete (1024 of 1024 bytes). Restore library from `202604251745.lib` (y/n)? n Backup `F:\Dropbox\__GIT\picom\miiha_202604251745` successfully restored. 13 file(s) copied, 4 folder(s) created; 0 failed 2 backup management files ignored Trying to launch terminal programm ... # Launching `C:\Program Files (x86)\teraterm5\ttermpro.exe` ... # Done. Check: (picom) PS F:\Dropbox\__GIT\picom> python picom.py -t -s "COM5" ft PicoM v0.1.11 (beta) # Getting command line arguments ... done. Trying to kill open terminal ... # Checking for PicoMite ... done. Retrieving file tree from `A:` : # Sending `files "A:/"` ... # Sending `files "A:/vl53l5cx/"` ... # Sending `files "A:/vl53l5cx/sub2/"` ... # Sending `files "A:/vl53l5cx/sub2/sub3/"` ... # Sending `files "A:/vl53l5cx/sub_directory/"` ... 13 file(s) and 4 folder(s) found. Content of `A:` : ├──vl53l5cx │ ├──sub2 │ │ ├──sub3 │ │ │ └──conf.bin │ │ └──202604251745.opt │ ├──sub_directory │ │ ├──202604251745_filetree.txt │ │ └──202604251745_options.txt │ ├──firmware.bin │ ├──nvm_cmd.bin │ └──xtalk.bin ├──.fm ├──202604251745.lib ├──bootcount ├──lib_vl53.bas ├──miiha.bas └──tof.dat Trying to launch terminal programm ... # Launching `C:\Program Files (x86)\teraterm5\ttermpro.exe` ... # Done. Backup: (picom) PS F:\Dropbox\__GIT\picom> python picom.py -t -s "COM5" -n "miiha" b PicoM v0.1.11 (beta) # Getting command line arguments ... done. Trying to kill open terminal ... # Checking for PicoMite ... done. # Check drive ... # Create unique local folder for backup ... # Get option list ... # Sending `option list` ... Save options to "202604260741.opt" file ... # Sending `option disk save "202604260741.opt"` ... Save library, if exists, to `202604260741.lib` ... # Sending `library disk save "202604260741.lib"` ... Retrieving file tree from `A:` : Parsing `A:/` ... # Sending `files "A:/"` ... # Sending `files "A:/vl53l5cx/"` ... # Sending `files "A:/vl53l5cx/sub2/"` ... # Sending `files "A:/vl53l5cx/sub2/sub3/"` ... # Sending `files "A:/vl53l5cx/sub_directory/"` ... 15 file(s) and 4 folder(s) found. Create backup of PicoMite @`COM5` : Backup folder : `F:\Dropbox\__GIT\picom\miiha_202604260741` Create local folder `F:\Dropbox\__GIT\picom\miiha_202604260741\vl53l5cx` Create local folder `F:\Dropbox\__GIT\picom\miiha_202604260741\vl53l5cx\sub2` Create local folder `F:\Dropbox\__GIT\picom\miiha_202604260741\vl53l5cx\sub2\sub3` # `vl53l5cx/sub2/sub3/conf.bin` : Size: 1024 bytes (= 8 packages) # Send `xmodem s "vl53l5cx/sub2/sub3/conf.bin"` ... Backup [==================================================] 100% `vl53l5cx/sub2/sub3/conf.bin` - complete (1024 of 1024 bytes). # `vl53l5cx/sub2/202604251745.opt` : Size: 896 bytes (= 7 packages) # Send `xmodem s "vl53l5cx/sub2/202604251745.opt"` ... Backup [==================================================] 100% `vl53l5cx/sub2/202604251745.opt` - complete (896 of 896 bytes). Create local folder `F:\Dropbox\__GIT\picom\miiha_202604260741\vl53l5cx\sub_directory` # `vl53l5cx/sub_directory/202604251745_filetree.txt` : Size: 256 bytes (= 2 packages) # Send `xmodem s "vl53l5cx/sub_directory/202604251745_filetree.txt"` ... Backup [==================================================] 100% `vl53l5cx/sub_directory/202604251745_filetree.txt` - complete (256 of 256 bytes). # `vl53l5cx/sub_directory/202604251745_options.txt` : Size: 384 bytes (= 3 packages) # Send `xmodem s "vl53l5cx/sub_directory/202604251745_options.txt"` ... Backup [==================================================] 100% `vl53l5cx/sub_directory/202604251745_options.txt` - complete (384 of 384 bytes). # `vl53l5cx/firmware.bin` : Size: 86016 bytes (= 672 packages) # Send `xmodem s "vl53l5cx/firmware.bin"` ... Backup [==================================================] 100% `vl53l5cx/firmware.bin` - complete (86016 of 86016 bytes). # `vl53l5cx/nvm_cmd.bin` : Size: 128 bytes (= 1 packages) # Send `xmodem s "vl53l5cx/nvm_cmd.bin"` ... Backup [==================================================] 100% `vl53l5cx/nvm_cmd.bin` - complete (128 of 128 bytes). # `vl53l5cx/xtalk.bin` : Size: 896 bytes (= 7 packages) # Send `xmodem s "vl53l5cx/xtalk.bin"` ... Backup [==================================================] 100% `vl53l5cx/xtalk.bin` - complete (896 of 896 bytes). # `.fm` : Size: 64 bytes (= 0 packages) # Send `xmodem s ".fm"` ... Backup [==================================================] 100% `.fm` - complete (128 of 64 bytes). # `202604251745.lib` : Size: 26368 bytes (= 206 packages) # Send `xmodem s "202604251745.lib"` ... Backup [==================================================] 100% `202604251745.lib` - complete (26368 of 26368 bytes). # `202604260741.lib` : Size: 26188 bytes (= 205 packages) # Send `xmodem s "202604260741.lib"` ... Backup [==================================================] 100% `202604260741.lib` - complete (26240 of 26188 bytes). # `202604260741.opt` : Size: 896 bytes (= 7 packages) # Send `xmodem s "202604260741.opt"` ... Backup [==================================================] 100% `202604260741.opt` - complete (896 of 896 bytes). # `bootcount` : Size: 128 bytes (= 1 packages) # Send `xmodem s "bootcount"` ... Backup [==================================================] 100% `bootcount` - complete (128 of 128 bytes). # `lib_vl53.bas` : Size: 40192 bytes (= 314 packages) # Send `xmodem s "lib_vl53.bas"` ... Backup [==================================================] 100% `lib_vl53.bas` - complete (40192 of 40192 bytes). # `miiha.bas` : Size: 32896 bytes (= 257 packages) # Send `xmodem s "miiha.bas"` ... Backup [==================================================] 100% `miiha.bas` - complete (32896 of 32896 bytes). # `tof.dat` : Size: 2048 bytes (= 16 packages) # Send `xmodem s "tof.dat"` ... Backup [==================================================] 100% `tof.dat` - complete (2048 of 2048 bytes). Backup `miiha_202604260741` successfully created. 15 file(s) and 4 folder(s) saved; 0 failed Trying to launch terminal programm ... # Launching `C:\Program Files (x86)\teraterm5\ttermpro.exe` ... # Done. (picom) PS F:\Dropbox\__GIT\picom> |
||||
| toml_12953 Guru Joined: 13/02/2015 Location: United StatesPosts: 647 |
Here's the beginning of my attempt at backup with arguments -d B: -n MyBackup b PicoM v0.1.11 (beta) Save options to "202604280028.opt" file ... Save library, if exists, to `202604280028.lib` ... Retrieving file tree from `B:` : Parsing `B:/` ... Warning: Entry #0 (`B:/`) not recognized. Warning: Entry #1 (`ine.mp3`) not recognized. Warning: Entry #4 (`s`) not recognized. Warning: Entry #6 (`bas`) not recognized. Warning: Entry #8 (`e_johnybot.nes`) not recognized. Warning: Entry #11 (`as`) not recognized. Warning: Entry #13 (`as`) not recognized. Warning: Entry #14 (`11:47 22-04-2026 383 Going Up.b`) not recognized. Warning: Entry #15 (`as`) not recognized. Warning: Entry #19 (`s`) not recognized. Warning: Entry #21 (`as`) not recognized. Warning: Entry #23 (`txt`) not recognized. 13:59 27-11-2023 2408 Lemmings.t`) not recognized. Warning: Entry #25 (`xt`) not recognized. Warning: Entry #29 (`Test.bas`) not recognized. Warning: Entry #35 (`s`) not recognized. Warning: Entry #39 (`mp`) not recognized. Warning: Entry #41 (`as`) not recognized. 23:22 10-06-2025 135 savage.bas`) not recognized. Warning: Entry #51 (`.bas`) not recognized. Warning: Entry #53 (`02R.bas`) not recognized. Warning: Entry #55 (`.bas`) not recognized. Warning: Entry #57 (`bas`) not recognized. Warning: Entry #60 (`s.txt`) not recognized. Warning: Entry #62 (`13:59 09-02-2026 4220 thomas att`) not recognized. Warning: Entry #63 (`ractor.bas`) not recognized. Warning: Entry #66 (`s`) not recognized. Warning: Entry #0 (`B:/benches`) not recognized. Warning: Entry #0 (`B:/creative`) not recognized. Warning: Entry #2 (`bas`) not recognized. Warning: Entry #5 (`bas`) not recognized. Warning: Entry #7 (`s`) not recognized. Warning: Entry #13 (`.bas`) not recognized. Warning: Entry #17 (`bas`) not recognized. Warning: Entry #19 (`t.bas`) not recognized. Warning: Entry #21 (`bas`) not recognized. Warning: Entry #24 (`s`) not recognized. Warning: Entry #3 (`bas`) not recognized. Warning: Entry #5 (`as`) not recognized. Warning: Entry #8 (`as`) not recognized. Warning: Entry #10 (`as`) not recognized. Warning: Entry #13 (`as`) not recognized. Warning: Entry #15 (`s`) not recognized. Warning: Entry #19 (`as`) not recognized. Warning: Entry #24 (`e.bas`) not recognized. 09:24 14-10-2024 589 diamond.ba`) not recognized. Warning: Entry #26 (`s`) not recognized. Warning: Entry #30 (`as`) not recognized. Warning: Entry #32 (`as`) not recognized. Warning: Entry #34 (`as`) not recognized. Warning: Entry #37 (`bas`) not recognized. Warning: Entry #39 (`as`) not recognized. Warning: Entry #41 (`wins.bas`) not recognized. Warning: Entry #47 (`bas`) not recognized. Warning: Entry #49 (`s`) not recognized. 09:24 14-10-2024 3441 hello.bas`) not recognized. Warning: Entry #52 (`as`) not recognized. Warning: Entry #57 (`bas`) not recognized. Warning: Entry #65 (`.bas`) not recognized. Warning: Entry #67 (`s`) not recognized. Warning: Entry #71 (`.bas`) not recognized. Warning: Entry #73 (`as`) not recognized. 09:24 14-10-2024 15144 mine.bas`) not recognized. Warning: Entry #76 (`s`) not recognized. Warning: Entry #79 (`.bas`) not recognized. Warning: Entry #83 (`as`) not recognized. Warning: Entry #85 (`09:24 14-10-2024 21206 oregon tra`) not recognized. Warning: Entry #86 (`il.bak.bas`) not recognized. Warning: Entry #87 (`09:24 14-10-2024 21216 oregon tra`) not recognized. Warning: Entry #88 (`il.bas`) not recognized. Warning: Entry #95 (`s`) not recognized. Warning: Entry #98 (`rs.bas`) not recognized. 09:24 14-10-2024 6370 roulette.b`) not recognized. Warning: Entry #100 (`as`) not recognized. Warning: Entry #102 (`lette.bas`) not recognized. Warning: Entry #105 (`.bas`) not recognized. Warning: Entry #107 (`as`) not recognized. Warning: Entry #113 (`t.bas`) not recognized. Warning: Entry #116 (`rek.bas`) not recognized. Warning: Entry #118 (`rekins.bas`) not recognized. Warning: Entry #120 (`s`) not recognized. Warning: Entry #123 (`.bas`) not recognized. 09:24 14-10-2024 3135 tictactoe2`) not recognized. Warning: Entry #125 (`.bas`) not recognized. Warning: Entry #131 (`s`) not recognized. Warning: Entry #134 (`Error : Invalid character: "`) not recognized. Warning: Entry #0 (`B:/nixie`) not recognized. Warning: Entry #0 (`B:/solutions`) not recognized. Warning: Entry #2 (`eter.bas`) not recognized. Warning: Entry #4 (`as`) not recognized. Warning: Entry #6 (`bas`) not recognized. Warning: Entry #8 (`as`) not recognized. Warning: Entry #10 (`r.bas`) not recognized. Warning: Entry #12 (`ci.bas`) not recognized. Warning: Entry #14 (`ng.bas`) not recognized. Warning: Entry #16 (`bas`) not recognized. Warning: Entry #18 (`.bas`) not recognized. Warning: Entry #20 (`as`) not recognized. Warning: Entry #22 (`bas`) not recognized. Warning: Entry #24 (`bas`) not recognized. Warning: Entry #1 (`tions.bas`) not recognized. Warning: Entry #3 (`ic.bas`) not recognized. Warning: Entry #5 (`ic.bas`) not recognized. Warning: Entry #7 (`.bas`) not recognized. Warning: Entry #9 (`ic.bas`) not recognized. Warning: Entry #11 (`nown.bas`) not recognized. Warning: Entry #13 (`b.bas`) not recognized. Warning: Entry #15 (`e.bas`) not recognized. Warning: Entry #17 (`m`) not recognized. Warning: Entry #19 (`a`) not recognized. Warning: Entry #22 (`q`) not recognized. Warning: Entry #24 (`rean`) not recognized. 21:21 14-03-2019 1140 28.coordge`) not recognized. Warning: Entry #26 (`om`) not recognized. Warning: Entry #28 (`d-pi`) not recognized. Warning: Entry #30 (`lar`) not recognized. Warning: Entry #32 (`oord`) not recognized. Warning: Entry #35 (`e`) not recognized. Warning: Entry #37 (`ine`) not recognized. Warning: Entry #40 (`ile`) not recognized. Warning: Entry #42 (`ot`) not recognized. Warning: Entry #48 (`eidel`) not recognized. 11:20 27-04-2025 790 43.self-ge`) not recognized. Warning: Entry #50 (`nint`) not recognized. Warning: Entry #54 (`e`) not recognized. Warning: Entry #56 (`ed`) not recognized. Warning: Entry #58 (`-div`) not recognized. Warning: Entry #60 (`den`) not recognized. Warning: Entry #62 (`mb`) not recognized. Warning: Entry #64 (`e`) not recognized. Warning: Entry #66 (`ime`) not recognized. Warning: Entry #68 (`erse`) not recognized. Warning: Entry #71 (`erse`) not recognized. Warning: Entry #73 (`l1`) not recognized. 02:25 06-03-2019 830 55a.perp-c`) not recognized. Warning: Entry #75 (`al-2`) not recognized. Warning: Entry #77 (`act`) not recognized. Warning: Entry #79 (`fact2`) not recognized. Warning: Entry #83 (`e-gen`) not recognized. Warning: Entry #85 (`ne`) not recognized. Warning: Entry #87 (`-pi`) not recognized. Warning: Entry #90 (`y`) not recognized. Warning: Entry #92 (`tion`) not recognized. Warning: Entry #94 (`alysis`) not recognized. Warning: Entry #96 (`-roots`) not recognized. Warning: Entry #98 (`ea`) not recognized. 15:40 30-07-2015 402 69.trapezo`) not recognized. Warning: Entry #100 (`idal`) not recognized. Warning: Entry #102 (`ns`) not recognized. Warning: Entry #104 (`-fahr`) not recognized. Warning: Entry #106 (`ss-vs-speed`) not recognized. Warning: Entry #110 (`t`) not recognized. Warning: Entry #112 (`sort`) not recognized. Warning: Entry #114 (`oe`) not recognized. Warning: Entry #115 (`14:43 15-03-2025 255 8-Bit Benc`) not recognized. Warning: Entry #116 (`hmark`) not recognized. Warning: Entry #118 (`ome`) not recognized. Warning: Entry #9 (`28.lib`) not recognized. Warning: Entry #11 (`28.opt`) not recognized. Warning: Entry #13 (`bas`) not recognized. Warning: Entry #15 (`as`) not recognized. Warning: Entry #19 (`mp3`) not recognized. Warning: Entry #20 (`07:42 12-03-2026 261 balloon te`) not recognized. Warning: Entry #21 (`st.bas`) not recognized. Warning: Entry #23 (`r`) not recognized. 241 file(s) and 7 folder(s) found. Create backup of PicoMite @`COM21` : Backup folder : `E:\Users\tlake\Documents\ClockworkPi\PicoCalc\picom-main\MyBackup_202604280028` Create local folder `E:\Users\tlake\Documents\ClockworkPi\PicoCalc\picom-main\MyBackup_202604280028\basicprogs` Error: File `basicprogs/BellLabs_F` not found ... skipped. Error: File `basicprogs/bezier.bas` not found ... skipped. Error: File `basicprogs/bifdiag.ba` not found ... skipped. Error: File `basicprogs/bytesieve.` not found ... skipped. Error: File `basicprogs/Chessnovic` not found ... skipped. Error: File `basicprogs/Comp.bas` not found ... skipped. Error: File `basicprogs/frametst.b` not found ... skipped. Error: File `basicprogs/galaxian.b` not found ... skipped. Error: File `basicprogs/hat.BAS` not found ... skipped. Error: File `basicprogs/julia.bas` not found ... skipped. Error: File `basicprogs/keydisp.ba` not found ... skipped. Error: File `basicprogs/lcdnixie.b` not found ... skipped. Error: File `basicprogs/Lemm13x20.` not found ... skipped. Error: File `basicprogs/lorenz.bas` not found ... skipped. Error: File `basicprogs/mand.bas` not found ... skipped. Error: File `basicprogs/Mandelbrot` not found ... skipped. Backup [==================================================] 100% `basicprogs/menu.bas` - complete (1408 of 1356 bytes). Footnote added 2026-04-28 15:14 by toml_12953 NB: One error is that menu.bas is NOT in the basicprogs subdirectory. |
||||
| toml_12953 Guru Joined: 13/02/2015 Location: United StatesPosts: 647 |
Hi toml_12953, could you give me an example? On A: I have not problems with directories (see below). In any case, as I said before, the uf2 solution seems ideal for WhiteWizzard's use case. I often want to change the firmware - trying out the latest versions - and then want to make a backup that I can restore after the firmware update. Best Thomas I just tried it again and now I get this: PicoM v0.1.11 (beta) Traceback (most recent call last): File "E:\Users\tlake\Documents\ClockworkPi\PicoCalc\picom-main\picom.py", line 1328, in <module> picoID = isPicoMitePresent() File "E:\Users\tlake\Documents\ClockworkPi\PicoCalc\picom-main\picom.py", line 350, in isPicoMitePresent return res[0] if len(res[0]) > 0 else "" IndexError: list index out of range The screen on the PicoCalc shows >?MM.INFO(ID) 2CFC52F9A68 Edited 2026-04-28 14:49 by toml_12953 |
||||
| karlelch Guru Joined: 30/10/2014 Location: GermanyPosts: 328 |
Thanks toml_12953 Looks like a timing issue. Will look into that on the weekend. Best Thomas |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2026 |