Lines Matching refs:update
65 --force-update)
176 cat > update.its << EOF
197 };" >> update.its
210 };" >> update.its
220 cat >> update.its << EOF
227 force-update = <${ARG_FORCE_UPDATE}>;
248 cp update.its key.its
252 ./mkimage -f update.its -k keys/ -K key.dtb -E -p ${HDR_SIZE} -r update.itb -v ${ARG_VERSION}
253 ./fit_check_sign -f update.itb -k key.dtb
256 ./mkimage -f update.its -E -p ${HDR_SIZE} update.itb -v ${ARG_VERSION}
259 fdtdump update.itb > update.hdr.dts
263 NUM=`grep "${LAST_IMG}" update.hdr.dts | wc -l`
271 BYTE=`sed -n "/totalsize:/p" update.hdr.dts | awk '{ print $4 }' | tr -d '(' | tr -d ')'`
272 dd if=update.itb of=update.hdr bs=${BYTE} count=1
275 openssl dgst -sha256 -binary -out update.hash update.hdr
276 cat update.hash >> update.hdr
281 mv -f *${SUFFIX} update.hdr ${OUTPUT_DIR}