Changes

Jump to: navigation, search
no edit summary
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000"|2022/11/18
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000"|DESK-XZ7-L-1.0.0-rc1 release
|-
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000"|2023/01/22
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000"|DESK-XZ7-L-1.0.1 release
|-
|}
=== Petalinux build ===
To reproduce Petalinux build:
* clone '''Clone the repository'''
<syntaxhighlight lang="bash">
git clone --recursive git@git.dave.eu:desk-xz-l/petalinux.git -b desk-xz7-l-rel-1.0.01
cd petalinux
</syntaxhighlight>
* setup '''Setup the Petalinux environment'''
<syntaxhighlight lang="bash">
source /opt/Xilinx/petalinux/2021.2/settings.sh
</syntaxhighlight>
* update '''Inizialize configuration file''' You can use the following configuration file {| class="wikitable"|-! Config file! Boot|-| <code>config_bora</code>| uSD and QSPI-NOR|-| <code>config_borax</code>| uSD and QSPI-NOR|-| <code>config_boralite</code>| uSD and QSPI-NOR|-| <code>config_boralite_nand</code>| NAND|-| <code>config_boralite_nand_usd</code>| uSD with NAND support|} In order to select a configuration file use the following command <syntaxhighlight lang="bash">cp project-spec/configs/<configuration file> project-spec/configs/config</syntaxhighlight> '''Update the hardware description (with the one provided as output '''  Hardware description come from to Vivado project. Vivado project is already cloned into Petalinux project.  To build Hardware description file, please see this page: [https://wiki.dave.eu/index.php/DESK-XZ7-L/Development/Creating_and_building_the_Vivado_project Creating and building the Vivado project above)] You can use the following command to update the hardware description <syntaxhighlight lang="bash">petalinux-config --get-hw-description vivado/vivado/<path to .xsa></syntaxhighlight> When applying the hardware description, the standard menuconfig interface will popup: just save the current configuration to proceed. If you won't see menuconfig interface, perform the following command 
<syntaxhighlight lang="bash">
petalinux-config --get-hw-description vivado/vivado/<path to .xsa>--silentconfig
</syntaxhighlight>
* when applying the hardware description, the standard menuconfig interface will popup: just save the current configuration to proceed
* run '''Run the Petalinux build''' 
<syntaxhighlight lang="bash">
petalinux-build
dave_user
427
edits

Navigation menu