android recovery兼容检测报错

报错信息

[    4.772570] I:Verifying package compatibility...
[    4.858108] E:Failed to verify package compatibility (result 1): Runtime info and framework compatibility matrix are incompatible: For config CONFIG_DEVKMEM, value = y but required n
[    4.877481] W:failed to read uncrypt status: No such file or directory
[    4.900974] I:current maximum temperature: 52000

问题解决

需要将kernel config CONFIG_DEVKMEM 置为n

# CONFIG_DEVKMEM is not set
发布了376 篇原创文章 · 获赞 40 · 访问量 46万+

猜你喜欢

转载自blog.csdn.net/wangjicong_215/article/details/104996109