|
RK3128 OTA编译失败
发表于 2018-2-8 13:25:05
浏览:8112
|
回复:5
打印
只看该作者
[复制链接]
楼主
RK3128 OTA 执行make otapackage后出现一下错误,还望各位多多指点,
Created filesystem with 1771/65536 inodes and 88520/262144 blocks
Install system fs image: out/target/product/rk312x/system.img
out/target/product/rk312x/system.img+out/target/product/rk312x/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p maxsize=1096212480 blocksize=135168 total=348068627 reserve=11083776
No RK Loader for TARGET_DEVICE rk312x to otapackage
package add resource.img to BOOT and RECOVERY
No uboot for uboot/uboot.img to otapackage
No trust for uboot/trust.img to otapackage
No charge for uboot/charge.img to otapackage
No parameter for TARGET_DEVICE rk312x to otapackage
Package target files: out/target/product/rk312x/obj/PACKAGING/target_files_intermediates/rk312x-target_files-eng.rk3128-iview.zip
building image from target_files RECOVERY...
Traceback (most recent call last):
File "./build/tools/releasetools/make_recovery_patch", line 68, in <module>
main(sys.argv[1:])
File "./build/tools/releasetools/make_recovery_patch", line 39, in main
input_dir, "RECOVERY")
File "/home/rk3128-iview/proj/fireprime/build/tools/releasetools/common.py", line 419, in GetBootableImage
info_dict)
File "/home/rk3128-iview/proj/fireprime/build/tools/releasetools/common.py", line 376, in BuildBootableImage
p4 = Run(sign_cmd)
File "/home/rk3128-iview/proj/fireprime/build/tools/releasetools/common.py", line 86, in Run
return subprocess.Popen(args, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
make: *** [out/target/product/rk312x/obj/PACKAGING/target_files_intermediates/rk312x-target_files-eng.rk3128-iview.zip] Error 1 |
|