Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Example esptool.py command doesn't specify --flash_mode dio #10

Open
WillWritesCode opened this issue Jan 31, 2018 · 1 comment
Open

Comments

@WillWritesCode
Copy link

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

@0x1abin
Copy link
Contributor

0x1abin commented Feb 6, 2018

Thanks for your correct! I updated the README.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants