summaryrefslogtreecommitdiffstats
path: root/board/xilinx/zc706/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'board/xilinx/zc706/readme.txt')
-rw-r--r--board/xilinx/zc706/readme.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/board/xilinx/zc706/readme.txt b/board/xilinx/zc706/readme.txt
deleted file mode 100644
index 5034658a95..0000000000
--- a/board/xilinx/zc706/readme.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-This is the Buildroot board support for the Xilinx ZC706. The ZC706 is
-a development board based on the Xilinx Zynq-7000 based
-All-Programmable System-On-Chip.
-
-ZC706 information including schematics, reference designs, and manuals
-are available from
-http://www.xilinx.com/products/boards-and-kits/ek-z7-zc706-g.html.
-
-Steps to create a working system for ZC706 board:
-
-1) make zynq_zc706_defconfig
-2) make
-3) All needed files will be available in the output/images directory.
- Create a FAT32 partition at the beginning of your SD Card and copy files:
- - boot.bin
- - u-boot.img
- - uImage
- - uramdisk.image.gz (should be renamed from rootfs.cpio.uboot)
- - devicetree.dtb (should be renamed from zynq-zc706.dtb)
- into your SD card
-4) boot your ZC706 board
-
-You can alter the booting procedure by creating a file uEnv.txt
-in the root of the SD card. It is a plain text file in format
-<key>=<value> one per line:
-
-kernel_image=myimage
-modeboot=myboot
-myboot=...
OpenPOWER on IntegriCloud