Codec Engine Link Config
From Texas Instruments Embedded Processors Wiki
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)
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
GNU toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAPL138 --nodsp=1 --dspcfg_0=OMAPL138GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=ARM --comps=poslm --legacy=1
uClibc toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAPL138 --nodsp=1 --dspcfg_0=OMAPL138GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=OMAPL138LSPuc --comps=poslm --legacy=1
DM6467
GNU toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCIHD --nodsp=1 --dspcfg_0=DM6467GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=DM6467LSP --comps=poslm --legacy=1
uClibc toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCIHD --nodsp=1 --dspcfg_0=DM6467GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=DM6467LSPuc --comps=ponslrm --legacy=1
CE 2.25 (DSP Link 1.64 WinCE)
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)
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
--comps=poslmAll other options were the same as described in the 2.23.01 release below.
CE 2.24 (DSP Link 1.61.04 WinCE)
OMAP3
WinCE toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAP3530 --nodsp=1 --dspcfg_0=OMAP3530SHMEM \ --dspos_0=DSPBIOS5XX --gppos=WINCE --comps=poslm
DM6446
WinCE toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCI --nodsp=1 --dspcfg_0=DM6446GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=WINCE --comps=poslm
CE 2.23.01 (DSP Link 1.61.03)
DM6446
GNU toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCI --nodsp=1 --dspcfg_0=DM6446GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=MVL5G --comps=ponslrm --legacy=1
uClibc toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCI --nodsp=1 --dspcfg_0=DM6446GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=MVL5U --comps=ponslrm --legacy=1
DM6467
GNU toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCIHD --nodsp=1 --dspcfg_0=DM6467GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=MVL5G --comps=ponslrm --legacy=1
uClibc toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DAVINCIHD --nodsp=1 --dspcfg_0=DM6467GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=MVL5U --comps=ponslrm --legacy=1
OMAP2
GNU toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAP2530 --nodsp=1 --dspcfg_0=OMAP2530SHMEM \ --dspos_0=DSPBIOS5XX --gppos=OMAPLSP --comps=ponslrm --legacy=1
uClibc toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAP2530 --nodsp=1 --dspcfg_0=OMAP2530SHMEM \ --dspos_0=DSPBIOS5XX --gppos=OMAPLSPuc --comps=ponslrm --legacy=1
OMAP3
GNU toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAP3530 --nodsp=1 --dspcfg_0=OMAP3530SHMEM \ --dspos_0=DSPBIOS5XX --gppos=OMAPLSP --comps=ponslrm --legacy=1
uClibc toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAP3530 --nodsp=1 --dspcfg_0=OMAP3530SHMEM \ --dspos_0=DSPBIOS5XX --gppos=OMAPLSPuc --comps=ponslrm --legacy=1
DM357
GNU toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DM357 --nodsp=1 --dspcfg_0=DM357GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=MVL5G --comps=ponslrm --legacy=1
uClibc toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=DM357 --nodsp=1 --dspcfg_0=DM357GEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=MVL5U --comps=ponslrm --legacy=1
OMAP-L137
GNU toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAPL1XX --nodsp=1 --dspcfg_0=OMAPL1XXGEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=MVL5G --comps=ponslrm --legacy=1
uClibc toolchain
perl $(DSPLINK)/config/bin/dsplinkcfg.pl --platform=OMAPL1XX --nodsp=1 --dspcfg_0=OMAPL1XXGEMSHMEM \ --dspos_0=DSPBIOS5XX --gppos=MVL5U --comps=ponslrm --legacy=1
See Also
Leave a CommentComments
Presentation
Feel free to play with the presentation of this. I tried a table with columns for each option and rows for each device. While I liked the compactness, it was a bit hard to read, and the full cmd line felt more explicit and cut-n-paste-able. ChrisRing 12:57, 23 March 2009 (CDT)
