readme.txt 982 B

1234567891011121314151617181920212223242526272829
  1. This is the Buildroot board support for the Xilinx ZC706. The ZC706 is
  2. a development board based on the Xilinx Zynq-7000 based
  3. All-Programmable System-On-Chip.
  4. ZC706 information including schematics, reference designs, and manuals
  5. are available from
  6. http://www.xilinx.com/products/boards-and-kits/ek-z7-zc706-g.html.
  7. Steps to create a working system for ZC706 board:
  8. 1) make zynq_zc706_defconfig
  9. 2) make
  10. 3) All needed files will be available in the output/images directory.
  11. Create a FAT32 partition at the beginning of your SD Card and copy files:
  12. - boot.bin
  13. - u-boot.img
  14. - uImage
  15. - uramdisk.image.gz (should be renamed from rootfs.cpio.uboot)
  16. - devicetree.dtb (should be renamed from zynq-zc706.dtb)
  17. into your SD card
  18. 4) boot your ZC706 board
  19. You can alter the booting procedure by creating a file uEnv.txt
  20. in the root of the SD card. It is a plain text file in format
  21. <key>=<value> one per line:
  22. kernel_image=myimage
  23. modeboot=myboot
  24. myboot=...