readme.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. This is the buildroot board support for the Avnet Microzed. The Microzed is
  2. a development board based on the Xilinx Zynq-7000 based All-Programmable
  3. System-On-Chip.
  4. Microzed information including schematics, reference designs, and manuals are
  5. available from http://www.zedboard.org .
  6. Steps to create a working system for Microzed:
  7. 1) make zynq_microzed_defconfig
  8. 2) make
  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-zed.dtb)
  17. into your SD card
  18. 4) boot your Microzed
  19. Note th at the DTB (zynq-zed.dtb) is the same as the one used for the
  20. Zedboard, and that this is the recommended solution, see
  21. https://forums.xilinx.com/t5/Embedded-Linux/Microzed-default-device-tree-dts/td-p/432856.
  22. You can alter the booting procedure by creating a file uEnv.txt
  23. in the root of the SD card. It is a plain text file in format
  24. <key>=<value> one per line:
  25. kernel_image=myimage
  26. modeboot=myboot
  27. myboot=...