OP-TEE on the Raspberry Pi 5
github.com·14h·
Discuss: r/embedded
Flag this post

OP-TEE on the Raspberry Pi 5

This repository shows how to run OP-TEE on the Raspberry Pi 5.

Caution

This is purely for educational purposes. The Raspberry Pi does not support secure memory, that can be protected from the outside world1.

Outline

OP-TEE supports the RPi 3 and there is a port for the RPi 5 here that I just found after porting it myself.

To load and initialize OP-TEE we use ARM Trusted Firmware that officially supports the RPi 5. There exists a abandoned patch to add OP-TEE support for the RPi 5 on which tutorial is loosely based on here.

To build the…

Similar Posts

Loading similar posts...