Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
[[VEYE CS Camera for Jetson TX2/zh|查看中文]]
 
[[VEYE CS Camera for Jetson TX2/zh|查看中文]]
   −
'''<big>How to use VEYE and CS series camera module on NVIDIA Jetson TX2,AGX Xavier and Xavier NX</big>'''
+
'''<big>How to use VEYE and CS series camera module on NVIDIA Jetson Nano,TX2,AGX Xavier and Xavier NX</big>'''
    
===Overview===
 
===Overview===
Line 60: Line 60:  
refer to [https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit#write Official document]
 
refer to [https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit#write Official document]
   −
==== BSP package introduction ====
+
====BSP package introduction====
    
=====Path=====
 
=====Path=====
Line 72: Line 72:  
*i2c toolkits
 
*i2c toolkits
   −
==== Upgrade Jetson Nano and Xavier NX without HOSTPC ====
+
====Upgrade Jetson Nano and Xavier NX without HOSTPC====
   −
===== Check the current L4T version =====
+
=====Check the current L4T version=====
 
First check the current L4T version and try to replace it with the same version.
 
First check the current L4T version and try to replace it with the same version.
   Line 85: Line 85:  
It means L4t Verion is 32.4.3
 
It means L4t Verion is 32.4.3
   −
===== Download the bsp package to the Jetson board =====
+
=====Download the bsp package to the Jetson board=====
 
On Jetson Nano or Xavier NX:
 
On Jetson Nano or Xavier NX:
    
<code>git clone <nowiki>https://github.com/veyeimaging/nvidia_jetson_veye_bsp.git</nowiki></code>
 
<code>git clone <nowiki>https://github.com/veyeimaging/nvidia_jetson_veye_bsp.git</nowiki></code>
   −
===== Upgrade Image =====
+
=====Upgrade Image=====
 
First, under the bsp package directory, find the corresponding version of the Image package, decompress it, and execute:
 
First, under the bsp package directory, find the corresponding version of the Image package, decompress it, and execute:
    
<code>sudo cp <path to your Image dir>/Image /boot/Image -f</code>
 
<code>sudo cp <path to your Image dir>/Image /boot/Image -f</code>
   −
===== Upgrade dtb =====
+
=====Upgrade dtb=====
 
Under the bsp package directory, find the dtb file corresponding to your camera module model and L4T version number.
 
Under the bsp package directory, find the dtb file corresponding to your camera module model and L4T version number.
   Line 104: Line 104:  
<code>FDT /boot/<DTB file name></code>
 
<code>FDT /boot/<DTB file name></code>
   −
==== Upgrade Jetson Board using Host PC ====
+
====Upgrade Jetson Board using Host PC====
    
=====Setting Up the Host PC Environment=====
 
=====Setting Up the Host PC Environment=====

Navigation menu