| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| patches/ | H | 05-Jun-2025 | - | 482 | 420 | |
| genimage.cfg | H A D | 05-Jun-2025 | 334 | 30 | 25 | |
| post-image.sh | H A D | 05-Jun-2025 | 456 | 14 | 5 | |
| readme.txt | H A D | 05-Jun-2025 | 1.2 KiB | 52 | 36 |
readme.txt
1******************************** 2Xilinx ZCU106 board - ZynqMP SoC 3******************************** 4 5This document describes the Buildroot support for the ZCU106 board by 6Xilinx, based on the Zynq UltraScale+ MPSoC (aka ZynqMP). It has been 7tested with the EK-U1-ZCU106-ES2 pre-production board. 8 9How to build it 10=============== 11 12Configure Buildroot: 13 14 $ make zynqmp_zcu106_defconfig 15 16Compile everything and build the rootfs image: 17 18 $ make 19 20Result of the build 21------------------- 22 23After building, you should get a tree like this: 24 25 output/images/ 26 +-- atf-uboot.ub 27 +-- bl31.bin 28 +-- boot.bin 29 +-- boot.vfat 30 +-- Image 31 +-- rootfs.ext2 32 +-- rootfs.ext4 -> rootfs.ext2 33 +-- sdcard.img 34 +-- system.dtb -> zynqmp-zcu106-revA.dtb 35 +-- u-boot.bin 36 `-- zynqmp-zcu106-revA.dtb 37 38How to write the SD card 39======================== 40 41WARNING! This will destroy all the card content. Use with care! 42 43The sdcard.img file is a complete bootable image ready to be written 44on the boot medium. To install it, simply copy the image to an SD 45card: 46 47 # dd if=output/images/sdcard.img of=/dev/sdX 48 49Where 'sdX' is the device node of the SD. 50 51Eject the SD card, insert it in the board, and power it up. 52