You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a fresh new project, created with esp-generate --chip esp32s3 hello-esp.
Building with cargo build has no errors, but cargo run is the one that keeps failing no matter what options I pass. Below is the output of running that
$ hello-esp git:(main) ✗ cargo run
WARNING: use --release
We *strongly* recommend using release profile when building esp-hal.
The dev profile can potentially be one or more orders of magnitude
slower than release, and may cause issues with timing-senstive
peripherals and/or devices.
Finished `dev` profile [optimized + debuginfo] target(s) in 0.10s
Running `espflash flash --monitor target/xtensa-esp32s3-none-elf/debug/async_main`
error: could not execute process `espflash flash --monitor target/xtensa-esp32s3-none-elf/debug/async_main` (never executed)
Caused by:
No such file or directory (os error 2)
Any thoughts on how to fix this?
Thank you!
The text was updated successfully, but these errors were encountered:
For a fresh new project, created with
esp-generate --chip esp32s3 hello-esp
.Building with
cargo build
has no errors, butcargo run
is the one that keeps failing no matter what options I pass. Below is the output of running thatAny thoughts on how to fix this?
Thank you!
The text was updated successfully, but these errors were encountered: