NVIDIA Jetson
Installing Synpse agent on a NVIDIA Jetson
- NVIDIA Jetson with an installed OS. You can find "getting started" guides for individual models in the official documentation.

Our installer script relies on
curl
to download the agent. Open the terminal in NVIDIA Jetson by clicking on the LXTerminal. From the start, I would suggest assuming root permissions as we will be installing some system packages:sudo -i
Then to install curl:
apt-get install curl
Open Chromium browser. Then, login into your account on https://cloud.synpse.net, then go into the “Devices” page. Click on “provision”:

Device provisioning through Chromium
And copy the given command into the terminal:

Copy the installation command into the terminal
In a few seconds, you should be able to see a new device registered in Synpse dashboard.
Last modified 1yr ago