aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-29 21:47:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-29 21:47:14 +0000
commitce2653116a6d2a59f4d976418e662883a6d47210 (patch)
treec8c36fe3a3e4b5e7178d63cfb6c6c498be5d0f18 /nuttx/configs/README.txt
parent228c77b4d4682c790cc0539d0fc03eb0c6bb2ea6 (diff)
downloadpx4-firmware-ce2653116a6d2a59f4d976418e662883a6d47210.tar.gz
px4-firmware-ce2653116a6d2a59f4d976418e662883a6d47210.tar.bz2
px4-firmware-ce2653116a6d2a59f4d976418e662883a6d47210.zip
More documentation updated to reference the ELF loader.
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5277 42af7a65-404d-4744-a932-0658087f49c3
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: