We bought two Ultrazed 7EV SOM+Carrier Card starter kits. I cannot get the display port to work with the shipped SDCARD as is, and looking for some help.
I followed the avnet 7ev cc test document and display port config document from gitlab. I also have a ZCU106 that worked with the same display-port cable+monitor for comparison.
(1) Ultrazed didn't seem to have a drm (Direct Rendering Manager) driver:
root@uz7ev-evcc-2017-3:~# drmdevice
drmGetDevices() has returned 0
On ZCU106:
root@zcu106_vcu_trd:~# drmdevice
device[0]
available_nodes 0001
nodes
... [lots of stuff]
(2) Ultrazed has a different device name
root@uz7ev-evcc-2017-3:~# ls -al /sys/class/drm/card0/device
lrwxrwxrwx 1 root root 0 Feb 6 23:32 /sys/class/drm/card0/device -> ../../../xilinx_drm
On ZCU106:
root@zcu106_vcu_trd:~# ls -al /sys/class/drm/card0/device
lrwxrwxrwx 1 root root 0 Feb 4 07:13 /sys/class/drm/card0/device -> ../../../fd4a0000.zynqmp-display
(3) I was able to get colorbar show up on the monitor at 1920x1080 on ZCU106, but the two Ultrazed boards showed different behavior, one has no resolution (return nothing) when poked with "$ cat /sys/class/drm/card0-DP-1/modes", the other board returns "1366x768" and others, but no 1920x1080. I was able to get colorbar on Ultrazed with resolution of 1366x768 with "modetest ...". This might be an EDID issue?
Anyone got the display port working with the board as is? Any comments or advice are appreciated.
Liyong Z