]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - board/atmel/flasher.sh
board/atmel: use correct sam-ba binary in flasher.sh script
[coffee/buildroot.git] / board / atmel / flasher.sh
index bbdb199b970af08d1c5a05defa3e5f592c8b5d2f..c1227609520748f9003bb8f22461ed33f5ced2b2 100755 (executable)
@@ -130,7 +130,6 @@ if [[ $BOARD == "*pda4" ]]; then
        video_mode="video=LVDS-1:480x272-16"
 fi
 
-echo "Executing: ${!F} O=$1/images $1/host/opt/sam-ba/sam-ba $TTY ${!M} $(dirname $0)/nandflash.tcl -- ${!F} ${!D} $video_mode"
+echo "Executing: ${!F} O=$1/images $1/host/bin/sam-ba $TTY ${!M} $(dirname $0)/nandflash.tcl -- ${!F} ${!D} $video_mode"
 export O=$1/images
-$1/host/opt/sam-ba/sam-ba $TTY ${!M} $(dirname $0)/nandflash.tcl -- ${!F} ${!D} $video_mode
-
+$1/host/bin/sam-ba $TTY ${!M} $(dirname $0)/nandflash.tcl -- ${!F} ${!D} $video_mode