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