Jetson Development
Logging in to the Jetson and getting its IP
You will need to have minicom installed. On Ubuntu, it can be installed with sudo apt install minicom.
- Connect your computer to the Jetson via USB-C.
- Connect the Jetson to ethernet.
- On your own computer’s terminal:
- run
sudo chmod a+rw /dev/ttyACM0 - run
minicom --device /dev/ttyACM0 - You will see a login prompt in minicom. Use the same login that we use for the Linux laptop.
- run
- While logged into the Jetson in minicom:
- run
ifconfig - Note the value under
enP8p1s0->inet, e.g.192.168.1.129. Copy this value.
- run
Now, you can connect to the Jetson using VNC or VSCode.
Connecting to the Jetson via VNC
Follow the steps outlined in Connecting to VNC service from another computer.
Connecting to the Jetson via VSCode Remote SSH
You will need the Remote - SSH extension.
- Open the command palette with Ctrl + Shift + P.
- Select
Remote-SSH: Connect to Host... - Log in as
grizzly@your_inet, replacingyour_inetwith the value you copied. - Type the password when prompted.