repo.or.cz
/
qi-bootmenu-system.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
download: switch to different mirror
[qi-bootmenu-system.git]
/
flash-qi.sh
blob
6e16ee2e5ef0395cd6424ffa87e7d77d915f0c8f
1
#!/bin/sh
2
3
. .
/
config
4
5
case
"
$MACHINE
"
in
6
GTA01
)
7
CPU
=
"s3c2410"
8
DEV
=
"0x1457:0x5119"
9
;;
10
*)
11
CPU
=
"s3c2442"
12
DEV
=
"0x1d50:0x5119"
13
;;
14
esac
15
16
dfu-util
-a
1
-d
$DEV
-D
qi-
$CPU
*
.udfu