Hi there,
Im trying to make my own syslink program using the examples of the c6x-linux.org samples.
Im trying to let my linux program connect to my sys/bios program.
I've executed the following on my linux target:
insmod syslink.ko
mcoreloader 1 client.out
./syslink_test
the output that syslink_test generates is as follows:
Hello world!
Starting notify...
Entered SysLinkSamples_startup
SysLinkSamples_setToRunProcIds
and then:
Entered ProcMgrApp_startup
ProcMgr_attach failed [0x86a85001]
ProcMgr_close status: [0x0]
Leaving ProcMgrApp_startup
ProcMgrApp_startup status [0]
Sometimes the output is also different:
skb_over_panic: text:8021f018 len:3022 put:1518 head:9e76f000 data:9e76f030 tail:0x9e76fbfe end:0x9e76f680 dev:eth0
Kernel panic - not syncing: BUG!
I have no idea what I'm doing wrong, but maybe a clue on what the ProcMgr_attach failed fail code [0x86a85001] means?
If you want i can include code, but it's still very much under development so kind'a messy ;)