Differences

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

Link to this comparison view

Next revision
Previous revision
learn:programmable-logic:tutorials:zybo-pmod-pack-demo:start [2016/07/08 21:55] – created Sam Klearn:programmable-logic:tutorials:zybo-pmod-pack-demo:start [2022/03/28 21:41] (current) – Update xilinx links Arthur Brown
Line 24: Line 24:
     * Select as an additional installation option during Vivado 2015.4 installation.     * Select as an additional installation option during Vivado 2015.4 installation.
   * **[[http://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools/2015-4.html|PetaLinux 2015.4]]**   * **[[http://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools/2015-4.html|PetaLinux 2015.4]]**
-    *PetaLinux reference guide can be found [[http://www.xilinx.com/support/documentation/sw_manuals/petalinux2014_4/ug1144-petalinux-tools-reference-guide.pdf|here]].+    *PetaLinux reference guide can be found [[https://www.xilinx.com/support/documents/sw_manuals/petalinux2014_4/ug1144-petalinux-tools-reference-guide.pdf|here]].
  
 === Board Support Files === === Board Support Files ===
Line 36: Line 36:
 =====Tutorial===== =====Tutorial=====
 ---- ----
 +
 +==== PetaLinux ====
 +
 ===1. Download the BSP and Setup Dependencies=== ===1. Download the BSP and Setup Dependencies===
 Download and unzip the BSP. Check the "PetaLinux Tools Installation Requirements" section in the PetaLinux reference guide to verify you have all the dependencies for PetaLinux to operate correctly. Some of the tools are 32 bit binaries so you will need to make sure you have the appropriate 32 bit libraries.  Download and unzip the BSP. Check the "PetaLinux Tools Installation Requirements" section in the PetaLinux reference guide to verify you have all the dependencies for PetaLinux to operate correctly. Some of the tools are 32 bit binaries so you will need to make sure you have the appropriate 32 bit libraries. 
Line 47: Line 50:
  
 ===3. Run PetaLinux configuration.=== ===3. Run PetaLinux configuration.===
-Enter in the following command:+Change directory into the project directory that was just created, and enter in the following command:
 >petalinux-config >petalinux-config
 The configuration tools are already set with the appropriate options selected as defaults, so when the config menu opens you can simply hit exit and it should resume (this will take a few minutes). The configuration tools are already set with the appropriate options selected as defaults, so when the config menu opens you can simply hit exit and it should resume (this will take a few minutes).
Line 55: Line 58:
 >petalinux-build >petalinux-build
  
-{{tag>learn programmable-logic tutorial zybo pmod}}+==== Vivado ==== 
 + 
 +> Here is a link to Digilent's Github which has IP's for all of the Pmod in this Pack. 
 +> The IP's are used with Microblaze or Zynq architecture 
 +>[[https://github.com/Digilent/vivado-library/tree/master/ip/Pmods]] 
 + 
 +==== Pmod Pack Resources  ==== 
 + 
 +> Link to find additional information and resources for the Pmod Pack 
 +> [[pmod:start]] 
 + 
 +{{tag>learn programmable-logic tutorial zybo }}