mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-11 10:44:48 +01:00
factory: no std
This commit is contained in:
@@ -85,6 +85,6 @@ else
|
||||
cargo build --bin $BIN
|
||||
fi &&
|
||||
|
||||
esptool.py --chip esp32-c3 elf2image ../target/riscv32imc-esp-espidf/$MODE/$BIN &&
|
||||
esptool.py --chip esp32c3 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 4MB 0x90000 ../target/riscv32imc-esp-espidf/$MODE/$BIN.bin &&
|
||||
esptool.py --chip esp32-c3 elf2image target/riscv32imc-esp-espidf/$MODE/$BIN &&
|
||||
esptool.py --chip esp32c3 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 4MB 0x50000 target/riscv32imc-esp-espidf/$MODE/$BIN.bin &&
|
||||
cargo espflash monitor --port $PORT
|
||||
|
||||
Reference in New Issue
Block a user