Open main menu

DAVE Developer's Wiki β

Changes

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/15
|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"|2024/01/12
!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
|-
|}
The Vivado repository allows to:
* track hardware/fpga related sources/configuration
* reproduce hardware design output (FPGA bitstream, XSA) using TCL scripts. Development kit TCL scripts supported are as follow:
To {| class="wikitable"|-! Script! Boot|-| <code>recreate_prj_bora.tcl</code>| uSD and QSPI-NOR|-| <code>recreate_prj_borax_BASE.tcl</code>| uSD and QSPI-NOR|-| <code>recreate_prj_boralite_BASE.tcl</code>| uSD and QSPI-NOR|-| <code>recreate_prj_boralite_NAND.tcl</code>| uSD and NAND|} Take ''Bora'' platform for example, to reproduce the build, user just need to:
* clone the repository:
<syntaxhighlight lang="bash">
git clone git@git.dave.eu:sdv12desk-xz-l/vivado.git -b desk-xz7-l-rel-1.0.01
cd vivado
</syntaxhighlight>
 or you can clone Vivado repository when you clone Petalinux repository <syntaxhighlight lang="bash">git clone --recursive git@git.dave.eu:desk-xz-l/petalinux.git -b desk-xz7-l-1.0.1cd petalinux/vivado</syntaxhighlight> * (only once as first tools setup) copy ''Bora '' hardware definition into Vivado installation.:
<syntaxhighlight lang="bash">
cp -r boards/ /opt/Xilinx/2021.2/Vivado/2021.2/data/
dave_user
404
edits