Skip to content

Commit 073cedd

Browse files
Imported 35.1.0-5.0.2 source
1 parent de1f51d commit 073cedd

File tree

6,207 files changed

+275457
-101656
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,207 files changed

+275457
-101656
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ __pycache__
2222
.*.swo
2323
avt_build/work
2424
avt_build/.dlcache
25+
avt_build/build.log

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NVIDIA Jetson driver (Beta)
22

33

4-
Driver (Beta) for Allied Vision Alvium MIPI cameras for NVIDIA Jetson with JetPack 5.0.1 DP (L4T 34.1.1)
4+
Driver (Beta) for Allied Vision Alvium MIPI cameras for NVIDIA Jetson with JetPack 5.0.2 (L4T 35.1)
55
https://developer.nvidia.com/embedded/jetpack
66
![Alvium camera](https://cdn.alliedvision.com/fileadmin/content/images/cameras/Alvium/various/alvium-cameras-models.png)
77

@@ -20,21 +20,20 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SO
2020

2121
The scripts in this project build and install the Allied Vision MIPI camera driver to the NVIDIA Jetson boards.
2222

23-
Compatible platforms with JetPack 5.0.1 DP (L4T 34.1.1) :
23+
Compatible platforms with JetPack 5.0.2 (L4T 35.1) :
2424

2525
+ AGX Xavier NVIDIA developer kit (including optional use of Allied Vision's adapter for up to 6 cameras)
2626
+ Xavier NX NVIDIA developer kit
27-
+ Xavier NX on [Auvidea JNX30-PD](https://auvidea.eu/product/38401/) for Alvium cameras with FPD Link interface.
2827
+ AGX Orin NVIDIA developer kit
2928

3029

3130
The scripts require Git on the host PC.
3231

3332
***Before starting the installation, make sure to create a backup of your Jetson system.***
3433

35-
## Prerequisites: Install JetPack 5.0.1 Developer Preview
34+
## Prerequisites: Install JetPack 5.0.2
3635

37-
Install JetPack 5.0.1 DP (L4T 34.1.1) as per NVIDIA's instructions
36+
Install JetPack 5.0.2 (L4T 35.1) as per NVIDIA's instructions
3837
https://developer.nvidia.com/embedded/jetpack
3938

4039
Recommendation: Use NVIDIA SDK Manager to install JetPack and useful tools such as CUDA.
@@ -48,7 +47,7 @@ https://docs.nvidia.com/sdk-manager/
4847
Install the precompiled kernel, which includes the driver and an installation menu.
4948

5049
1. Extract the tarball on a host PC.
51-
The tarball contains helper scripts and another tarball with the precompiled binaries named AlliedVision_NVidia_L4T_34.1.1_<git-rev>.tar.gz.
50+
The tarball contains helper scripts and another tarball with the precompiled binaries named AlliedVision_NVidia_L4T_35.1.0_<git-rev>.tar.gz.
5251

5352
2. Copy the tarball to the target board.
5453
3. On the target board, extract the tarball and run the included install script.
@@ -61,8 +60,8 @@ Download sources and scripts from https://github.com/alliedvision/linux_nvidia_j
6160

6261
**On the host PC:**
6362

64-
1. Execute `./build.py -b <xavier>`
65-
Use "xavier" for AGX Xavier, NX Xavier, and AGX Orin.
63+
1. Execute `./build.py -b xavier`
64+
Optionally you can sign the resulting apt repository with a pgp key by adding the option `--sign <name of pgp key>`.
6665

6766
2. Copy the tarball to the target board.
6867

@@ -73,8 +72,9 @@ The script includes an **installation menu**, please use the option for your har
7372

7473
+ Option `none`: The Allied Vision camera driver is not loaded during bootup. To load the driver, reboot the board.
7574

76-
+ For NX Xavier and AGX Orin, select option `devkit`.
77-
For Xavier AGX, select the option `2 cameras` or `6 cameras`.
75+
+ For Xavier NX, select option `devkit`.
76+
For AGX Orin, select option `2 cameras`.
77+
For AGX Xavier, select the option `2 cameras` or `6 cameras`.
7878

7979
Reboot the board. Now you can use the driver.
8080

0 commit comments

Comments
 (0)