刷入最新的 .bin 文件后出现“通讯错误 - 检查波特率”错误

在从 https://github.com/nodemcu/nodemcu-firmware/releases/tag/1.5.4.1-master_20161201下载最新的固件文件刷入 ESP8266 NodeMCU 后,LuaLoader 软件会不停地出现“通讯错误 - 检查波特率”错误,而在 Arduino 软件上则会出现“无法读取”错误。

为什么会这样?请帮忙解决。

点赞
用户7453860
用户7453860

我曾经也遇到过同样的问题,解决办法是在刷写之前清除所有闪存(在我的情况下是4Mb)。你可以在这里找到如何操作的方法。http://www.pratikpanda.com/completely-format-erase-esp8266-flash-memory/

另一种完全擦除闪存的方法是使用“esptool.py”和“erase_flash”指令。https://github.com/espressif/esptool

2017-01-22 14:48:56