X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=support%2Fcec-flash-device.sh;h=10715cb93c0b36213f861d55edaf07a912daa695;hb=9e58420e5201d43477be8c8cc429f0cb7963c801;hp=93ee576e94b7d24384304267ec9cb608bb966beb;hpb=426652ddf79dae7593e8c40381ee908b91e3453a;p=deb_libcec.git diff --git a/support/cec-flash-device.sh b/support/cec-flash-device.sh index 93ee576..10715cb 100755 --- a/support/cec-flash-device.sh +++ b/support/cec-flash-device.sh @@ -26,7 +26,7 @@ _enter_bootloader() echo "Instructing the CEC adapter to enter bootloader mode" cec_adapter=`lsusb | grep "2548:1001" | wc -l` if [ $cec_adapter -gt 0 ]; then - echo "bl" | cec-client -s -d 2 + echo "bl" | cec-client --bootloader echo "Waiting for the device to reinitialise" sleep 5 fi