zedboard

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
zedboard [2019/05/05 08:44] rpjdayzedboard [2019/05/19 19:28] (current) – [Internal links] rpjday
Line 1: Line 1:
 ===== Overview ===== ===== Overview =====
  
-Various and sundry info for Digilent/Avnet Zynq-7000-based Zedboard.+Various and sundry info for Digilent/Avnet Zynq-7000-based Zedboard, based on unsupported Fedora 30.
  
 ===== Links ===== ===== Links =====
Line 7: Line 7:
   * [[https://store.digilentinc.com/zedboard-zynq-7000-arm-fpga-soc-development-board/|Digilent store page]]   * [[https://store.digilentinc.com/zedboard-zynq-7000-arm-fpga-soc-development-board/|Digilent store page]]
   * [[http://zedboard.org/|http://zedboard.org/]]   * [[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.1557045858.txt.gz
  • Last modified: 2019/05/05 08:44
  • by rpjday