Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ===== Overview ===== Various and sundry info for Digilent/Avnet Zynq-7000-based Zedboard, based on unsupported Fedora 30. ===== Links ===== * [[https://store.digilentinc.com/zedboard-zynq-7000-arm-fpga-soc-development-board/|Digilent store page]] * [[http://zedboard.org/|http://zedboard.org/]] ===== Yocto Project build ===== ==== Setup ==== Stick with (for now) ''thud'' checkout for ''poky'' and ''meta-xilinx-bsp''. <code> SCONF_VERSION = "1" SOURCE_MIRROR_URL ?= "file:///home/rpjday/oe/dist/tarballs/" INHERIT += "own-mirrors" BB_GENERATE_MIRROR_TARBALLS = "1" # BB_NO_NETWORK = "1" </code> <code> MACHINE = "zedboard-zynq7" INHERIT_remove = "uninative" </code> <code> BBLAYERS ?= " \ /home/rpjday/oe/dist/layers/poky/meta \ /home/rpjday/oe/dist/layers/poky/meta-poky \ /home/rpjday/oe/dist/layers/poky/meta-yocto-bsp \ /home/rpjday/oe/dist/layers/xilinx/meta-xilinx/meta-xilinx-bsp \ " </code> <code> $ bitbake --runall=fetch core-image-minimal </code> ==== Generated artifacts ==== <code> core-image-minimal-zedboard-zynq7-20190505091339.rootfs.cpio u-boot-zedboard-zynq7-v2018.01-xilinx-v2018.3+gitAUTOINC+d8fc4b3b70-r0.img uEnv.txt core-image-minimal-zedboard-zynq7-20190505091339.rootfs.cpio.gz.u-boot core-image-minimal-zedboard-zynq7-20190505091339.rootfs.tar.gz core-image-minimal-zedboard-zynq7-20190505091339.rootfs.manifest uImage--4.14-xilinx-v2018.3+git0+eeab73d120-r0-zedboard-zynq7-20190505091339.bin core-image-minimal-zedboard-zynq7-20190505091339.testdata.json zynq-zed--4.14-xilinx-v2018.3+git0+eeab73d120-r0-zedboard-zynq7-20190505091339.dtb modules--4.14-xilinx-v2018.3+git0+eeab73d120-r0-zedboard-zynq7-20190505091339.tgz boot.bin-zedboard-zynq7-v2018.01-xilinx-v2018.3+gitAUTOINC+d8fc4b3b70-r0 u-boot-zedboard-zynq7-v2018.01-xilinx-v2018.3+gitAUTOINC+d8fc4b3b70-r0.elf </code> ===== Internal links ===== * [[Zed SD card]] * [[Zed machine conf]] * [[Zed device tree]] * [[Zed Yocto U-Boot commands]] zedboard.txt Last modified: 2019/05/19 19:28by rpjday