nixos-hardware icon indicating copy to clipboard operation
nixos-hardware copied to clipboard

Add imx290 support to Raspberry Pi

Open amaumene opened this issue 3 years ago • 2 comments

Hi,

Would it be possible to add this dts for Raspberry Pi? https://github.com/raspberrypi/linux/blob/rpi-5.10.y/arch/arm/boot/dts/overlays/imx290-overlay.dts

This is to support imx290 based camera.

I've tried on my side but unfortunately I don't have the skills to hack dts :(

Thanks in advance :)

amaumene avatar Feb 16 '22 06:02 amaumene

You can probably deal with in the same we way did for other overlays: https://github.com/NixOS/nixos-hardware/blob/master/raspberry-pi/4/dwc2.nix I don't think someone will pick up this issue unless they own the hardware realistically. So you might be better of asking questions here on matrix in the ARM channel of NixOS.

Mic92 avatar Feb 16 '22 07:02 Mic92

I implemented this for the IMX477 over at https://github.com/NixOS/nixos-hardware/compare/master...jpds:nixos-hardware:rpi4-imx477 . It was indeed a case of dumping the .dtbo file as described in the comment and tweaking the compatible field.

jpds avatar Oct 03 '23 20:10 jpds