MTK6572 OTA升级出错解决方法

83 篇文章 0 订阅

OTA升级log保存在/cache目录last_log文件中,打开后拖到最后可以看到出错信息,如:

open emmc partition "boot"
contents of partition "boot" didn't match EMMC:boot:4659200:de057597c4c12a640f8a625ba4edd419bd417377:4659200:9022a2b55d5fdebe5533fca802825627d95f5851
file "EMMC:boot:4659200:de057597c4c12a640f8a625ba4edd419bd417377:4659200:9022a2b55d5fdebe5533fca802825627d95f5851" doesn't have any of expected sha1 sums; checking cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: assert failed: apply_patch_check("EMMC:boot:4659200:de057597c4c12a640f8a625ba4edd419bd417377:4659200:9022a2b55d5fdebe5533fca802825627d95f5851")
assert failed: apply_patch_check("EMMC:boot:4659200:de057597c4c12a640f8a625ba4edd419bd417377:4659200:9022a2b55d5fdebe5533fca802825627d95f5851")
E:Error in /cache/update.zip
(Status 7)
Update.zip is not correct
Installation aborted.

以上信息表示bootimg升级失败,但具体原因不清楚,可以暂时关掉bootimg升级来解决,可以做如下修改:

updating_boot = (source_boot.data != target_boot.data)
updating_boot = False


updating_recovery = (source_recovery.data != target_recovery.data)
updating_recovery = False

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值