We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
坚果R1无法启动v2.0rc2的img镜像,尝试自行编译生成的镜像也无法启动。 2.0rc1版本可以正常启动。
Expected behavior: [What you expected to happen]
D:> fastboot boot "boot-trident-v2.0rc1.img" Sending 'boot.img' (1794 KB) OKAY [ 0.052s] Booting OKAY [ 0.039s] Finished. Total time: 0.096s
Actual behavior: [What actually happened]
D:> fastboot boot boot-trident-v2.0rc2.img Sending 'boot.img' (4390 KB) OKAY [ 0.118s] Booting FAILED (remote: 'BootImage is Incomplete') fastboot: error: Command failed
The text was updated successfully, but these errors were encountered:
rc2版本使用了mkbootimg.py来生成boot镜像以取代之前的abootimg,这样可以在受支持的设备上利用SimpleInit启动安卓。或许你可以尝试调整生成参数
mkbootimg.py
abootimg
Sorry, something went wrong.
I have poco f3 and I dont know is it safe to install it on my phone?
No branches or pull requests
Prerequisites
Description
坚果R1无法启动v2.0rc2的img镜像,尝试自行编译生成的镜像也无法启动。
2.0rc1版本可以正常启动。
Expected behavior: [What you expected to happen]
D:> fastboot boot "boot-trident-v2.0rc1.img"
Sending 'boot.img' (1794 KB) OKAY [ 0.052s]
Booting OKAY [ 0.039s]
Finished. Total time: 0.096s
Actual behavior: [What actually happened]
D:> fastboot boot boot-trident-v2.0rc2.img
Sending 'boot.img' (4390 KB) OKAY [ 0.118s]
Booting FAILED (remote: 'BootImage is Incomplete')
fastboot: error: Command failed
The text was updated successfully, but these errors were encountered: