Searched refs:file (Results 1 – 15 of 15) sorted by relevance
| /rkbin/tools/burner_image_kits/ |
| H A D | make.sh | 153 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 D | RK3399_EN.md | 5 | 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 D | RK3326_EN.md | 32 | 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 D | PX30_EN.md | 32 | 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 D | RK3399PRO_EN.md | 5 | 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 D | RK1808_EN.md | 63 1. Add support for DDR extension temperature, it is necessary to use the ddrbin file with extension…
|
| H A D | RK3358_EN.md | 101 | Date | file | Build commit | Severity |
|
| H A D | RV1106_EN.md | 501 | 2 | important | Sync meta's head file. | Modify the partition of meta … 794 3. Support sync meta header file.
|
| H A D | RK3576_EN.md | 45 | 2 | important | Support automatic file recovery after abnormal power off | Abnormal power off…
|
| H A D | RK3588_EN.md | 111 | 1 | important | Support automatic file recovery after abnormal power off | Abnormal power off…
|
| /rkbin/tools/ |
| H A D | ddrbin_tool.py | 1278 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 D | ddrbin_tool_user_guide.txt | 1 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 D | fit-unpack.sh | 44 elif ! file ${ITB} | grep 'Device Tree Blob' ; then
|
| H A D | fit-sign.sh | 603 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 D | checkpatch.sh | 397 INFO=`file ${FILE}`
|