Skip to content

Commit 8a00628

Browse files
committed
Update README to discuss submodules
1 parent cac7fac commit 8a00628

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ n.b. This repository is based on the [Allied Vision Alvium CSI Driver for Jetpac
22

33
# Vision Components MIPI driver for Jetpack 6
44

5+
## Submodule status:
6+
7+
Following the pattern from the [AVT driver package](https://github.com/alliedvision/alvium-jetson-driver-release), the four Nvidia OOT kernel packages are included as submodules:
8+
9+
* `nvidia-hwpm`, `nvidia-nvethernetrm`, and `nvidia-nvgpu` use the upstream repos from _Allied VIsion_. I don't know how/if these differ from Nvidia's original source.
10+
* `nvidia-oot` points to [my nvidia-oot repo](https://github.com/amarburg/nvidia-oot) which contains the Nvidia OOT module source with the [VC patches](https://github.com/VC-MIPI-modules/vc_mipi_nvidia/tree/master/patch/kernel_Xavier_36.2.0%2B) applied.
11+
12+
The `vc-mipi-driver` contains the VC module sources [from their repo](https://github.com/VC-MIPI-modules/vc_mipi_nvidia/tree/master/src), rearranged for this build system.
13+
514
## Building
615
1. Clone this repository including all submodules
716
2. Download the Jetson Linux driver package (BSP) and cross compiler from: [Jetson Linux Downloads](https://developer.nvidia.com/embedded/jetson-linux)

0 commit comments

Comments
 (0)