I am a newbie and was playing with esp32c3 with rust.
I was able to build a sample blinky project but cannot load into the board. I am running ubuntu on WSL.
When I tried running ‘espflash board-info –list-all-ports’, its showing my board, which is ‘/dev/ttyACM0’, but then ‘Connecting…’. That’s it. Nothing else is happening and I have to kill the process to come out of it.
When I run ‘espflash flash target/riscv32imc-esp-espidf/debug/blinky-rust-esp32c3’, it says no serial ports detected.
Can someone help me here?
Thanks in advance.
When I tried running ‘espflash board-info –list-all-ports’, its showing my board, which is ‘/dev/ttyACM0’, but then ‘Connecting…’. That’s it. Nothing else is happening and I have to kill the process to come out of it.
I tried editing ‘.cargo/config.toml’ by adding my serial port ‘/dev/ttyACM0’ in the runner field, but that didn’t help.
1