Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:linuxdsp:docs:linux-kernel-and-drivers:mcapi:mcapi_example [26 Jul 2020 05:30] – [Get the Source Code Ready] Sunny Fengresources:tools-software:linuxdsp:docs:linux-kernel-and-drivers:mcapi:mcapi_example [03 Jan 2021 21:43] (current) – fix links Robin Getz
Line 15: Line 15:
  
 ===== Get the Source Code Ready ===== ===== Get the Source Code Ready =====
-The MCAPI example for ARM core (Running Linux) is included in the YOCTO, and you can get the MCAPI example for SHARC+ Cores from the gitbub [[https://bitbucket.analog.com/projects/DTE/repos/lnxdsp-examples|lnxdsp-examples]]+The MCAPI example for ARM core (Running Linux) is included in the YOCTO, and you can get the MCAPI example for SHARC+ Cores from the gitbub [[https://github.com/analogdevicesinc/lnxdsp-examples.git|lnxdsp-examples]]
  
 === - MCAPI Examples for SHARC Cores=== === - MCAPI Examples for SHARC Cores===
Line 24: Line 24:
 **__Git Usage__** **__Git Usage__**
 <code bash> <code bash>
-git clone https://bitbucket.analog.com/scm/dte/lnxdsp-examples.git+git clone https://github.com/analogdevicesinc/lnxdsp-examples.git
 cd lnxdsp-examples cd lnxdsp-examples
 git branch -a  git branch -a 
-git checkout -b develop/yocto-1.0.0 origin/develop/yocto-1.0.0+git checkout -b release/yocto-1.0.0 origin/release/yocto-1.0.0
 git pull git pull
 </code> </code>
Line 37: Line 37:
 === - CCES=== === - CCES===
  
-  * Analog Devices [[https://www.analog.com/en/design-center/evaluation-hardware-and-software/software/adswt-cces.html|CrossCore Embedded Studio]] version ''2.9.1'' or later.+  * Analog Devices [[adi>en/design-center/evaluation-hardware-and-software/software/adswt-cces.html|CrossCore Embedded Studio]] version ''2.9.1'' or later.
  
 ---- ----
Line 133: Line 133:
   ; **''Step 2''**   ; **''Step 2''**
   : Click the **Select root directory** radio button and then click the **Browse** button   : Click the **Select root directory** radio button and then click the **Browse** button
-  : Browse the root folder where you previously installed the FreeRTOS-Addin example and then browse down into the **__//lnxdsp-examples\mcapi\mcapi-message-example\adsp-sc589-ezkit//__** folder+  : Browse the root folder where you previously cloned the lnxdsp-example and then browse down into the **__//lnxdsp-examples\mcapi\mcapi-message-example\adsp-sc589-ezkit//__** folder
   : Click **OK** to close the file browser dialog   : Click **OK** to close the file browser dialog
   ; **''Step 3''**   ; **''Step 3''**
resources/tools-software/linuxdsp/docs/linux-kernel-and-drivers/mcapi/mcapi_example.1595734211.txt.gz · Last modified: 26 Jul 2020 05:30 by Sunny Feng