Changes between Version 6 and Version 7 of BeagleBoard_CodecEngine_Updated
- Timestamp:
- 11/11/10 15:36:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BeagleBoard_CodecEngine_Updated
v6 v7 107 107 # opkg install ti-cmem-module_VERSION_beagleboard.ipk 108 108 }}} 109 110 >'''Note:''' Easier way to instakk DSPLink: if you have an internet connection on your beagleboard, simply do opkg install PACKAGENAME and install the pageages this way 109 111 110 112 == Starting DSPLink == … … 250 252 There are a number of directories DSPLink looks for when compiling. To tell DSPLink where to find these, there are two make files that need to be tailored to your environment. The two files that need to be changed are: 251 253 252 * GPP side distribution file: $DSPLINK/make/Linux/omap3530_2.6.mk ( ref: http://ossie.wireless.vt.edu/trac/attachment/wiki/BeagleBoard_CodecEngine/omap3530_2.6.4.mk)253 * GPP side distribution file: $DSPLINK/gpp/src/Rules.mk ( ref: http://ossie.wireless.vt.edu/trac/attachment/wiki/BeagleBoard_CodecEngine/Rules.2.mk)254 * DSP side distribution file: $DSPLINK/make/DspBios/c64xxp_5.xx_linux.mk ( ref: http://ossie.wireless.vt.edu/trac/attachment/wiki/BeagleBoard_CodecEngine/c64xxp_5.xx_linux.3.mk)254 * GPP side distribution file: $DSPLINK/make/Linux/omap3530_2.6.mk ([http://ossie.wireless.vt.edu/trac/attachment/wiki/BeagleBoard_CodecEngine_Updated/omap3530_2.6.mk ref]) 255 * GPP side distribution file: $DSPLINK/gpp/src/Rules.mk ([http://ossie.wireless.vt.edu/trac/attachment/wiki/BeagleBoard_CodecEngine_Updated/Rules.mk ref]) 256 * DSP side distribution file: $DSPLINK/make/DspBios/c64xxp_5.xx_linux.mk ([http://ossie.wireless.vt.edu/trac/attachment/wiki/BeagleBoard_CodecEngine_Updated/c64xxp_5.xx_linux.3.mk ref]) 255 257 256 258 If you have followed the previous steps of installing all other files without changing the directory locations, you can use the custom versions of these files I created. They are attached to the bottom of this wiki. They can be found at the bottom of the wiki. It would be best to not replace your existing files with the wiki's files but instead, compare the two files and note the differences. If any folder locations do not match up with the setup of your files, fix the links.