This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[OMAPL138] Configuring DSPLink with DSP/BIOS 6

Other Parts Discussed in Thread: DA8XX

I am trying to follow the instructions in the DSPLink install guide InstallGuide_LinuxOMAPL138.pdf.  When I run the perl script dsplinkcfg.pl with the first set of example arguments I get the following error:

 

 

****************** ERROR !!! *************************** 

Please provide a valid DSP OS!

Following DSP OS are supported by DA8XXGEM with Shared Memory Physical Interface:

<ID>-->DSPBIOS5XX

DSP/BIOS (TM) Version 5.XX

Provided: DSPBIOS6XX

Since "DSPBIOS6XX" is taken from the install guide, I assume that DSPLink 6 is compatible with DSPLink.  What do I need to do to compile DSPLink to work with BIOS 6? 

 

  • David,

    Platform DA8xx supports DS/BIOS 6.

    Platform OMAPL1xx supports DSP/BIOS 5

    Please choose the platform as DA8XX.

    See an example command below:

    perl dsplinkcfg.pl --platform=DA8XX --nodsp=1 --dspcfg_0=DA8XXGEMSHMEM --
    dspos_0=DSPBIOS6XX --gppos=MVL5U --comps=ponslrmc

    Deepali