NVIDIA Jetson AGX Thor - Development in the Board

From RidgeRun Developer Wiki

Follow Us On Twitter LinkedIn Email Share this page





Previous: JetPack_7.0/Performance_Tuning/Maximizing_Performance Index Next: In_Board/Board_access_methods









Once JetPack 7.0 is installed and Jetson AGX Thor has been successfully flashed, you are ready to begin development directly on the board. Jetson Thor is a full-featured embedded Linux system running Ubuntu 24.04, with access to standard development tools, AI libraries, multimedia stacks, and networking interfaces.

This section introduces how to work with the board in runtime - from connecting via terminal or desktop, to installing packages and setting up the environment for development.

It is divided into two key areas:

  • Board Access Methods: How to connect to Jetson Thor via UART serial console, SSH, or directly through the Ubuntu desktop GUI.
  • Installing Packages: Learn how to use apt and other tools to install AI frameworks, compilers, multimedia libraries, and more.

Whether you're debugging kernel logs over serial or installing deep learning frameworks via the terminal, Jetson AGX Thor supports flexible workflows for testing, research, and deployment.



Previous: JetPack_7.0/Performance_Tuning/Maximizing_Performance Index Next: In_Board/Board_access_methods