nuttx-apps/examples/smart_test
2014-09-06 09:19:15 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Add tests for the SMART block driver and file system. From Ken Pettit 2013-05-01 08:09:20 -06:00
Makefile Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished) 2014-09-06 08:00:47 -06:00
README.txt More trailing whilespace removal 2014-04-13 16:24:28 -06:00
smart_test.c With kernel build, entry point to all tasks is main, not some xyz_main 2014-09-06 09:19:15 -06:00

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

    Source: NuttX
    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