forked from sinara-hw/assembly
Booster small fixes
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
17a41021e0
commit
de7b372cfa
|
@ -12,10 +12,11 @@
|
||||||
git clone git@github.com:quartiq/booster.git
|
git clone git@github.com:quartiq/booster.git
|
||||||
cd booster
|
cd booster
|
||||||
nix-shell -p rustup cargo rustc dfu-util
|
nix-shell -p rustup cargo rustc dfu-util
|
||||||
|
rustup target add thumbv7em-none-eabihf
|
||||||
cargo install cargo-binutils
|
cargo install cargo-binutils
|
||||||
rustup component add llvm-tools-preview
|
rustup component add llvm-tools-preview
|
||||||
cargo build --release
|
cargo build --release
|
||||||
cargo objcopy -- -O binary booster.bin
|
cargo objcopy --release -- -O binary booster.bin
|
||||||
# enter dfu mode by either serial terminal or
|
# enter dfu mode by either serial terminal or
|
||||||
# press `DFU Bootloader` button while rebooting
|
# press `DFU Bootloader` button while rebooting
|
||||||
dfu-util -a 0 -s 0x08000000:leave --download booster.bin
|
dfu-util -a 0 -s 0x08000000:leave --download booster.bin
|
||||||
|
|
Loading…
Reference in New Issue