Search found 3 matches
- Thu Nov 14, 2024 10:42 pm
- Forum: ESP-IDF
- Topic: Coredump directly to littlefs .bin file?
- Replies: 0
- Views: 411
Coredump directly to littlefs .bin file?
I have some devices in the field that sporadically seem to crash. Unfortunately they don't have a partition table with a coredump partition. Since replacement is difficult at the moment I was wondering if it would be possible to save a coredump directly to an existing littlefs partition table and st...
- Wed Dec 20, 2023 3:34 pm
- Forum: Hardware
- Topic: ESP32-S3-Mini-1 custom hardware- failure to boot/ invalid header message
- Replies: 6
- Views: 5105
Re: ESP32-S3-Mini-1 custom hardware- failure to boot/ invalid header message
To answer myself:
It turns out that later releases of PlatformIO have broken compatibility with makeconfig and the right fuses are not set.
I am now porting everything to ESP IDF to get rid of having to use platformIO.
It turns out that later releases of PlatformIO have broken compatibility with makeconfig and the right fuses are not set.
I am now porting everything to ESP IDF to get rid of having to use platformIO.
- Mon Dec 18, 2023 11:14 am
- Forum: Hardware
- Topic: ESP32-S3-Mini-1 custom hardware- failure to boot/ invalid header message
- Replies: 6
- Views: 5105
Re: ESP32-S3-Mini-1 custom hardware- failure to boot/ invalid header message
Sorry for the kick of this topic but did you ever get this sorted? I have exactly the same issue. I have a custom board that I have in production with security on in release mode. However, I wanted to test some new things and tried to flash a board in development mode with a fresh install of ESP-IDF...