nuttx-apps/testing/smart_test/README.md

27 lines
502 B
Markdown
Raw Normal View History

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