Changes between Version 5 and Version 6 of BeagleBoard_CodecEngine_Updated

Show
Ignore:
Timestamp:
11/11/10 15:32:55 (3 years ago)
Author:
rthandee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BeagleBoard_CodecEngine_Updated

    v5 v6  
    22 
    33''' Contents: ''' 
    4  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#IntroductiontoDSPLink Introduction to DSPLink] 
    5  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#IntroductiontothisGuide Introduction to this Guide]  
    6  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#DownloadingandInstallingFiles Downloading and Installing Files] 
    7  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#ChangingConfigurationSettings Changing Configuration Settings] 
    8  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#BitbakeandInstall Bitbake and Install] 
    9  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#BeagleBoardConfiguration BeagleBoard Configuration]  
    10  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#StartingDSPLink Starting DSPLink] 
    11  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#SampleApplications Sample Applications] 
    12   * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#messagegpp messagegpp] 
    13   * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#ringio_gpp ringio_gpp]  
    14   * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#mpcsxfergpp mpcsxfergpp] 
    15  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#CompilingGPPandDSPApplications Compiling GPP and DSP Applications] 
    16   * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#ConfiguringMakefiles Configuring Makefiles] 
    17   * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#BuildingDSPLinkFiles Building DSPLink Files] 
    18  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#ExternalLinks External Links] 
    19  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine#ExternalLinks Attachments] 
     4 * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#IntroductiontoDSPLink Introduction to DSPLink] 
     5 * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#GettingBeagleboardImage Getting Beagleboard Image] 
     6 * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#IntroductiontothisGuide Introduction to this Guide]  
     7 * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#DownloadingandInstallingFiles Downloading and Installing Files] 
     8 * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#BitbakeandInstall Bitbake and Install] 
     9 * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#StartingDSPLink Starting DSPLink] 
     10 * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#SampleApplications Sample Applications] 
     11  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#messagegpp messagegpp] 
     12  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#ringio_gpp ringio_gpp]  
     13  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#mpcsxfergpp mpcsxfergpp] 
     14 * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#CompilingGPPandDSPApplications Compiling GPP and DSP Applications] 
     15  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#ConfiguringMakefiles Configuring Makefiles] 
     16  * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#BuildingDSPLinkFiles Building DSPLink Files] 
     17 * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#ExternalLinks External Links] 
     18 * [http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine_Updated#ExternalLinks Attachments] 
    2019 
    2120 
     
    131130 
    132131>'''Note:''' There is an option for DSPLink to save past instructions in cache memory which can cause issues if the user is not aware of it.  If the user loads an application, that application will be stored in cache.  The user can rerun that same application multiple times.  If the user tries to load a different application, the second application will fail since the first application is still in cache.  Therefore, you can use lpmOFF and lpmON to reset the DSP which will clear the cache.  Another option would be to disable the cache feature altogether during DSPLink build. 
     132 
     133 
     134>'''Note:''' All the output of the current version may be different from the one on this pag 
    133135 
    134136=== messagegpp === 
     
    224226====================================================   
    225227}}} 
    226 >'''Note:''' All the output of the current version may be different from the one on this page 
    227228 
    228229= Compiling GPP and DSP Applications =