1

I have a testboard, CPU is A72. I see that A72 supports Trustzone, but how do I know whether Trustzone is in use or not? Thanks.

Smith
  • 11
  • 1

1 Answers1

1

Since the target is a RK3399 running Linux, this is likely that Arm Trusted Firmware, implementing TrustZone for Aarch64, is being used.

You can check by looking at the documentation, build procedure or source code of your Linux distribution. For example, Armbian is using ATF.

If you have a serial console connected to your system, you should see ATF log messages at boot time - You can find a USB-TTL adapter for $1.50 those days.

I suggested you provide more information on the distribution you are using, but Googling using your distribution name and 'ATF' or 'Arm Trusted Firmware' will likely answer your question if you choose not to.

Frant
  • 5,382
  • 1
  • 16
  • 22