STM32MP15 ECO 5.0.0. Documentation does not provide a information how to create a new FIP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-27 9:30 PM - edited ‎2023-08-29 4: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.
- Labels:
-
Documentation
-
ST-Boards
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-15 10:48 PM
Just use the FIP command to build the FIP.bin even it does not exists. works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-29 8: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-29 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-15 10:48 PM
Just use the FIP command to build the FIP.bin even it does not exists. works.
