Skip to content

JC3248W535 - board not recognized after flashing firmware #456

@de-dh

Description

@de-dh

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):

Image

Board is correctly recognized after flashing an older firmware build (02.06.2025).
Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions