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
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.
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
2021-08-06 12:53 AM
What's the parsing error ?
2021-08-06 06:26 AM
Sorry i am unable to capture the error, But
Is the above steps followed is correct or do i need to change ?