GrmonRCP supports automatic updates, and will by default look for updates at launch. This can be changed in the preferences under Window → Preferences → Install/Update → Automatic Updates.

To manually check for updates goto Help → Software Updates → Find and Install.... This will look for updates at the default update site.
The default update site for the eval version is:
http://www.gaisler.com/eclipse/grmonrcp/
And for the professional version
http://www.gaisler.com/grmon/grmonrcp/
It is possible to mirror the update site, e.g., to have an internal update site. This will require a policy file to specify the new update location. It should look like this:
<?xml version="1.0" encoding="UTF-8"?> <update-policy> <url-map pattern="com.gaisler.grmonrcp.eval" url="http://internal/updates/eval/"/> <url-map pattern="com.gaisler.grmonrcp.pro" url="http://internal/update/pro"/> </update-policy>
Where the url parameter specifies the internal update site to use instead of the default. This file should be named policy.xml. All clients need to specify the URL of this file as Policy URL under Window → Preferences → Install/Update. The file could be either local using the file:// prefix or remote using, e.g., http://.
