Home
last modified time | relevance | path

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

/rkbin/tools/burner_image_kits/
H A Dmake.sh12 temp_path=./IMAGES_T
40 $boot_merger unpack --loader $1 --output $temp_path > /dev/null
41 ddr=$temp_path"/"FlashData.bin
42 spl=$temp_path"/"FlashBoot.bin
43 gen_idblock $ddr $spl $temp_path"/"idblock.img
44 is_img_and_gen_file_from_src_2_dst $temp_path"/"idblock.img idblock.img
59 $upgrade_tool gpt $1 $temp_path"/"gpt.img > /dev/null
60 is_img_and_gen_file_from_src_2_dst $temp_path"/"gpt.img gpt.img
140 if [ -x "$temp_path" ]; then
141 rm -rf $temp_path
[all …]