Other Parts Discussed in Thread: OMAPL138
Hi,
I'm currently using the eXperimenter kit with the OMAPL138 processor.
I built a WinCE with DSPLink as instructed in the InstallGuide_WinCE_OMAPL138.pdf using Platform Builder IDE.
DSPLink seems to be built in since the EBOOT writes "DSPLINK Module (1.65.00.03) created on Date: Nov 1 2011 Time: 08:31:06" to the console at startup.
In section 10, I copied the messagegpp files (messagegpp.exe message.out dsplinkk.dll) to the SD-Card, connected with Telnet to the device and startet the app "messagegpp.exe MESSAGE.OUT 10" and the following error is displayed:
========== Sample Application : MESSAGE ==========
Entered MESSAGE_Create ()
Error opening file MESSAGE.OUT, error: 2
PROC_load () failed. Status = [0x80008009]
Leaving MESSAGE_Create ()
Entered MESSAGE_Delete ()
MSGQ_release () failed. Status = [0x8000800b]
Leaving MESSAGE_Delete ()
====================================================
anyway, my question is:
Do I need to build an DSPBIOS with DSPLink for the DSP core and load it before starting windows CE on the GPP core?
Thanks