Home
last modified time | relevance | path

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

/rkbin/tools/burner_image_kits/
H A Dmake.sh153 for file in `ls -a $src_path`
155 if [ -f $src_path"/"$file ] ;then
156 a=$src_path"/"$file
157 cp $a $temp_path"/"$file
159 if [ -h $src_path"/"$file ]
161 a=$src_path"/"$file
165 cp -f $a $temp_path"/"$file
172 cp $line $temp_path"/"$file
174 echo "error: $file first line '$line' is not exit!"
177 is_miniloader_or_update_or_parameter $temp_path"/"$file
[all …]
/rkbin/doc/release/
H A DRK3399_EN.md5 | Date | file | Build commit | Severity |
20 | Date | file | Build commit | Severity |
36 | Date | file | Build commit | Severity |
50 | Date | file | Build commit | Severity |
64 | Date | file | Build commit | Severity |
79 | Date | file | Build commit | Severity |
91 | Date | file | Build commit | Severity |
H A DRK3326_EN.md32 | Date | file | Build commit | Severity |
45 | Date | file | Build commit | Severity |
73 | Date | file | Build commit | Severity |
102 | Date | file | Build commit | Severity |
114 | Date | file | Build commit | Severity |
120 1. Support DDR Extended temperature range which should used with 2x, 4x refresh rate ddr bin file.
140 | Date | file | Build commit | Severity |
152 | Date | file | Build commit | Severity |
166 | Date | file | Build commit | Severity |
178 | Date | file | Build commit | Severity |
H A DPX30_EN.md32 | Date | file | Build commit | Severity |
60 | Date | file | Build commit | Severity |
89 | Date | file | Build commit | Severity |
101 | Date | file | Build commit | Severity |
107 1. Support DDR Extended temperature range which should used with 2x, 4x refresh rate ddr bin file.
127 | Date | file | Build commit | Severity |
139 | Date | file | Build commit | Severity |
153 | Date | file | Build commit | Severity |
165 | Date | file | Build commit | Severity |
H A DRK3399PRO_EN.md5 | Date | file | Build commit | Severity |
20 | Date | file | Build commit | Severity |
36 | Date | file | Build commit | Severity |
50 | Date | file | Build commit | Severity |
H A DRK1808_EN.md63 1. Add support for DDR extension temperature, it is necessary to use the ddrbin file with extension…
H A DRK3358_EN.md101 | Date | file | Build commit | Severity |
H A DRV1106_EN.md501 | 2 | important | Sync meta's head file. | Modify the partition of meta …
794 3. Support sync meta header file.
H A DRK3576_EN.md45 | 2 | important | Support automatic file recovery after abnormal power off | Abnormal power off…
H A DRK3588_EN.md111 | 1 | important | Support automatic file recovery after abnormal power off | Abnormal power off…
/rkbin/tools/
H A Dddrbin_tool.py1278 with open(filegen_path, 'w+', encoding='utf-8') as file:
1279 file.write('/* ' + verinfo_full + ' */\n')
1281 with open(filegen_path, 'a', encoding='utf-8') as file:
1296 file.write(write_buff + '\n')
1298 with open(filegen_path, 'a', encoding='utf-8') as file:
1299 file.write('end' + '\n')
1422 with open(fileskew_path,'r', encoding='UTF-8') as file:
1423 for line in file:
1459 with open(filebin_path, 'rb') as file:
1460 content = file.read()
H A Dddrbin_tool_user_guide.txt1 function 1: modify ddr.bin file from ddrbin_param.txt.
4 …ddrbin_tool.py' with argument 1: chip_name, argument 2: ddrbin_param.txt, argument 3: ddr bin file.
7 function 2: get ddr.bin file config to gen_param.txt file
8 If want to get ddrbin file config, please run like that:
273 The ddr frequency table in kernel dts/dtsi file need correspond to these frequencies.
285 Note: The ddr frequency table in kernel dts/dtsi file need correspond to these frequencies.
473 Before modify skew, it is recommended to read every CA skew from the bin file and then adjust the C…
H A Dfit-unpack.sh44 elif ! file ${ITB} | grep 'Device Tree Blob' ; then
H A Dfit-sign.sh603 if file $(realpath ${FILE}) | grep -q 'Device Tree Blob' ; then
626 if file $(realpath ${FILE}) | grep -q 'Device Tree Blob' ; then
/rkbin/scripts/
H A Dcheckpatch.sh397 INFO=`file ${FILE}`