当前位置: 首页 > news >正文

NodeMCU-ESP8266+flash_download_tool_3.9.7 烧录

USB-TTL 接 NodeMCU的RXD0, TXD0, GND
在这里插入图片描述

例程hello_world:

在这里插入图片描述

Eclipse编译信息:

python /d/ESP/ESP8266_RTOS_SDK/ESP8266_RTOS_SDK/components/esptool_py/esptool/esptool.py --chip esp8266 --port COM6 --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size 2MB 0x0 /e/eclipse-cpp/eclipse-workspace/ESP8266_RTOS_SDK/examples/get-started/hello_world/build/bootloader/bootloader.bin 0x10000 /e/eclipse-cpp/eclipse-workspace/ESP8266_RTOS_SDK/examples/get-started/hello_world/build/hello-world.bin 0x8000 /e/eclipse-cpp/eclipse-workspace/ESP8266_RTOS_SDK/examples/get-started/hello_world/build/partitions_singleapp.bin

Eclipse中烧录过程:

Writing at 0x00000000... (100 %)
Wrote 11088 bytes (7436 compressed) at 0x00000000 in 0.7 seconds (effective 135.2 kbit/s)...
Hash of data verified.
Compressed 132144 bytes to 83122...Writing at 0x00010000... (16 %)
Writing at 0x00014000... (33 %)
Writing at 0x00018000... (50 %)
Writing at 0x0001c000... (66 %)
Writing at 0x00020000... (83 %)
Writing at 0x00024000... (100 %)
Wrote 132144 bytes (83122 compressed) at 0x00010000 in 7.3 seconds (effective 144.6 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 83...Writing at 0x00008000... (100 %)
Wrote 3072 bytes (83 compressed) at 0x00008000 in 0.0 seconds (effective 1891.8 kbit/s)...
Hash of data verified.
使用flash_download_tool_3.9.7烧录

板子用USB供电后,拉低GPIO0,拉低RST,松开RST,松开GPIO,这样ESP8266进入UART烧录模式,点击“START”烧录即可。
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

烧录完成后,记得RST下或者重新上电后,设备才会正常运行。
http://www.lryc.cn/news/433908.html

相关文章:

  • 首例开源的自动驾驶混合运动规划框架,手握“规划可解释”和“决策准确”两张王牌!
  • 数据结构之红黑树的 “奥秘“
  • 【鸿蒙 HarmonyOS NEXT】使用EventHub进行数据通信
  • 大模型RAG实战|构建知识库:文档和网页的加载、转换、索引与存储
  • 江协科技stm32————11-5 硬件SPI读写W25Q64
  • 网络编程day04(UDP、Linux IO 模型)
  • 【android10】【binder】【2.servicemanager启动——全源码分析】
  • Java实现简易计算器功能(idea)
  • Parsec问题解决方案
  • Swift 创建扩展(Extension)
  • 九月五日(k8s配置)
  • 某极验4.0 -消消乐验证
  • 洛谷 P10798 「CZOI-R1」消除威胁
  • Pow(x, n)
  • 一文带你学会使用滑动窗口
  • 如何从0到1本地搭建whisper语音识别模型
  • PyTorch 创建数据集
  • [Java]SpringBoot登录认证流程详解
  • 【Day08】
  • mongodb在Java中条件分组聚合查询并且分页(时间戳,按日期分组,年月日...)
  • 怎么样处理浮毛快捷又高效?霍尼韦尔、希喂、米家宠物空气净化器实测对比
  • 什么是WebGL技术?有什么特点?应用领域有哪些?
  • 500W逆变器(一)
  • ubuntu 22.04 编译安装新内核
  • Linux 文件权限与属性管理
  • Django学习实战篇三(适合略有基础的新手小白学习)(从0开发项目)
  • 【SPIE独立出版,连续2届稳定EI检索!】2024年第三届信息学,网络与计算技术国际学术会议(ICINC2024,10月25-27)
  • .NET/C#⾯试题汇总系列:基础语法
  • 【论文阅读】SwiftTheft: A Time-Efficient Model Extraction Attack Framework(2024)
  • springcloud间通信的方式