Setting Up Hostname
It's advised to change the hostname of each device to a unique name so that you can easily identify them afterwards and avoid accidental misidentification.
Set Up Hostname (Automatic)
Use the script.
Set Up Hostname (Manual)
- Switch the workplace to the Jetson devices by either
ssh
or IO devices. - Change the contents of the file
/etc/hostname
to something like:
for the server ortegra-server
for some client.tegra-client-1
- Change the contents of the file
/etc/hosts
to something like:
for the server or127.0.0.1 localhost 127.0.1.1 tegra-server
for some client.127.0.0.1 localhost 127.0.1.1 tegra-client-1
- Repeat steps #1-3 to other devices, replace the name
tegra-server
ortegra-client-1
with something else.