Lines Matching refs:IMAGE
32 IMAGE=$2
46 if [ ! -f ${IMAGE} ]; then
47 echo "ERROR: No ${IMAGE}"
49 elif ! file ${IMAGE} | grep 'Device Tree Blob' ; then
50 echo "ERROR: ${IMAGE} is not FIT image"
57 COPIES=`strings ${IMAGE} | grep "rollback-index" | wc -l`
63 IMG_BS=`ls -l ${IMAGE} | awk '{ print $5 }'`
72 ${UNPACK} -f ${IMAGE} -o ${OUT}/
81 if fdtget -l ${IMAGE} /images/uboot >/dev/null 2>&1 ; then
82 rm -f ${IMAGE}
86 cat ${ITB} >> ${IMAGE}
87 truncate -s %${ITB_KB}K ${IMAGE}
90 ${MKIMAGE} -f ${ITS} -E -p ${OFFS} ${IMAGE}
95 echo "Image(repack): ${IMAGE} is ready"