-
Notifications
You must be signed in to change notification settings - Fork 1
Description
currently cant chain loading prebuild image.
Here are some suggestion for fastboot boot cmd:
(1)Since dtb is split into boot and dtbo so we have to combine back to one. will provide detail soon.
(2)Proved bootloader is having avb/encryption by design and depending on unmodified boot partition.
so in order to get rid of it, u-boot img need to get flash into ufs boot partition first (of course backup user data first).
then go to recovery to clean up cache/data partition. bootloader had assumed fastboot boot cmd is non-secured, so if the signature/checksum is not same to boot partition then it wont enable crypto engine and resulting boot into android cause error and reboot.
(3)after above preparation, boot into uboot is fine and chainload by fastboot boot is doing fine.