mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Added documentation for the Zynq 7000
@ 2025-07-04 19:26 Johannes Roith
  0 siblings, 0 replies; only message in thread
From: Johannes Roith @ 2025-07-04 19:26 UTC (permalink / raw)
  To: s.hauer; +Cc: barebox, a.fatoum, Johannes Roith

Added documentation and build instructions for the Zynq 7000 and the
Avnet Zedboard.

Signed-off-by: Johannes Roith <johannes@gnu-linux.rocks>
---
 Documentation/boards/zynq.rst | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 Documentation/boards/zynq.rst

diff --git a/Documentation/boards/zynq.rst b/Documentation/boards/zynq.rst
new file mode 100644
index 0000000000..b7aaf3892c
--- /dev/null
+++ b/Documentation/boards/zynq.rst
@@ -0,0 +1,25 @@
+Xilinx Zynq 7000
+================
+
+Barebox has support for the Xilinx Zynq 7000.
+
+Image creation
+--------------
+
+The Zynq defconfig supports the Avnet ZedBoard. Use it to build the Barebox image::
+
+   make ARCH=arm zynq_defconfig
+   make ARCH=arm
+
+Create a FAT partition as the first partition of the SD card and copy the
+produced image ``images/barebox-avnet-zedboard.img`` into this partition.
+Rename the image to ``BOOT.bin`` which is the name the Primary Bootloader of the
+Zynq 7000 expects for the next stage.
+
+Bitstream loading
+-----------------
+
+The Zynq 7000 features an ARM Cortex-A9 processor (Processing System, PS)
+alongside a Programmable Logic (PL) component that functions as an FPGA. Barebox
+provides support for loading a bitstream into the PL through its firmware
+interface.
-- 
2.34.1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-04 19:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-04 19:26 [PATCH] Added documentation for the Zynq 7000 Johannes Roith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox