readme.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. *******************************
  2. QMTECH Zynq XC7Z010 Starter Kit
  3. *******************************
  4. This file documents the Buildroot support for the QMTECH [1] Zynq
  5. XC7Z010 Starter Kit [2]. It is a low cost (~55$) Zynq based
  6. development board. The board user manual is available at
  7. [3]. Additional files are available on Github [4].
  8. Build
  9. =====
  10. First, configure Buildroot for the QMTECH Zynq board:
  11. make zynq_qmtech_defconfig
  12. Build all components:
  13. make
  14. You will find in output/images/ the following files:
  15. - boot.bin
  16. - boot.vfat
  17. - devicetree.dtb
  18. - rootfs.cpio
  19. - rootfs.cpio.gz
  20. - rootfs.cpio.uboot
  21. - rootfs.tar
  22. - sdcard.img
  23. - u-boot.bin
  24. - u-boot.img
  25. - uImage
  26. - zynq-qmtech.dtb
  27. Create a bootable micro SD card
  28. ===============================
  29. To determine the device associated to the micro SD card have a look in
  30. the /proc/partitions file:
  31. cat /proc/partitions
  32. Buildroot prepares a bootable "sdcard.img" image in the output/images/
  33. directory, ready to be dumped on a micro SD card. Launch the following
  34. command as root:
  35. dd if=output/images/sdcard.img of=/dev/<your-sd-device>
  36. *** WARNING! This will destroy all the card content. Use with care! ***
  37. Boot the QMTECH Zynq board
  38. ==========================
  39. To boot your newly created system:
  40. - put a mini USB cable into the J4 Debug USB Port and connect using a
  41. terminal emulator at 115200 bps, 8n1,
  42. - put the prepared micro SD card in the J2 micro SD card slot,
  43. - plug the 5V power supply on the JP4 barrel jack.
  44. Enjoy!
  45. [1]. QMTECH:
  46. http://www.chinaqmtech.com/
  47. [2]. QMTECH Zynq XC7Z010 Starter Kit Product Page:
  48. http://www.chinaqmtech.com/xilinx_zynq_soc
  49. [3]. QMTECH Zynq XC7Z010 Starter Kit Hardware User Manual:
  50. http://www.chinaqmtech.com/filedownload/32552
  51. [4]. QMTECH Github:
  52. https://github.com/ChinaQMTECH/ZYNQ_STARTER_KIT