Project Home
Project Home
Wiki
Wiki
Project Information
Project Info
wiki2877: TiDsplinkInstallnotes (Version 6)

Installing the DSPlink 1.40.05 archive#

To install the DSPlink archive:

  1. Install the BSP using setupbsp and specifying the path of installation.
  2. Extract the DSPlink archive into the root of where the BSP is installed.
  3. Navigate to the root of the BSP directory.
  4. Run the setenv.sh script to set up the installation directory for the DSPlink components without affecting the BSP:
	. ./setenv.sh
  1. Run make install to compile the BSP and DSPlink.

Installing the DSPlink 1.6.x archive#

Requirements

  1. QNX SDP 6.4.0
  2. Jacinto BSP 1.0.0 for 6.4.0 or Jacinto-DDR BSP
  3. Updated startup-jacinto
  4. Dsplink 1.6.x archive

To install the updated startup files (required if using Jacinto BSP 1.0.0 from Oct 31, 2008)

  1. Contact your Support or Sales representitive to retrieve the updated startup files or get files from Trunk BSP bsp-ntotrunk-ti-dra446-evm-trunk.zip
  2. The following files have been updated: 'build', 'init_intrinfo.c', and 'main.c'
  3. Copy the updated files to the startup folder of the BSP directory (<install_dir>/src/hardware/startup/boards/jacinto/)
  4. Rebuild startup

To install the DSPlink archive:

  1. Install the 6.4.0 Jacinto BSP by extracting to the directory of your choice
  2. Extract the Dsplink archive into the root of where the BSP is installed or a directory of your choice
  3. Navigate to the installation directory
  4. Run the setenv.sh script to set up the installation directory for the Dsplink components without affecting the BSP
	. ./setenv.sh
  1. Run make install to compile the DSPlink and the BSP.