OmniVision Monochrome OV24A1B Linux driver for Jetson: Difference between revisions

Line 297: Line 297:
=== Building kernel sources ===
=== Building kernel sources ===


Once you have purchased the driver you will be provided with a tarball file containing the required patches to install the driver.<br>
Once you have purchased the driver you will be provided with a tarball file containing the required patches to install the driver. Lets call it ''ov24a1b_driver.tar''.<br><br>
Lets call it ''ov24a1b_driver.tar''.<br><br>


'''1.''' Download the toolchain.<br>
'''1.''' Download the toolchain.<br>
Line 313: Line 312:
</syntaxhighlight>
</syntaxhighlight>


'''2.''' Download and install JetPack 4.4 following the instructions from [https://developer.ridgerun.com/wiki/index.php?title=Raspberry_Pi_HQ_camera_IMX477_Linux_driver_for_Jetson#Download_the_JetPack_4.4 JetPack 4.4 Installation Instructions]<br>
'''2.''' Download and install JetPack 4.4 following the instructions from [https://developer.ridgerun.com/wiki/index.php?title=Raspberry_Pi_HQ_camera_IMX477_Linux_driver_for_Jetson#Download_the_JetPack_4.4 JetPack 4.4 Installation Instructions]<br><br>


'''3.''' Download the L4T sources according to your platform from the [https://developer.nvidia.com/embedded/downloads Jetson Download Center].<br>
'''3.''' Download the L4T sources according to your platform from the [https://developer.nvidia.com/embedded/downloads Jetson Download Center].<br>


The Xavier AGX sources for JetPack 4.4 can be downloaded from [https://developer.nvidia.com/embedded/L4T/r32_Release_v4.3/sources/T186/public_sources.tbz2 here].
    The Xavier AGX sources for JetPack 4.4 can be downloaded from [https://developer.nvidia.com/embedded/L4T/r32_Release_v4.3/sources/T186/public_sources.tbz2 here].<br><br>


'''4.''' Create a folder named ''sources/'' in the ''Linux_for_Tegra/'' directory.
'''4.''' Create a folder named ''sources/'' in the ''Linux_for_Tegra/'' directory.
<syntaxhighlight>
<syntaxhighlight>
mkdir -p JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/source/
mkdir -p JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/source/
</syntaxhighlight>
</syntaxhighlight><br>


'''5.''' Uncompress the ''public_sources.tbz2'' tarball.
'''5.''' Uncompress the ''public_sources.tbz2'' tarball.
932

edits