LittleFS upload in Arduino projects

Sysprogs forums Forums VisualGDB LittleFS upload in Arduino projects

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37155
    suremicro
    Participant

    Hi

    Can VisualGDB detect a LittleFS partition scheme (i.e. 32M Flash (4.8MB App/22MB LittleFS) and build a LittleFS data file?

    At the moment I manually create the data file using mklittlefs (https://github.com/earlephilhower/mklittlefs/releases) and use the esptool to upload it, for example

    mklittlefs -c \data -s 0x16E0000 littlefs.bin
    C:\…\Local\Arduino15\packages\esp32\tools\esptool_py\5.1.0\esptool.exe –chip esp32p4 –port “COM12” write-flash 0x910000 littlefs.bin

    Thanks

    #37156
    support
    Keymaster

    Hi,

    Sorry, we do not have any special support for LittleFS, but you should be able to achieve it via custom build steps and custom shortcuts.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.