Jump to content

Xilinx ZYNQ UltraScale+ MPSoC/Development/Petalinux: Difference between revisions

m
no edit summary
mNo edit summary
Line 3: Line 3:
</noinclude>
</noinclude>


= 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 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:
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:
Line 17: Line 17:
</syntaxhighlight>
</syntaxhighlight>


= Create a new project =  
== Create a new project ==  


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.
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.
Line 27: Line 27:
</syntaxhighlight>
</syntaxhighlight>


= Add Xilinx packages =
== Add Xilinx packages ==




Line 54: Line 54:
[[File:Kv260-rootfs-xilinx-packages.png|1000px|thumb|center|Rootfs configuration to enable all the Xilinx packages]]
[[File:Kv260-rootfs-xilinx-packages.png|1000px|thumb|center|Rootfs configuration to enable all the Xilinx packages]]


= Creating your own app =
== Creating your own app ==


To create a custom application to include in your image you can execute the following command:
To create a custom application to include in your image you can execute the following command:
Line 65: Line 65:




= Building and flashing the board =
== Building and flashing the board ==


Once you are happy with the packages included in your Petalinux image you can build it as follows:
Once you are happy with the packages included in your Petalinux image you can build it as follows:
Cookies help us deliver our services. By using our services, you agree to our use of cookies.