Can not flash espruino binary to esp32 soala - different frequency than those supported #7414
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2020-09-22 by parasquid -- nvm, see mabe's post below :) Posted at 2020-09-22 by parasquid -- nvm, see mabe's post below :) Posted at 2020-09-22 by @MaBecker Check this Posted at 2020-09-23 by dgk based on comments in that issue looks like this S2 chip won't be working with espruino any time soon. I'll find alternative use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2020-09-22 by dgk
Bought this newish esp32 flavor, soala
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html
the esptool can't upload the binary to flash apparently because the crystal frequency is different.
It seems this "new" frequency is not supported and/or the the esptool is not reading the correct value from the board. Has anyone else tried this board? Can the binary be recompiled to support this apparent hardware difference?
I'm using this script which works fine with wroom and "regular" wrover.
Beta Was this translation helpful? Give feedback.
All reactions