git clone --recurse-submodules https://github.com/gibait/solo1
- Install ARM compiler
- Install Rust and
rustup target add thumbv7em-none-eabihf
- Install solo from pip or
cd solo1 && make venv
source venv/bin/activate
cd solo/targets/stm32l432/
make build-hacker
cd ../..
solo1 program aux enter-bootloader
solo1 program bootloader targets/stm32l432/solo.hex
- Need libsodium. On debian, install:
sudo apt install libsodium-dev
Clone Solo and build it
git clone --recurse-submodules https://github.com/solokeys/solo
cd solo
make all
./main