Hi , I have created Stm32 project using STM32CubeIDE ,
Now I need to integrate my Cortex-M4 firmware with Cortex-A7 and load into Cortex-M4 in bootup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-05 10:47 PM
so how can I add into the linux distribution so that firmware will build and load along with linux and load in bootup
FYI : Iam using Yocto for building
- Labels:
-
ST-Boards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-06 12:00 AM
Check the wiki: https://wiki.st.com/stm32mpu/wiki/Linux_remoteproc_framework_overview#Remote_processor_boot
The " Remote processor boot through sysfs" process can be easily automated to run after boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-06 12:49 AM
Hi @KnarfB​ Thanks for reply
Actually Im trying to integrate the firmware we have developed using STM32CubeIDE into our distribution on yocto.
I have tried to copy the CM4 folder generated in STM32CubeIDE into path: /STM32MP157C-DK2/Applications/my_project_name/STM32CubeIDE/
and i have added project location in /DistributionPackage/openstlinux-5.10-dunfell-mp1-21-03-31/layers/meta-st/meta-st-stm32mp/recipes-extended/m4projects/ m4projects-stm32mp1.bb file
but iam getting parsing error while building .
can you please help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-06 12:53 AM
What's the parsing error ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-06 6:26 AM
Sorry i am unable to capture the error, But
Is the above steps followed is correct or do i need to change ?
