aboutsummaryrefslogtreecommitdiff
path: root/dfu-kern
blob: b7ed2c36c57b993c4e1233d0e47cbd22e72d39be (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
../../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 0x1d50:0x5120 -D uImage.bin
../../dfu-util/src/dfu-util -a 3 -d 0x1d50:0x5119 -D uImage.bin

fi