Lines Matching +full:per +full:- +full:board
5 - Xilinx ZC706 board (zynq_zc706_defconfig)
6 - Avnet ZedBoard (zynq_zed_defconfig)
7 - Avnet MicroZed (zynq_microzed_defconfig)
9 Steps to create a working system for a Zynq board:
24 4) boot your board
28 <key>=<value> one per line:
35 The DTB for MicroZed is the same as the one for the Zedboard (zynq-zed.dtb),
37 https://forums.xilinx.com/t5/Embedded-Linux/Microzed-default-device-tree-dts/td-p/432856.
40 - ZC706 information including schematics, reference designs, and manuals are
42 http://www.xilinx.com/products/boards-and-kits/ek-z7-zc706-g.html.
44 - Zedboard/Microzed information including schematics, reference designs, and
50 (for ex. Digilent Zybo board), and the board is already supported by
51 the upstream kernel and U-Boot, you simply need to change the
54 - Kernel Device Tree file name (BR2_LINUX_KERNEL_INTREE_DTS_NAME)
55 - U-Boot board defconfig (BR2_TARGET_UBOOT_BOARD_DEFCONFIG)
60 the U-Boot source tree. Without those files, boot.bin will be built
62 output from the Xilinx tools, but for convenience, U-Boot includes the
66 board/xilinx/zynq/ directory of U-Boot for natively supported ps7_init
67 files. If the ps7_init files for your board are not found in U-Boot,
73 2) make uboot-menuconfig
76 ARM architecture --->
80 output/build/uboot-xilinx-<pkg version>/board/xilinx/zynq/custom_hw_platform/
84 Note: The files in step 3 will need to be re-copied after cleaning the
86 part of the buildroot configuration, except as a U-Boot patch.