summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/tools/mklpc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3131/tools/mklpc.sh')
-rwxr-xr-xnuttx/configs/ea3131/tools/mklpc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ea3131/tools/mklpc.sh b/nuttx/configs/ea3131/tools/mklpc.sh
index 8a1ca3be7..0198a29fc 100755
--- a/nuttx/configs/ea3131/tools/mklpc.sh
+++ b/nuttx/configs/ea3131/tools/mklpc.sh
@@ -41,7 +41,7 @@ echo "LPCHDR: $LPCHDR"
# Now get the path to the NuttX executable
-NUTTXPATH="$TOPDIR/nuttx"
+NUTTXPATH="$TOPDIR/nuttx.bin"
if [ ! -f "$NUTTXPATH" ]; then
echo "NuttX binary does not exist at $NUTTXPATH"