-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
Describe the bug
I tried to build the firmware for the JC3248W535 today following @straga instructions. I used WSL for building.
The building and flashing was successfull. However, the board is not recognized correctly after flashing the firmware and I can't access it (see first image).
Images
Board not recognized correctly (the board can not be accessed by clicking on an entry, it produces an error):

Board is correctly recognized after flashing an older firmware build (02.06.2025).
Build Command
python3 make.py esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT --flash-size=16
Flash
python -m esptool --chip esp32s3 --port COM7 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 16MB --flash_freq 80m --erase-all 0x0 lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels