Porting and running OP-TEE on ARMv8 devices

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 4

  • @linux-tut
    @linux-tut 2 года назад +1

    OP-TEE hands-on for beginners: ruclips.net/video/m8WlSanGDwI/видео.html

    • @spradotube
      @spradotube  9 месяцев назад +1

      Thanks for sharing!

  • @yunusbhaiji3891
    @yunusbhaiji3891 2 года назад

    Thanks Sergio. As you mentioned all the output binaries like SPL, U-boot, DTB, Kernel, rootFS etc. will be stored inside "out" directory. Question here is, where the optee secure OS binary will be stored? Is it inside the flash.bin?

    • @spradotube
      @spradotube  8 месяцев назад

      In the default OP-TEE configuration, trusted applications are stored in the non-secure filesystem at /lib/optee*. They can be signed and optionally encrypted (see optee.readthedocs.io/en/latest/building/trusted_applications.html#signing-of-tas).