How to customize the rootfs on STM32MP1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-14 2:39 AM
From my preliminary survey, ST provides bootloader source code, kernel source code, and Yocto/Linux for SW developers to customize the file system (rootfs) to add/remove the open source tools and framework. Is my understanding correct?
Solved! Go to Solution.
- Labels:
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-14 4:37 AM
Hi @THuan.2​
Guess page https://wiki.st.com/stm32mpu/wiki/Which_STM32MPU_Embedded_Software_Package_better_suits_your_needs is the right starting point for such question
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
‎2020-05-14 4:37 AM
Hi @THuan.2​
Guess page https://wiki.st.com/stm32mpu/wiki/Which_STM32MPU_Embedded_Software_Package_better_suits_your_needs is the right starting point for such question
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
‎2020-05-14 5:52 AM
Thanks @Community member​.
yes, starting from this page "https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package", I can confirm that we can use Yocto/Linux to customize our rootfs.
After doing "repo init" to fetch projects
"repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-20-02-19"
I can see
- trusted-firmware-a
- u-boot
- linux kernel 4.19.94
- other open source tools, framework, etc.
