Error with camera_i2c_config and IMX462
-
Hi,
I am using a Pi4B which I have configured prior to the Veye_Mipi_327 camera. Now I want to test the new IMX462 module. During installation I get the following error:pi@M1000:~/imx462/bayercam_for_print3d/i2c_tools $ ./camera_i2c_config -b 10 setting GPIO for board revsion: c03112 kernel ver:5 Raspberry Pi3B / Pi3B+ / 3A / 4B(1G/2G/4G/8G) ./camera_i2c_config: 120: ./camera_i2c_config: ./rpi3-gpiovirtbuf: Permission denied Use i2c-10 for the sensor (-y 10)
Any ideas what can cause this?
-
@seka Sorry. Found out again myself:
sudo chmod +rwx rpi3-gpiovirtbuf
... did the trick
Maybe and hopefully someone else will benefits from my stupid questions, though I doubt it haha...
-
@seka
Thank you for sharing.