Changes

Jump to navigation Jump to search
Line 222: Line 222:     
=== Check system status ===
 
=== Check system status ===
 +
After system update, reboot the Jetson board.
 +
 +
During the Jetson system boot process, it detects the presence of cameras on all i2c buses and generates the /dev/video[X] device node if it exists.
 +
 +
Execute the following command on the Jetson board to check if the camera is properly connected.
 +
 +
<code>dmesg | grep mvcam</code>
 +
 +
You can see the camera model and and the camera version number probed.
 +
 +
A prompt as below indicates that the MV-MIPI-IMX178M camera is detected on the i2c-10 bus.
 +
 +
<code>mvcam 10-003b: camera is: MV-MIPI-IMX178M</code>
 +
 +
<code>mvcam 10-003b: firmware version: 0x1080103</code>
 +
<br />

Navigation menu