This script contains a complete system package that enables your Jeston Jetpack to directly support TechNexion embedded vision devices.
Download Ubuntu 20.04/ 22.04 iso file from ubuntu web site.
This script supports native Ubuntu or Ubuntu VM.
$ sudo apt-get update -y
$ sudo apt-get install git -y
# Select one folder for Nvidia workspace
$ cd <workspace>
$ mkdir <nvidia_folder>
$ 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 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>
- Connect to computer via M-USB1.
- Press 'Recovery' button and 'Reset' button at the same time.
- Release 'Reset' button.
- Release 'Recovery' button.
- Check wether the device is connected.
$ lsusb
Bus 001 Device 012: ID 0955:7e19 NVIDIA Corp. APX
# Use flash option `--flash-only`
$ ./technexion_jetpack_download.sh -b <baseboard> --flash-only
click here !! Technexion Portal