diff --git a/qiboot/dfu-kboot b/qiboot/dfu-kboot new file mode 100755 index 0000000..eb54a75 --- /dev/null +++ b/qiboot/dfu-kboot @@ -0,0 +1,7 @@ +#!/bin/bash +../dfu-util/src/dfu-util -a 1 -d 0x1d50:0x5119 -D image/kboot.udfu +if [ $? -eq 1 ] ; then +../dfu-util/src/dfu-util -a 1 -d 0x1d50:0x5120 -D image/kboot.udfu +../dfu-util/src/dfu-util -a 1 -d 0x1d50:0x5119 -D image/kboot.udfu +fi +