Lines Matching full:echo
23 echo
24 echo "usage:"
25 echo " $0 -f [itb] -s [sig] -n [num of U-Boot copies] -k [KB of each U-Boot copy]"
26 echo
36 decimal=`echo $1 |sed 's/[0-9]//g'`
38 echo "ERROR: $1 is not decimal integer"
79 echo "ERROR: No ${ITB}"
82 echo "ERROR: ${ITB} is not FIT image"
85 echo "ERROR: No ${SIG}"
91 echo "ERROR: ${ITB} seems not a itb but a image, ${copies}"
101 echo "ERROR: No signature in ${ITB}"
105 echo "ERROR: ${SIG} size ${SIG_SZ} != ${ITB} Signature size ${LEN}"
116 echo
128 …echo "ERROR: pack ${IMG_UBOOT} failed! ${ITB} actual: ${ITB_BS} bytes, max limit: ${ITB_MAX_BS} by…
138 echo "Image(re-signed): ${IMG_UBOOT} is ready"
141 echo "Image(re-signed): ${IMG_BOOT} is ready"
144 echo "Image(re-signed): ${IMG_RECOVERY} is ready"