HDK Software Update
1. Download the quickstart script
curl -O https://docs.nodarsensor.net/sdk/nodar-quickstart.sh
chmod +x nodar-quickstart.sh
2. Run the quickstart script
./nodar-quickstart.sh <uuid> --install
Replace <uuid> with your customer-specific identifier.
3. Manual install (if auto-install fails)
If the automatic installation does not succeed, you can manually download and install the packages.
Download the Hammerhead and Nodar Viewer .deb files from:
https://downloads.nodarsensor.net/<uuid>
Then install them:
sudo apt install ./<path_to_hammerhead_deb>
sudo apt install ./<path_to_nodar_viewer_deb>
Note: If your HDK is running version 2.11.4 or earlier, please follow the legacy update instructions.