Files
xiuos/Ubiquitous/Nuttx/apps/testing/smart_test/README.md
2021-06-09 14:33:15 +08:00

27 lines
502 B
Markdown

# Testing / `smart_test` SMART File System
Performs a file-based test on a SMART (or any) filesystem. Validates seek,
append and seek-with-write operations.
```conf
CONFIG_TESTING_SMART_TEST=y
```
```
Author: Ken Pettit
Date: April 24, 2013
```
Performs a file-based test on a SMART (or any) filesystem. Validates seek,
append and seek-with-write operations.
```
Usage:
flash_test mtdblock_device
Additional options:
--force to replace existing installation
```