Flash_Jetson_Device_on_Linux - KunSheng-Liu/Autonomous-Driving GitHub Wiki
AGX Flashing
Nvidia SDK Manager
-
Install on the PC (Link)
-
Launch SDK Manager
sdkmanager
-
Choose the device and Jetpack version


-
Choose Components

-
Connect to the device and config as the picture

- Note: the device should be in
Recovery Mode, if not,-
Shut down the device
sudo reboot -
Hold the power and refresh buttons at the same time
-
Wait for SDK Manager to detect

-
- Note: the device should be in
-
Wait for flashing (Fig. 1) until SDK Manager asks for connection again (Fig. 2)


-
Log in the device through the above password, and set up ethernet



-
Back to SDK Manager on PC, enter the IP then keep waiting for installation



-
Finish

Jetson Status
sudo apt-get install python3-pip
sudo pip3 install -U jetson-stats
sudo reboot
jtop
Setup for Git
-
Generate ssh key
ssh-keygen -C "AGX@kunsheng-Lab" -
Copy the public key
cd ~/.ssh/ cat id_rsa.pub
-
Post to GitLab

-
Setup GitLab config
cd ~/.ssh/ touch config vim config
-
Setup Git config
git config --global user.name KunSheng git config --global user.email [email protected]
Visual Code
wget http://update.code.visualstudio.com/1.65.2/linux-deb-arm64/stable
sudo dpkg -i stable