Home
last modified time | relevance | path

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

/rkbin/tools/burner_image_kits/
H A Dmake.sh4 src_path=$1
82 if [ -f "$src_path" ]; then
83 echo "input error, $src_path is a file!"
87 if [ ! -x "$src_path" ]; then
88 echo "input error, $src_path not exit!"
153 for file in `ls -a $src_path`
155 if [ -f $src_path"/"$file ] ;then
156 a=$src_path"/"$file
159 if [ -h $src_path"/"$file ]
161 a=$src_path"/"$file
H A Dmake_slc_nand.sh4 src_path=$1
12 $DIR/make.sh $src_path $dst_path $soc $block_size $page_size $oob_size $is_slc_nand
H A Dmake_spi_nand.sh4 src_path=$1
22 $DIR/make.sh $src_path $dst_path $soc $block_size $page_size $oob_size $is_slc_nand