summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-01-16 17:18:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-01-16 17:18:54 +0000
commit6a7bf5e2eb1c44162fcb01a2140b6791fe51592c (patch)
treef26cf9e4e8182987c3da078dadc9879120fe9fe7 /nuttx/configs/ea3131/ostest
parent4875ff436a689ea4c86aefaca174cc00ced40525 (diff)
downloadpx4-nuttx-6a7bf5e2eb1c44162fcb01a2140b6791fe51592c.tar.gz
px4-nuttx-6a7bf5e2eb1c44162fcb01a2140b6791fe51592c.tar.bz2
px4-nuttx-6a7bf5e2eb1c44162fcb01a2140b6791fe51592c.zip
Need to use .bin file, not the ELF
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2508 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3131/ostest')
-rwxr-xr-xnuttx/configs/ea3131/ostest/setenv.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/ea3131/ostest/setenv.sh b/nuttx/configs/ea3131/ostest/setenv.sh
index 908ef9b93..796add80e 100755
--- a/nuttx/configs/ea3131/ostest/setenv.sh
+++ b/nuttx/configs/ea3131/ostest/setenv.sh
@@ -41,6 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
-export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
+export LPCTOOL_DIR="${WD}/configs/ea3131/tools"
+export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"