Skip to content

TechNexion-Vision/TEV-Jetson_Jetpack_script

Repository files navigation

video_orin-Banner-TEK(1) >

This script contains a complete system package that enables your Jeston Jetpack to directly support TechNexion embedded vision devices.

Product page:

TEK6040-ORIN-NANO

TEK6100-ORIN-NX

Full instruction:

Technexion Portal

1. Prepare ubuntu environment

Download Ubuntu 20.04/ 22.04 iso file from ubuntu web site.

This script supports native Ubuntu or Ubuntu VM.

2. Create TN Jetpack base on your device.

Prepare git command in your ubuntu

$ sudo apt-get update -y
$ sudo apt-get install git -y

Create the nvidia workspace folder

# Select one folder for Nvidia workspace
$ cd <workspace>
$ mkdir <nvidia_folder>

Download the TN Jetpack

$ git clone https://github.com/TechNexion-Vision/TEV-Jetson_Jetpack_script.git

# Copy script and conf file to your work folder
$ cp -rv TEV-Jetson_Jetpack_script/technexion_jetpack_download.sh <nvidia_folder>
$ cp -rv TEV-Jetson_Jetpack_script/*conf <nvidia_folder>
$ cd <nvidia_folder>

run the script

# Run the script to download Jetpack and Technexion sources
# example:
$ ./technexion_jetpack_download.sh -b TEK6100-ORIN-NX
# you can check all the option once you enter the wrong option.
$ ./technexion_jetpack_download.sh 
download the Technexion Jetpack -b <baseboard>
-b: baseboard <TEK6040-ORIN-NANO/ TEK6100-ORIN-NX>

Jetson Orin series:
TEK6040-ORIN-NANO| TEK6100-ORIN-NX

-t: tag for sync code:
r36.4.ga

--qspi-only: do not create/ flash rootfs, for qspi image only

flash options: <--flash-only/--build-flash/--no-flash>

3. Flash demo image from TEV-Jetpack

Enter Recovery mode

  1. Connect to computer via M-USB1.
  2. Press 'Recovery' button and 'Reset' button at the same time.
  3. Release 'Reset' button.
  4. Release 'Recovery' button.
  5. Check wether the device is connected.
$ lsusb
Bus 001 Device 012: ID 0955:7e19 NVIDIA Corp. APX

Flash demo image from L4T

# Use flash option `--flash-only`
$ ./technexion_jetpack_download.sh -b <baseboard> --flash-only

Want for more guide ?

click here !! Technexion Portal

About

Jetson Jetpack complete system package to support TEV series devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages