You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
nsh> cd /flash
nsh> ls -l
/flash:
-rwsrwsrwx 14 test
nsh> df .
Block Number
Size Blocks Used Available Moun 0 0 0 /proc
nsh> df .
Block Number
Size Blocks Used Available Moun 0 0 0 /proc
nsh> df .
Block Number
Size Blocks Used Available Mounnsh>
nsh> df .
Block Number
Size Blocks Used Available Mounnsh>
nsh> df .
Block Number
Size Blocks Used Available Mounted on
1024 1468 12 1456 /flash
0 nsh>
nsh> df .
Block Number
Size Blocks Used Available Mounnsh>
nsh> df .
Block Number
Size Blocks Used Available Mounnsh>
nsh> df .
Block Number
Size Blocks Used Available Moun 0 0 0 /proc
nsh> df .
Block Number
Size Blocks Used Available Mounnsh>
nsh> df .
Block Number
Size Blocks Used Available Mounnsh>
nsh> df .
Block Number
Size Blocks Used Available Mounted on
1024 1468 12 1456 /flash
0 nsh>
nsh> df .
Block Number
Size Blocks Used Available Mounted on
1024 1468 12 1456 /flash
0 0 0 0 /proc
nsh> df .
Block Number
Size Blocks Used Available Moun 0 0 0 /proc
nsh> df .
Block Number
Size Blocks Used Available Mounted on
1024 1468 12 1456 /flash
0 nsh>
nsh> df .
Block Number
Size Blocks Used Available Mounted on
1024 1468 12 1456 /flash
0 nsh>
nsh> df .
Block Number
Size Blocks Used Available Mounnsh>
nsh> df .
Block Number
Size Blocks Used Available Mounnsh>
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
I have verified before submitting the report.
The text was updated successfully, but these errors were encountered:
Created a related bug: #13882 (Flash file system creation process does not take configured parameters on Pi Pico #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
The text was updated successfully, but these errors were encountered: