Firefly-RK3288 Android 5.1 编译OTA 完整包失败
Firefly-RK3288 Android 5.1在make –j4 和./mkimage.sh ota 之后
执行make otapackage 后失败,如下:
Install: out/host/linux-x86/bin/fs_config
No RK Loader for TARGET_DEVICE rk3288_box 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 rk3288_box to otapackage
Package target files: out/target/product/rk3288_box/obj/PACKAGING/target_files_intermediates/rk3288_box-target_files-eng.socsi.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)
File "./build/tools/releasetools/make_recovery_patch", line 39, in main
input_dir, "RECOVERY")
File "/home/socsi/sdb6/socsi2/firefly-rk3288_android5.1_git_20150910/build/tools/releasetools/common.py", line 408, in GetBootableImage
info_dict)
File "/home/socsi/sdb6/socsi2/firefly-rk3288_android5.1_git_20150910/build/tools/releasetools/common.py", line 365, in BuildBootableImage
p4 = Run(sign_cmd)
File "/home/socsi/sdb6/socsi2/firefly-rk3288_android5.1_git_20150910/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: No such file or directory
make: *** 错误 1
打上补丁,make installclean 后重新编译即可 http://www.linuxidc.com/Linux/2016-01/127287.htm 完整命令是什么啊?一直不成功 风之空响 发表于 2016-1-28 15:20
打上补丁,make installclean 后重新编译即可
这个patch没什么区别啊!!!!都没改什么东西 风之空响 发表于 2016-1-28 15:20
打上补丁,make installclean 后重新编译即可
这个patch没什么区别啊!!!!都没改什么东西 好像还是不行,有完整命令么 zhanghantong 发表于 2017-3-14 09:06
好像还是不行,有完整命令么
打上补丁啊,用git am就好。至于这个补丁里面啥都没有只有一个空格{:4_184:},原因就是这个编译错误本来就是因为python对缩进的要求严格导致的,缩进改下就可以了啊 风之空响 发表于 2017-3-14 10:24
打上补丁啊,用git am就好。至于这个补丁里面啥都没有只有一个空格,原因就是这个编译错误本来 ...
好的,我先试试,谢谢啊 zhanghantong 发表于 2017-3-14 10:56
好的,我先试试,谢谢啊
你好,我的OTA升级包制作好了,谢谢啊,不过我通过adb 将升级包 push进 storage/sdcard0/ 下面,怎么才能让他升级呢?