What could it be possibly wrong? Please take a look. Many thanks.
espressif download tool got chip efuse check error
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.

What could it be possibly wrong? Please take a look. Many thanks.
What could it be possibly wrong? Please take a look. Many thanks.
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, which indicated the normal function of the uart interface.
The wired thing is when I changed the size of flash to 2MB of command, the chip managed to boot up, while 4MB or 8MB failed.
The command line I used is.
Can anyone help me out please? Many thanks.
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
The wired thing is when I changed the size of flash to 2MB of command
Code: Select all
esptool.py write_flash
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
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.