Replies: 6 comments 9 replies
-
There is no prcompiled bin, you have to comile yourself (there is a pio env for S2-mini). |
Beta Was this translation helpful? Give feedback.
-
For my S2 board i have to press Reset + Button 1 and release Reset to bring the board into flash mode. Also i need to add the 2 lines to the S2-mini env: board_upload.use_1200bps_touch = false And the S2 (as example ESP32-S2FN4R2) has 2MB PSRAM. In the command line i use the following parameters: esptool.py --port /dev/ttyACM0 write_flash 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 firmware.bin |
Beta Was this translation helpful? Give feedback.
-
now after successful flash, i have the problem: how to connect the pins. in the configuration i found the pins rx=23 and tx=5, but there is no pin 23. gabor |
Beta Was this translation helpful? Give feedback.
-
Thank you very much, with the pins I can now see the appropriate outputs in the frontend. Looks like I need a different ESP32 after all. Which one would you recommend? |
Beta Was this translation helpful? Give feedback.
-
the funy part is, the esp32 s2 mini has 4mb flash an 2mb psram |
Beta Was this translation helpful? Give feedback.
-
Hi, i also used math322 description. works fine. But which pins for TX/RX did you used on the Wemos S2 mini board? I found TX=12 and RX=11 is this right? BR kami |
Beta Was this translation helpful? Give feedback.
-
PROBLEM DESCRIPTION
How does the flashing of an EST32-s2 mini work?
"No serial data received" appears in the EMS-ESP-Flasher.
if I try it via cmdline, after several attempts I get the message that the bootloader is not S2-compatible.
I was able to get the only successful flash with a tasmota-factory-bin.
do i have to compile it first or is there a special s2 image
gabor
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions