I am using the TI Keystone II K2K EVM. I have tried to build the demo apps that come with the MCSDK (under C:\ti\mcsdk_bios_3_00_03_15\demos) and everytime I try to run them I get an "Ipc_start: NameServer_setup() failed: -1". I first thought that there might be something wrong with my build process but then I went into /usr/bin and ran the examples that come preinstalled on the filesystem.
When I run MessageQApp I get the same error. The output from the LAD log file is:
Initializing LAD...
opening FIFO: /tmp/LAD/LADCMDS
Retrieving command...
LAD_CONNECT:
client FIFO name = /tmp/LAD/2189
client PID = 2189
assigned client handle = 0
FIFO /tmp/LAD/2189 created
FIFO /tmp/LAD/2189 opened for writing
sent response
DONE
Retrieving command...
LAD_MULTIPROC_GETCONFIG: calling MultiProc_getConfig()...
MultiProc_getConfig() - 9 procs
Proc 0 - "HOST"
Proc 1 - "CORE0"
Proc 2 - "CORE1"
Proc 3 - "CORE2"
Proc 4 - "CORE3"
Proc 5 - "CORE4"
Proc 6 - "CORE5"
Proc 7 - "CORE6"
Proc 8 - "CORE7"
status = 0
DONE
Sending response...
Retrieving command...
LAD_NAMESERVER_SETUP: calling NameServer_setup()...
NameServer_setup: entered, refCount=0
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: socket failed: 97, Address family not supported by protocol
NameServer_setup: creating listener thread
NameServer_setup: exiting, refCount=1
status = -1
DONE
Sending response...
listener_cb: Entered Listener thread.
NameServer: waiting for unblockFd: 2, and socks: maxfd: 3
Retrieving command...
EOF detected on FIFO, closing FIFO: /tmp/LAD/LADCMDS
opening FIFO: /tmp/LAD/LADCMDS


