Mind+客户端下载for Mac版本:V1.6.5 RC3.0
想恢复出厂设置,点击“恢复设备初始设置”,烧录失败。
/Applications/Mind+.app/Contents/Arduino /hardware/tools/mpython/esptool --port /dev/cu.SLAB_USBtoUART --baud 921600 erase_flash
esptool.py v2.4.0-dev
Connecting........__
Detecting chip type... ESP32
Chip is ESP32D2WDQ5 (revision 1)
Features: WiFi, BT, Dual Core, Embedded Flash, VRef calibration in efuse
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Erasing flash (this may take a while)...
Chip erase completed successfully in 4.6s
Hard resetting via RTS pin...
/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
esptool.py v2.4.0-dev
Connecting........_
Chip is ESP32D2WDQ5 (revision 1)
Features: WiFi, BT, Dual Core, Embedded Flash, VRef calibration in efuse
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
4 (100 %)
4 (100 %)
Read 4 bytes at 0x400000 in 0.0 seconds (2.8 kbit/s)...
Hard resetting via RTS pin...
/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
usage: esptool write_flash [-h] [--flash_freq {keep,40m,26m,20m,80m}]
[--flash_mode {keep,qio,qout,dio,dout}]
[--flash_size FLASH_SIZE]
[--spi-connection SPI_CONNECTION] [--no-progress]
[--verify] [--compress | --no-compress]
<address> <filename> [<address> <filename> ...]
esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: '/Applications/Mind+.app/Contents/arduino/fw/telloesp32/restore.bin'
烧录失败 复制代码
这个/Applications/Mind+.app/Contents/arduino/fw/telloesp32/restore.bin 路径文件是有的。
很奇怪为啥烧不进去?! 求大神们指导!