1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 18:22:28 +02:00
xburst-tools/qiboot/dfu-qi
Andy Green c91dcc3b76 qi-fix-dfu-stamped-image.patch
Now we generate stamped images, need to dfu them up

Signed-off-by: Andy Green <andy@openmoko.com>
2008-11-28 10:16:39 +00:00

8 lines
237 B
Bash
Executable File

#!/bin/bash
../dfu-util/src/dfu-util -a 1 -d 0x1d50:0x5119 -D image/qi-*.udfu
if [ $? -eq 1 ] ; then
../dfu-util/src/dfu-util -a 1 -d 0x1d50:0x5120 -D image/qi-*.udfu
../dfu-util/src/dfu-util -a 1 -d 0x1d50:0x5119 -D image/qi-*.udfu
fi