¿ªÔÆÌåÓý

FW loads via MicroSD? #ultra


 

I don't think this has been covered, but will it be possible to do FW updates via the microSD card?


 

No.

It stores screenshots and configuration setups.

Larry


 

Erik, wouldn't it be useful to be able to do FW updates/reloads from MicroSD? It would be platform independent, as long as you can write to the card, you can do updates.


 

On Sat, Dec 10, 2022 at 11:25 PM, Gary Traveis wrote:
wouldn't it be useful to be able to do FW updates/reloads from MicroSD?
Yes, but it's a lot of work so maybe in the future
?
--
For more info on the tinySA go to https://tinysa.org/wiki/


 

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