Searched refs:bootloaderfile (Results 1 – 4 of 4) sorted by relevance
31 if [ "$bootloaderfile" == '' ]; then35 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" == '' ]; then40 log_print "bootloader file empty: $bootloaderfile"43 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then44 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
31 if [ "$bootloaderfile" == '' ]; then33 bootloaderfile=`ls -1 $product/ | sed -n 's/^\(motoboot.[0-9A-Z]*.img\)\n*/\1/ p'`34 if [ "$bootloaderfile" == '' ]; then35 log_print "bootloader file empty: $bootloaderfile"38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then39 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
31 if [ "$bootloaderfile" == '' ]; then33 bootloaderfile=`ls -1 $ROOT/$product/ | sed -n 's/^\(bootloader\.[0-9A-Za-z_]*.img\)\n*/\1/ p'`34 if [ "$bootloaderfile" == '' ]; then35 log_print "bootloader file empty: $bootloaderfile"38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then39 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
282 if [ "$bootloaderfile" == '' ]; then284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'`285 if [ "$bootloaderfile" == '' ]; then286 log_print "bootloader file empty: $bootloaderfile"289 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then290 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