Hi @hfranco.tx
After running the echo command on linux, can’t you see any messages on the /dev/ttyUSB2?
Yes, I see on /dev/ttyUSB2
that Cortex-M receives the message
Get Message From Master Side : ...
But, then, Cortex-M echoes back the same message to /dev/ttyRPMSG30
and I’m not able to see it from the Linux side.
If I run cat /dev/ttyRPMSG30
I see a lot of empty lines and some messages, and I’m not sure this is ok.
EDIT:
I tried to deploy a python container as you did, but I use ApolloX extension and it fails for the same reason as the node.js sample.
Is there any document describing how to build and deploy python container with command line?