-
-
Notifications
You must be signed in to change notification settings - Fork 83
Panic on startup with latest firmware for Wrover-Kit #1548
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
Panic on startup with latest firmware for Wrover-Kit #1548
Comments
The last working firmware was just before IDF 5.1 to 5.22 upgrade. (29/7/2024) Nothing obvious in changed files to cause this. Tested an IDF example *wifi station) with wrover and its OK. |
Commenting out code @ spi_flash_hal_common_command it does get past that, and tries to start both tasks on each core (at app_main), however (and not surprisingly) it fails short after with the error that the flash is not initialized. |
I have ruled out the bootloader.bin as the cause of the problem. Blink example built under IDF 3.5.2 works OK on Wrover_Kit with our partition table So issue is with nanoclr.bin ! |
@AdrianSoundy was this resolved? |
Target name(s)
Wrover-kit
Firmware version
1.12.0.119
Was working before? On which version?
1.11.0.3
Device capabilities
No response
Description
After newly flashing wrover-kit firmware its never seen in VS.
Reported on discord
https://discord.com/channels/478725473862549535/1302792281752866816/1302961122541830244
After further testing found it panics on startup.
How to reproduce
Flash wrover-kit firmware
reset device
Expected behaviour
Boots and seen in VS
Screenshots
No response
Aditional information
Back trace
The text was updated successfully, but these errors were encountered: