To flash the Jetson AGX Orin using the NVIDIA SDK Manager, follow these steps:
In this documentation, optional setup flow with SDK Manager is used to enforce installation of Ubuntu 20.04 instead of Ubuntu 22.04 that comes with default setup flow.
Download and Install SDK Manager:
Download the latest SDK Manager Debian package on the host PC from the NVIDIA website. This help to use the NVIDIA SDK Manager GUI to successfully configure the Jetson development environment.
Note: there is a need to use credentials of the NVIDIA Developer account to use SDK manager.
Connect the Jetson AGX Orin Developer Kit to your host PC using the provided USB Type-A to Type-C cable. Ensure the Type-C plug is inserted into the port next to the 40-pin connector on the Jetson device.
Put the Jetson device into Force Recovery Mode by holding down the middle Force Recovery button while inserting the USB Type-C power supply plug. Check the hardware layout in the link listed in the sources.
SDK manager will detect Jetson AGX Orin Developer Kit. SDK version indicates which JetPack version suits the system needs.
In the Target Components panel, select “Jetson Linux” to install the base L4T BSP and deselect “Jetson SDK Components” if you do not want to install additional SDK components at this stage.
Follow the prompts to accept license agreements and proceed with the flashing process.
Configure and Complete the Flashing Process:
SDK Manager will prompt you to prepare your device for flashing and select the storage device (e.g., eMMC, NVMe, USB).
This documentation flash a new Jetson AGX Orin kit which is not set with username and password, thus the manual setup and follw the setps as it appear in the wizard.
Then choose the target hardware from the listed devices.
Complete the OEM configuration as prompted on the device then click the “Flash” button to start the flashing process. Once completed, the Jetson AGX Orin will reboot into the L4T BSP.
Complete Installation Wizard of Ubuntu in Jetson AGX Orin Device.
Install Additional JetPack components:
After flashing the OS, you can install additional JetPack components by running the SDK Manager again, selecting “Jetson SDK Components,” and following the installation steps.
For more detailed instructions, refer to the official Jetson AGX Orin Developer Kit User Guide
Rover Robots work in both ROS1 and ROS2 drivers. This documentation is exclusively built for ROS1 and ROS wrapper (Roverrobotics_ros1) to interface with roverrobotics' robots.
To allow users without privileges to communicate with the Yoctopuce devices:
sudo VirtualHub --install_udev_rule
Note: YOU NEED TO REBOOT THE SYSTEM BEFORE THIS RULE IS APPLIED.
In addition, to avoid explicitly run VirtualHub each time need to run it, install it as a
service. To do so, run the following command:
sudo VirtualHub -i
Configuring and testing the modules:
Connect in HTTP to port 4444 of the machine on which VirtualHub is running.
Use the http://127.0.0.1:4444 address, then the list of all the modules connected on the machine should appear.
There is ability to configure a module by clicking on the corresponding configure button in the main interface. A window, specific to the module will be open.
Install the libgps-dev package using:
sudo apt-get install libgps-dev
Clone gps_umd package that contains messages for representing data from GPS devices and algorithms for manipulating it. (required)