Skip to main content
Graduate II
August 28, 2023
Solved

STM32MP15 ECO 5.0.0. Documentation does not provide a information how to create a new FIP

  • August 28, 2023
  • 2 replies
  • 2093 views

As in a different post, The TF-A build did not create the FIP binaries after deleting the FIP build folder.

This article does not describe how to create a new FIP binary. only how to update. very confusing !

The fiptool does provide a create function but its not listed as one the options in this page: very confusing !

How to configure TF-A

How to use the "Create" option ?

    This topic has been closed for replies.
    Best answer by debugging

    Just use the FIP command to build the FIP.bin even it does not exists. works.

     

    2 replies

    Technical Moderator
    August 29, 2023

    Hello @debugging ,
    You are right, we have no complementary explanation for fiptool create command, aside of the fiptool help.

    To use it, you just have to do:
    fiptool create <name_of_fip>

    Then, use fiptool update command to add the different binaries inside, following the article you mentioned.

    Kind regards,
    Erwan.

    In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

    debuggingAuthor
    Graduate II
    August 30, 2023

    Thanks, this question was raised because the issue I have with the TF-A not creating the fip binaries, so I wonder how to do it manually, but the docs did not define it.

     

    Technical Moderator
    August 30, 2023

    @debugging ,
    I understand. If my previous comment answered your question, please do not hesitate to close this topic with "accepted solution".

    Kind regards,
    Erwan.

    debuggingAuthorAnswer
    Graduate II
    September 16, 2023

    Just use the FIP command to build the FIP.bin even it does not exists. works.