Hi Javier,

When you build Yocto with zcu104-zynqmp machine configuration file by default 
it uses the xsa from 
https://github.com/Xilinx/hdf-examples/tree/master/zcu104-zynqmp , This xsa 
includes vcu encoder, decoder, frame buffer read and write PL IP’s, hence you 
need meta-xilinx-tools layer to build these PL IP device-tree components. Which 
is the error you are facing when you kick off the build.

If you are looking for just OOB yocto builds for any xilinx evaluation board 
refer https://github.com/Xilinx/yocto-manifests/tree/rel-v2020.2 once you clone 
below is few commands you need to run.

repo init -u git://github.com/Xilinx/yocto-manifests.git -b rel-v2020.2
repo sync
repo start rel-v2020.2 --all
source setupsdk
MACHINE=zcu104-zynqmp bitbake petalinux-image-minimal

Thanks,
Sandeep

From: [email protected] <[email protected]> 
On Behalf Of javier.carrasco.cruz via lists.yoctoproject.org
Sent: Monday, January 18, 2021 7:39 AM
To: [email protected]
Subject: Re: Private: Re: [meta-xilinx] Not able to build a simple image for a 
ZCU104

Sorry, I didn't mean to mail you directly. As I said it never really worked. 
With zeus I got an error after running around 75% of the tasks and with 
gatesgarth branches it did not even run tasks because I got a parse error 
before. I checked out the branches after cloning so it was actually a build 
from a scratch. 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#4805): 
https://lists.yoctoproject.org/g/meta-xilinx/message/4805
Mute This Topic: https://lists.yoctoproject.org/mt/79922814/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to