From c6add5b10e69851cfe992a177ff896e6eebd5929 Mon Sep 17 00:00:00 2001 From: warmcat Date: Wed, 19 Nov 2008 17:09:28 +0000 Subject: local-build-new-dfu-vid.patch Update to new DFU VID for A5 Signed-off-by: Andy Green --- dfu-kern | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dfu-kern') diff --git a/dfu-kern b/dfu-kern index 990abdd8976..b7ed2c36c57 100755 --- a/dfu-kern +++ b/dfu-kern @@ -1,8 +1,8 @@ #!/bin/bash -../../dfu-util/src/dfu-util -a 3 -d 0x1457:0x5119 -D uImage.bin +../../dfu-util/src/dfu-util -a 3 -d 0x1d50:0x5119 -D uImage.bin if [ $? -eq 1 ] ; then -../../dfu-util/src/dfu-util -a 3 -d 0x1457:0x5120 -D uImage.bin -../../dfu-util/src/dfu-util -a 3 -d 0x1457:0x5119 -D uImage.bin +../../dfu-util/src/dfu-util -a 3 -d 0x1d50:0x5120 -D uImage.bin +../../dfu-util/src/dfu-util -a 3 -d 0x1d50:0x5119 -D uImage.bin fi -- cgit v1.2.3