-
Notifications
You must be signed in to change notification settings - Fork 118
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
Flashing with ESP32-S3 with Octal flash flashes an unbootable image #393
Comments
Edit, I actually found this happens regardless of flashing via USB-SERIAL-JTAG or the USB serial converter. |
I found an S3 board which doesn't have Octal flash on it, and it works just fine... Hmmm. |
I tied to reproduce this, but got... the opposite results Next, I tried to flash rusty blinky image and got the same bootloop error, so I tried to specify octal flash settings in
Magically, it booted successfully, although I did receive some warnings that I always had. This behavior is especially interesting because I was able to flash both helloworld and rust blinky examples before without octal mode. If I remember correctly, idf and toolchain versions are the same as before. |
UPD: Reproduced with explicit partition table that has >16 MB partition. This issue has not been seen before due to wrong size-freq config in the header |
After installing RC4 I noticed that flashing with the USB-SERIAL-JTAG port (in my case, S3) no longer correctly flashes the chip. The second stage bootloader complains about the partition table having partition size. I bisected from a known working state to find that #375 seems to be the culprit.
Looking at the changes in #375, I'm not sure what would cause this. @maxwase, could you test flashing on your S3 board via USB serial jtag to verify this is a real issue?
The text was updated successfully, but these errors were encountered: