Start Linux Kernel from TF-A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-09 8:19 AM - last edited on ‎2023-07-13 8:21 AM by Kevin HUBER
Hello, I want to boot Linux straight from the FSBL, avoiding SP-Min and U-Boot. Is there any configuration or information on how to do this? Thank you.
I got a STM32MP157F-EV1 board, I wouldn't mind using TF-A or U_Boot SPL,
I am also looking at U-Boot SPL Falcon mode but finding very little information about it.
- Labels:
-
STM32MP15 Lines
-
TF-A
-
U-Boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-11 12:13 AM
Hi @AGamb.4​ ,
I can only provide you a generic direction.
Note that ST will not further support you and this require strong linux/Yocto skills.
This maybe possible from our distribution, by generating a self-extracting zImage of Linux containing uImage + ramfs + dtb
Load and execution address are provided at build time.
Then you have to change tsv flashlayout in order to host this zImage in place of the legacy fsbl.
Else, what reason to drop FSBL ?
If it's for boot time optimization purpose maybe this page would give you some alternative :
How to optimize the boot time - stm32mpu
Olivier
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
‎2022-02-11 12:46 AM
Hello @Community member​ , thank you for your reply, any help you can provide will be welcome. I will look into the zImage possible solution.
The reasons are project restrictions to reduce code and dependence on third party software.
The objective right now is not exactly dropping FSBL but dropping SSBL and customize FSBL (TF-A or U-Boot SPL).
Do you provide any support on using U-Boot SPL? maybe with Falcon mode? And about customizing TF-A or U-Boot SPL?
PS: I got a STM32MP157F-EV1 board.
Andrés
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-29 9:10 AM
did you get any further with falcon mode oder any TF-A -> Kernel booting?
