-
Notifications
You must be signed in to change notification settings - Fork 130
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
Weird flash loop (No bootable app partitions in the partition table) #707
Comments
Can you try updating your espflash and see if the issue persists? |
@SergioGasquez I am using the docker image. I am unsure how I should update it inside of there? |
I assume that you ran the docker image a while ago. You could |
@SergioGasquez I installed the container new using the link you provide, therefore I have the newest esp version, but I still get the same loop. On a good-ish side the auto port detection was fixed... |
I have been experimenting with the same device (ESP-WROOM-32), and I am running into what seems to be a similar issue on the flashing end. This is with
|
Hi! Not sure if its the same problem, looking at @J0y8993 error again, I Regarding @theembeddedrustacean issue, it might be the same, but I don't have enough information, mind sharing a reproducer? |
You're probably right. After some tinkering, I actually encountered another issue that, upon fixing, resolved this one for me. It seems associated with the size of the binary generated. To give some context, I was using embassy in a lib project, where I had to increase the Upon creating a separate binary project and importing the crate from the lib project, when attempting to build, I got a linker error indicating that I was exceeding the available dram_seg. Upon reducing the task arena size to resolve the linker error, the build succeeded, and the flashing error was resolved as well. While I am happy that now its working, I am really confused why the build actually succeeded in one case while in another it did not. |
Glad that is now resolved, Ill be closing the issue as this is not really related to |
So I am trying to flash an ESP32-WROOM-32 and I encounter two errors.
I am currently following along the Embedded Rust on ESP32 Book and I am on chapter 2.4.
I got some CC-Linking errors, when building the repo on NixOS (does anyone maybe know why as a side note?). Because of this I ditched NixOS for flashing and I am currently using the Docker container linked in the Book.
So here is a short video of what those errors look like.
issue.webm
cargo run -- --list-all-ports
. I have to add the--no-stub
flag, in order to make it work 100% of the time. (Idk why, but without the flag it only flashes some times.)Here the error message of the timeout:
Does anyone know hot to resolve this issue?
Thanks in advance!
Tasks
The text was updated successfully, but these errors were encountered: