-
Hi, I am following "Application Note: Petalinux build, software cross-compilation and Tx-Rx testing with the ZCU102 and ZCU111 platforms" steps and everthing is going fine until I come to step to Analog Device libraries addition and building for ZCU102:
I checked meta-adi repo and the instructions to build Analog Device libraries are states such as:
I am using zynqmp-zcu102-rev10-ad9361-fmcomms2-3 as device tree. But getting errors. If I first build petalinux withour Analog Device metas with Yocto layers and then try to add I got this error for petalinux-config -c kernel or petalinux-build
If I add Analog Device meta layers before building anything then I got this error:
and
Can you please provide the steps explicitely to add Analog Device drivers to the project since I couldn't find any solution working on days. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Somehow I successfully finished build-petalinux. I commented out from meta-adi/meta-adi-xilinx/recipes-bsp/device-tree/files these lines //delete-node/ &psu_ctrl_ipi;/ and I commented out this line //#include "pl.dtsi" from xilinx-zcu102-2019.2/components/plnx_workspace/sources/linux-xlnx/arch/arm64/boot/dts/xilinx and it successfully built magically :l |
Beta Was this translation helpful? Give feedback.
Somehow I successfully finished build-petalinux.
I commented out from
meta-adi/meta-adi-xilinx/recipes-bsp/device-tree/files
these lines
//delete-node/ &psu_ctrl_ipi;/
//delete-node/ &psu_message_buffers;/
and I commented out this line
//#include "pl.dtsi"
from
xilinx-zcu102-2019.2/components/plnx_workspace/sources/linux-xlnx/arch/arm64/boot/dts/xilinx
and it successfully built magically :l