Xilinx ZC702

From TechInfoDepot
Jump to navigationJump to search
AMD Zynq 7000 SoC ZC702 Evaluation Kit
Homepage Product page
3rd Party Firmware
dd-wrt Status Unknown
OpenWrt Supported
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
BrandModelRev Xilinx ZC702
Type single-board computer
CPU1 ☒N Xilinx XC7Z020
CPU1 Speed 667 MHz ( 2 cores )
Flash1 Chip Brand? Model?
Flash1 Size 16 MiB 16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br />
RAM1 Size 1 GiB 1,024 MiB <br />1,073,741,824 B <br />8,388,608 Kib <br />1,048,576 KiB <br />8,192 Mib <br />
RAM1 Chip Brand? Model?
ETH chip1 Xilinx XC7Z020
Ethernet Port Count 1-1GbE-LAN
Wired Standard IEEE 802.3i/3u/3ab
Stock bootloader U-Boot
Expansion IF types SD, USB 2.0, HDMI
USB ports 1
SD/MMC Slots 1
HDMI 1
USB Hub Compatible Untested
Power 12 VDC, ? A
Serial Port (UART) yes
JTAG Port yes
Other
3rd Party Firmware Support OpenWrt • (List | Dev | DLs)

Xilinx not currently documented.

Flashing

Flashing OpenWrt

Target: zynq
Subtarget: generic
Package architecture: arm_cortex-a9_neon
Supported Since Commit
Support started version: 19.07.0
Current supported version: 25.12.1
WLAN Hardware: none
Installation method(s):
unknown
git • >>
zynq: add new target
Add support for Xilinx ZC702 Dev board

Zynq target is using 4.4 kernel and mainline 2016.1 u-boot.

Patch is tested with Xilinx ZC702 Dev board with SD boot mode.

known issues:
 - no QSPI driver in 4.4 kernel: no QSPI flash support
 - USB is not working in 4.4 kernel

Signed-off-by: Jason Wu <jason.wu.misc@gmail.com>

 create mode 100644 package/boot/uboot-zynq/Makefile
 create mode 100644 target/linux/zynq/Makefile
 create mode 100644 target/linux/zynq/base-files.mk
 create mode 100755 target/linux/zynq/base-files/etc/board.d/02_network
 create mode 100644 target/linux/zynq/base-files/etc/config/network
 create mode 100644 target/linux/zynq/base-files/etc/inittab
 create mode 100644 target/linux/zynq/config-4.4
 create mode 100644 target/linux/zynq/image/Makefile
 create mode 100755 target/linux/zynq/image/mkits.sh
 create mode 100644 target/linux/zynq/patches-4.4/0001-arm-dts-zynq-zc702.dts-Set-default-rdinit-to-sbin-in.patch
 create mode 100644 target/linux/zynq/profiles/zc702.mk