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
Next revisionBoth sides next revision
resources:tools-software:linux-build:generic:zynq [04 Feb 2021 07:55] – [Setup cross compile environment variables] Michael Hennerichresources:tools-software:linux-build:generic:zynq [09 Jun 2021 12:51] – Change source path Iulia Moldovan
Line 41: Line 41:
  
 <note tip> <note tip>
-If not otherwise required always use the latest release!+Use the latest release, if not required otherwise!
 </note> </note>
  
Line 57: Line 57:
  
 <code> <code>
-dave@hal9000:~/github-linux-build/linux$ git checkout origin/2015_R2 -b 2015_R2 +dave@hal9000:~/github-linux-build/linux$ git checkout origin/2019_R2 -b 2019_R2 
-Branch 2015_R2 set up to track remote branch 2015_R2 from origin. +Branch 2019_R2 set up to track remote branch 2019_R2 from origin. 
-Switched to a new branch '2015_R2'+Switched to a new branch '2019_R2'
 </code> </code>
  
Line 81: Line 81:
 | 2019_R2 | Vivado 2019.1 |  | 2019_R2 | Vivado 2019.1 | 
  
-Vivado 2015.SDK may be installed into a different directory+Vivado 2019.SDK may be installed into a different directory
  
 <code> <code>
-dave@hal9000:~/github-linux-build/linux$ source /opt/Xilinx/SDK/2015.2/settings64.sh+dave@hal9000:~/github-linux-build/linux$ source $PATH_to_Xilinx/Xilinx/SDK/$SDK_version/settings64.sh
 </code> </code>
  
Line 90: Line 90:
 <code> <code>
 dave@hal9000:~/github-linux-build/linux$ export ARCH=arm dave@hal9000:~/github-linux-build/linux$ export ARCH=arm
-dave@hal9000:~/github-linux-build/linux$ export CROSS_COMPILE=arm-xilinx-linux-gnueabi-+dave@hal9000:~/github-linux-build/linux$ export CROSS_COMPILE="arm-linux-gnueabihf-"
 </code> </code>
 +
 +<note important>
 +Find the path to the Xilinx installation folder, and then use it to replace this string: **$PATH_to_Xilinx** that is written above. Same goes for the **$SDK_version**, where you choose the SDK version.  
 +</note>
  
 === Using the Linaro toolchain === === Using the Linaro toolchain ===
resources/tools-software/linux-build/generic/zynq.txt · Last modified: 02 Feb 2024 16:08 by Marcelo Schmitt