Hacker Build (no debug messages)
Pre-release
Pre-release
nickray
released this
05 Jan 23:30
·
942 commits
to master
since this release
This is an unsigned build of the "hacker" version (by Conor, on Windows).
It can be used to reset a borked token:
- plug in token keeping button pressed for a few seconds to activate the STM DFU bootloader (press until it enumerates as
idVendor=0483, idProduct=df11
insudo dmesg -w
) - run
tools/solotool.py program all.hex --use-dfu --detach
Assuming the bootloader is working, you can reset the firmware:
- run
tools/solotool.py program solo.hex
In both cases, the token should enumerate as idVendor=0483, idProduct=a2ca
.
You can setup a working Python environment by running make env3
and source env3/bin/activate
.