summaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-29 14:13:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-29 14:13:04 +0000
commitf31bf9589ae92fde204cdb97e9e57b5a1f11d973 (patch)
tree6aaf796d9badf837309fab85bfcd77e79f3d12d1 /nuttx/configs/shenzhou
parentec22796f1efef9a51fec0061cfdc3d9be81a9df0 (diff)
downloadpx4-nuttx-f31bf9589ae92fde204cdb97e9e57b5a1f11d973.tar.gz
px4-nuttx-f31bf9589ae92fde204cdb97e9e57b5a1f11d973.tar.bz2
px4-nuttx-f31bf9589ae92fde204cdb97e9e57b5a1f11d973.zip
Fix problem with ping that prevent ping from going outside local network (Darcy Gong)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5204 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/shenzhou')
-rw-r--r--nuttx/configs/shenzhou/README.txt23
1 files changed, 12 insertions, 11 deletions
diff --git a/nuttx/configs/shenzhou/README.txt b/nuttx/configs/shenzhou/README.txt
index fcc39de74..1f3f254aa 100644
--- a/nuttx/configs/shenzhou/README.txt
+++ b/nuttx/configs/shenzhou/README.txt
@@ -716,11 +716,12 @@ Where <subdir> is one of the following:
nuttx-code/NxWidgets/UnitTests/README.txt
- Here is the quick summary of the build steps:
+ Here is the quick summary of the build steps (Assuming that all of
+ the required packages are available in a directory ~/nuttx-code):
1. Intall the nxwm configuration
- $ cd ~/nuttx/nuttx-code/tools
+ $ cd ~/nuttx-code/tools
$ ./configure.sh shenzhou/nxwm
2. Make the build context (only)
@@ -732,27 +733,27 @@ Where <subdir> is one of the following:
3. Install the nxwm unit test
- $ cd ~/nuttx/nuttx-code/NxWidgets
- $ tools/install.sh ~/nuttx/nuttx-code/apps nxwm
+ $ cd ~/nuttx-code/NxWidgets
+ $ tools/install.sh ~/nuttx-code/apps nxwm
Creating symbolic link
- - To ~/nuttx/nuttx-code/NxWidgets/UnitTests/nxwm
- - At ~/nuttx/nuttx-code/apps/external
+ - To ~/nuttx-code/NxWidgets/UnitTests/nxwm
+ - At ~/nuttx-code/apps/external
4. Build the NxWidgets library
- $ cd ~/nuttx/nuttx-code/NxWidgets/libnxwidgets
- $ make TOPDIR=~/nuttx/nuttx-code
+ $ cd ~/nuttx-code/NxWidgets/libnxwidgets
+ $ make TOPDIR=~/nuttx-code
...
5. Build the NxWM library
- $ cd ~/nuttx/nuttx-code/NxWidgets/nxwm
- $ make TOPDIR=~/nuttx/nuttx-code
+ $ cd ~/nuttx-code/NxWidgets/nxwm
+ $ make TOPDIR=~/nuttx-code
...
6. Built NuttX with the installed unit test as the application
- $ cd ~/nuttx/nuttx-code
+ $ cd ~/nuttx-code
$ make
NOTE: Reading from the LCD is not currently supported by this