NVIDIA Jetson - Device Tree Overlay: Difference between revisions

Line 79: Line 79:
/boot/kernel_tegra194-p3668-all-p3509-0000-my-jetson-overlay-example.dtb
/boot/kernel_tegra194-p3668-all-p3509-0000-my-jetson-overlay-example.dtb
</source>
</source>
To use the new DT creates a new entry in <code>/boot/extlinux/extlinux.conf</code>
This is the new entry added when is added the overlay
LABEL My Jetson Overlay example
MENU LABEL My Jetson Overlay example
LINUX /boot/Image
FDT /boot/kernel_tegra194-p3668-all-p3509-0000-my-jetson-overlay-example.dtb
INITRD /boot/initrd
APPEND ${cbootargs} quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
214

edits