You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mos incorrectly reads the esp32 s3 chip id (or variant). The module is a genuine ESP32-S3-WROOM-1-N8 module. Purchased through mouser (Mouser No: 356-ESP32-S3WROOM1N8). mos flash recognizes the chip as a ESP32-D0WDQ6 while esptool recognizes it correctly. What would be the approach forward to make this work? I'll gladly test stuff in order to have mos fully support ESP32-S3.
$ mos versionThe Mongoose OS command line toolVersion: 202208082325Build ID: 202208082325+0671608~jammy0Update channel: latest
$ mos flashLoaded <project>/esp32 version 202301300945 (20230130-094530/g6a44982-master-dirty)Using port /dev/ttyUSB0Opening /dev/ttyUSB0 @ 115200...Connecting to ESP32 ROM, attempt 1 of 10... Connected, chip: ESP32D0WDQ6 R0Running flasher @ 921600...E0130 13:09:15.375553 12104 common.go:73] failed to run flasher @ 921600, falling back to ROM baud rate...Opening /dev/ttyUSB0 @ 115200...Connecting to ESP32 ROM, attempt 1 of 10... Connected, chip: ESP32D0WDQ6 R0Running flasher @ 0...Error: /build/mos-latest-6vrzAq/mos-latest-202208082325+0671608~jammy0/cli/flash/esp/flasher/flasher_client.go:274: flasher did not respond/build/mos-latest-6vrzAq/mos-latest-202208082325+0671608~jammy0/cli/flash/esp/flasher/flasher_client.go:136: failed to talk to flasher/build/mos-latest-6vrzAq/mos-latest-202208082325+0671608~jammy0/cli/flash/esp/flasher/flasher_client.go:91: /build/mos-latest-6vrzAq/mos-latest-202208082325+0671608~jammy0/cli/flash/esp/flasher/common.go:78: failed to run flasher/build/mos-latest-6vrzAq/mos-latest-202208082325+0671608~jammy0/cli/flash/esp/flasher/flash.go:80: /build/mos-latest-6vrzAq/mos-latest-202208082325+0671608~jammy0/cli/flash.go:237: /build/mos-latest-6vrzAq/mos-latest-202208082325+0671608~jammy0/cli/main.go:194: flash failed
$ esptool.py chip_idesptool.py v4.4Found 1 serial portsSerial port /dev/ttyUSB0Connecting....Detecting chip type... ESP32-S3Chip is ESP32-S3 (revision v0.1)Features: WiFi, BLECrystal is 40MHzMAC: f4:12:fa:ec:c4:54Uploading stub...Running stub...Stub running...Warning: ESP32-S3 has no Chip ID. Reading MAC instead.MAC: f4:12:fa:ec:c4:54Hard resetting via RTS pin...
The text was updated successfully, but these errors were encountered:
Hello
mos incorrectly reads the esp32 s3 chip id (or variant). The module is a genuine ESP32-S3-WROOM-1-N8 module. Purchased through mouser (Mouser No: 356-ESP32-S3WROOM1N8).
mos flash
recognizes the chip as a ESP32-D0WDQ6 while esptool recognizes it correctly. What would be the approach forward to make this work? I'll gladly test stuff in order to have mos fully support ESP32-S3.The text was updated successfully, but these errors were encountered: