Displayport on Jetson Nano devkit not working #870
Replies: 10 comments
-
I don't think there is, but I haven't tested with a DP monitor. I do see some issues over on the NVIDIA forums on this topic. Does it work if you run the stock L4T/JetPack Nano build? |
Beta Was this translation helpful? Give feedback.
-
Yeah i noticed those issues too (dont have the exact link atm). It does work with the default L4T sd-card image that comes from the nvidia site (which is why it took me a few hours to realize the image i was building was actually working, but the display was not showing anything). At first i thought my image was just not working or i flashed my devkit the wrong way but everything is working fine with hdmi. |
Beta Was this translation helpful? Give feedback.
-
I tried some tests with my 4K Dell monitor, and see the same. It looks like the DP link training never succeeds when it's just the framebuffer being used. (The NVIDIA boot logo never shows, either.) If I boot a sato or weston image, the display does come up in X/Weston. |
Beta Was this translation helpful? Give feedback.
-
Alright, good to hear you can reproduce the issue and know where to look (i have no clue). I have not tried a sato image yet since we wanted to start building our own image from the core-image-minimal since our application actually does not need a display, but for debugging purposes it would be nice to have a display. |
Beta Was this translation helpful? Give feedback.
-
I don't think there's much I can really do about this, unfortunately. I strongly suspect it is a problem in L4T itself - some kind of interaction between the DP driver and the framebuffer driver. |
Beta Was this translation helpful? Give feedback.
-
Hello guys @MJLHThomassen-Sorama @madisongh |
Beta Was this translation helpful? Give feedback.
-
Hello @MJLHThomassen-Sorama @madisongh |
Beta Was this translation helpful? Give feedback.
-
We are currently not actively using the devkits anymore since we have our own boards now so I'm afraid I can't be of further assistance here. |
Beta Was this translation helpful? Give feedback.
-
Since this isn't an issue with the layer, I'm moving this to the discussion board. |
Beta Was this translation helpful? Give feedback.
-
Sorry to resurrect a dead thread but has anyone had any success getting the display port to work on the jetson nano devkit? I'm using a jetson nano emmc. I'm working on a project using Qt eglfs but the display port is not recognised. I've also tried the demo-image-egl with the kirkstone-l4t-r32.7.x branch but also get no output over displayport. HDMI works fine in both cases |
Beta Was this translation helpful? Give feedback.
-
I've created an core-image-base image using poky and the meta-tegra layer for the Jetson Nano (MACHINE = "jetson-nano-qspi-sd") . It boots the devkit correctly and shows console when i plug in hdmi. When i plug in the display port on the devkit i get a black screen. Is there anything i need to do extra to enable display port?
Beta Was this translation helpful? Give feedback.
All reactions