Booster small fixes

Signed-off-by: Egor Savkin <es@m-labs.hk>
legacy-build
Egor Savkin 2023-07-31 17:41:15 +08:00
parent 17a41021e0
commit de7b372cfa
1 changed files with 2 additions and 1 deletions

View File

@ -12,10 +12,11 @@
git clone git@github.com:quartiq/booster.git
cd booster
nix-shell -p rustup cargo rustc dfu-util
rustup target add thumbv7em-none-eabihf
cargo install cargo-binutils
rustup component add llvm-tools-preview
cargo build --release
cargo objcopy -- -O binary booster.bin
cargo objcopy --release -- -O binary booster.bin
# enter dfu mode by either serial terminal or
# press `DFU Bootloader` button while rebooting
dfu-util -a 0 -s 0x08000000:leave --download booster.bin