Hello NXP Team,
We are working on Secure boot in iMX6dp.
We have enabled uboot logs and found HAB events is generating.
We are facing below issues and we have some queries. Please help us to resolve it.
1.We have enabled uboot bootdelay but we are unable to stop Autoboot with a key press.
Please guide us how we can stop uboot autoboot so we can get command shell.?
Steps we did below to enable uboot logs:
We have disabled below definitions from uboot config header and define secure boot
Added boot delay in uboot config header (highlighted area)
2.We believe fuse is only one time writeable and write command is like "fuse prog -y 3 0 0xD9B3DFC9".
We have tried to write the command as boot command but below error observed.
Code snippet:
Fuse command is missing. How we can resolve it?
3.We are incorporating secure boot. So encrypted boot is part of secure boot or this is a separate add-on feature on the top of secure boot. Please confirm the understanding.
Please let us know if any additional details required.
Solved! Go to Solution.
MSS team provided all patches with git format.
If you have git history, have you try to revert all patches except "initial bringup"?
Unfortunately, I cannot deep dive to details because integration of patches had done by LGE.
Best Regards,
Richard
Hello @shantanu-banerjee,
Your BSP was customized by MSS team thru commercial service thus some of questions are difficult to get support by general Q&A.
I will answer you this time, but you have to ask LGE first from next time.
For #1, have a try to remove "quiet" option from mmcargs.
For #2, refer to below link.
For #3, encrypted boot is a part of secure boot, and MSS team had provided "failsafe solution" for C300 project. You need to ask LGE to get the information because it was provided as a commercial item.
Hi @Richard_Kim
For #1, have a try to remove "quiet" option from mmcargs.
In config header there is no mmcargs found and we have removed quiet from bootargs. But still unable stop uboot from Autoboot and unable to get command shell.
MSS team provided all patches with git format.
If you have git history, have you try to revert all patches except "initial bringup"?
Unfortunately, I cannot deep dive to details because integration of patches had done by LGE.
Best Regards,
Richard