Error running microprython on esp32-s3

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Mars_CN
Posts: 2
Joined: Tue Feb 15, 2022 7:00 am

Error running microprython on esp32-s3

Post by Mars_CN » Tue Feb 15, 2022 7:13 am

After recompiling microprython on esp32-s3, I can download it normally and run it normally.

But there was an error when starting
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:0x3fcd0108,len:0xe34
load:0x403b6000,len:0x9e8
load:0x403ba000,len:0x2be4
entry 0x403b61d4
Performing initial setup
Traceback (most recent call last):
File "_boot.py", line 11, in <module>
File "inisetup.py", line 36, in setup
OSError: 28

MicroPython v1.18 on 2022-02-15; ESP32 module with ESP32
Type "help()" for more information.
>>>

The information returned by executing the command seems to be incorrect:
bdev : <Partition type=1, subtype=129, address=2097152, size=14000000, label=vfs, encrypted=0>
uos.statvfs("") : (0, 0, 0, 0, 0, 0, 0, 0, 0, 128)
uos.stat(""): (16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)

The printing information mode in the startup parameters is slow_ Rd, but I have set it to DIO mode in menuconfig
What's wrong?

board : ESP32-S3-DevKitC-1
module : D3N32R8V

Post Reply