Laczen commented on code in PR #3062:
URL: https://github.com/apache/nuttx-apps/pull/3062#discussion_r2049483212


##########
examples/elf/Kconfig:
##########
@@ -39,7 +39,7 @@ config EXAMPLES_ELF_EXTERN
                The file system is assumed to reside on some external media
                such as an SD card or a USB FLASH drive.  In this case, that
                external file system must be created manually by copying the
-               files in apps/examples/elf/tests/romfs to the volume.
+               files in apps/examples/elf/tests/extfs to the volume.

Review Comment:
   Thanks for the comment.
   
   It is a bit confusing, there are 2 possible uses for romfs: internal 
(included in nuttx.bin/hex) and external (not in nuttx.bin/hex). In the above 
option it is using an external romfs (another option is to use external vfat).
   The old help message was an error, the files would be found under cromfs.
   To correct this error I decided to use romfs and cromfs for internal (in 
nuttx.bin/hex) fs, and to use extfs for external fs. The external fs can be of 
type vfat or romfs.
   
   I hope this makes it a little clearer.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to