doc/vendors/xilinx: adding a note for Zynq devices
This commit is contained in:
parent
2f8056cba5
commit
28dbf42d5b
|
|
@ -36,6 +36,10 @@ To have access to this file you need to configure the tool:
|
|||
For alchitry board the bitstream must be configured with a buswidth of 1 or 2.
|
||||
Quad mode can't be used with alchitry's FLASH.
|
||||
|
||||
.. WARNING::
|
||||
For boards based on a Zynq (7000 or MPSoC), boot mode must be configured for JTAG (for Zedboard JP7->JP11 must be
|
||||
to GND).
|
||||
|
||||
Loading a bitstream
|
||||
===================
|
||||
|
||||
|
|
@ -62,6 +66,9 @@ SPI flash
|
|||
|
||||
``.mcs`` must be generated through Vivado with a tcl script like:
|
||||
|
||||
.. WARNING::
|
||||
For boards based on Zynq device (7000 and MPSoC) SPI flash is not accessible through PL.
|
||||
|
||||
.. code-block:: tcl
|
||||
|
||||
set project [lindex $argv 0]
|
||||
|
|
|
|||
Loading…
Reference in New Issue