ESP8266 Developer Zone The Official ESP8266 Forum 2015-12-02T15:51:53+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1385 2015-12-02T15:51:53+08:00 2015-12-02T15:51:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1385&p=4865#p4865 <![CDATA[Re: Flashing OTA binaries]]>
Please use Espressif official Flash Download Tool to download AT bin files into Flash.

If your problem is still unsolved, please provide the captured picture of Flash Download Tool while downloading.

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Wed Dec 02, 2015 3:51 pm


]]>
2015-11-30T00:11:51+08:00 2015-11-30T00:11:51+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1385&p=4813#p4813 <![CDATA[Re: Flashing OTA binaries]]> works nicely, but not the OTA-version.

I now tried the AT you linked to, and got exactly the same result - noboot works fine, OTA version, not so much. Still only garbage on the serial port when I reboot afterwards.

As I'm using linux (Ubuntu) I started with the open-sdk esptool to flash the firmware. The flash tool you linked to, is that basically the same with some GUI? I seem to missing some dependency for that package which I will try to fix, but from what I can see the flashing goes fine:

stefan:AT_v0.50$ ../esp-open-sdk/esptool/esptool.py write_flash -fs 4m 0x03fe000 at/blank.bin 0x7e000 at/blank.bin 0x01000 at/1024+1024/user1.2048.new.5.bin 0x0000 at/boot_v1.4\(b1\).bin
Connecting... - debug
Exception: Invalid head of packet
Erasing flash...
Wrote 4096 bytes at 0x003fe000 in 0.4 seconds (84.5 kbit/s)...
Erasing flash...
Wrote 4096 bytes at 0x0007e000 in 0.4 seconds (84.6 kbit/s)...
Erasing flash...
Wrote 279552 bytes at 0x00001000 in 27.4 seconds (81.6 kbit/s)...
Erasing flash...
Wrote 3072 bytes at 0x00000000 in 0.3 seconds (81.1 kbit/s)...

(I read somewhere that flashing in reverse order was better as I had some trouble when flashing in the regular order)

The flashing of the noboot version looks more or less identical, except for the binaries and their placement on disk.

Statistics: Posted by stefan — Mon Nov 30, 2015 12:11 am


]]>
2015-11-16T17:16:05+08:00 2015-11-16T17:16:05+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1385&p=4614#p4614 <![CDATA[Re: Flashing OTA binaries]]>
Did you use the AT firmware ?

Download the latest AT firmware, use Espressif Flash Download Tool to burn the bin files into Flash according to the "readme.txt".

Documentation about AT commands

If your problem is still unsolved, please provide the captured picture of Espressif Flash Download Tool while downloading.

Statistics: Posted by ESP_Faye — Mon Nov 16, 2015 5:16 pm


]]>
2015-11-15T23:32:46+08:00 2015-11-15T23:32:46+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1385&p=4596#p4596 <![CDATA[Flashing OTA binaries]]>
While experimenting with a ESP-12 (4MB) I have successfully flashed the non-OTA version to my module: Afterwards I can connect to it using serial port at 115200 baud and everything works fine. However, when I try the same thing with an OTA version (user1.bin at position 0x01000) I only get garbage on the serial port. From what I have read this might be the module using the slightly unusual 77800 baud setting, but my computer is sadly lacking support for that baud rate so I can't access it :(

So, any idea if my baud rate guess might be correct? Is there anyway around it to set 115200 or another setting?
In addition I have found to boot.bin files, one called version 1.2 and one 1.4(b) but they seem to give me the same (or similar) garbage output. Which one is preferred?

(BTW, I'm using SDK 1.4.)

/Stefan

Statistics: Posted by stefan — Sun Nov 15, 2015 11:32 pm


]]>