[lx2160a] Does lx2160a support emmc secure boot ?

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

[lx2160a] Does lx2160a support emmc secure boot ?

Jump to solution
1,389 Views
Jeffrey_Lai
Contributor II

Hi NXP,

We want to enable secure boot on LX2160ARDB by LSDK.

During building secure system image, we see the following message

nandboot secure on lx2160ardb: unsupported
emmcboot secure on lx2160ardb: unsupported

and get xspiboot_secure.img and sdboot_secure.img finally.

 

Does LX2160A support emmc secure boot?

If yes, how to enable it ?

 

Please give us advice. thank you.

 

Jeffrey

 

0 Kudos
Reply
1 Solution
1,383 Views
yipingwang
NXP TechSupport
NXP TechSupport

LX2160A supports emmc secure boot.

Please define the following in configs/board/lx2160ardb_rev2/manifest

atf_bl2_emmc_sec=$FBOUTDIR/firmware/atf/lx2160ardb_rev2/bl2_emmc_sec.pbl

Then run the following command to get build/firmware/atf/lx2160ardb_rev2/bl2_emmc_sec.pbl.

$ flex-builder -c atf -m lx2160ardb_rev2 -b emmc -s

Please program image sdboot_secure.img to eMMC card, then program bl2_emmc_sec.pbl at block 8 of your eMMC card.

View solution in original post

1 Reply
1,384 Views
yipingwang
NXP TechSupport
NXP TechSupport

LX2160A supports emmc secure boot.

Please define the following in configs/board/lx2160ardb_rev2/manifest

atf_bl2_emmc_sec=$FBOUTDIR/firmware/atf/lx2160ardb_rev2/bl2_emmc_sec.pbl

Then run the following command to get build/firmware/atf/lx2160ardb_rev2/bl2_emmc_sec.pbl.

$ flex-builder -c atf -m lx2160ardb_rev2 -b emmc -s

Please program image sdboot_secure.img to eMMC card, then program bl2_emmc_sec.pbl at block 8 of your eMMC card.