mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-11 10:44:48 +01:00
flash hello world onto esp32-c3 mini dev board
This commit is contained in:
10
README.md
10
README.md
@@ -1,5 +1,7 @@
|
||||
# sphinx-key
|
||||
|
||||
These notes were tested for macOS
|
||||
|
||||
### deps
|
||||
|
||||
##### cargo nightly:
|
||||
@@ -8,6 +10,8 @@
|
||||
|
||||
`rustup component add rust-src --toolchain nightly`
|
||||
|
||||
`rustup default nightly`
|
||||
|
||||
##### python 3.7 or higher is required
|
||||
|
||||
##### cargo sub-commands
|
||||
@@ -26,6 +30,8 @@
|
||||
|
||||
### flash
|
||||
|
||||
`espflash /dev/ttyUSB0 target/riscv32imc-esp-espidf/debug/sphinx-key`
|
||||
`espflash /dev/tty.SLAB_USBtoUART target/riscv32imc-esp-espidf/debug/sphinx-key`
|
||||
|
||||
replace dev/ttyUSB0 with the usb where board is connected
|
||||
If the above command does not work, try this one below:
|
||||
|
||||
`espflash target/riscv32imc-esp-espidf/debug/sphinx-key`
|
||||
|
||||
Reference in New Issue
Block a user