Changes

Jump to navigation Jump to search
Line 276: Line 276:  
<code>ls /sys/bus/i2c/drivers/</code>
 
<code>ls /sys/bus/i2c/drivers/</code>
   −
There should have  veye327 csx307 cssc132 directory.
+
There should have  veye327 veyecam csx307 cssc132 directory.
 
=====For DTB=====
 
=====For DTB=====
 
DTB varies from platform  and from camera module.
 
DTB varies from platform  and from camera module.
Line 317: Line 317:  
Run the following command to confirm whether the camera is probed.
 
Run the following command to confirm whether the camera is probed.
   −
*For VEYE-MIPI-327
+
*For VEYE-MIPI-327(using veye327.ko)
    
<code>dmesg | grep veye327</code>  
 
<code>dmesg | grep veye327</code>  
Line 326: Line 326:     
<code>subdev veye327 X-003b bound</code>
 
<code>subdev veye327 X-003b bound</code>
 +
 +
*VEYE-MIPI-X(using veyecam.ko)
 +
 +
<code>dmesg | grep veye</code>  
 +
 +
The output message appears as shown below:
 +
 +
<code>camera id is veyecam</code>
 +
 +
<code>sensor is IMX327/IMX462/IMX385</code>
 +
 +
<code>subdev veyecam X-003b bound</code>
    
*For CS-MIPI-IMX307
 
*For CS-MIPI-IMX307
Line 422: Line 434:  
It is also the same as the X part of dmesg message:
 
It is also the same as the X part of dmesg message:
   −
<code>subdev veye327 X-003b bound</code>
+
<code>subdev veyeX X-003b bound</code>
    
<code>subdev csimx307 X-003b bound</code>
 
<code>subdev csimx307 X-003b bound</code>

Navigation menu