You are reading a single comment by @Sdellava and its replies. Click here to read the full conversation.
  • Hi, I'm trying to flash a ESP 32 board (precisely a ESP32D0WDQ6 revision 1) with no success.

    I'm able to flash the device with Arduino IDE, the device boot and code works perfectly.

    Then I've downloaded the Espruino late release and following the instruction I obtain the continuous boot loop.

    E (62) boot: Chip CPU frequency rated for 160MHz. Modify CPU frequency in menuconfig
    user code done
    ets Jun 8 2016 00:22:57
    rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    configsip: 0, SPIWP:0xee
    clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_d­rv:0x00,hd_drv:0x00,wp_drv:0x00
    mode:DIO, clock div:2
    load:0x3fff0018,len:4
    load:0x3fff001c,len:2668
    load:0x40078000,len:7304
    load:0x40080000,len:5312
    entry 0x40080274

    the strange fact is that if I flash the device using Adruino IDE then flash only the espruino bin the device boots.

    Unfortunately it still reboot with this message:

    E (62) boot: Chip CPU frequency rated for 160MHz. Modify CPU frequency in menuconfig user code done ets Jun 8 2016 00:22:57 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_d­rv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:2668 load:0x40078000,len:7304 load:0x40080000,len:5312 entry 0x40080274

    Any idea?

About

Avatar for Sdellava @Sdellava started