nuttx-apps/examples/flash_test
2014-09-06 10:51:18 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
flash_test.c Use more standard *argv[] instead easier **argv 2014-09-06 09:23:23 -06:00
Kconfig Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
Makefile Add missing else from last big change 2014-09-06 10:51:18 -06:00
README.txt More trailing whilespace removal 2014-04-13 16:24:28 -06:00

Install Program
===============

    Source: NuttX
    Author: Ken Pettit
    Date: April 24, 2013

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

NOTE:  This test uses internal OS interfaces and so is not available in the NUTTX kernel build

Usage:
    flash_test mtdblock_device

Additional options:

    --force                     to replace existing installation