Re: [meta-xilinx] [PATCH] u-boot-tools-xlnx: add missing dependencies

2023-09-06 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
Hi Jose, Thanks for the patch. I can't reproduce this issue on Ubuntu-22.04 machine. BTW which OS are you using? [09/06/2023 20:44:15] yocto:/scratch/sandeepg/yocto/2023.1/yp-rel  $ source setupsdk build-zynqmp You had no conf/local.conf file. This configuration file has therefore been

Re: [meta-xilinx] [honister] pl.dtsi generation

2023-04-28 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
Hi David, You welcome. Is this a AMD Xilinx 10G IP or custom IP? One more think you need to be aware that when you package the IP as subsystem(may be this could be the cause but without xsa it's hard to know) i.e PS in one BD and PL in another BD then XSCT will not able to get all the IP

Re: [meta-xilinx] [honister] pl.dtsi generation

2023-04-28 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
On Wed, Apr 26, 2023 at 05:48 PM, David Babich wrote: Hi David, For some reason I'm not getting any meta-xilinx mailinglist emails weird. > > I've been searching around to try and find the mechanism that generates the > pl.dtsi file, but I haven't been able to pin-point it.  Could someone point

Re: [meta-xilinx] ZynqMP build confusion

2023-04-13 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
On 4/13/2023 2:57 AM, Mike Looijmans via lists.yoctoproject.org wrote: Problem in this particular case turned out to be the SD card interface. The board has a 1v8/3v3 switch for the UHS modes, but needs to control that through a driver. So in FSBL, this probably means that the code should

Re: [meta-xilinx] PMU_SERVICE error and loading PMU FW using CBR vs FSBL

2023-04-11 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
Hi Chris, When I connect with JTAG and checked I didn't see the PS_ERROR_OUT on zcu111 board it was bitstream issue. By default(without using HDF_PATH) if you build images for any AMD Xilinx eval board it is picking up zcu102 xsa and bitstream for zcu111 or other boards. This is due to

Re: [meta-xilinx] PMU_SERVICE error and loading PMU FW using CBR vs FSBL

2023-04-10 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
on the power rails, FYI. Like I mentioned, from the forums power timing seems to be a common cause of PMU_SERVICE errors) Thanks, Chris -Original Message- From: meta-xilinx@lists.yoctoproject.org On Behalf Of Sandeep Gundlupet Raju via lists.yoctoproject.org Sent: Friday, April 7, 2023 6

Re: [meta-xilinx] PMU_SERVICE error and loading PMU FW using CBR vs FSBL

2023-04-07 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
Hi Chris, Which boot mode are you using? I usually use JTAG and SD boot mode with Yocto built image and boot.bin works as expected on our eval boards. $ cat ./zcu111_zynqmp-xilinx-linux/xilinx-bootbin/1.0-r0/xilinx-bootbin-1.0/bootgen.bif the_ROM_image: { [bootloader, 

Re: [meta-xilinx] ZynqMP build confusion

2023-04-07 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
Hi Mike, Can you share your xsa we can take a look. Looks like something is missing. Is this on QEMU or real HW? Also are you using Xilinx evaluation board or custom board? Thanks, Sandeep On 4/7/2023 1:40 AM, Mike Looijmans via lists.yoctoproject.org wrote: Hmm, the build succeeds, but

Re: [meta-xilinx][langdale-next][PATCH] xserver-xorg: Fix the unconditional dependency on virtual/libgbm

2023-03-13 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
Hi Kevin, Thanks for the patch, it looks good to me. We will run through CI and integrate to branch once passed. Thanks, Sandeep On 3/13/2023 5:41 AM, Kevin Hao wrote: For the machines which use the libgbm provided by mesa, since the gbm is only enabled in mesa when the opengl distro

Re: [**EXTERNAL**] Re: [meta-xilinx] rel-v2022.2 Versal runqemu trouble with bundled initramfs

2023-02-13 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
inux and not through YP(using core-image-*) hence we not caught this in our CI. Thanks, Sandeep On 2/9/2023 4:00 PM, Sandeep Gundlupet Raju via lists.yoctoproject.org wrote: On 2/6/2023 5:31 PM, Thompson, Corey via lists.yoctoproject.org wrote: On Mon, Feb 06, 2023 at 01:13:05PM -0700, Sa

Re: [**EXTERNAL**] Re: [meta-xilinx] rel-v2022.2 Versal runqemu trouble with bundled initramfs

2023-02-09 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
On 2/6/2023 5:31 PM, Thompson, Corey via lists.yoctoproject.org wrote: On Mon, Feb 06, 2023 at 01:13:05PM -0700, Sandeep Gundlupet Raju via lists.yoctoproject.org wrote: Hi Corey, Attached the machine file patch for vpk120 board. With you should be able to boot without initramfs bundled

Re: [meta-xilinx] [PATCH] u-boot-zynq-scr: Don't clobber bootargs in boot.cmd.generic.root

2023-02-09 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
Hi Corey, Thanks for the patch. bootargs can come from 3 places boot scripts, kernel cmdline and device-tree. We will take a look on this issue, In theory we should not overwite these values instead we should be appending on top of existing bootargs. Thanks, Sandeep On 2/9/2023 2:05 PM,

Re: [**EXTERNAL**] Re: [meta-xilinx] rel-v2022.2 Versal runqemu trouble with bundled initramfs

2023-02-06 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
Hi Corey, Attached the machine file patch for vpk120 board. With you should be able to boot without initramfs bundled. Below is the steps you need to follow. Mark let me know if you have any comments on patch. $ cd sources/meta-xilinx $ git am

Re: [**EXTERNAL**] Re: [meta-xilinx] rel-v2022.2 Versal runqemu trouble with bundled initramfs

2023-01-30 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
On 1/30/2023 10:58 AM, Thompson, Corey via lists.yoctoproject.org wrote: Hi. I am aware that there isn't a vpk120 machine configuration in 2022.x, so I provided a machine config for it in my minimal working example that is similar to what we use at my organization. Is there any update

Re: [meta-xilinx] meta-qt5 is broken in v2022.01

2023-01-23 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
On 1/23/2023 1:53 AM, Ulf Samuelsson via lists.yoctoproject.org wrote: The meta-qt5 layer (honister) seems to rely on qt5 branch="5.15.2" This branch have disappeared from several of the qt5 repos. Yocto fails to check out the SRCREVs even if I change the branch to "dev" A few recipes that

Re: [meta-xilinx] rel-v2022.2 Versal runqemu trouble with bundled initramfs

2023-01-10 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
Hi Corey, In 2022.x Yocto we don't have a vpk120 machine configuration file, this is something we have planned to add in 2023.1. But still you should be able to use versal-generic machine conf file with below configs and run it on qemu/hw. HDF_BASE = "file://" HDF_PATH = "//vpk120.xsa" #

Re: [meta-xilinx] Including ”linux-event-codes.h” in device tree.

2022-12-12 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
On 12/12/2022 8:11 AM, Ulf Samuelsson via lists.yoctoproject.org wrote: Right now, the device tree compile adds a few choosen header files. I think that it would be good to have a choice to use the header files from the kernel tree in Yocto. [Sandeep]: DTG uses both u-boot and linux

Re: [meta-xilinx] [meta-xilinx-tools] PMU Firmware Generation Error for ZynqMP

2022-12-11 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
On 12/11/2022 11:48 AM, Mark Hatle via lists.yoctoproject.org wrote: On 12/10/22 10:52 AM, Joao Paulo Silva Goncalves wrote: (background) All of the messages below come from xsct tool and it's hsi APIs (these are part of Vivado, the HSI bits are being run by some tcl code in order to

Re: [meta-xilinx] System reboots hangs

2022-12-08 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
0 scanning bus usb@fe20 for devices... 1 USB Device(s) found    scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot:  2 Then it hangs. I enclose our kernel config. Is there something missing? /Ulf Den 2022-12-07 kl. 05:51, skrev Sandeep Gundlupet Ra

Re: [meta-xilinx] System reboots hangs

2022-12-06 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
Hi Ulf, Reboot and other PM features is implemented in Firmware driver. For more details refer wiki page https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842232/Zynq+UltraScale+MPSoC+Power+Management+-+Linux+Kernel May be you are missing hellopm

Re: [meta-xilinx] Kernel crash when initalizing ZynqMP interrupt controller in PL.

2022-11-21 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
This channel might not give best answer I would suggest post your question in Forums either in https://support.xilinx.com/s/topic/0TO2E00YKXZWA4/processor-system-design-and-axi?language=en_US or https://support.xilinx.com/s/topic/0TO2E00YKXXWA4/embedded-linux?language=en_US Some I've

Re: [meta-xilinx] Running Weston with drm-backend fails on Ultrascale

2022-11-04 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
rst time I try weston, I may have confused something. As an example, I’d like an explanation on xwayland. Best Regards Ulf Samuelsson +46 722 427 437 27 okt. 2022 kl. 21:09 skrev Sandeep Gundlupet Raju via lists.yoctoproject.org :  + Varun Hi Ulf, See my comments below. Varun team can

Re: [meta-xilinx] Running Weston with drm-backend fails on Ultrascale

2022-10-27 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
+ Varun Hi Ulf, See my comments below. Varun team can help on MALI libraries and performance questions with respect to wayland or x11. On 10/27/2022 12:18 PM, Ulf Samuelsson via lists.yoctoproject.org wrote: Hi, New to this list,so this is my first post. We are trying to run

Re: [meta-xilinx] Trying to build for a zedboard

2022-10-06 Thread Sandeep Gundlupet Raju via lists.yoctoproject.org
On 10/6/2022 10:20 AM, Philip Balister via lists.yoctoproject.org wrote: And make this zc702 ... since meta-xilinx doesn't have anything for the zed board. [Sandeep]: We do have zendboard dtsi in meta-xilinx-vendor layer for 2022.2 and later release you need to backport this to 2022.1 if