Following the to-create-and-apply-a-dtb-overlay-file docs
I added second OVERLAY_DTB_FILE line to jetson-agx-thor-devkit.conf
OVERLAY_DTB_FILE+=“,tegra264-p4071-0000+p3834-xxxx-dynamic.dtbo”;
OVERLAY_DTB_FILE+=“,tegra264-p3971-camera-dual-imx274-overlay.dtbo”;
These files exist and dtb / dts are identical.
source/hardware/nvidia/t264/nv-public/overlay/tegra264-p3971-camera-dual-imx274-overlay.dts
jetpack7.1/Linux_for_Tegra/kernel/dtb/tegra264-p3971-camera-dual-imx274-overlay.dtbo
jetpack7.1/Linux_for_Tegra/rootfs/boot/tegra264-p3971-camera-dual-imx274-overlay.dtbo
Flashed Thor with
sudo ./l4t_initrd_flash.sh jetson-agx-thor-devkit.conf internal
and have no devicetree settings in /proc/device-tree.
How to fix this? Thank you.