From 26df63b430e79728b6c97c8ab2a78943cec9be70 Mon Sep 17 00:00:00 2001 From: warmcat Date: Wed, 19 Nov 2008 17:09:28 +0000 Subject: local-build-scripts.patch Add a couple of handy scripts to crossmake and send over dfu From: warmcat --- dfu-kern | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 dfu-kern (limited to 'dfu-kern') diff --git a/dfu-kern b/dfu-kern new file mode 100755 index 00000000000..990abdd8976 --- /dev/null +++ b/dfu-kern @@ -0,0 +1,9 @@ +#!/bin/bash +../../dfu-util/src/dfu-util -a 3 -d 0x1457: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 + +fi + + -- cgit v1.2.3