Skip to content

Hacker Build (no debug messages)

Pre-release
Pre-release
Compare
Choose a tag to compare
@nickray nickray released this 05 Jan 23:30
· 942 commits to master since this release
c0a2b67

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 in sudo 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.