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

From Texas Instruments Wiki
Jump to: navigation, search

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.

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>

See Also[edit]

E2e.jpg {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article Codec Engine Link Config here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article Codec Engine Link Config here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article Codec Engine Link Config here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article Codec Engine Link Config here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article Codec Engine Link Config here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article Codec Engine Link Config here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article Codec Engine Link Config here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article Codec Engine Link Config here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article Codec Engine Link Config here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity