Skip to content

The latest firmware littlefs is faulty #177

@XYartlab

Description

@XYartlab

I found a bug, and I recently compiled the firmware for the RP2040 driver version:260324.
I defined: #define WEBUI_ENABLE 3; #define WEBUI_INFLASH 1; #define SDCARD_ENABLE 2.
However, LittleFS is not behaving normally. After powering on, if the first connected is the webui and only the webui is connected, then the webui can access ESP3D webui3.0 normally (essentially, LittleFS can access normally), the $F command does not report an error, and everything is fine. While the webui is running normally, if a USB or TCP 23 connection is added, the sender's $F command will report an error "LittleFS mount failed!" and the webui will enter the file upload page with an error (Error: board does not answered properly 500). If powered on directly with a USB or TCP connection, $F will report an error "LittleFS mount failed!" and the webui will open the file upload page with an error "Error: board does not answered properly 500".
In version 260122, everything was normal.

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