OE4T / linux-tegra-4.9

NVIDIA downstream Linux kernel source Jetson platforms in single-repo form, derived from the L4T R32.x series BSP
Other
57 stars 78 forks source link

IMX477 support revertion #27

Closed Buanderie closed 2 years ago

Buanderie commented 3 years ago

Is there any reason for dropping the IMX477 support ? (revert from this commit: b15adf2f43095f8c207de58f1c4045b5337965e0 )

Thanks :)

madisongh commented 3 years ago

That's one of the changes that came from NVIDIA, you'd have to ask them for a definitive answer. I suspect, though, that they couldn't work out all the bugs/issues, or they found it interfering with the existing built-in support for other sensors (like the RPi V2 cameras). I've experimented with IMX477 support (using the RidgeRun repo for it), and while I could get it to (sort of) work, it would have taken a lot more effort to mix and match that sensor with others on the same system.

Buanderie commented 3 years ago

Oh, I see... As a matter of fact, I adapted the RidgeRun/Leopard patches to my custom meta-tegra based build. I got it working on my Leopard carrier board (Jetson Nano production module). And when I switched to a "regular" nVidia Jetson devkit, I found out that the same driver wouldn't work anymore. So I came here looking for a mainline driver that would work for most of the targets. Seems like they couldn't get it done properly either :) Thanks for the input, though !