summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-03 20:27:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-03 20:27:30 +0000
commit92fd8f5221ca528c2def13897c712d558adf1675 (patch)
tree0c9d63fe3408864b46597a4eb1c20eace2ffc783 /nuttx/configs
parent90e92459a9c7a33fb8a005f87ec3f512b760c487 (diff)
downloadpx4-nuttx-92fd8f5221ca528c2def13897c712d558adf1675.tar.gz
px4-nuttx-92fd8f5221ca528c2def13897c712d558adf1675.tar.bz2
px4-nuttx-92fd8f5221ca528c2def13897c712d558adf1675.zip
More FTP bugfixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3665 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/README.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/README.txt b/nuttx/configs/olimex-lpc1766stk/README.txt
index 417f64619..d9368d4b7 100755
--- a/nuttx/configs/olimex-lpc1766stk/README.txt
+++ b/nuttx/configs/olimex-lpc1766stk/README.txt
@@ -787,12 +787,14 @@ Where <subdir> is one of the following:
to that it will only work as a "built-in" program that can be run from
NSH when CONFIG_NSH_BUILTIN_APPS is defined.
- From NSH, the startup command line is then:
+ From NSH, the startup command sequence is then:
- ftpc xx.xx.xx.xx[:pp]
+ mount -t vfat /dev/mmcsd0 /tmp # Mount the SD card at /tmp
+ cd /tmp # cd into the /tmp directory
+ ftpc xx.xx.xx.xx[:pp] # Start the FTP client
where xx.xx.xx.xx is the IP address of the FTP server and pp is an
- optional port number.
+ optional port number (default is the standard FTP port number 21).
hidkbd:
This configuration directory, performs a simple test of the USB host