I'm using a Raspberry Pi to burn the firmware, esptool.py script, so I'm probably having issues here.
When I use the following:
Code: Select all
esptool.py -p /dev/serial0 -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 $1.bootloader.bin 0x8000 $1.partition-table.bin 0x10000 $1.bin
This is the looping output:
Code: Select all
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 271414342, SPIWP:0xe
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_dr:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:x3f400020,len:81204
ets Jul 29 2019 12:21:46
Code: Select all
esptool.py -p /dev/serial0 -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --force -z 0x1000 $1
Code: Select all
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
invalid header: 0x6970675f
invalid header: 0x6970675f
invalid header: 0x6970675f
invalid header: 0x6970675f
invalid header: 0x6970675f
invalid header: 0x6970675f
invalid header: 0x6970675f
invalid header: 0x6970675f
ets Jul 29 2019 12:21:46