Actions

Add/Change Licenses Manually

Revision as of 15:12, 13 November 2023 by Luc Morissette (talk | contribs) (Collapsed Windows instructions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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


Windows: COPY [MyNewLicense][InstallDir]\toolpack\pkg\licenses\
Windows:
 COPY [MyNewLicense][InstallDir]\toolpack\pkg\licenses\
 DEL [InstallDir]\toolpack\pkg\licenses\.[TmediaSerial]_license_installed



Installing licenses manually

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

Installation from web portal