Lines Matching full:loader
10 echo 'Usage: '$PROGRAM' loader uboot trust boot'
16 LOADER=$DIR/$1
27 echo 'start to download loader...' >> /tmp/npu.log
28 $UPGRADE_TOOL db $LOADER > /dev/null
30 echo 'failed to download loader!' >> /tmp/npu.log
33 echo 'download loader ok' >> /tmp/npu.log
36 echo 'start to wait loader...' >> /tmp/npu.log
39 echo 'failed to wait loader!' >> /tmp/npu.log
42 echo 'loader is ready' >> /tmp/npu.log
114 if [ ! -f $LOADER ]; then
115 echo $LOADER 'is not existed!'