From 96b034d18da21fad413bc209a78b2d4d073030e4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 20 Mar 2018 19:53:29 -0600 Subject: [PATCH] apps/examples/cromfs: Update Kconfig comments. --- examples/cromfs/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/cromfs/Kconfig b/examples/cromfs/Kconfig index 6c24a914c..2e3b90a70 100644 --- a/examples/cromfs/Kconfig +++ b/examples/cromfs/Kconfig @@ -15,5 +15,9 @@ config EXAMPLES_CROMFS the in-memory, compressed file system image used by the CROMFS file system. + From the NSH command line, this file system can be mounted like: + + nsh> mount -t cromfs /mnt/cromfs + NOTE: Since this example does export symbols used with the OS, it can only be used in the FLAT build mode.