IMX219 not working with the last release

Hello guys,

I’m currently trying to use the bbai64-debian-12.11-xfce-v6.12-arm64-2025-05-21-12gb image.
I have to use an IMX219 camera but I don’t find any dts or dtbo file to use it ?

Is there any doc to use the IMX with the last Image ?

Thanks :slight_smile:

1 Like

What overlay were you using with the old 5.10 image?

Hey :slight_smile:

I’m using the 5.10.x-ti-unified device tree.
It’s working with the CSI dtbo files in the overlays folder, but I don’t have these device tree files for the last kernel release :confused:

It should not be too hard to convert the old 5.10 IMX219 overlays to work with 6.12

Here’s the old overlays
https://github.com/beagleboard/BeagleBoard-DeviceTrees/blob/v5.10.x-ti-unified/src/arm64/overlays/BBAI64-CSI0-imx219.dts
https://github.com/beagleboard/BeagleBoard-DeviceTrees/blob/v5.10.x-ti-unified/src/arm64/overlays/BBAI64-CSI0-imx219.dts

For reference, here’s a 5.10 overlay converted to work with kernel 6:

Old 5.10 overlay: https://github.com/beagleboard/BeagleBoard-DeviceTrees/blob/v5.10.x-ti-unified/src/arm64/overlays/BONE-SPI0_0.dts

The 6.12 conversion: https://github.com/beagleboard/BeagleBoard-DeviceTrees/blob/v6.12.x-Beagle/src/arm64/overlays/k3-j721e-beagleboneai64-spi-mcspi6-cs0.dtso

1 Like