Difference between revisions of "DESK-XZ7-L/Development/Creating and building the Petalinux project"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "<section begin=History/> {| style="border-collapse:collapse; " !colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History |- !style="border-le...")
 
Line 17: Line 17:
  
 
== Creating and building the Petalinux project ==
 
== Creating and building the Petalinux project ==
 +
=== Reference ===
 +
* PetaLinux Tools Documentation Reference guide [https://docs.xilinx.com/r/2021.2-English/ug1144-petalinux-tools-reference-guide/Revision-History UG1144]
 +
* PetaLinux Tools DocumentationCommand Line Reference Guide [https://docs.xilinx.com/v/u/2020.1-English/ug1157-petalinux-tools-command-line-guide UG1157]
 +
 +
=== Petalinux build ===
 
To reproduce Petalinux build:
 
To reproduce Petalinux build:
 
* clone the repository
 
* clone the repository

Revision as of 10:42, 21 November 2022

History
ID# Issue Date Notes

1xxxx

Q1 2023 DESK-XZ7-L-1.0.0 release



Creating and building the Petalinux project[edit | edit source]

Reference[edit | edit source]

  • PetaLinux Tools Documentation Reference guide UG1144
  • PetaLinux Tools DocumentationCommand Line Reference Guide UG1157

Petalinux build[edit | edit source]

To reproduce Petalinux build:

  • clone the repository
git clone git@git.dave.eu:sdv12/petalinux.git -b desk-xz7-l-rel-1.0.0
cd petalinux
  • setup the Petalinux environment
source /opt/Xilinx/petalinux/2021.2/settings.sh
  • update the hardware description (with the one provided as output from the Vivado project above)
petalinux-config --get-hw-description <path to .xsa>
  • when applying the hardware description, the standard menuconfig interface will popup: just save the current configuration to proceed
  • run the Petalinux build
petalinux-build