aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 7caffa2bf..0849837c1 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -424,10 +424,10 @@ defconfig -- This is a configuration file similar to the Linux
than value).
CONFIG_NXFLAT. Enable support for the NXFLAT binary format. This format
will support execution of NuttX binaries located in a ROMFS filesystem
- (see examples/nxflat).
+ (see apps/examples/nxflat).
CONFIG_ELF - Enable support for the ELF binary format. This format will
support execution of ELF binaries copied from a file system and
- relocated into RAM.
+ relocated into RAM (see apps/examples/elf).
If CONFIG_ELF is selected, then these additional options are available: