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 on master_config.ini: The update does not modify your existing master_config.ini. New releases may add or remove fields in the template — see the master config documentation for the latest version, and diff it against your existing config to add or remove fields as needed.


Note: If your HDK is running version 2.11.4 or earlier, please follow the legacy update instructions.