-
Notifications
You must be signed in to change notification settings - Fork 248
Closed
Description
I get the crash when I increase manifest.json creation.static just a bit.
I must admit I have no clue what the important values are and what they mean. What exactly is static anyway? I did read Xs in C and still don't know.
I need to give a bit more to my app then what the tiny sample apps get. I have a 4MB RAM WROVER-B-KIT ESP32 so that should be no problem. I get "could not allocate slot" errors early on already.
Flashing binaries to serial port /dev/ttyUSB1 (app at offset 0x10000 )...
esptool.py v2.6
Serial port /dev/ttyUSB1
Connecting.....
Chip is ESP32D0WDQ5 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, BLK3 partially reserved, Coding Scheme 3/4
MAC: 30:ae:a4:cc:3f:9c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 13568 bytes to 8907...
Wrote 13568 bytes (8907 compressed) at 0x00001000 in 0.1 seconds (effective 968.0 kbit/s)...
Hash of data verified.
Compressed 780096 bytes to 453304...
Wrote 780096 bytes (453304 compressed) at 0x00010000 in 6.4 seconds (effective 978.3 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 122...
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 1472.0 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
�x
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x400d238c PS : 0x00060f30 A0 : 0x800d1a90 A1 : 0x3ffb7590
A2 : 0x3ffb24ec A3 : 0x00000000 A4 : 0x00000000 A5 : 0x00000000
A6 : 0x3f40f400 A7 : 0x00000000 A8 : 0x800d2377 A9 : 0x3ffb7570
A10 : 0x3f40f480 A11 : 0x3f404c21 A12 : 0x0000002c A13 : 0x3ffb76ec
A14 : 0x00080000 A15 : 0x00000011 SAR : 0x00000014 EXCCAUSE: 0x0000001c
EXCVADDR: 0x0000001c LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0xffffffff
Backtrace: 0x400d238c:0x3ffb7590 0x400d1a8d:0x3ffb7720 0x400d1a97:0x3ffb7770
Entering gdb stub now.
Nothing happens after the last line.
Metadata
Metadata
Assignees
Labels
No labels