summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-21 15:38:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-21 15:38:11 -0600
commit7d493e72a449c2af1685f853dccace1ce6f57f20 (patch)
treebe1cff8ff2d66581c1d4ad658ce941ef3867514d /nuttx/configs/sama5d3x-ek/README.txt
parent1ce725b615d98170bb21ba682d3fc97b2f2ead7d (diff)
downloadpx4-nuttx-7d493e72a449c2af1685f853dccace1ce6f57f20.tar.gz
px4-nuttx-7d493e72a449c2af1685f853dccace1ce6f57f20.tar.bz2
px4-nuttx-7d493e72a449c2af1685f853dccace1ce6f57f20.zip
Fix minor typos in README file
Diffstat (limited to 'nuttx/configs/sama5d3x-ek/README.txt')
-rw-r--r--nuttx/configs/sama5d3x-ek/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/sama5d3x-ek/README.txt b/nuttx/configs/sama5d3x-ek/README.txt
index 2b7b99caf..aa455cda9 100644
--- a/nuttx/configs/sama5d3x-ek/README.txt
+++ b/nuttx/configs/sama5d3x-ek/README.txt
@@ -1141,7 +1141,7 @@ Configurations
control the CDC/ACM device. It will add two new NSH commands:
a. msconn will connect the USB serial device and export the AT25
- to the the host, and
+ to the host, and
b. msdis which will disconnect the USB serial device.
Application Configuration -> Examples:
@@ -1155,10 +1155,10 @@ Configurations
NOTE: To prevent file system corruption, make sure that the AT25
is un-mounted *before* exporting the mass storage device to the host:
- nsh> umount /mnt
+ nsh> umount /mnt/at25
nsh> mscon
- The AT25 can be re-mount after the mass storage class is disconnected:
+ The AT25 can be re-mounted after the mass storage class is disconnected:
nsh> msdis
nsh> mount -t vfat /dev/mtdblock0 /mnt/at25