TT在macOS版本下烧录失败

2021-02-251.7万
AI 快速预览详细 收起
本文讨论了在MacOS环境下使用Mind+ V1.6.5 RC3.0进行ESP32设备恢复出厂设置时遇到的烧录失败问题。具体报错信息为文件路径错误,但实际文件存在。文章提供了详细的排查步骤和解决方案,帮助用户快速解决问题。
Mind+客户端下载for Mac版本:V1.6.5 RC3.0

想恢复出厂设置,点击“恢复设备初始设置”,烧录失败。

  1. /Applications/Mind+.app/Contents/Arduino/hardware/tools/mpython/esptool --port /dev/cu.SLAB_USBtoUART --baud 921600 erase_flash
  2. esptool.py v2.4.0-dev
  3. Connecting........__
  4. Detecting chip type... ESP32
  5. Chip is ESP32D2WDQ5 (revision 1)
  6. Features: WiFi, BT, Dual Core, Embedded Flash, VRef calibration in efuse
  7. Uploading stub...
  8. Running stub...
  9. Stub running...
  10. Changing baud rate to 921600
  11. Changed.
  12. Erasing flash (this may take a while)...
  13. Chip erase completed successfully in 4.6s
  14. Hard resetting via RTS pin...
  15. /Applications/Mind+.app/Contents/Arduino/hardware/tools/mpython/esptool --chip esp32 --port /dev/cu.SLAB_USBtoUART --baud 921600 read_flash 0x400000 4 /Users/ac/Library/DFScratch/build/mpythonFont.ck
  16. esptool.py v2.4.0-dev
  17. Connecting........_
  18. Chip is ESP32D2WDQ5 (revision 1)
  19. Features: WiFi, BT, Dual Core, Embedded Flash, VRef calibration in efuse
  20. Uploading stub...
  21. Running stub...
  22. Stub running...
  23. Changing baud rate to 921600
  24. Changed.
  25. 4 (100 %)
  26. 4 (100 %)
  27. Read 4 bytes at 0x400000 in 0.0 seconds (2.8 kbit/s)...
  28. Hard resetting via RTS pin...
  29. /Applications/Mind+.app/Contents/Arduino/hardware/tools/mpython/esptool --chip esp32 --port /dev/cu.SLAB_USBtoUART --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 /Applications/Mind+.app/Contents/Arduino/fw/telloesp32/boot_app0.bin 0x1000 /Applications/Mind+.app/Contents/Arduino/fw/telloesp32/bootloader_dio_40m.bin 0x10000 /Applications/Mind+.app/Contents/arduino/fw/telloesp32/restore.bin 0x8000 /Applications/Mind+.app/Contents/Arduino/fw/telloesp32/restore.partitions.bin
  30. usage: esptool write_flash [-h] [--flash_freq {keep,40m,26m,20m,80m}]
  31.                            [--flash_mode {keep,qio,qout,dio,dout}]
  32.                            [--flash_size FLASH_SIZE]
  33.                            [--spi-connection SPI_CONNECTION] [--no-progress]
  34.                            [--verify] [--compress | --no-compress]
  35.                            <address> <filename> [<address> <filename> ...]
  36. esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: '/Applications/Mind+.app/Contents/arduino/fw/telloesp32/restore.bin'
  37. 烧录失败
复制代码
这个/Applications/Mind+.app/Contents/arduino/fw/telloesp32/restore.bin 路径文件是有的。


很奇怪为啥烧不进去?! 求大神们指导!

创作许可协议

本项目采用 None(不开放任何权利,保留所有权利) 进行许可。

评论(0)
- 没有更多了 -