Page 1 of 1

The latest idf compile download start problem?

Posted: Tue Nov 07, 2017 6:07 am
by BearPeak
Hello,everyone.
I met a small problem, hoping to get everyone's help.The problem is that:
I downloaded the latest esp-idf from github,the compilation tools used are version 5.2,and the chip is ESP32-D2WD. And complie example of it is normal,but it does not work when i download program to chip.(download tool is FLASH_DOWNLOAD_TOOLS_V3.4.9.1)
the version of esp-idf is 1613044ae,i see it from git log .
When I powered it, it printed the following:

rst:0x1 (POWERON_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
configsip: 188777542, Sets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x33 (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:2
load:0x3fff0018,len:4
load:0x3fff001c,len:5712
ho 0 tail 12 room 4
load:0x40078000,len:0
load:0x40078000,len:13744
entry 0x40079010
[0;32mI (76) boot: Detected ESP32D2WD[0m
[0;32mI (34) boot: ESP-IDF v3.0-dev-1123-g0ee9d93-dirty 2nd stage bootloader[0m
[0;32mI (35) boot: compile time 19:06:16[0m
[0;32mI (36) boot: Enabling RNG early entropy source...[0m
[0;32mI (41) boot: SPI Speed : 40MHz[0m
[0;32mI (45) boot: SPI Mode : DIO[0m
[0;32mI (49) boot: SPI Flash Size : 4MB[0m
[0;32mI (53) boot: Partition Table:[0m
[0;32mI (57) boot: ## Label Usage Type ST Offset Length[0m
[0;32mI (64) boot: 0 nvs WiFi data 01 02 00009000 00006000[0m
[0;32mI (72) boot: 1 phy_init RF data 01 01 0000f000 00001000[0m
[0;32mI (79) boot: 2 factory factory app 00 00 00010000 00100000[0m
[0;32mI (87) boot: End of partition table[0m
[0;31mE (91) bootloader_flash: bootloader_mmap excess size a0c0c19d[0m
[0;31mE (97) boot: bootloader_mmap(0xe5bfde32, 0xa0c0c19d) failed[0m
user code done

So i don't kown why did this happen? Can anyone help me?

Re: The latest idf compile download start problem?

Posted: Tue Nov 07, 2017 6:26 am
by chegewara
What offset parameters have you setup in flash downloader for each bin file?

Re: The latest idf compile download start problem?

Posted: Tue Nov 07, 2017 7:04 am
by BearPeak
0x1000
0x8000
0x10000