set-public-key AVB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

set-public-key AVB

1,113 Views
xuantambk
Contributor II

I am trying to set public key for board IMX8QuadXpus... Android Auto.

Android P9.0.0_2.3.3_AUTO-ER 

After i set random key for rpmb

fastboot oem set-rpmb-random-key

I got error 

AVB ReadVbmetaPublickey:256 Missing Public key file...

And then Device cannot boot to Bootloader any more.

Is there any way to boot device into bootloader mode?

I tried with u-boot-imx8qxp-mek-uuu.imx... load via usb gadge..

But this bootloader uboot dont support below command:

 
fastboot stage ${your-key-directory}/test_rsa4096_public.bin
fastboot oem set-public-key

--> Command not supported?

2 Replies

1,001 Views
xuantambk
Contributor II

I found solution..

You can do it by stop Uboot. by press any key....

then init fastboot service 

fastboot q

fastboot stage ${your-key-directory}/test_rsa4096_public.bin
fastboot oem set-public-key

1,001 Views
Yuri
NXP Employee
NXP Employee

 

Hello,

 

   have You followed recommendations of "i.MX_Android_Security_User_Guide.pdf" in the NXP

Android doc package?

Have a great day,

Yuri

 

 

-------------------------------------------------------------------------------

Note:

- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored

 

Please open a new thread and refer to the closed one, if you have a related question at a later point in time.