Lines Matching full:echo
15 echo "Usage:"
16 echo " $0 <resource.img> <output dir> "
21 echo
26 echo "Can't find '../rkbin/' Responsity, please download it before pack image!"
27 echo "How to obtain? 3 ways:"
28 …echo " 1. Login your Rockchip gerrit account: \"Projects\" -> \"List\" -> search \"rk/rkbin\" Resp…
29 echo " 2. Github Responsity: https://github.com/rockchip-linux/rkbin"
30 echo " 3. Download full release SDK Responsity"
36 echo "Can't find file: $IMAGE_FILE"
40 echo "Missing: <output dir>"
51 echo "Unpack $IMAGE_FILE to $OUTPUT_DIR"
52 …K_TOOL --unpack --verbose --image=$IMAGE_FILE $OUTPUT_DIR 2>&1|grep entry|sed "s/^.*://"|xargs echo
53 echo
54 echo "resource.img is unpacked successfully"