Skip to content

Commit

Permalink
Fixes path
Browse files Browse the repository at this point in the history
  • Loading branch information
marrold committed Aug 20, 2017
1 parent 13b76fe commit ddec043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_fw_custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MAC_DEV_USB_SER="/dev/cu.usbmodem1441"

# Check if arguement is supplied for bin path. If not, use default.
if [ -z "$1" ]; then
BIN_PATH="./bin/outp.bin"
BIN_PATH="../bin/outp.bin"
echo "No path to bin file supplied, using the default location."
else
BIN_PATH=$1
Expand Down Expand Up @@ -86,7 +86,7 @@ sudo killall MMDVMHost >/dev/null 2>&1
eval sudo $DFU_RST $DEV_USB_SER 750

# Upload the firmware
eval sudo $DFU_UTIL -D bin/$BIN_PATH -d 1eaf:0003 -a 2 -R -R
eval sudo $DFU_UTIL -D $BIN_PATH -d 1eaf:0003 -a 2 -R -R

echo
echo "Please RESET your ZUMspot !"
Expand Down

0 comments on commit ddec043

Please sign in to comment.