MicroPython 1.18 on ESP32-S3
Posted: Sat Feb 12, 2022 2:25 pm
Hello,
I have an Espressif ESP32-S3-DEVKITC-1-N8R8. After flashing latest MicroPython firmware, the board does not boot. I get the following output:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x2b (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd0108,len:0xf60
load:0x403b6000,len:0x978
load:0x403ba000,len:0x2c80
entry 0x403b616c
W (25) bootloader_random: RNG for ESP32-S3 not currently supported
W (216) bootloader_random: RNG for ESP32-S3 not currently supported
E (223) psram: PSRAM ID read error: 0x00ffffff
E (223) spiram: SPI RAM enabled but initialization failed. Bailing out.
The board has 8MB of PSRAM and the SPIRAM variant of MPy for this board seems to be compiled for 2MB RAM only (i.e. SPI Mode QUAD). According the datasheet, this board has SPI Mode OCT). Tried to change this and compile MPy 1.18 myself using IDF 4.4, but the resulting firmware crashed. Any help is appreciated to get this board working.
Detlev
I have an Espressif ESP32-S3-DEVKITC-1-N8R8. After flashing latest MicroPython firmware, the board does not boot. I get the following output:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x2b (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd0108,len:0xf60
load:0x403b6000,len:0x978
load:0x403ba000,len:0x2c80
entry 0x403b616c
W (25) bootloader_random: RNG for ESP32-S3 not currently supported
W (216) bootloader_random: RNG for ESP32-S3 not currently supported
E (223) psram: PSRAM ID read error: 0x00ffffff
E (223) spiram: SPI RAM enabled but initialization failed. Bailing out.
The board has 8MB of PSRAM and the SPIRAM variant of MPy for this board seems to be compiled for 2MB RAM only (i.e. SPI Mode QUAD). According the datasheet, this board has SPI Mode OCT). Tried to change this and compile MPy 1.18 myself using IDF 4.4, but the resulting firmware crashed. Any help is appreciated to get this board working.
Detlev