Other Parts Discussed in Thread: AM5728
Tool/software: Linux
Hello, I'm currently working on a BeagleBoard X15 with an embedded TI AM5728. Linux runs on Cortex-A15 and I am looking to start an RTOS instance on Cortex-M4 from Linux. I compiled the examples provided by TI (ex02_messageq), copied the IPU 1 and 2 firmware in /lib/firmware, started the Cortex-M4 by doing an unbind and bind on the .ipu and launched the LAD daemon. When I run the "./app_host IPU1", the program hangs at "App_create" step. The "./app_host HOST" execution (A15 itself) works, messages are well exchanged. I was looking at lad log file and I realized that I have exactly the same problem as this person: e2e.ti.com/.../534430
NameServer_attach : socket failed : Domain 44, Error no 97, Error string : Address family not supported by protocol He solved his problem by starting the rpmsg_proto module, which wasn't loaded. In my case, this module is already loaded, I have no more ideas to understand this problem.
Do you have an answer to help me? Is this error common? Thank you very much,
Sincerely,
Mathias Hanna