From e9920cfebb0d3db3673422f0a03aa296d8afddb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 21 Oct 2017 03:28:54 +0200 Subject: [PATCH] Increase the delay from 1s to 2s and flash the firmware script argument. --- left/build/kds/blhost-unix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/left/build/kds/blhost-unix.sh b/left/build/kds/blhost-unix.sh index bd49087..e796507 100755 --- a/left/build/kds/blhost-unix.sh +++ b/left/build/kds/blhost-unix.sh @@ -30,9 +30,9 @@ set -x # echo on $usb_dir/jump-to-slave-bootloader.js $usb_dir/jump-to-bootloader.js buspal -sleep 1 +sleep 2 $blhost get-property 1 $blhost flash-erase-all-unsecure -$blhost write-memory 0x0 uhk-left-release-srec/uhk-left.bin +$blhost write-memory 0x0 "$firmware_image" $blhost reset ../../../lib/bootloader/bin/Tools/blhost/$blhost_path/blhost --usb 0x1d50,0x6121 reset