espressif download tool got chip efuse check error

ansonc
Posts: 2
Joined: Mon Nov 06, 2017 5:45 pm

espressif download tool got chip efuse check error

Postby ansonc » Sat Feb 24, 2018 11:44 am

hi, I have a EVB designed on reference of ESP-WROOM-02 with CH340 as usb2serial interface. I tried to download image with esptool.py in linux, the downloading was success but failed to boot. I used espressif download tool in Windows system, and got efuse check error as the following.
Image
What could it be possibly wrong? Please take a look. Many thanks.
Attachments
chip efuse check error.png

ansonc
Posts: 2
Joined: Mon Nov 06, 2017 5:45 pm

Re: espressif download tool got chip efuse check error

Postby ansonc » Mon Feb 26, 2018 10:17 pm

The flash I used on board is W25Q64JVSSIQ, 64Mbit SPI flash from Winbond.
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: Select all

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: Select all

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

Code: Select all

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.

Who is online

Users browsing this forum: No registered users and 65 guests