mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 12:26:16 +02:00
add-dfu-script.patch
Little helper script to do the DFU action without getting confused by changing VID / PID Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
parent
8783cd9896
commit
0d888f897e
7
qiboot/dfu-kboot
Executable file
7
qiboot/dfu-kboot
Executable file
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user