-
Notifications
You must be signed in to change notification settings - Fork 83
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(8192k) smaller than the size in the binary image header(16384k). Probe failed #164
Comments
Hi @chaitanya-smartrotamac |
I have the same error. I did what you said, and removed ota_1 but now it doesn't compile the code. |
can you provide your updated partitions.csv and the error log? |
Thanks @avsheth Log : I (1070) esp_image: segment 3: paddr=0x00331bb0 vaddr=0x3ffbfcd4 size=0x036f0 ( 14064) load I (1126) boot: Loaded app from partition at offset 0x20000 I (0) cpu_start: App cpu up.
I (4912) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0>, prof:1 I (5062) wifi:AP's beacon interval = 102400 us, DTIM period = 3 I (25362) [va_nvs_utils]: No value set for: alert_0_data |
How to use my own certificates for this example amazon_alexa ? |
Thanks, I resolved the partitions.csv, code build and flash successfully but i can't connect to app. Log: `entry 0x40080710 I (1229) esp_image: segment 3: paddr=0x00340f40 vaddr=0x3ffbe04c size=0x0590c ( 22796) load I (1304) boot: Loaded app from partition at offset 0x20000 I (0) cpu_start: App cpu up.
[app_wifi]: Disconnect event: 5, reason: 201 [alexa]: Waiting for authentication tokens. |
amazon_alexa with Set ALEXA_BT=1 enabled.
But with LyraT board i am getting this error.
E (1955) spi_flash: Detected size(8192k) smaller than the size in the binary image header(16384k). Probe failed.
assertion "flash_ret == ESP_OK" failed: file "C:/Users/LENOVO/Desktop/esp-idf/components/esp32/cpu_start.c", line 472, function: start_cpu0_default
abort() was called at PC 0x40201500 on core 0
0x40201500: __assert_func at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/newlib/newlib/libc/stdlib/assert.c:62 (discriminator 8)
I think we cant enable bluetooth with alexa in LyraT board is it true?? due to memory..
Can I use memory card someway for this?
The text was updated successfully, but these errors were encountered: