nuttx-apps/testing/smart_test/README.md
2020-07-25 01:01:51 -07: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
```