I've been working with the ESP32-C3-WROOM-2, and currently been trying to simply run the program after flashing it. The issue is: It won't work, as i receive multiple messages of "Invalid header" while monitoring the COM3 port.
Output:
Code: Select all
[...]
invalid header: 0x96e6bad1
invalid header: 0x96e6bad1
invalid header: 0x96e6bad1
invalid heade▒ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x7 (TG0WDT_SYS_RST),boot:0xd (SPI_FAST_FLASH_BOOT)
Saved PC:0x4004d1f8
invalid header: 0x96e6bad1
[...]Using the ESP32-C3-WROOM-2, correctly connected to a USB bridge plugged in COM3 port.
Monitoring using MobaXterm.
Method:
- Externally encrypting bootloader, partition table and app using a .bat.
- Utilizing a python script for flashing.
- Flash encryption enabled and Secure Boot V2 enabled. 3v3. Tested usign 80mhz and 40mhz, 4mb flash memory. Partition table offset of 0xD000.
- See bat, script and sdkconfig json on the link:
Full details here: https://github.com/jpragazzo/InfoOnBug ... 19-05-2026
This project has been discontinued five years ago and now is back on track. It surely has some deprecated commands and functions. I've looked into it in detail in the past month, and it should not be critical. If it IS indeed critical, please let us know.
Let me know of any additional info that might be required too!
Thanks!
JP