Hi All,
I have this DM8168 EVM board, Now I starting the syslink example hello world test application, from ARM and DSP.
First I am starting the board using linux from SD card, And setting the bootarg "mem=169M" to access the syslink.
After loading the linux, The following command is running
/etc/init.d/pvr-init stop
/etc/init.d/matrix-gui-e stop
/etc/init.d/load-hd-firmware.sh stop
modprobe syslink
cd /usr/share/ti/syslink-examples/TI816X/helloworld/
Following line is commanded on the run.sh file
#./slaveloader shutdown DSP
./run.sh
output:
+ ./slaveloader startup DSP server_dsp.xe674
Attached to slave procId 0.
Loading procId 0.
Loaded file server_dsp.xe674 on slave procId 0.
Started slave procId 0.
+ ./app_host DSP
--> App_exec:
App_exec: event received from procId=0
<-- App_exec: 0
At the same time using CCS, Flashing the voip library tdu test application / hell world test application.
If I run the hello wold example, Following errors are getting.
root@dm816x-evm:/usr/share/ti/syslink-examples/TI816X/helloworld# Unhandled fault: section domain fault (0x8b9) at 0xd5871c00
Internal error: : 8b9 [#1]
last sysfs file: /sys/module/pvrsrvkm/initstate
Modules linked in:
Unhandled fault: section domain fault (0x049) at 0xe59f017c
Internal error: : 49 [#2]
last sysfs file: /sys/module/pvrsrvkm/initstate
Unhandled fault: section domain fault (0x049) at 0xe59f0294
Internal error: : 49 [#3]
last sysfs file: /sys/module/pvrsrvkm/initstate
Unhandled fault: section domain fault (0x049) at 0xe59f0294
Internal error: : 49 [#4]
last sysfs file: /sys/module/pvrsrvkm/initstate
Unhandled fault: section domain fault (0x049) at 0xe59f0294
Internal error: : 49 [#5]
last sysfs file: /sys/module/pvrsrvkm/initstate
Please let me this test is right or wrong.
And how to run the arm and dsp example test application with syslink.