捏捏口

Results 8 comments of 捏捏口

I have the same problem on Nano B01. Here is the event log output by the `dmesg`: ``` [ 134.076022] tegradc tegradc.1: dp: plug event received [ 134.076270] hpd: state...

I just solved this problem, here are the steps for reference. **1. Decompile the device tree file on Jetson Nano:** `$ dtc -I fs /proc/device-tree > extracted.dts` **2. Open the...

> [@nenekodev](https://github.com/nenekodev) I have a couple of questions for you: > > 1. How did you manage to install ubuntu 22.04 and keep your graphical interface running? I'm only getting...

@pablitok After some research, I think the problem is probably the lack of nvidia's proprietary DRM driver in the kernel, because the DP output comes from the buffer and drm...

@pablitok Maybe you can try the kernel compiled by myself https://github.com/nenekodev/jetson-linux-build/releases/tag/4.9.337-tegra And the image automatically built using GitHub action (note that this image has not yet installed the graphical interface,...

Your `dmesg` log is different from mine, so could you please give me the full `dmesg` output since booting after plugging in DP? Also, I'm not sure if the hardware...

The easiest way is to check the interface configuration on the left side of the carrier board. If there are two CSI camera interfaces, it is B01, otherwise it is...

I just tried the latest official image [jetpack 4.6.1](https://developer.nvidia.com/embedded/l4t/r32_release_v7.1/jp_4.6.1_b110_sd_card/jeston_nano/jetson-nano-jp461-sd-card-image.zip). After flashing it to the SD card, its DP also only works in the graphical interface. Once it switches to the...