Difference between revisions of "ECE597 Installing DSP Development Tools"

From eLinux.org
Jump to: navigation, search
(Started adding detailed instructions)
(Install OMAP35x SDK: Added OMAP 3530 DV)
Line 13: Line 13:
 
* Make the downloaded file executable, <code>chmod 755 OMAP35x-PSP-SDK-setuplinux-02.01.03.11.bin</code>
 
* Make the downloaded file executable, <code>chmod 755 OMAP35x-PSP-SDK-setuplinux-02.01.03.11.bin</code>
 
* Run it, <code>./OMAP35x-PSP-SDK-setuplinux-02.01.03.11.bin</code>.
 
* Run it, <code>./OMAP35x-PSP-SDK-setuplinux-02.01.03.11.bin</code>.
[[File:OMAP35x_SDK_Install.png]]
+
[[File:OMAP35x_SDK_Install.png|300px]]
 
* Click '''Yes'''
 
* Click '''Yes'''
 
[[File:OMAP35x_Setup.png|300px]]
 
[[File:OMAP35x_Setup.png|300px]]
Line 20: Line 20:
 
[[File:OMAP35c_Location.png|300px]]
 
[[File:OMAP35c_Location.png|300px]]
 
* Use the default location
 
* Use the default location
 +
* The install takes around 5 minutes.  Continue clicking until it's installed.
 +
 +
== Install Digital Video Software Development Kit [DVSDK] ==
 +
 +
The next step is the install the DVSDK.
 +
 +
* Go back to [http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_3_00/latest/index_FDS.html here] and scroll down to '''Digital Video Software Development Kit [DVSDK]'''.  Click on '''dvsdk_setuplinux_3_00_02_44.bin''' to download.
 +
* Change to your download directory <code>cd ~/Downloads</code>.
 +
* Make the downloaded file executable, <code>chmod 755 dvsdk_setuplinux_3_00_02_44.bin</code>
 +
* Run it, <code>./dvsdk_setuplinux_3_00_02_44.bin</code>.
 +
[[File:OMAP3530_DV_Install.png|300px]]
 +
 
* [http://focus.ti.com/docs/toolsw/folders/print/linuxdvsdk-omap.html Linux Digital Video Software Development Kit (DVSDK) for OMAP35x Processors]
 
* [http://focus.ti.com/docs/toolsw/folders/print/linuxdvsdk-omap.html Linux Digital Video Software Development Kit (DVSDK) for OMAP35x Processors]

Revision as of 07:03, 6 April 2010


Page under construction.

Here's what you need to do to program the DSP side of the BeagleBoard.

Install OMAP35x SDK

First install the OMAP35x Software Developers Kit. Do this by:

  • Go to here and scroll near the bottom to Linux Platform Support Package [PSP]. Below it you will see a link to OMAP35x-PSP-SDK-setuplinux-02.01.03.11.bin. Click and download it.
  • Change to your download directory cd ~/Downloads.
  • Make the downloaded file executable, chmod 755 OMAP35x-PSP-SDK-setuplinux-02.01.03.11.bin
  • Run it, ./OMAP35x-PSP-SDK-setuplinux-02.01.03.11.bin.

OMAP35x SDK Install.png

  • Click Yes

OMAP35x Setup.png

  • Click Next >
  • Accept the terms.

OMAP35c Location.png

  • Use the default location
  • The install takes around 5 minutes. Continue clicking until it's installed.

Install Digital Video Software Development Kit [DVSDK]

The next step is the install the DVSDK.

  • Go back to here and scroll down to Digital Video Software Development Kit [DVSDK]. Click on dvsdk_setuplinux_3_00_02_44.bin to download.
  • Change to your download directory cd ~/Downloads.
  • Make the downloaded file executable, chmod 755 dvsdk_setuplinux_3_00_02_44.bin
  • Run it, ./dvsdk_setuplinux_3_00_02_44.bin.

OMAP3530 DV Install.png