-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Wrong flash size detected for mxic
flash chip (128 kbytes v 8192 kbytes) with v5.1.1 (IDFGH-11041)
#12222
Comments
mxic
flash chip (128 kbytes v 8192 kbytes) with v5.1.1mxic
flash chip (128 kbytes v 8192 kbytes) with v5.1.1 (IDFGH-11041)
Binary-chopping indicates that v5.0.3 does NOT have the issue but both v5.1 and v5.1.1 DO have the issue. |
I didn't remember any changes about this part from 5.0 to 5.1. Could you please get the mxic size by |
Hi, and thanks for the swift response.
In terms of |
<cough /> |
Any suggestions as to how to move forward with this? |
I have the same problem with the NINA-W106 10B-00 with 8MB flash. @RobMeades as you said IDF < 5.1 works, IDF >= 5.1 does not work. I investigated the issue today and I found out that there is a patch 4c66d7e which implements a @espressif is there any plan to port this patch to the newer IDF versions? |
Woohoo! Thank you @espressif! |
...and @michaelw-inno of course. |
improve the warning for issue espressif/esp-idf#12222
Answers checklist.
IDF version.
v5.1.1
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
u-blox NINA-W15
Power Supply used.
USB
What is the expected behavior?
Detect the 8 megabyte
mxic
flash chip used within the u-blox NINA-W15 module (ESP32) as being of size 8192 kbytes, e.g. as below, which is what version 5.0.1 did.What is the actual behavior?
With version 5.1.1, ESP-IDF now thinks that the 8 megabyte
mxic
flash chip only has 128 kbytes of flash:Steps to reproduce.
Attempt to run a build made with ESP-IDF v5.1.1, as opposed to ESP-IDF v5.0.1, on a u-blox NINA-W15 (ESP32 with 8 Megabyte
mxic
chip) module, which I am perfectly happy to do to investigate/test any proposed fix.Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: