docs(i18n): PX4 guide translations (Crowdin) - ko (#27208)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2026-04-27 08:34:53 +10:00
committed by GitHub
parent 92cc4db33d
commit f88bc1f204
20 changed files with 535 additions and 250 deletions
+13
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)