-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update installation instructions for 1.54.0 #20
Conversation
I've followed the instructions on this PR (for M1), and managed to build successfully without getting the #3 issue. When flashing to the device, I however get the error:
I had set up esp-idf with Given that esp32-c3 doesn't use Xtensa (at least that's my understanding), does it mean that I'm building incorrectly for |
The instructions indeed produce a build for esp32, by default. If you need to build for esp32-c3, please run |
@nevi-me Thank you for pointing out the problem. Selection of the architecture was not obvious from the documentation. I've updated all documents, so that they contain selection of the architecture and also the reference to C3 installation instructions. |
@MabezDev Please review updated instructions. |
Thanks @georgik. Am I correct in saying that for esp32-c3, I then don't need to follow this process? If so, when I follow the C3 instructions in the main branch, I get the below just like with #3 error[E0432]: unresolved import `core::sync::atomic::AtomicUsize`
--> /Users/{me}/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/cache.rs:8:5
|
8 | use core::sync::atomic::AtomicUsize;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AtomicUsize` in `sync::atomic`
For more information about this error, try `rustc --explain E0432`. |
Closes #19
Note: Not all artifacts are available for the download now.