Changes

Jump to navigation Jump to search
Line 19: Line 19:  
|VEYE series
 
|VEYE series
 
|VEYE-MIPI-IMX385
 
|VEYE-MIPI-IMX385
|Processing
+
|Done
 
|ADP-TWG
 
|ADP-TWG
 
|-
 
|-
Line 95: Line 95:  
<code>deft-kid                (192.168.0.122)</code>
 
<code>deft-kid                (192.168.0.122)</code>
   −
* install linux image dtb
+
* push deb file to coral board
    
<code>cd google_coral_i.mx/linux-image-deb/</code>
 
<code>cd google_coral_i.mx/linux-image-deb/</code>
   −
<code>mdt install ./linux-image-4.14.98-imx_12-2_arm64.deb</code>
+
<code>mdt push linux-image-4.14.98-imx_12-2_arm64.deb</code>
 
  −
Pay attention to the log information, it can be installed correctly normally.
      
* Log in Coral board via mdt
 
* Log in Coral board via mdt
    
<code>mdt shell</code>
 
<code>mdt shell</code>
 +
 +
* Install deb file
 +
 +
<code>sudo dpkg -i linux-image-4.14.98-imx_12-2_arm64.deb</code>
 +
 +
Pay attention to the log information, it can be installed correctly normally.
    
* Overwrite the dtb file  
 
* Overwrite the dtb file  
    
In coral board shell,
 
In coral board shell,
 +
 +
<code>cd /boot/</code>
    
<code>sudo cp fsl-imx8mq-phanbell-<camera_name>.dtb fsl-imx8mq-phanbell.dtb</code>
 
<code>sudo cp fsl-imx8mq-phanbell-<camera_name>.dtb fsl-imx8mq-phanbell.dtb</code>
Line 175: Line 181:  
<code>v4l2-ctl --list-formats-ext -d /dev/video0</code>
 
<code>v4l2-ctl --list-formats-ext -d /dev/video0</code>
   −
==== Video Stream test ====
+
==== Gstreamer usage examples ====
    
===== Install gstreamer tools =====
 
===== Install gstreamer tools =====

Navigation menu