Hi,
I'm working on a custom board with iMX8M Plus processor with 4GB of RAM.
I'm trying to enable the Trusty OS to access the RPMB secure storage.
I downloaded the trusty software:
repo init -u https://github.com/nxp-imx/imx-manifest.git -b imx-android-12 -m imx-trusty-android-12.0.0_1.0.0_github.xml
repo sync
source trusty/vendor/google/aosp/scripts/envsetup.sh
make -j32 imx8mp
cp build-imx8mp/lk.bin ../android_build/vendor/nxp/fsl-proprietary/uboot-firmware/imx8m/tee-imx8mp.bin
when I boot the Trusty bootloader, I get the following error in attached.
What could be the problem?
If you need other info, let me know.
BR
Domenico Acri