NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
Codec Engine Link Config
END OF LIFE
DSP Link is still available for download, but no further releases or updates are planned. Please see IPC Software Options for details and alternatives.
This article provides details describing how DSP Link was configured during validation of a given Codec Engine release. Other configurations of DSP Link should work, but may not have been validated by the CE team. If you know of other configurations that do work, feel free to add them via the "Leave a Comment" section at the bottom of this article.
Contents
CE 2.25 (DSP Link 1.64 Linux)[edit]
All platforms except OMAP-L138 and DM6467 (listed out here) use the same options as CE 2.24 (DSP Link 1.61.03 Linux) below.
OMAP-L138[edit]
GNU toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAPL138 --nodsp=1 --dspcfg_0=OMAPL138GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=ARM --comps=poslm --legacy=1
</syntaxhighlight>
uClibc toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAPL138 --nodsp=1 --dspcfg_0=OMAPL138GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=OMAPL138LSPuc --comps=poslm --legacy=1
</syntaxhighlight>
DM6467[edit]
GNU toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCIHD --nodsp=1 --dspcfg_0=DM6467GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=DM6467LSP --comps=poslm --legacy=1
</syntaxhighlight>
uClibc toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCIHD --nodsp=1 --dspcfg_0=DM6467GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=DM6467LSPuc --comps=ponslrm --legacy=1
</syntaxhighlight>
CE 2.25 (DSP Link 1.64 WinCE)[edit]
All platforms use the same options as CE 2.24 (DSP Link 1.61.04 WinCE) below.
CE 2.24 (DSP Link 1.61.03 Linux)[edit]
Same options used as CE 2.23.01 below except the --comps=
option. The CE test team disabled some Link services which CE does not require - specifically Notify and Ring I/O. The --comps=
option used during validation was
<syntaxhighlight lang='bash'>
--comps=poslm
</syntaxhighlight>
All other options were the same as described in the 2.23.01 release below.
CE 2.24 (DSP Link 1.61.04 WinCE)[edit]
OMAP3[edit]
WinCE toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAP3530 --nodsp=1 --dspcfg_0=OMAP3530SHMEM \
--dspos_0=DSPBIOS5XX --gppos=WINCE --comps=poslm
</syntaxhighlight>
DM6446[edit]
WinCE toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCI --nodsp=1 --dspcfg_0=DM6446GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=WINCE --comps=poslm
</syntaxhighlight>
CE 2.23.01 (DSP Link 1.61.03)[edit]
DM6446[edit]
GNU toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCI --nodsp=1 --dspcfg_0=DM6446GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=MVL5G --comps=ponslrm --legacy=1
</syntaxhighlight>
uClibc toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCI --nodsp=1 --dspcfg_0=DM6446GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=MVL5U --comps=ponslrm --legacy=1
</syntaxhighlight>
DM6467[edit]
GNU toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCIHD --nodsp=1 --dspcfg_0=DM6467GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=MVL5G --comps=ponslrm --legacy=1
</syntaxhighlight>
uClibc toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCIHD --nodsp=1 --dspcfg_0=DM6467GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=MVL5U --comps=ponslrm --legacy=1
</syntaxhighlight>
OMAP2[edit]
GNU toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAP2530 --nodsp=1 --dspcfg_0=OMAP2530SHMEM \
--dspos_0=DSPBIOS5XX --gppos=OMAPLSP --comps=ponslrm --legacy=1
</syntaxhighlight>
uClibc toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAP2530 --nodsp=1 --dspcfg_0=OMAP2530SHMEM \
--dspos_0=DSPBIOS5XX --gppos=OMAPLSPuc --comps=ponslrm --legacy=1
</syntaxhighlight>
OMAP3[edit]
GNU toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAP3530 --nodsp=1 --dspcfg_0=OMAP3530SHMEM \
--dspos_0=DSPBIOS5XX --gppos=OMAPLSP --comps=ponslrm --legacy=1
</syntaxhighlight>
uClibc toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAP3530 --nodsp=1 --dspcfg_0=OMAP3530SHMEM \
--dspos_0=DSPBIOS5XX --gppos=OMAPLSPuc --comps=ponslrm --legacy=1
</syntaxhighlight>
DM357[edit]
GNU toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DM357 --nodsp=1 --dspcfg_0=DM357GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=MVL5G --comps=ponslrm --legacy=1
</syntaxhighlight>
uClibc toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DM357 --nodsp=1 --dspcfg_0=DM357GEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=MVL5U --comps=ponslrm --legacy=1
</syntaxhighlight>
OMAP-L137[edit]
GNU toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAPL1XX --nodsp=1 --dspcfg_0=OMAPL1XXGEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=MVL5G --comps=ponslrm --legacy=1
</syntaxhighlight>
uClibc toolchain[edit]
<syntaxhighlight lang='bash'> perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAPL1XX --nodsp=1 --dspcfg_0=OMAPL1XXGEMSHMEM \
--dspos_0=DSPBIOS5XX --gppos=MVL5U --comps=ponslrm --legacy=1
</syntaxhighlight>