ESP8266 Developer Zone The Official ESP8266 Forum 2016-09-20T13:11:24+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=641 2016-07-29T18:10:06+08:00 2016-07-29T18:10:06+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=8201#p8201 <![CDATA[Re: Please use Espressif Flash Download Tool !!!]]>
I think I downloaded to a wrong address, then cause the whole module dead, ESP-12 module always ON red and blue leds. So I need to erase all to do re-flash.

Statistics: Posted by ftdiyun — Fri Jul 29, 2016 6:10 pm


]]>
2016-04-05T09:59:40+08:00 2016-04-05T09:59:40+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=6331#p6331 <![CDATA[Re: Please use Espressif Flash Download Tool !!!]]>
what is the alternative in case we do not have a windows os?

I tried to use the provided python tool but it requires py-exec that is only provided for windows :(

Statistics: Posted by chrishawk — Tue Apr 05, 2016 9:59 am


]]>
2015-12-18T17:14:49+08:00 2015-12-18T17:14:49+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=5092#p5092 <![CDATA[Re: Please use Espressif Flash Download Tool !!!]]>
tomotomo wrote:
but I could not find 'boot_v1.2+.bin'.
Where can i get 'boot_v1.2+.bin' ?


I think "+" means version 1.2 or higher. As example boot version 1.4+ means (also) boot_v1.4(b1).bin.

You can use boot_v1.2.bin but according the fact that newer version (1.2+) is supported, you should rather use the latest boot version which is boot_v1.4(b1).bin at the moment.

Statistics: Posted by bojanpotocnik — Fri Dec 18, 2015 5:14 pm


]]>
2015-12-17T18:26:36+08:00 2015-12-17T18:26:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=5077#p5077 <![CDATA[Re: Please use Espressif Flash Download Tool !!!]]> I downloaded AT_v0.51_on_ESP8266_NONOS_SDK_V1.5.0.zip and read readme.txt.
readme.txt says

Flash size 32Mbit-C1: 1024KB+1024KB
boot_v1.2+.bin 0x00000
user1.2048.new.5.bin 0x01000
esp_init_data_default.bin0x3fc000 (optional)
blank.bin 0xfe000 & 0x3fe000

but I could not find 'boot_v1.2+.bin'.
Where can i get 'boot_v1.2+.bin' ?

Statistics: Posted by tomotomo — Thu Dec 17, 2015 6:26 pm


]]>
2015-12-16T00:10:25+08:00 2015-12-16T00:10:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=5056#p5056 <![CDATA[Re: Please use Espressif Flash Download Tool !!!]]> I have already followed all the instructions in the newbies guide, but I cannot flash my ESP 8266.
my ESP is ESPWROOM02.
I got Chip sync error message in cmd-like window, and fail message with red color in the box.
I have configured all the hardware correctly, and my esp sent proper message in normal mode with tx rx, so I think it's not the hardware problem.
Can someone help me, what should I do?

Statistics: Posted by calvintanct — Wed Dec 16, 2015 12:10 am


]]>
2016-09-20T13:11:24+08:00 2015-10-17T13:07:05+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=4141#p4141 <![CDATA[Re: [Notice]Please use Espressif Flash Download Tool !!!]]>
In fact a software toolkit supporting One-Press-Programming is already available for months under windows operating systems, which issues RTS signal to control the power/chip_en/nReset for a hardware reboot, and issue DTR signal to toggle the GPIO0 for flash burning timing automatically. Meanwhile, the software toolkit is not just a download toolkit, but one in combination of debug and dowanload capabilities with many interesting features more than listed below.

You could get the software toolkit downloaded from outside China: https://github.com/Anylinkin/ESP8266/tr ... /S8266WIFI from inside China: http://pan.baidu.com/s/1pJy3bUN : open the folder and download freely the compressed file ESP8266EX_Debug_and_Download_Toolkit_Vx.x.x.tar only if you are familiar with English. And there is an English user's manual document in the downloaded package. The toolkit support language switch between Chinese and English as well.

Features for your information

1. Auto-Search the COM port number and baud rate an ESP8266EX module attached, without any troubles due to forget or not know the baud rate of an attached Espressif module.

2. Adaptive Baud Rate matching with 74880bps supported, to avoid unread codes during bootstrap which is helpful for cause-locating and trouble-shooting.

3. Supporting COM port number above 10 without any necessity to adjust the COM number from the computer side.

4. Capable of communicating both in Hexadecimal and normal ASCII mode.

5. Available with a quick launch to some frequently used AT commands.

6. Available with a capability to boot the ESP8266EX module from serial port.

7. Available with a flexible flash downloading interface
- With On-Press-Program® (OPP®) capabilities
- Supporting various types of Flash Map and SPI configuration
- With more debug information output for debugging,
- Supporting GPIO selection for LED indicator, and
- Supporting downloading speed selection during flash programming for different performance of hardware

8. Supporting various types of modules based on ESP8266EX SOC

9. Supporting various Windows Operation Systems.

10. More to be found out.

The last but not the least, I also strongly suggest to use the download tool by Espressif if possible. Meanwhile, if you expect to get some more features, you may have a try with the software toolkit, as many developpers said it brings about convenience.

Hope it will be helpful.

gregware wrote:
I second that, using DTR/RTS to drive GPIO0 and Reset is a brilliantly simple idea and makes life much easier.

bojanpotocnik wrote:I wish to use this tool but I am unable to, because it cannot drive DTR and RTS lines, which are connected to CHIP_EN and GPIO0.

Can you please add the same functionality as in esptool - controlling DTR and RST lines for automatic reset -> switch to UART boot mode when pressing START and reset -> switch to SPI boot mode afterwards (when pressing STOP)?

themadinventor/esptool wrote:If GPIO0 and GPIO15 is pulled down and GPIO2 is pulled high when the module leaves reset,
then the bootloader will enter the UART download mode. The ROM auto-bauds, that is, it will
automagically detect which baud rate you are using. esptool defaults to 115200.

esptool uses the RTS and DTR modem status lines to automatically enter the bootloader.
Connect RTS to CH_PD (which is used as active-low reset) and DTR to GPIO0.

Statistics: Posted by Guest — Sat Oct 17, 2015 1:07 pm


]]>
2015-09-16T16:45:30+08:00 2015-09-16T16:45:30+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=3716#p3716 <![CDATA[Re: Please use Espressif Flash Download Tool !!!]]>

Thank you for sharing and updating!

I will come to look at this issue and look forward to!

Statistics: Posted by Guest — Wed Sep 16, 2015 4:45 pm


]]>
2015-09-02T04:32:33+08:00 2015-09-02T04:32:33+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=3525#p3525 <![CDATA[Re: [Notice]Please use Espressif Flash Download Tool !!!]]>
bojanpotocnik wrote:
I wish to use this tool but I am unable to, because it cannot drive DTR and RTS lines, which are connected to CHIP_EN and GPIO0.

Can you please add the same functionality as in esptool - controlling DTR and RST lines for automatic reset -> switch to UART boot mode when pressing START and reset -> switch to SPI boot mode afterwards (when pressing STOP)?

themadinventor/esptool wrote:If GPIO0 and GPIO15 is pulled down and GPIO2 is pulled high when the module leaves reset,
then the bootloader will enter the UART download mode. The ROM auto-bauds, that is, it will
automagically detect which baud rate you are using. esptool defaults to 115200.

esptool uses the RTS and DTR modem status lines to automatically enter the bootloader.
Connect RTS to CH_PD (which is used as active-low reset) and DTR to GPIO0.

Statistics: Posted by gregware — Wed Sep 02, 2015 4:32 am


]]>
2015-08-21T17:57:27+08:00 2015-08-21T17:57:27+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=3359#p3359 <![CDATA[Re: Please use Espressif Flash Download Tool !!!]]>
The secret modification overrides the option chosen when compiling. I think this should be avoided or at least documented.

Statistics: Posted by thuwrx10 — Fri Aug 21, 2015 5:57 pm


]]>
2015-07-07T14:33:25+08:00 2015-07-07T14:33:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=2538#p2538 <![CDATA[Re: [Notice]Please use Espressif Flash Download Tool !!!]]> Statistics: Posted by Guest — Tue Jul 07, 2015 2:33 pm


]]>
2015-07-06T18:03:38+08:00 2015-07-06T18:03:38+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=2516#p2516 <![CDATA[Re: [Notice]Please use Espressif Flash Download Tool !!!]]>
Can you please add the same functionality as in esptool - controlling DTR and RST lines for automatic reset -> switch to UART boot mode when pressing START and reset -> switch to SPI boot mode afterwards (when pressing STOP)?

themadinventor/esptool wrote:
If GPIO0 and GPIO15 is pulled down and GPIO2 is pulled high when the module leaves reset,
then the bootloader will enter the UART download mode. The ROM auto-bauds, that is, it will
automagically detect which baud rate you are using. esptool defaults to 115200.

esptool uses the RTS and DTR modem status lines to automatically enter the bootloader.
Connect RTS to CH_PD (which is used as active-low reset) and DTR to GPIO0.

Statistics: Posted by bojanpotocnik — Mon Jul 06, 2015 6:03 pm


]]>
2015-06-29T11:43:57+08:00 2015-06-29T11:43:57+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=2423#p2423 <![CDATA[Re: [Notice]Please use Espressif Flash Download Tool !!!]]>
感谢您对乐鑫和 ESP8266 的关注以及热心的反馈,我们将认真考虑您提出的建议。

Flash download tool 的使用和烧录说明,您也可以参考文档“2A-ESP8266__IOT_SDK_User_Manual”

目前的文档链接位于 http://bbs.espressif.com/viewforum.php?f=21
常用文档位于软件包解压后的 \esp_iot_sdk\document\ 路径下

Statistics: Posted by ESP_Faye — Mon Jun 29, 2015 11:43 am


]]>
2015-06-25T22:44:03+08:00 2015-06-25T22:44:03+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=2404#p2404 <![CDATA[Re: [Notice]Please use Espressif Flash Download Tool !!!]]> 此外How to use flash download tool? How to use 1024+KB flash 这些不应该以发帖的形式出现,而应该是文档的形式发布在官网上。
乐鑫官网上应该由独立的连接发布各种SDK、工具、代码、文档等等资料,这样才能提高开发环境的易用性、统一性,让用户集中精力做开发工作,而不是在论坛里翻资料,还为各种版本的资料头疼。让工程师感觉是在和diy的FANS一起在搞尝试,而忽略了他们是在做产品开发!
芯片做的好是一方面,开发环境是吸引工程应用的另一方面,请参考TI、ST等公司的文档、工具链、技术支持的运行模式。
希望乐鑫越做越好!

Statistics: Posted by kaomantou — Thu Jun 25, 2015 10:44 pm


]]>
2015-06-23T14:58:06+08:00 2015-06-23T14:58:06+08:00 https://bbs.espressif.com:443/viewtopic.php?t=641&p=2357#p2357 <![CDATA[Please use Espressif Flash Download Tool !!!]]> :!: :!:

esp_iot_sdk can work in different flash sizes and flash maps, more details are in documentation 2A-ESP8266-SDK__Getting_Started_Guide.

Please use Espressif Flash Download Tool to download bin files into flash, and choose the corresponding flash map to your compilation.
Otherwise you may have many SPI flash related problems, because of the mismatch of flash map compiling and flash map downloading.

Espressif Flash Download Tool http://bbs.espressif.com/viewtopic.php?f=5&t=433

How to use flash download tool? http://bbs.espressif.com/viewtopic.php?f=10&t=362

Thanks for your interest in Espressif Systems and ESP8266 !

Statistics: Posted by ESP_Faye — Tue Jun 23, 2015 2:58 pm


]]>