I ran the Install or Updated MicroPythonin in Thonny. I’m sure I overwrote something. When I turn on the Pico Calc, the light comes on but nothing seems to boot. Any thoughts?
What version/build/port of MicroPython did you flash your PicoCalc with, and if you specifically used one for the PicoCalc, did you follow the installation directions?
Try the universal flash nuke, and then reflash Micropython.
Sorry for the delay. I do see a number of uf2 files on the SD card. I would still like to get it back to default. Do I need to copy the files on the SD car to the Pico? I’m learning so sorry for the basic questions.
While you would use a universal flash nuke (GitHub - Gadgetoid/pico-universal-flash-nuke · GitHub) and they copy one of the UF2 files on the SD card to the Pico using the BOOTSEL mechanism, I personally do not really recommend using the software that comes with the PicoCalc – much of it has better replacements out there.
For instance, if you want to use MicroPython I would recommend the Picoware port of MicroPython as found here:
Conversely, if you want to use PicoMite I would recommend the latest stable port of PicoMite to the PicoCalc which was found here:
@ernst Where did you move your files to? I checked out your server again and the PicoMite files were missing.
Warning, ernst, who has done the porting work for PicoMite hosted it on a Raspberry Pi with a rather wonky firewall which will do an automatic 12-hour IP block on anyone who attempts to access anything outside the ‘download’ directory.
Note that I would highly recommend upgrading the STM32 ‘BIOS’ firmware for your PicoCalc per the directions here – a lot of software will not function properly without this upgrade, and it fixes a number of issues.
Directions for flashing the firmware onto your PicoCalc’s STM32 can be found here:
You can find the latest official firmware here:
The PicoCalc is now supported by OOTB (out of the box) PicoMite and WebMite.
see PicoMite/WebMite V6.02.01 release candidates now available on TBS
The latest Release Candidate 2 can be found in the post: https://www.thebackshed.com/forum/ViewTopic.php?FID=16&TID=18703&LastEntry=Y#251881#251862
It is recommended to nuke the flash before installing the version from TBS forum, subsequent installs do not need to be nuked unless the Peter Mather states otherwise.
Until now my latest bios v1.6 is available on: http://raspi1.mypi.co/download
I got things working. I used the universal flash nuke then flashed it with the PicoCalc_Bootloader_v0.5.uf2. It is back to when I received it. Now that I know, I’m going to play with the Micro Python.