Checklist
Issue or Suggestion Description
I am trying to run ESP32P4 in direct boot mode. I wrote the simplest assembly file (while 1), directly generated a bin file, set the first two words to 0xaedb041d, and used the flash download tool to burn the file to flash at offset 0x2000. However, the bootrom shows:
esp32p4-eco2-20240710
Build: Jul 10 2024
rst:0x7 (HP_SYS_HP_WDT_RESET), boot:0x31f (SPI_FAST_FLASH_BOOT)
invalid header: 0xaedb041d
The bin file contents are as follows:
1D 04 DB AE 1D 04 DB AE 01 A0 00 00
Can you give me some ideas for solutions?
thank you.
Checklist
Issue or Suggestion Description
I am trying to run ESP32P4 in direct boot mode. I wrote the simplest assembly file (while 1), directly generated a bin file, set the first two words to 0xaedb041d, and used the flash download tool to burn the file to flash at offset 0x2000. However, the bootrom shows:
esp32p4-eco2-20240710
Build: Jul 10 2024
rst:0x7 (HP_SYS_HP_WDT_RESET), boot:0x31f (SPI_FAST_FLASH_BOOT)
invalid header: 0xaedb041d
The bin file contents are as follows:
1D 04 DB AE 1D 04 DB AE 01 A0 00 00
Can you give me some ideas for solutions?
thank you.