uploading using esptool #46
netzbasteln
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
I used the esptool to flash the ESP32 on my mac. Seemed to work. I assumed, I'd find a new Wi-Fi network from the ESP's access point afterwards, but nothing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was able to upload the binary using esptool.py instead of the windows-only app by espressif.
esptool.py --port /dev/cu.wchusbserial210 --baud 921600 write_flash --flash_size 4MB --flash_mode dio 0 dtuGateway_release_1.6.0009.binBeta Was this translation helpful? Give feedback.
All reactions