ECE597 Installing DSP Development Tools
From eLinux.org
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.
- Click Yes
- Click Next >
- Accept the terms.
- Use the default location
- Linux Digital Video Software Development Kit (DVSDK) for OMAP35x Processors
