Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ping the MAC address of the jetson as so

    Code Block
    languagebash
    themeMidnight
    # For example, pinging DESPERADO:
    $ ping 00044ba7d76d.dynamic.utexas.edu


  2. Take the IP address and ssh into the device

    Code Block
    languagebash
    themeMidnight
    $ ssh tar@<ip address>
    1. If you are successful, it will prompt you with a yes/no question. Say YES.
    2. Enter the universal TAR password–if you don't know it, ask your lead or a friend!

  3. That's it! You should be in.

...