You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
Current README.md has teh following CLI example for flashing M5Cloud: esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART write_flash -z 0x1000 firmware.bin
This version has been tested/works on MacOS: esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART write_flash --flash_mode dio -z 0x1000 firmware.bin
The text was updated successfully, but these errors were encountered:
Current README.md has teh following CLI example for flashing M5Cloud:
esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART write_flash -z 0x1000 firmware.bin
Flashing suceeds with this, but the device then fails to boot.
ESP32 has to be flashed in dual IO mode (DIO) - see https://github.com/espressif/esptool
This version has been tested/works on MacOS:
esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART write_flash --flash_mode dio -z 0x1000 firmware.bin
The text was updated successfully, but these errors were encountered: