2020-09-10 06:00 AM
Hi ST Teams,
I'm building successfuly an image "st-image-core", for stm32mp1 machine.
I'm able to add python package and remove some package too.
But unfortunately, My team who works on M4 copro can't connect anymore on it.
If i made a sd card with starter kit on it, M4 can connect (ie debug run & so on)
If i made my st-image-core, it can't.
Is there any special "append" to add to my distro in order to get things works?
I'm using SDK 1.2
Thanks in advance.
Solved! Go to Solution.
2020-09-22 05:25 AM
Well after checking ST Forums
We managed to get things works
I need to add "eclipse-debug" in local.conf in EXTRA_IMAGE_FEATURES part
this thread helped me:
Works with 1.2 SDK
seeya!
2020-09-16 01:30 AM
Hi @Eldam .
I've just tried running M4 code on "st-image-core" - on both ecosystems 1.2 and 2.0 following steps:
And everything works.
Could you be more specific about the failure you face? Any log? What file are you trying to execute?
Best regards,
Milan
2020-09-22 05:25 AM
Well after checking ST Forums
We managed to get things works
I need to add "eclipse-debug" in local.conf in EXTRA_IMAGE_FEATURES part
this thread helped me:
Works with 1.2 SDK
seeya!