We are trying to utilise the fastboot oem commands described in some of NXPs documentation found here:
https://www.nxp.com/docs/en/user-guide/IMX_ANDROID_SECURITY_USERS_GUIDE.pdf
Section 3.3.6 Programming the attestation key describes multiple commands for setting RSA and ECDSA keys & certificates. Although once we put our devices into fastboot mode we are finding these commands are returning as not defined.
$ adb reboot bootloader
$ sudo fastboot oem set-rsa-atte-key
...
FAILED (remote: command not defined)
finished. total time: 0.004s
How do we utilise the OEM commands?
Hi James
answer from team :
---------------
Just a quick information. Please try to make sure you have integrated Trusty OS.
In other words has customer enabled the TrustyOS in Android, and CONFIG_IMX_TRUSTY_OS configure in uboot?
---------------
Best regards
igor