-
Notifications
You must be signed in to change notification settings - Fork 3
Description
hi
i am getting error in creating custom vmbeta.
the command is,
python avbtool.py make_vbmeta_image --key rsa_private.pem --algorithm SHA256_RSA4096 --flag 0 --chain_partition boot_key.bin --chain_partition vendor_boot_key.bin --chain_partition dtbo_key.bin --chain_partition vbmeta_system_key.bin --chain_partition vbmeta_vendor_key.bin --chain_partition vbmeta_odm_key.bin --chain_partition vbmeta_system_ext_key.bin --chain_partition vbmeta_product_key.bin --chain_partition l_modem_key.bin --chain_partition l_ldsp_key.bin --chain_partition l_gdsp_key.bin --chain_partition pm_sys_key.bin --chain_partition l_agdsp_key.bin --padding_size 16384 --output vbmeta-sign-custom.img
the error,
avbtool.py: Malformed chained partition "boot_key.bin".
i have checked extracted boot_key.bin. that is fine.