Micropython is not flashing ESP32-S3-WROOM-2-N32R8V #12103
Replies: 8 comments 16 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Maybe try the most recent nightly from Generic ESP32-S3 (SPIRAM Octal): it's most likely the bin file you want, rather than the app-bin (though I could be wrong). The v1.20.0 build wasn't compiled with ESP-IDF v5, while the nightlies are |
Beta Was this translation helpful? Give feedback.
-
Under windows 10 you have to install wsl and Ubuntu 20.04 |
Beta Was this translation helpful? Give feedback.
-
I can see another thread regarding this OSError: (-24579, 'ESP_ERR_FLASH_NOT_INITIALISED') message: |
Beta Was this translation helpful? Give feedback.
-
I have a ESP32-S3-MINI-N32R8V and I had a similar issue with the I was able to compile a custom build (using IDF 5.0.2 on macOS) - primarily I needed to modify the build to have the correct amount of flash (in this case it was |
Beta Was this translation helpful? Give feedback.
-
Andy First thing is to determine if your board is spiram or octal or boths! |
Beta Was this translation helpful? Give feedback.
-
How do you actually edit the sdkconfig file? Notepad editor? |
Beta Was this translation helpful? Give feedback.
-
I have a tutorial on how to create an image for the ESP32-S3 Module with 16MB of flash. To do the same for the module with 32MB of flash, repeat the steps for 32MB. Pretty sure a 'partitions-32MiB.csv' exists in the MicroPython source tree where all the partition files are saved. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i am trying to flash micropython firmware on this dev board ESP32-S3-WROOM-2-N32R8V, 32 MB Octal flash & 8 MB Octal PSRAM.
Specification of board
esptool.py v4.7-dev
Serial port COM42
Connecting....
Detecting chip type... ESP32-S3
Chip is ESP32-S3 (QFN56) (revision v0.1)
Features: WiFi, BLE, Embedded PSRAM 8MB (AP_1v8)
Crystal is 40MHz
MAC: 7c:df:a1:e4:6e:a4
Uploading stub...
Running stub...
Stub running...
Manufacturer: c2
Device: 8039
Detected flash size: 32MB
Flash type set in eFuse: octal (8 data lines)
Hard resetting via RTS pin..
I am getting below error
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x18 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
Octal Flash Mode Enabled
For OPI Flash, Use Default Flash Boot Mode
mode:SLOW_RD, clock div:1
load:0x3fce3808,len:0xf34
load:0x403c9700,len:0xc44
load:0x403cc700,len:0x2c78
entry 0x403c98f4
E (31) qio_mode: Failed to set QIE bit, not enabling QIO mode
Traceback (most recent call last):
File "_boot.py", line 11, in
File "inisetup.py", line 34, in setup
File "inisetup.py", line 7, in check_bootsec
OSError: (-24579, 'ESP_ERR_FLASH_NOT_INITIALISED')
MicroPython v1.20.0 on 2023-04-26; ESP32S3 module (spiram octal) with ESP32S3
Type "help()" for more information.
Beta Was this translation helpful? Give feedback.
All reactions