nuttx-apps/examples/flash_test
2019-10-06 06:14:56 -06:00
..
.gitignore
flash_test.c Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard. 2019-10-06 06:14:56 -06:00
Kconfig Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard. 2019-10-06 06:14:56 -06:00
Make.defs
Makefile Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard. 2019-10-06 06:14:56 -06:00
README.txt

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