I’m glad to hear that all the cameras are working now! I’d like to help you figure out what was causing the issue. Could you provide more details about the changes you made to the device tree overlay that allowed the system to function correctly? Any specific modifications or configurations you adjusted would be really helpful.
before the fix, we built the device tree with the fdtoverlay command (inserting our camera device tree into the complete system DT).
Actually, we didn’t do any changes to the device tree itself, we just switched to building the complete device tree together with the Orin DevKit kernel. Afterwards, we just use the resulting .dtb file on our system and it works.