ESP8266-01s刷入固件报SP8266 Chip efuse check error esp_check_mac_and_efuse

一、遇到的问题

使用ESP8266 固件烧录工具flash_download_tools_v3.6.8 烧录固件报错:

二、解决方法

使用espressif推出发基于python的底层烧写工具:esptool

安装方法:详见https://docs.espressif.com/projects/esptool/en/latest/esp32/

pip install esptool

安装完成后直接使用命令烧写固件:

esptool --port COM6 write_flash 0x00000 Ai-Thinker_ESP8266_DOUT_8Mbit_v1.5.4.1-a_20171130.bin

等待烧写成功即可

附:

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2024-05-10 01:00:03       14 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-05-10 01:00:03       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-05-10 01:00:03       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-05-10 01:00:03       18 阅读

热门阅读

  1. 3D旋转rotatex

    2024-05-10 01:00:03       14 阅读
  2. 详解Go语言Map

    2024-05-10 01:00:03       10 阅读
  3. c#读取hex文件方法,相对来说比较清楚

    2024-05-10 01:00:03       12 阅读
  4. 【网络】TCP的长连接是如何实现的

    2024-05-10 01:00:03       9 阅读
  5. AtCoder Beginner Contest 336 D题 Pyramid

    2024-05-10 01:00:03       13 阅读
  6. 今日总结2024/5/9

    2024-05-10 01:00:03       11 阅读
  7. 训练:shell_day01-10

    2024-05-10 01:00:03       12 阅读
  8. 2024.04.19校招 实习 内推 面经

    2024-05-10 01:00:03       12 阅读
  9. 【GoLang基础】map是什么?

    2024-05-10 01:00:03       9 阅读