I am using a Zynq UltraScale+ MPSoC ZCU102 +ad9361, revision 1.1. I followed the instructions and build an SD card containing ""zynqmp-zcu102-ad9361-fmcomms5" image.Boot results are here: : https://gist.github.com/radcristea/b869ca64d6ed0a47e896b93015a896c6But no image on HDMI monitor(HDMI port used with a HDMI to DVI adapter). No image on the DisplayPort (adapter also used).
UPDATE: I have changed the monitor three times, checked HDMI ports and the DisplayPort.I have used a DisplayPort - DisplayPort cable. The point is that I don't think the problem stands with the monitor and the cables.
Hi,
Please see https://wiki.analog.com/resources/tools-software/linux-build/generic/zynqmp#displayport_-_no_picture
-Lars
I am using a Zynq UltraScale+ MPSoC ZCU102 +ad9361, revision 1.1. I followed the instructions and build an SD card containing ""zynqmp-zcu102-ad9361-fmcomms5" image.Boot results are here: : https://gist.github.com/radcristea/b869ca64d6ed0a47e896b93015a896c6
I followed the steps from the link you gave me, but nothing happened. Still the same problem.
But no image on HDMI monitor(HDMI port used with a HDMI to DVI adapter). No image on the DisplayPort (adapter also used).
[ 3.664234] ad9361 spi32766.0: ad9361_probe : enter (ad9361)[ 3.672573] ad9361 spi32766.0: ad9361_probe : Unsupported PRODUCT_ID 0xFF
This looks like the FMC board is either not powered (Vadj) or it's not electrically connected.
The FMCOMMS5 doesn't really fit (without rework) on the ZCU102 due to a conflict with the SMA connector on the side of the board.
How did you resolve this mechanical conflict?
-Michael
The FMC does not interfere with HDMI or DisplayPort.
What do you want to get working DisplayPort of the FMCOMMS5 ?
Yes, as I've written above, no image appears when I use the HDMI port or DisplayPort.
Which linux branch are you using right now?
Can you try to copy xorg.conf to /etc and not /etc/X11 ?
If you use the 4.14 kernel from master try this:
root@analog:/etc# cat xorg.conf Section "Device" Identifier "ZynqMP" Driver "armsoc" Option "DRI2" "true" Option "DRI2_PAGE_FLIP" "false" Option "DRI2_WAIT_VSYNC" "true" Option "SWcursorLCD" "false" Option "DEBUG" "false" EndSection Section "Screen" Identifier "DefaultScreen" Device "ZynqMP" DefaultDepth 16 EndSection root@analog:/etc#
Yes, I have tried.
Still the same problem.
root@analog:~# cat /etc/xorg.conf Section "Device" Identifier "myfb" Driver "fbdev" Option "fbdev" "/dev/fb0" EndSection
Try to get help on the Xilinx forums.
Their DisplayPort support is known to only work on certain monitors.
Hi mhennerich ,
I have use ZCU102 rev1.1 , I followed the instructions and build an SD card containing ""zynqmp-zcu102-ad9361-fmcomms2-3" image.
But the AD9361 can't be probed,
like this
and the ZCU102 rev1.1 can't connect with fmcomms5 because the fmcomms5 board is not inserted into FMC card slot
Do you have any information related to ZCU102 rev1.1 & fmcomms?
Thanks a lot
AN