Add/Change Licenses Manually

Adding licenses

  • Copy the new licenses in the license directory.

 cp [MyNewLicense][InstallDir]/toolpack/pkg/licenses/

Example:

 cp ./TB002933_RELEASE_V3_2_license.dat /lib/tb/toolpack/pkg/licenses/

Updating licenses

  • Overwrite the old license with the new one.

  • Erase the .[TmediaSerial]_license_installed file.

 cp [MyNewLicense][InstallDir]/toolpack/pkg/licenses/
 rm [InstallDir]/toolpack/pkg/licenses/.[TmediaSerial]_license_installed

Example:

 cp ./TB002933_RELEASE_V3_2_license.dat /lib/tb/toolpack/pkg/licenses/
 rm /lib/tb/toolpack/pkg/licenses/.[TmediaSerial]_license_installed

Installing licenses manually

Alternatively, you can install the license manually with the tool tbautoinstall as instructed here.

Last updated

Was this helpful?