Skip to main content
Visitor II
March 30, 2021
Question

Hello, I'd like to ask how to turn on image check at compile time, that is, trusted board boot how to open,stm32157c. When I set trusted_board_boot = 1,I have a error.

  • March 30, 2021
  • 1 reply
  • 729 views

0693W000008yHDxQAM.jpg0693W000008yHBEQA2.png

    This topic has been closed for replies.

    1 reply

    Visitor II
    March 30, 2021

    Hi,

    you will turn on the image verification by setting the option flag in the stm32 header (see here: https://wiki.st.com/stm32mpu/wiki/STM32MP15_secure_boot#Image_signing) of the to be checked images (TF-A, U-boot, OP-TEE) to 0. To do so you can use the supplied signing tool: https://wiki.st.com/stm32mpu/wiki/Signing_tool