DSU compatibility #286
-
Usually installing a custom DSU image requires the bootloader to be in open state. I wonder if it's possible to sign the GSI image with avb key and install it as usual |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yep, this is possible as long as the main OS is signed by your own key (so that you're able to modify it). The keys used for verifying DSUs are stored in The process would look something like this:
|
Beta Was this translation helpful? Give feedback.
Yep, this is possible as long as the main OS is signed by your own key (so that you're able to modify it).
The keys used for verifying DSUs are stored in
first_stage_ramdisk/avb/*.avbpubkey
in the ramdisk of theinit_boot
orvendor_boot
partition.The process would look something like this:
init_boot
orvendor_boot
from the main OS's OTAavb_pkmd.bin
to the ramdisk'sfirst_stage_ramdisk/avb/
directory and rename it to have the.avbpubkey
extensioninit_boot
/vendor_boot