Lines Matching +full:boot +full:- +full:loader
7 LOADER=$ROCKDEV_DIR/MiniLoaderAll.bin
11 BOOT=$ROCKDEV_DIR/boot.img
19 if [ ! -n "$1" ];then
28 $UPGRADETOOL ul -noreset $LOADER
29 $UPGRADETOOL di -p $PARAMETER
30 $UPGRADETOOL di -uboot $UBOOT
31 $UPGRADETOOL di -trust $TRUST
32 $UPGRADETOOL di -b $BOOT
33 $UPGRADETOOL di -r $RECOVERY
34 $UPGRADETOOL di -m $MISC
35 $UPGRADETOOL di -oem $OEM
36 $UPGRADETOOL di -userdata $USERDATA
37 $UPGRADETOOL di -rootfs $ROOTFS
43 $UPGRADETOOL ul -noreset $LOADER
44 $UPGRADETOOL di -p $PARAMETER
45 $UPGRADETOOL di -uboot $UBOOT
46 $UPGRADETOOL di -b $BOOT
51 $UPGRADETOOL ul -noreset $LOADER
52 $UPGRADETOOL di -p $PARAMETER
53 $UPGRADETOOL di -uboot $UBOOT
54 $UPGRADETOOL di -trust $TRUST
55 $UPGRADETOOL di -b $BOOT
56 $UPGRADETOOL di -oem $OEM
57 $UPGRADETOOL di -userdata $USERDATA
58 $UPGRADETOOL di -rootfs $ROOTFS
61 if [ $FLASH_TYPE = loader ]
63 if [ -n "$2" ];then
64 LOADER=$2
66 echo "flash loader: $LOADER"
67 $UPGRADETOOL ul $LOADER
73 if [ -n "$2" ];then
77 $UPGRADETOOL di -p $PARAMETER
82 if [ -n "$2" ];then
86 $UPGRADETOOL di -resource $RESOURCE
91 if [ -n "$2" ];then
95 $UPGRADETOOL di -uboot $UBOOT
100 if [ -n "$2" ];then
104 $UPGRADETOOL di -trust $TRUST
107 if [ $FLASH_TYPE = boot ]
109 if [ -n "$2" ];then
110 BOOT=$2
112 echo "flash boot: $BOOT"
113 $UPGRADETOOL di -b $BOOT
118 if [ -n "$2" ];then
122 $UPGRADETOOL di -r $RECOVERY
127 if [ -n "$2" ];then
131 $UPGRADETOOL di -misc $MISC
136 if [ -n "$2" ];then
140 $UPGRADETOOL di -oem $OEM
145 if [ -n "$2" ];then
149 $UPGRADETOOL di -userdata $USERDATA
154 if [ -n "$2" ];then
158 $UPGRADETOOL di -rootfs $ROOTFS
173 $UPGRADETOOL EF $LOADER