Project to build: Custom zc706 carrier board with an adrv9009 FMC
Petalinux version: 2018.3
HDL branch: 2019.1
META-ADI branch: 2019.1
Using meta-adi petalinux docker image? Not clear! Does it means adding meta-adi-core and meta-adi-xilinx folds path in petalinux yocto settings?
Describe the bug
I copied zynq-zc706-adv7511-adrv9009.dts as zynq-customboard-adrv9009.dts under /arch/arm/boot/dts, and copied pl-delete-nodes-zynq-zc706-adv7511-adrv9009.dtsi as pl-delete-nodes-zynq-customboard-adrv9009.dtsi under /meta-adi-xilinx/recipes-bsp/device-tree/files. I deleted all hdmi related nodes in pl-delete-nodes-zynq-customboard-adrv9009.dtsi because them didn't exist on the customboard. At the end of running petalinux-build, it faild to do sanity check. How to set do_sanity_check to be false?
Describe the bug I copied zynq-zc706-adv7511-adrv9009.dts as zynq-customboard-adrv9009.dts under/arch/arm/boot/dts, and copied pl-delete-nodes-zynq-zc706-adv7511-adrv9009.dtsi as pl-delete-nodes-zynq-customboard-adrv9009.dtsi under /meta-adi-xilinx/recipes-bsp/device-tree/files. I deleted all hdmi related nodes in pl-delete-nodes-zynq-customboard-adrv9009.dtsi because them didn't exist on the customboard. At the end of running petalinux-build, it faild to do sanity check. How to set do_sanity_check to be false?