2020-08-26 05:43 AM
I have a problem with running the software on the Cortex-M4. Probably the default device tree configuration does not start the m4 core.
Has anyone used a SoMlabs board and tried to run software on the Cortex-M4 core?
Solved! Go to Solution.
2020-09-13 05:39 AM
Yes, the binary file is in a correct folder. Thank you for your answer =)
I solved the problem. I edited the generated device tree file from the CubeMX, adding memory-region for the Cortex-M4. I compiled the new device tree and replaced the appropriate files on the SD card with OpenSTLinux.
Best regards,
cien
2020-08-28 05:10 AM
Hi @Konrad Wójcik
Could you please confirm that the binary is present in /lib/firmare on target ?
Thanks
Olivier
2020-08-28 05:17 AM
If not done please refer to this Linux remoteproc framework overview wiki page
in case it help you to investigate further.
Olivier
2020-09-13 05:39 AM
Yes, the binary file is in a correct folder. Thank you for your answer =)
I solved the problem. I edited the generated device tree file from the CubeMX, adding memory-region for the Cortex-M4. I compiled the new device tree and replaced the appropriate files on the SD card with OpenSTLinux.
Best regards,
cien