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
This commit is contained in:
patacongo 2010-01-16 17:18:54 +00:00
parent d5e36314c5
commit 3ce064666f
3 changed files with 7 additions and 2 deletions

View File

@ -12,6 +12,7 @@ Contents
o IDEs o IDEs
o NuttX buildroot Toolchain o NuttX buildroot Toolchain
o Boot Sequence o Boot Sequence
o Image Format
o ARM/EA3131-specific Configuration Options o ARM/EA3131-specific Configuration Options
o Configurations o Configurations
@ -158,6 +159,9 @@ Boot Sequence
In all configurations, NuttX is loaded directly into ISRAM. NuttX is linked In all configurations, NuttX is loaded directly into ISRAM. NuttX is linked
to execute from ISRAM, regardless of the boot source. to execute from ISRAM, regardless of the boot source.
Image Format
^^^^^^^^^^^^
ARM/EA3131-specific Configuration Options ARM/EA3131-specific Configuration Options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
CONFIG_ARCH - Identifies the arch/ subdirectory. This should CONFIG_ARCH - Identifies the arch/ subdirectory. This should

View File

@ -41,6 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd` WD=`pwd`
export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" 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}" echo "PATH : ${PATH}"

View File

@ -41,7 +41,7 @@ echo "LPCHDR: $LPCHDR"
# Now get the path to the NuttX executable # Now get the path to the NuttX executable
NUTTXPATH="$TOPDIR/nuttx" NUTTXPATH="$TOPDIR/nuttx.bin"
if [ ! -f "$NUTTXPATH" ]; then if [ ! -f "$NUTTXPATH" ]; then
echo "NuttX binary does not exist at $NUTTXPATH" echo "NuttX binary does not exist at $NUTTXPATH"