ESP-IDF Build not bootable?

Hi,

I just created a new default project for an esp32 devboard on the espidf framework.
I only added the sample hello world code from the esp32 github repo and loaded it onto the devkit.

But the application wont start on the board. In the terminal I repeatedly see, that the esp32 is rebooting:

rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:7072
ho 0 tail 12 room 4
load:0x40078000,len:14076
load:0x40080400,len:4304
entry 0x400806e8
␛[0;31mE (122) not bootable: Assert failed in bootloader_init, C:\Users\foobar.platformio\packages\framework-espidf\components\bootloader_support\src\bootloader_init.c:83 )sp < &_bss_start@)␛[0m

can anyone help with this?

Which Repo? The current ESP-IDF repo? PlatformIO uses ESP-IDF 4.0.1 so bleeding edge ESP-IDF example code might not be compatible with that.

You should start from https://github.com/platformio/platform-espressif32/tree/develop/examples/espidf-blink and flash that to see if it can boot. If there errors, we’d need to know your exact platformio.ini and hardware you’re running on.