Difference between revisions of "License installation on a headless system"

From SEGGER Wiki
Jump to: navigation, search
(Undo revision 7939 by Nino (talk))
(Tags: Replaced, Undo)
Line 1: Line 1:
  +
[[Category:Embedded Studio]]
To be announced.
 
  +
With Embedded Studio V5.10 a new command line tool called emLicense has been added which allows to install Embedded Studio licenses via command line even on a headless system. This article will explain the usage of the tool.
  +
  +
== License installation wit emLicense ==
  +
* Open your terminal tool and navigate to the Embedded Studio installation folder into the /bin folder.
  +
* For Windows systems call: emLicense.exe install <license_activation_string>
  +
** Where <license_activation_string> is the complete license string you received.
  +
* For Linux/macOS systems call: ./emLicense install license_activation_string
  +
** Where <license_activation_string> is the complete license string you received.

Revision as of 13:39, 6 August 2020

With Embedded Studio V5.10 a new command line tool called emLicense has been added which allows to install Embedded Studio licenses via command line even on a headless system. This article will explain the usage of the tool.

License installation wit emLicense

  • Open your terminal tool and navigate to the Embedded Studio installation folder into the /bin folder.
  • For Windows systems call: emLicense.exe install <license_activation_string>
    • Where <license_activation_string> is the complete license string you received.
  • For Linux/macOS systems call: ./emLicense install license_activation_string
    • Where <license_activation_string> is the complete license string you received.