Search found 4 matches

by sgiasm
Wed Jan 15, 2025 7:00 pm
Forum: Report Bugs
Topic: Random boot failure depending on .flash.text size
Replies: 7
Views: 5600

Re: Random boot failure depending on .flash.text size

Crash happened again. I disconnected display, it didn't help. So it's just a dev-board with nothing connected. I pushed my code and used it remotely on custom board and it crashed also. But! The firmware on custom board is different (due to some flags). And it crashed in different line, but still cr...
by sgiasm
Fri Dec 13, 2024 9:11 am
Forum: Report Bugs
Topic: Random boot failure depending on .flash.text size
Replies: 7
Views: 5600

Re: Random boot failure depending on .flash.text size

Developers are working on ESP32-S3-WROOM-1 developer boards (like this https://www.amazon.de/-/en/gp/product/B0BMQ8F7FN). We have Waveshare E-Ink display connected to 38, 39, 40, 15, 16, 18, all other pins are free. We have custom boards, but I didn't check if crash reproduces on them (at current st...
by sgiasm
Thu Dec 12, 2024 9:43 am
Forum: Report Bugs
Topic: Random boot failure depending on .flash.text size
Replies: 7
Views: 5600

Re: Random boot failure depending on .flash.text size

ESP_Sprite wrote:That is odd. What hardware are you trying this on?

Code: Select all

ESP32-S3-WROOM-1
N16R8 board
FCCID: 2AC7Z-ESPS3WROOM1
IC: 21086-ESPS3WROOM1
CMIITID: 2022DP2892
ESP32-S3, rev. 0.2
and

Code: Select all

ESP32-S3-WROOM-1
M0N8R8 board
IC: 21098-ESPS3WROOM1
CMIITID: 2022DP2892
ESP32-S3, rev. 0.1
by sgiasm
Mon Dec 09, 2024 3:58 pm
Forum: Report Bugs
Topic: Random boot failure depending on .flash.text size
Replies: 7
Views: 5600

Random boot failure depending on .flash.text size

We've encountered a strange problem: completely randomly, after change to the source code (the actual change is irrelevant), firmware becomes "damaged" or "incorrect": it starts rebooting due to LoadProhibited or IllegalInstruction somewhere around esp_psram_init (usually it's movi.n a3, 0 ), so thi...