Open UAV-Pilot opened 1 month ago
could you switch to littlefs and compare the result?
Created a related bug: https://github.com/apache/nuttx/issues/13882 (Flash file system creation process does not take configured parameters on Pi Pico https://github.com/apache/nuttx/issues/13882), don't know how to create a working littlefs. Note that in menuconfig, selecting RP2040_FLASH_FILE_SYSTEM (Configure a read/write filesystem on unused flash memory) will automatically select SmartFS.
Description / Steps to reproduce the issue
On Pi Pico W board with Pi Pico SDK 2.0, setup a system with working flash SmartFS file system and USB console, e.g., ./tools/configure.sh -l raspberrypi-pico-w:nsh-flash reference raspberrypi-pico-w:usbnsh base configuration to add USB console or execute the following script:
The problem happens with df, free and also with ifconfig. The following is an example for df.
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Windows 11 WSL2 Ubuntu 22.04.2
NuttX Version
NuttX 12.7.0-RC0 0976258-dirty Oct 4 2024 22:58:36 arm rasp
Issue Architecture
[Arch: arm]
Issue Area
[Area: File System]
Verification