Where to get espruino_esp32.bin file for ESP32-S3 dev board? #7483
Replies: 1 comment
-
Posted at 2024-07-03 by Ivor Hi, previous thread re S3 support: Posted at 2024-07-05 by user158472 Thanks Ivor, Posted at 2024-07-05 by @MaBecker esp32 boards need 115200bps Posted at 2024-07-06 by user158472 Hi MaBe Posted at 2024-07-08 by user158472 I built all the bin files from the scrach and used esptool.py flashed the board, all those steps were working. But when I use espruino Wen IDE to conenct the ESP32-s3 board, I have got errors like this: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-07-02 by user158472
Hi,
I downloaded all the .bin file from espruino web site version espruino_2v23_esp32, I was using the following command to upload those files on my dev board. But I got error: "Unexpected chip id in image. Expected 9 but value was 0. Is this image for a different chip model?" My question is where should get the image file for ESP32-S3? Thank you.
C:\ESP32\espruino_2v23_esp32>C:\ESP32\esptool-master\esptool.py --chip auto --port COM5 --baud 115200 --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x8000 partitions_espruino.bin 0x10000 espruino_esp32.bin
esptool.py v4.7.0
Serial port COM5
Connecting...
Detecting chip type... ESP32-S3
Chip is ESP32-S3 (QFN56) (revision v0.2)
Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3)
Crystal is 40MHz
MAC: 24:58:7c:de:82:24
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 16MB
Unexpected chip id in image. Expected 9 but value was 0. Is this image for a different chip model?
A fatal error occurred: espruino_esp32.bin is not an ESP32-S3 image. Use --force to flash anyway.
Beta Was this translation helpful? Give feedback.
All reactions