下载程序报错:A fatal error occurred: Failed to write compressed data to flash after seq 5 (result was C100)
Posted: Thu Jan 17, 2019 3:49 am
按照examples\wifi\simple_sniffer例程配置完且编译完成后make flash下载报错:
esptool.py v2.6-beta1
Flashing binaries to serial port COM67 (app at offset 0x10000)...
esptool.py v2.6-beta1
Serial port COM67
Connecting....
Chip is ESP32D0WDQ5 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, BLK3 partially reserved, Coding Scheme 3/4
MAC: 30:ae:a4:cc:43:f0
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 22304 bytes to 13454...
Wrote 22304 bytes (13454 compressed) at 0x00001000 in 1.2 seconds (effective 146.8 kbit/s)...
Hash of data verified.
Compressed 746000 bytes to 447546...
Writing at 0x00024000... (21 %)
A fatal error occurred: Failed to write compressed data to flash after seq 5 (result was C100)
make: *** [/home/yangruining/esp/esp-idf/components/esptool_py/Makefile.projbuild:63:flash] 错误 2
请帮忙分析是否是flash不够大导致的吗?
谢谢
esptool.py v2.6-beta1
Flashing binaries to serial port COM67 (app at offset 0x10000)...
esptool.py v2.6-beta1
Serial port COM67
Connecting....
Chip is ESP32D0WDQ5 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, BLK3 partially reserved, Coding Scheme 3/4
MAC: 30:ae:a4:cc:43:f0
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 22304 bytes to 13454...
Wrote 22304 bytes (13454 compressed) at 0x00001000 in 1.2 seconds (effective 146.8 kbit/s)...
Hash of data verified.
Compressed 746000 bytes to 447546...
Writing at 0x00024000... (21 %)
A fatal error occurred: Failed to write compressed data to flash after seq 5 (result was C100)
make: *** [/home/yangruining/esp/esp-idf/components/esptool_py/Makefile.projbuild:63:flash] 错误 2
请帮忙分析是否是flash不够大导致的吗?
谢谢