Home | History | Annotate | Download | only in lisa

Lines Matching refs:fastboot

31     # wait for device to enter fastboot, max wait is 200secs
35 if [ -n "`fastboot devices`" ]; then
47 echo "==========Rebooting the device into fastboot=========="
51 echo "==========Waiting for device to enter fastboot=========="
54 if [ -z "`fastboot devices`" ]; then
55 echo "==========Device failed to enter fastboot=========="
62 fastboot flash vbmeta
63 fastboot flash vendor
64 fastboot flash boot
65 fastboot reboot
68 fastboot flashall