aboutsummaryrefslogtreecommitdiff
path: root/dfu-kern
blob: 990abdd89763500c0222a1e09a134ef8d0ef91c7 (plain)
1
2
3
4
5
6
7
8
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