Hi, I am using Lx2160ardb for one of my projects. In that, I want to enable the secure boot In LLDP environment, Please help to enable the secure boot feature and get the secure U-boot image (using yocto build).
Thanks & Regards,
Chethan.
Hello,
For secure boot image build, just need to add below line in local.conf file:DISTRO_FEATURES:append = " secure"
Then, run "bitbake secure-boot-qoriq"