This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dev:zynq7000pl [2021/12/30 08:51] – ursgraf | dev:zynq7000pl [2022/08/22 11:33] (current) – ursgraf | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== PL Configuration on the Zynq7000 ====== | ====== PL Configuration on the Zynq7000 ====== | ||
- | * Use Xilinx Vivado to create a new configuration for the programmable logic part of the Zynq7000 (PL) according to [[https:// | + | * Use Xilinx Vivado to create a new configuration for the programmable logic part of the Zynq7000 (PL) according to [[https:// |
* Using Vivado, create a new Zynq7000 project following the instructions in {{ : | * Using Vivado, create a new Zynq7000 project following the instructions in {{ : | ||
* Launch the SDK to create a simple Application, | * Launch the SDK to create a simple Application, | ||
Line 7: | Line 7: | ||
==== FSBL / PL ==== | ==== FSBL / PL ==== | ||
- | This boot files can be used for [[https:// | + | This boot files can be used for [[https:// |
- | * | + | * Add // |
- | * | + | * Add PL configuration, |
- | * ([[https:// | + | * Output format //MCS// |
+ | * Create image, e.g. // | ||
+ | * Copy this file to ([[https:// | ||
+ | This image file can be loaded into the QSPI flash, see [[https:// | ||
+ | |||
+ | ==== FSBL / PL / Application ==== | ||
+ | This boot files can be used for [[https:// | ||
+ | * Add // | ||
+ | * Add PL configuration, | ||
+ | * Add hello world // | ||
+ | * Output format //MCS// | ||
+ | * Create image, e.g. // | ||
+ | * Repeat with output format //BIN// | ||
+ | * Create image, e.g. // | ||
+ | * Copy both files to ([[https:// | ||
+ | // |