-
Notifications
You must be signed in to change notification settings - Fork 253
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
Cannot install esp-println #3114
Comments
Closed via #2979, we still haven't released esp-println yet though. Could you use the git dependencies for esp-hal in the meantime? |
Thanks, so you mean using a git hash? |
I did, with the latest commit, but now I have this, any idea?
|
Given the mention of mach-o in the error, looks like you are building for macOS and not targeting Xtensa. |
Interesting, because I'm doing
here's my Cargo.toml
do you spot what I'm doing wrong? I'm a bit at a loss haha |
The error begins this way if it helps
|
#[build] The build section is commented out, so the target is not being applied most likely. |
wooops you're right, now I have an error in my code so it compiles
|
Try to pass |
Thank you indeed this works... now just have to figure out why my esp32-s3 device is not detected by espflash on MacOS M1...
|
Weirdly esptool.py doesn't seem to detect the device, althouh I know I was able to flash it before using this tool
any idea? |
Hmmm it seems it was a driver issue with the board, installing this fixes it https://www.wch.cn/downloads/CH34XSER_MAC_ZIP.html |
I get this error with v0.13
The text was updated successfully, but these errors were encountered: