ESP32 secure boot

Sysprogs forums Forums VisualGDB ESP32 secure boot

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29779
    engineering-spirit
    Participant

    Is there a description or manual on how-to do secureboot with a ESP32 with visualGDB ?

    #29780
    support
    Keymaster

    Hi,

    This is something managed by the ESP-IDF itself and VisualGDB doesn’t have any special GUI for it. Please consider checking ESP-IDF documentation for more details.

    That said, VisualGDB ESP32 projects directly use the ESP-IDF build tools, so once you manually configure secure boot per ESP32 documentation, the rest of the VisualGDB functionality will still work as expected.

    #29783
    engineering-spirit
    Participant

    when i try to do that i get a boot loop.

    So i was hoping that there was a walktrough

     

    <!–StartFragment –>
    <div>ets Jun 8 2016 00:22:57

    rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    configsip: 188777542, SPIWP:0xee
    clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
    mode:DIO, clock div:1
    load:0x3fff0030,len:4
    load:0x3fff0034,len:9512
    load:0x40078000,len:20900
    load:0xffffffff,len:-1
    ets Jun 8 2016 00:22:57

    rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    configsip: 188777542, SPIWP:0xee
    clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
    mode:DIO, clock div:1
    load:0x3fff0030,len:4
    load:0x3fff0034,len:9512
    load:0x40078000,len:20900
    load:0xffffffff,len:-1
    ets Jun 8 2016 00:22:57

    rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    configsip: 188777542, SPIWP:0xee
    clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
    mode:DIO, clock div:1
    load:0x3fff0030,len:4
    load:0x3fff0034,len:9512
    load:0x40078000,len:20900
    load:0xffffffff,len:-1</div>
    <!–EndFragment –>

    #29785
    engineering-spirit
    Participant

    i found my problem the 2nd stage bootloader was to big.

    It was overridden by the  partition table.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.