Skip to content

File System

The shell works with a built-in file system that allows you to manage files and directories on the Pico board. Thanks to the VFS (Virtual File System) layer in jxglib, the shell can support multiple file systems and storage devices seamlessly. You can use various commands to navigate the file system, create and delete files and directories, and perform other file operations.

File Operating Commands
This page explains the file operating commands available in the shell, such as ls, cd, cp, mv, rm, and more.
RTC (Real Time Clock) Support
This page explains how to connect an RTC module and use it to record the last modified time of files.
SD Card Support
This page explains how to connect an SD Card by using shell commands.