HomeSort by relevance Sort by last modified time
    Searched refs:bootloaderfile (Results 1 - 4 of 4) sorted by null

  /development/tools/labpretest/crespo/
custom_flash.sh 18 # bootloaderfile
31 if [ "$bootloaderfile" == '' ]; then
33 bootloaderfile=`ls -1 $ROOT/$product/ | sed -n 's/^\(bootloader\.[0-9A-Za-z_]*.img\)\n*/\1/ p'`
34 if [ "$bootloaderfile" == '' ]; then
35 log_print "bootloader file empty: $bootloaderfile"
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
39 log_print "bootloader file not found: ./$product/$bootloaderfile"
42 log_print "using $ROOT/$product/$bootloaderfile as bootloader image file"
45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
  /development/tools/labpretest/stingray/
custom_flash.sh 18 # bootloaderfile
31 if [ "$bootloaderfile" == '' ]; then
33 bootloaderfile=`ls -1 $product/ | sed -n 's/^\(motoboot.[0-9A-Z]*.img\)\n*/\1/ p'`
34 if [ "$bootloaderfile" == '' ]; then
35 log_print "bootloader file empty: $bootloaderfile"
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
39 log_print "bootloader file not found: ./$product/$bootloaderfile"
42 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
  /development/tools/labpretest/sholes/
custom_flash.sh 18 # bootloaderfile
31 if [ "$bootloaderfile" == '' ]; then
35 bootloaderfile=`ls -1 sholes/ | sed -n 's/^\(motoboot_unsecure.[0-9A-Z]*.img\)\n*/\1/ p'`
37 bootloaderfile=`ls -1 sholes/ | sed -n 's/^\(motoboot_secure.[0-9A-Z]*.img\)\n*/\1/ p'`
39 if [ "$bootloaderfile" == '' ]; then
40 log_print "bootloader file empty: $bootloaderfile"
43 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
44 log_print "bootloader file not found: ./$product/$bootloaderfile"
47 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
50 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
    [all...]
  /development/tools/labpretest/
labpretest.sh 268 # bootloaderfile
282 if [ "$bootloaderfile" == '' ]; then
284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'`
285 if [ "$bootloaderfile" == '' ]; then
286 log_print "bootloader file empty: $bootloaderfile"
289 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
290 log_print "bootloader file not found: ./$product/$bootloaderfile"
293 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
296 flash_partition $bootpart $ROOT/$product/$bootloaderfile

Completed in 192 milliseconds