-
Notifications
You must be signed in to change notification settings - Fork 18
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
spi_flash: Detected size(128k) smaller than the size in the binary image header(4096k). Probe failed. #18
Comments
Make sure you select the tight target as indicated on lines 21 in software.ino, also partition must be properly selected. Try to follow the build instructions at the bottom of software/readme.md |
Hi, rst:0x3 (SW_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) rst:0x3 (SW_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) this is the flusing output: Leaving... |
I think the module on the board is the -10B version with bigger flash. But not sure if this will improve as you used a small partition. In case you have the u-blox version (green board) have you changed the HW.h file? I don't see any resets in your report. Maybe try to enable core debug. |
can you please what is you setup that work ? esp32 board library version ? configuration ? |
Related to: espressif/esp-idf#12222 |
arduino_esp32 v3.0.0 (https://github.com/espressif/arduino-esp32/releases/tag/3.0.0) with esp core 5.1 seems to solve this issue. several libraries needed are not yet compatible
|
Hi,
I program the XPLR module from the Arduino IDE I received this message
do you know how to fix that?
17:00:14.256 ->
17:00:14.256 -> rst:0xc (SW_CPU_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
17:00:14.288 -> configsip: 0, SPIWP:0xee
17:00:14.288 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
17:00:14.288 -> mode:DIO, clock div:1
17:00:14.288 -> load:0x3fff0030,len:1184
17:00:14.288 -> load:0x40078000,len:13260
17:00:14.288 -> load:0x40080400,len:3028
17:00:14.288 -> entry 0x400805e4
17:00:14.726 -> E (452) spi_flash: Detected size(128k) smaller than the size in the binary image header(4096k). Probe failed.
17:00:14.726 ->
17:00:14.726 -> assert failed: do_core_init startup.c:328 (flash_ret == ESP_OK)
17:00:14.726 ->
17:00:14.726 ->
17:00:14.726 -> Backtrace: 0x40083b7d:0x3ffe3ab0 0x4008df95:0x3ffe3ad0 0x400936ed:0x3ffe3af0 0x4011496a:0x3ffe3c20 0x40083291:0x3ffe3c50 0x40079306:0x3ffe3c90 |<-CORRUPTED
17:00:14.726 ->
17:00:14.726 ->
The text was updated successfully, but these errors were encountered: