flash hello world onto esp32-c3 mini dev board

This commit is contained in:
Jules Comte
2022-05-19 14:46:20 -04:00
parent c428b78cd4
commit b944eb20fa

View File

@@ -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`