Difference between revisions of "Xilinx ZYNQ UltraScale+ MPSoC/Development/Petalinux"

From RidgeRun Developer Connection
Jump to: navigation, search
(Created page with "<noinclude> {{Xilinx ZYNQ UltraScale+ MPSoC/Head|previous=Development/Targeted Reference Designs (TRD)|next=Development/Vitis Baremetal}} </noinclude> = Petalinux SDK install...")
 
Line 5: Line 5:
 
= Petalinux SDK installation =
 
= Petalinux SDK installation =
  
You can download the Petalinux SDK from [https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html Embedded Design Tools] or using the Vivado Unified installer. Even if you use the unified installer you will need to install the SDK by executing the installer:
+
You can download the Petalinux SDK from [https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html Xilinx Embedded Design Tools] or using the Vivado Unified installer. Even if you use the unified installer you will need to install the SDK by executing the installer:
  
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
Line 19: Line 19:
 
= Create a new project =  
 
= Create a new project =  
  
Download the Kria KV260 Starter Kit template from [https://www.xilinx.com/member/forms/download/xef.html?filename=xilinx-k26-starterkit-v2021.1-final.bsp Xilinx K26 Starter Kit 2021.1 BSP].
+
Download the latest KV260 Starter Kit BSP from [https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html Xilinx Embedded Design Tools]. In this case, we are going to use version 2022.1.
  
  

Revision as of 17:54, 28 August 2022






Previous: Development/Targeted Reference Designs (TRD) Index Next: Development/Vitis Baremetal





Petalinux SDK installation

You can download the Petalinux SDK from Xilinx Embedded Design Tools or using the Vivado Unified installer. Even if you use the unified installer you will need to install the SDK by executing the installer:

./petalinux-v2022.1-final-installer.run

Then, whenever you need the SDK you can load the environment by sourcing the settings.sh file from the installation directory.

source settings.sh

Create a new project

Download the latest KV260 Starter Kit BSP from Xilinx Embedded Design Tools. In this case, we are going to use version 2022.1.




Previous: Development/Targeted Reference Designs (TRD) Index Next: Development/Vitis Baremetal