Home
last modified time | relevance | path

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

/rkbin/tools/burner_image_kits/tools/
H A Dalign_to_flash_block_size.sh6 input=$1
32 if [ ! -f "$input" ]; then
33 echo "$input not exist!"
42 gen_file $input $out
H A Dtransfer_4K_2_2K.sh6 input=$1
33 if [ ! -f "$input" ]; then
34 echo "$input not exist!"
43 gen_file $input $out
/rkbin/tools/
H A Dpcie_idb_config.sh7 input=$9
100 if [ -f "$input" ]; then
101 echo "input param file=$input"
103 echo "input param file=$input invalid"
146 dd if=$input of=.temp bs=1 count=4 > /dev/null
147 dd if=.pcie_idb_cfg.bak of=$input bs=1 seek=4 conv=notrunc > /dev/null