2020-07-23 15:19:35 +02:00
|
|
|
# Testing / `smart_test` SMART File System
|
2019-01-24 21:44:54 +01:00
|
|
|
|
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.
|
2019-01-24 21:44:54 +01:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
```conf
|
|
|
|
CONFIG_TESTING_SMART_TEST=y
|
|
|
|
```
|
2019-01-24 21:44:54 +01:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
```
|
|
|
|
Author: Ken Pettit
|
|
|
|
Date: April 24, 2013
|
|
|
|
```
|
2019-01-24 21:44:54 +01:00
|
|
|
|
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.
|
2019-01-24 21:44:54 +01:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
```
|
|
|
|
Usage:
|
2019-01-24 21:44:54 +01:00
|
|
|
|
|
|
|
flash_test mtdblock_device
|
|
|
|
|
|
|
|
Additional options:
|
|
|
|
|
|
|
|
--force to replace existing installation
|
2020-07-23 15:19:35 +02:00
|
|
|
```
|