Replies: 2 comments 1 reply
-
Keine Antwort? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@tbnobody Wirklich? |
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
-
Die Frage(n), die ich immer stellen wollte 🙈
Ich habe jetzt ein ESP32-S3-DevKit Board zum testen.
Diese Boards haben zwei USB Ports, ein "Standard USB" sowie ein "USB-to-UART"
Ich verstehe es also so, das Board hat sowohl "usb-uart bridge" als auch "integrated usb connection"
Daher meine Frage(n)
First Flash (= mit Kabel)
welche Firmware sollte ich für solche ESP32-S3 Boards auswählen?
opendtu-generic_esp32s3.factory.bin (For boards with usb-uart bridge)
opendtu-generic_esp32s3_usb.factory.bin (For boards with integrated usb connection)
...oder hängt es vom Port ab wo ich das USB Kabel anschließe?
OTA Updates
welche Firmware sollte ich für solche ESP32-S3 Boards auswählen wenn ich ein OTA Update mache?
opendtu-generic_esp32s3.bin (For boards with usb-uart bridge)
opendtu-generic_esp32s3_usb.bin (For boards with integrated usb connection)
Vielen Dank im voraus!
PS. Ich addiere die Info hier, falls jemand die gleiche Suche machen muss:
#2064 Für die Fusion DTU Boards muss die folgende Firmware geflasht werden:
opendtu-generic_esp32s3_usb.bin (OTA)
opendtu-generic_esp32s3_usb.factory.bin (First Flash)
Beta Was this translation helpful? Give feedback.
All reactions