Page 1 of 1

Problems with Flashing ESP32-AT

Posted: Thu Feb 08, 2018 9:35 pm
by AppdigEng
I am trying to flash the AT command set onto my Sparkfun ESP32 Thing.

When I boot after flashing I get the following messages
[0;32mI (32) boot: compile time 07:53:05[0m
[0;32mI (49) boot: Enabling RNG early entropy source...[0m
[0;32mI (50) boot: SPI Speed : 40MHz[0m
[0;32mI (61) boot: SPI Mode : DIO[0m
[0;32mI (73) boot: SPI Flash Size : 2MB[0m
[0;31mE (86) flash_parts: partition 4 invalid - offset 0x100000 size 0x180000 exceeds flash chip size 0x200000[0m
[0;31mE (117) boot: Failed to verify partition table[0m
[0;31mE (133) boot: load partition table error![0m
user code done

Note that it is showing a SPI Flash Size of 2MB when I know I have an 8MB flash. The Flash downloader properly identifies
it as an 8MB.

Why does the bootload thing I have a smaller Flash?
How can I resolve this error?

Re: Problems with Flashing ESP32-AT

Posted: Fri Feb 09, 2018 2:58 am
by ESP_Angus
What method/command are you using to flash the firmware?

Re: Problems with Flashing ESP32-AT

Posted: Fri Feb 09, 2018 10:37 am
by AppdigEng
I am using the Flash Download Tool V3.6.3.
I have attached a screenshot of my setup

Re: Problems with Flashing ESP32-AT

Posted: Wed Apr 11, 2018 4:42 am
by kolban
The address of the esp-at.bin file looks suspicious. I normally expect to see the application loaded at 0x10000 and not 0x100000 as you have described.

Re: Problems with Flashing ESP32-AT

Posted: Wed Apr 11, 2018 5:24 am
by WiFive
kolban wrote:The address of the esp-at.bin file looks suspicious. I normally expect to see the application loaded at 0x10000 and not 0x100000 as you have described.
https://github.com/espressif/esp32-at/b ... ons_at.csv