Tool/software:
Hi TI Community,
Greetings of the day, we are working on a project that involves recording video from MIPI CSI camera. We are using SONY IMX415 camera for the same.
By going through TI's online academy and some queries posted in this community, we learnt that we need to recompile linux SDK with IMX415's drivers.
So, we downloaded IMX415.c driver file from here and we changed the Kconfig file, defconfig file and Makefile as outlined in TI's academy(from this link). We also added a IMX415's device tree overlay file at "arch/arm64/boot/dts/ti" and edited Makefile to update device tree.
Finally we rebuilt and installed linux kernal.
To apply device tree overlay of IMX415, we added IMX415's dtbo file's name in run/media/BOOT-mmcblk1p1/uEnv.txt file.
Now, when we reboot IMX415 driver throws an error saying.
[ 6.271218] imx415 4-0011: supply dvdd not found, using dummy regulator
[ 6.280560] imx415 4-0011: supply ovdd not found, using dummy regulator
[ 6.291108] imx415 4-0011: supply avdd not found, using dummy regulator
[ 6.299205] imx415 4-0011: error -ENOENT: failed to get clock
[ 6.306808] imx415: probe of 4-0011 failed with error -2
I have attached boot log and dtso file for reference.
kindly, help us to solve this issue.