nuttx-apps/examples/flash_test/README.md

24 lines
550 B
Markdown
Raw Normal View History

2020-07-23 15:19:35 +02:00
# Examples / `flash_test` SMART Flash Device Test
2020-07-23 15:19:35 +02:00
```
Author: Ken Pettit
Date: April 24, 2013
```
2020-07-23 15:19:35 +02:00
This application performs a SMART flash block device test. This test performs a
sector allocate, read, write, free and garbage collection test on a SMART MTD
block device. This test can be built only as an NSH command
2020-07-23 15:19:35 +02:00
**Note**: This test uses internal OS interfaces and so is not available in the
NUTTX kernel build
2020-07-23 15:19:35 +02:00
```
Usage:
2020-07-23 15:19:35 +02:00
flash_test mtdblock_device
2014-04-14 00:24:28 +02:00
Additional options:
2020-07-23 15:19:35 +02:00
--force to replace existing installation
```