nuttx-apps/examples/flash_test
chao an 4d79a5cbaf add initial cmake build system
Co-authored-by: Daniel Agar <daniel@agar.ca>
Signed-off-by: chao an <anchao@xiaomi.com>
2023-07-08 13:52:02 +08:00
..
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
flash_test.c Replace all sprintf with snprintf 2023-05-08 21:35:16 +03:00
Kconfig Kconfig: Change !BUILD_PROTECTED && !BUILD_KERNEL to BUILD_FLAT 2020-04-29 07:23:51 -06:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile apps/examples/flash_test/Makefile: fix nxstyle 2023-03-23 00:52:38 +02:00
README.md Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00

Examples / flash_test SMART Flash Device Test

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