2023-08-27 09:30 PM - edited 2023-08-29 04:05 AM
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 use the "Create" option ?
Solved! Go to Solution.
2023-09-15 10:48 PM
Just use the FIP command to build the FIP.bin even it does not exists. works.
2023-08-29 08:57 AM
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.
2023-08-29 05:45 PM
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.
2023-08-29 11:19 PM
@debugging ,
I understand. If my previous comment answered your question, please do not hesitate to close this topic with "accepted solution".
Kind regards,
Erwan.
2023-09-15 10:48 PM
Just use the FIP command to build the FIP.bin even it does not exists. works.