ESP8266 Developer Zone The Official ESP8266 Forum 2018-02-26T22:17:42+08:00 https://bbs.espressif.com:443/feed.php?f=6&t=9245 2018-02-26T22:17:42+08:00 2018-02-26T22:17:42+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9245&p=19457#p19457 <![CDATA[Re: espressif download tool got chip efuse check error]]> And the SDK is ESP8266_NONOS_SDK_V2.0.0_16_08_10.
I was able to read the mac of the chip in Linux system with command of

Code:

sudo esptool.py read_mac
, which indicated the normal function of the uart interface.
The wired thing is when I changed the size of flash to 2MB of command

Code:

esptool.py write_flash
, the chip managed to boot up, while 4MB or 8MB failed.
The command line I used is

Code:

sudo esptool.py --port /dev/ttyUSB0 write_flash -fm qio -fs [size=150]2MB[/size] 0  ../bin/boot_v1.6.bin 0x1000 ../bin/upgrade/user1.4096.new.6.bin  0x1fb000 ../bin/blank.bin 0x1fc000 ../bin/esp_init_data_default.bin 0x1fe000 ../bin/blank.bin
.
Can anyone help me out please? Many thanks.

Statistics: Posted by ansonc — Mon Feb 26, 2018 10:17 pm


]]>
2018-02-24T11:44:47+08:00 2018-02-24T11:44:47+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9245&p=19441#p19441 <![CDATA[espressif download tool got chip efuse check error]]> Image
What could it be possibly wrong? Please take a look. Many thanks.
chip efuse check error.png

Statistics: Posted by ansonc — Sat Feb 24, 2018 11:44 am


]]>