Skip to content
Snippets Groups Projects
Commit 256187f6 authored by joachim.schmidt's avatar joachim.schmidt
Browse files
parents 10bff4a1 795ce902
Branches
Tags
No related merge requests found
......@@ -6,8 +6,8 @@ PetaLinux is an extension of the Yocto project that provides official support (X
**Please note that this workflow only works with Linux. Please consult the Linux distributions supported by Vivado. If you intend to use Windows and the Linux subsystem. Don't waste your time asking me questions.**
[PetaLinux 2020.2 Package List](https://www.xilinx.com/Attachment/2020.2_PetaLinux_Package_List.xlsx)
[PetaLinux 2020.2 user guide](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2020_2/ug1144-petalinux-tools-reference-guide.pdf)
* [PetaLinux 2020.2 Package List](https://www.xilinx.com/Attachment/2020.2_PetaLinux_Package_List.xlsx)
* [PetaLinux 2020.2 user guide](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2020_2/ug1144-petalinux-tools-reference-guide.pdf)
### First steps to perform
......@@ -46,7 +46,9 @@ In my case /<XILINX\_INSTALL\_FOLDER>/ corresponds to /tools/Xilinx/.
### Clone of the GIT Scalp Firmware repository (HDL)
```
$ git https://gitedu.hesge.ch/soma/scalp_firmware.git
$ cd <SCALP_PROJECT_FOLDER>
$ git clone https://gitedu.hesge.ch/soma/scalp_firmware.git
$ cd scalp_firmware
$ git checkout SCALP-SAFE-v0.01
```
......@@ -66,7 +68,9 @@ and File -> Export -> Export Hardware -> include bitstream
### Clone of the GIT Scalp PetaLinux repository
```
$ cd <SCALP_PROJECT_FOLDER>
$ git clone https://gitedu.hesge.ch/soma/scalp_petalinux.git
$ cd scalp_petalinux
$ git checkout SCALP-SAFE-v0.01
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment