Home
last modified time | relevance | path

Searched refs:TMP_ITS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-fitimage.sh15 TMP_ITS=$(mktemp)
16 cp "$ITS" "$TMP_ITS"
20 sed -i "/uboot-ignore/d" "$TMP_ITS"
26 -e "s~@RESOURCE_IMG@~$(realpath -q "$RESOURCE_IMG")~" "$TMP_ITS"
28 rkbin/tools/mkimage -f "$TMP_ITS" -E -p 0x800 "$TARGET_IMG"
30 rm -f "$TMP_ITS"