An automated CircuitPython board software update tool #CircuitPython #FromTheForums @CircuitPython

From the Adafruit Forums, user A_Command_Blockling posts:

Don’t like having to update your boards- especially if you have a lot of them? Well my dad and I made a program that will more or less do it for you. It even updates your libraries for you! And best of all- it’s open source and super flexible. As of writing this, it works and has been tested on macOS and Raspberry Pi.

Features:
– Update CircuitPython and corresponding library bundle
– Default case should be automatic, with reasonable additional flexibility
– Back-up board files before updating and restoring
– Attempt to warn of compatibility concerns related to major versions, pre-release versions, or library reorganization
– Install stable or unstable (pre-release) versions
– Update full library bundle or just the ones installed
– Runs on macOS and Rasbian (and maybe others?)

How does it work?

The updater starts by checking for the “board path” directory, and tries to extract the board type (e.g. “Trinket M0”) and installed version from boot_out.txt; it also looks for lib/lib_bundle.txt where it stores the version of the library bundle it installs.

It then attempts to guess the board’s URL on circuitpython.org based on a “slug” from the board name and extracts the download link for the board’s build of CircuitPython, and gets the download link for the latest corresponding library bundle.

After comparing the version numbers, a summary of what needs updating is printed; if the major version is changing or either of the versions was a pre-release build, it also prompts before continuing, since there may be incompatible changes.

Finally, the UF2 and/or library bundle are downloaded if necessary, the board files are backed up, and the board is ejected, updated and restored. If there were fewer than 100 items in the lib directory originally, only those and not the full bundle are copied onto the device.

Check It Out Here: https://gitlab.com/CodeyDev/circuit-python-updater

Read The Documentation Here: https://gitlab.com/CodeyDev/circuit-pyt … wikis/home


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


No Comments

No comments yet.

Sorry, the comment form is closed at this time.