[meta-xilinx] Xilinx Zynq UltraScale MP SoC Initial Support

Elvis Dowson elvis.dowson at gmail.com
Sun Dec 13 06:48:38 PST 2015


Hi Rahim,

> On Dec 11, 2015, at 11:56 PM, Amarsi, Rahim <ramarsi at ciena.com> wrote:
> 
> Is there a  Yocto recipe to build Zynq UltraScale MPSoC.  Thanks

Yes, there is.

If you navigate to the meta-xilinx layer’s conf/machine folder, you will find the machine configuration files for all the supported boards:

http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/conf/machine <http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/conf/machine>

The machine configuration corresponding to the Xilinx Zynq UltraScale+ MPSoC is the ep108-zynqmp.conf file

http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/conf/machine/ep108-zynqmp.conf <http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/conf/machine/ep108-zynqmp.conf>


Try to go through the Yocto Project Quick Start guide to get a quick overview of the build process :

http://www.yoctoproject.org/docs/2.0/yocto-project-qs/yocto-project-qs.html <http://www.yoctoproject.org/docs/2.0/yocto-project-qs/yocto-project-qs.html>

Then follow the build instructions given here:

http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/README <http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/README>

The key things to keep in mind are as follows:

01. Add the meta-xilinx layer to your belayers.conf file

	BBLAYERS ?= " \
		<path to layer>/oe-core/meta \
		<path to layer>/meta-xilinx \
		“

02. Updating your local.conf file to specify the desired target BSP

	MACHINE ?= "ep108-zynqmp”


Once you’ve configured your local environment, type the following command to build the images:

bitbake core-image-minimal


Good Luck!


Regards,

Elvis Dowson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20151213/ec776d84/attachment.html>


More information about the meta-xilinx mailing list