On Sun, Dec 11, 2022 at 08:25 AM, Gary Traveis wrote:
It would be platform independent, as long as you can write to the card, you can do updates.
I don't understand the problem of using dfu-util (or dfu-util.exe on Windows).
Just type: "dfu-util -d 0483:df11 -a 0 -s 0x08000000:leave -D tinySA_vx.y.z-nnn.bin"It works out of the box on Linux (even on a Raspi), MacOS, FreeBSD (as well as other BSDs).
The only thing a Windows user has to do is to execute Zadig just one time as a setup.
So it is a real "platform independent" solution.
Martin