Dump the device tree to review.
sudo dtc -I fs -O dts -o extracted_proc.dts /proc/device-tree
Dump the device tree to review.
sudo dtc -I fs -O dts -o extracted_proc.dts /proc/device-tree
Hello, ShaneCCC
Sorry for the late reply.
I found the cause of the problem.
“tegra210-porg-camera-rbpcv2-imx219.dtsi” is configured to work with the devkit-a02 version.
The hint was taken from the “fragement@9, ids” id entry in the “tegra210-porg-plugin-manager.dtsi” file.
fragement@9 {
ids = "<3448-0000-300", "<3448-0002-300" , ">=3448-0003-000";
/* IMX219 single sensor module */
...
fragement@10 {
ids = ">=3448-0000-300", ">=3448-0002-300";
/* IMX219 dual sensor module */
Fortunately, I had an devkit-A02 that I bought a long time ago.
I checked that the camera works normally by running “tegra210-porg-camera-rbpcv2-imx219.dtsi” on the devkit-A02 board.
In conclusion, file “tegra210-porg-camera-rbpcv2-imx219.dtsi” works on A02 and “tegra210-camera-rbpcv2-dual-imx219.dtsi” file is provided to work on B01.
It is the “fragement, ids” of “tegra210-porg-plugin-manager.dtsi” file that automatically distinguishes “tegra210-porg-camera-rbpcv2-imx219.dtsi” file from “tegra210-camera-rbpcv2-dual-imx219.dtsi” file.
It’s my fault that I didn’t understand the behavior of the “fragement, ids”.
I’m sorry ShaneCCC.
And attach what you requested.
extracted_proc.dts.b01_board (319.9 KB)
How to activate the “tegra210-porg-camera-rbpcv2-imx219.dtsi” file in devkit-B01 is still unresolved. We will check more.
Thank you for your interest
Looks like you didn’t remove the plugin manager to user specific device tree.
Also you need remove all of camera dts only include the one want to use.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.