From 692e2e3174b36b65b4ec26c1ac5bb7c36a67d333 Mon Sep 17 00:00:00 2001 From: decentclock Date: Mon, 15 Aug 2022 08:57:31 -0600 Subject: [PATCH] Add new line to readme --- sphinx-key/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sphinx-key/README.md b/sphinx-key/README.md index 3612e80..f0006b8 100644 --- a/sphinx-key/README.md +++ b/sphinx-key/README.md @@ -121,6 +121,7 @@ Password: password of the wifi from the previous step - `cargo build`. You are now building the sphinx-key signer! - `source venv/bin/activate` - `esptool.py --chip esp32-c3 elf2image target/riscv32imc-esp-espidf/debug/sphinx-key` + Now flash the software onto the dev board using this command: ``` esptool.py --chip esp32c3 -p $FLASHPORT -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 4MB 0x10000 target/riscv32imc-esp-espidf/debug/sphinx-key.bin