docs: auto-sync metadata [skip ci]

Co-Authored-By: PX4 BuildBot <bot@px4.io>
This commit is contained in:
PX4BuildBot
2026-04-22 22:38:10 +00:00
parent 7b23a2e405
commit c89404ca61
7 changed files with 231 additions and 198 deletions

View File

@@ -342,6 +342,19 @@ mft_cfg <command> [arguments...]
<hwver>, id == revision for <hwrev> )
```
## mklittlefs
Source: [systemcmds/mklittlefs](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/mklittlefs)
Format a device with the littlefs filesystem.
### Usage {#mklittlefs_usage}
```
mklittlefs [arguments...]
<device> <mountpoint> Device and mount point (e.g. /dev/mtd0 /fs/flash)
```
## mtd
Source: [systemcmds/mtd](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/mtd)