https://github.com/alro10/jetsontx2-display
How to setup two HDMI (x2) on Jetson, configurations, etc.
https://github.com/alro10/jetsontx2-display
jetson-tx2 nvidia-jetson-tx2
Last synced: 3 months ago
JSON representation
How to setup two HDMI (x2) on Jetson, configurations, etc.
- Host: GitHub
- URL: https://github.com/alro10/jetsontx2-display
- Owner: Alro10
- License: apache-2.0
- Created: 2019-04-30T19:43:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T22:54:09.000Z (about 7 years ago)
- Last Synced: 2025-01-20T13:27:30.802Z (over 1 year ago)
- Topics: jetson-tx2, nvidia-jetson-tx2
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JetsonTX2-display
How to setup two HDMI (x2) on Jetson, configurations, etc. Kernel 28.1
## What lines should be changed?
**Files**
-tegra186-quill-p3310-1000-c03-00-base.dtb
-tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dtb
```
nvdisplay@15200000{
status = "okay";
}
nvdisplay@15210000
{
status = "okay";
}
nvdisplay@15220000 {
status = "okay";
}
hdmi-display {
status = "okay";
}
sor {
status = "okay";
}
sor1 {
status = "okay";
}
```
## Files
You should replace 2 files on this directory during booting Jetson.
```
dtb >>>> /home//64_TX2/Linux_for_Tegra/kernel/dtb
```