On Fri, Dec 16, 2022 at 12:00 AM, Lane Wilson wrote:
git clone?
cd tinySA
git checkout V4.3
git pull
git submodule update --init ¨Crecursive
?
Lane,
Good work!
One remark: with Erik's reorganisation / renaming V4.3 to main the "git checkout V4.3" isn't needed anymore, after the clone you're already on the right branch. So the section about "what is the right branch" is not necessary too.
I cannot judge the windows stuff, but as soon the "make" command works, you're done.
One last point is the tedious "How do I do a FW update?" discussion. I use dfu-util (also available from Erik):
If you rename it to dfu-util.exe and put it somewhere in your PATH, the "make flash" of the Makefile is your friend.?
Just use Zadig to make the device (in DFU mode) known to windows. (But as I wrote - DID I? :) - I do not use Windows).
Best thing would be to get a signed "driver", i.e. a *.inf" file for dfu-util.
Martin