You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping that it would just work out of the box, but in order to get it to build i also needed to add the following config option to the defconfig. (uboot-imx/configs/maaxboard_defconfig)
CONFIG_SPL_CRYPTO_SUPPORT=y;
I have since investigated this issue myself and found people with similar issues, but the fixes have not worked for me. Some fixes involve using yocto with the nxp's uboot-imx repository, however this project is very large and I am still not confident that it will have the necessary support for the maaxboard.
If any one has any suggestions or is able to look into this for a fix that would be greatly appreciated!
Kind regards,
Tom
The text was updated successfully, but these errors were encountered:
It turns out i needed to use a specific set of branches for each of the components needed to build U-Boot to work with HAB. When using the default branches for each of the following repositories it resulted in the original error. There may be other combinations that work. Here are the following repos:
Hi all,
I'm not sure if this repository is still maintained, but i'm hoping someone here can provide me with some guidance.
I am currently trying to use High Assurance Boot (HAB) on my IMX8M device. And run into the following error once I have booted up the device:
I have followed these steps:
https://github.com/Avnet/uboot-imx/blob/maaxboard_v2020.04_5.4.24_2.1.0/doc/imx/habv4/guides/mx8m_se...
I am using the default branch of uboot-imx:
https://github.com/Avnet/uboot-imx
I was hoping that it would just work out of the box, but in order to get it to build i also needed to add the following config option to the defconfig.
(uboot-imx/configs/maaxboard_defconfig)
I have since investigated this issue myself and found people with similar issues, but the fixes have not worked for me. Some fixes involve using yocto with the nxp's uboot-imx repository, however this project is very large and I am still not confident that it will have the necessary support for the maaxboard.
If any one has any suggestions or is able to look into this for a fix that would be greatly appreciated!
Kind regards,
Tom
The text was updated successfully, but these errors were encountered: