Difference between revisions of "Renesas:RXHEW"

From Serious Documentation
Jump to: navigation, search
(Created page with " == Introduction == Software development in C on Serious Integrated Modules (SIMs) using the Renesas RX600 series MCUs requires the following software installs: * Re...")
 
(Installing the Segger JLink Debugger Drivers)
 
(30 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
== Introduction ==
 
== Introduction ==
  
Software development in C on [[SIMs|Serious Integrated Modules (SIMs)]] using the Renesas RX600 series MCUs requires the following software installs:
+
Software development in C on [[SIMs|Serious Integrated Modules (SIMs)]] using the Renesas RX600 series MCUs requires three main components:
* Renesas High-performance Embedded Workshop (HEW) or the Eclipse-based E2Studio
+
* An Integrated Development Environment (IDE)
* GNU C compiler (supplied by KPIT Cummins)
+
* A C compiler suite
 +
* A programmer/debugger device with drivers
  
In addition, one of the following programmer/debugger hardware units must be used with the appropriate drivers:
+
There are three main IDEs available:
* Renesas E1/E20 debugger drivers
+
* The free <ext>http://www.renesas.com/products/tools/ide/ide_hew/index.jsp ::Renesas High-performance Embedded Workshop (HEW)</ext>
* Segger Jlink
+
* The free <ext>http://www.renesas.com/products/tools/ide/ide_e2studio/index.jsp :: Renesas Eclipse-based E2Studio</ext>
 +
* The full-featured commercial <ext>http://www.iar.com/en/Products/IAR-Embedded-Workbench/Renesas-RX/ ::IAR Embedded Workbench for Renesas RX</ext>
  
For more information on Renesas development tools, please visit [http://www.renesas.com/products/tools/index.jsp the Renesas tools site].
+
This guide covers the HEW installation.
  
== Installing HEW ==
+
There are three main C Compilers available:
 +
* The free (fully unlocked) <ext>http://www.kpitgnutools.com/index.php ::KPIT Cummins GNU C compiler</ext>
 +
* The high performance, full-featured, and commercially supported Renesas RX Compiler
 +
* The high performance, full-featured, and commercially supported <ext>http://www.iar.com/en/Products/IAR-Embedded-Workbench/Renesas-RX/ ::IAR Compiler in the IAR Embedded Workbench for Renesas RX</ext>
  
HEW runs on Windows XP, Vista and 7 platforms.  Please consult the [http://www.renesas.com/products/tools/ide/ide_hew/index.jsp Renesas HEW website] for complete system requirements.
+
This guide covers the KPIT GNU C installation.  
  
Renesas HEW IDE is not available for download as a standalone item. Instead, you must download the complete build from a starter kit or development kit. These instructions use the release image for the YRDKRX63N starter kit.
+
There are several debugger/programmer solutions, requiring both the hardware debug adapter plus appropriate software drivers:
 +
* Renesas E1 debugger
 +
* Renesas E20 debugger
 +
* Segger <ext>http://www.segger.com/development-tools.html ::J-Link</ext>
 +
* Segger <ext>http://www.segger.com/jlink-lite-rx.html ::J-Link LITE RX</ext>
  
Download the [http://www.renesas.com/rdkRX63Ninstall www.renesas.com/rdkRX63Ninstall YRDKRX63N Installation CD ZIP image] to your PC and extract it.  Then run the install program autorun.exe from the DVD10 folder to install HEW.
+
All of these debuggers are covered in this guide.
  
The version of KPIT GNU RX C Compiler included on the YRDKRX63N installation CD will be out of date. Also, you will need an activiation key from KPIT Cummins so '''do not install''' the KPIT GNU version from the HEW Download. The KPIT GNU Toolchain installation step will be covered later in the document.
+
For more information on Renesas development tools, please visit <ext>http://www.renesas.com/products/tools/index.jsp ::the Renesas tools site</ext>.
  
[[Image:HEWRX-01.png||RDK Installation Startup Screen]]
+
== Installing HEW ==
  
 +
HEW runs on Windows XP, Vista and 7 platforms.  Please consult the <ext>http://www.renesas.com/products/tools/ide/ide_hew/index.jsp ::Renesas HEW website</ext> for complete system requirements.
  
 +
Renesas HEW IDE is not available for download as a standalone item.  Instead, you must download the complete build from a starter kit or development kit.  These instructions use the release image for the YRDKRX63N starter kit.
  
Install the RDK with the rest of the settings as default.
+
<ol>
 
+
<li>Download the <ext>http://www.renesas.com/rdkRX63Ninstall ::YRDKRX63N Installation ZIP</ext> to your PC and extract it.</li>
<div> name="_Toc340818999" </div>
+
<li>Run the install program autorun.exe from the DVD10 folder to install HEW.  <span style="color:#FF2020"> '''DO NOT INSTALL'''</span> the KPIT GNU Compiler from the YRDKRX63N installation files: the version included in the YRDKRX63N installation may be out of dateAlso, you will need an activation key from KPIT CumminsAfter the base HEW IDE is installed we'll cover how to get and install the latest KPIT GNU C compiler suite.</li>
 
 
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image002.png|44px|Tip]]Once HEW is installed, you will need to update it to the latest revision.  This will enable new features and new microprocessor support for the RX63x series as well.  Follow the link below to the downloads section on the Renesas website:
 
 
 
 
 
 
 
·        [http://www.renesas.com/products/tools/ide/ide_hew/downloads.jsp http://www.renesas.com/products/tools/ide/ide_hew/downloads.jsp]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
On that page you’ll find a listing of all updater revisions for HEW.  Find the latest version updater, download it and install it. Follow the install directions and update your HEW install to the latest version.
 
 
 
 
 
 
 
 
 
 
<div> name="_Toc340819000" </div>
 
 
 
Serious SHIPWare is written in C using the GNU toolchain from KPIT Cummins. The GNU toolchain download from KPIT Cummins is available to registered users.  You must register on the KPIT website to get an activation code and be able to download the GNU ToolchainFollow the link below and register yourself:
 
 
 
 
 
 
 
[http://www.kpitgnutools.com/index.php http://www.kpitgnutools.com/] 
 
 
 
 
 
 
 
Once you register and have an activation code, you can log into the KPIT website and download the GNURX Toolchain.  To get to the downloads section select the “Free Downloads->Latest KPIT GNU Tools” dropdown selection.  You will see a window similar to the following:
 
 
 
 
 
 
 
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image006.png|624px]]
 
 
 
 
 
 
 
Figure 2 KPIT GNU Tools & Support Page
 
 
 
 
 
 
 
 
 
 
 
 
 
 
You will want to select the GNURX vXX.XX Windows Tool Chain (ELF) download:
 
 
 
 
 
 
 
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image008.png|624px]]
 
 
 
 
 
 
 
Figure 3 GNURX selection
 
 
 
 
 
 
 
Once the GNURX Toolchain installation file is downloaded, execute it.  Default settings are usually sufficient for the installation.
 
 
 
 
 
 
 
 
 
 
<div> name="_Toc340819001" </div>
 
 
 
Now that HEW and GNURX Toolchain are installed, you can now install the hardware debugger software drivers.  At this point you have a few options in selecting the hardware debugger.  This installation guide will go over the Renesas E1/E20 and the Segger J-Link/J-Link Lite installation.  The Renesas E1 debugger, the Segger JLink and the Segger JLink-Lite debugger are all used in the development of Serious products.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<div> name="_Toc340819002" </div>
 
 
 
If you’re using the Renesas E1 or E20 debugger, download the appropriate driver software from the following links:
 
 
 
 
 
 
 
·        E1: [http://www.renesas.com/products/tools/emulation_debugging/onchip_debuggers/e1/downloads.jsp http://www.renesas.com/products/tools/emulation_debugging/onchip_debuggers/e1/downloads.jsp]
 
 
 
 
 
 
 
·        E20: [http://www.renesas.com/products/tools/emulation_debugging/onchip_debuggers/e20/downloads.jsp http://www.renesas.com/products/tools/emulation_debugging/onchip_debuggers/e20/downloads.jsp]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Find the latest debugger installation link in the list, download it and run it.  The HEW Install Manager will also be installed with the RX E1/ED20 Emulator Debugger along with the E-Series USB Drive and an Auto-Update utility.  Go ahead and install those items as well.
 
 
 
 
 
 
 
 
 
 
<div> name="_Toc340819003" </div>
 
 
 
Segger J-Link and J-Link Lite debuggers are great, cost-effective debugger solutions.  For the Segger J-Link and J-link Lite, these links have important information about the debuggers:
 
 
 
 
 
 
 
·        J-Link: [http://www.renesas.com/products/tools/emulation_debugging/onchip_debuggers/e1/downloads.jsp http://www.renesas.com/products/tools/emulation_debugging/onchip_debuggers/e1/downloads.jsp]
 
 
 
 
 
 
 
·        J-Link Lite: [http://segger.com/jlink-lite-rx.html http://segger.com/jlink-lite-rx.html]
 
 
 
 
 
 
 
   
 
 
 
 
 
 
 
To install the Segger J-Link or J-Link Lite for the RX-family, you will need two files from this link:
 
 
 
 
 
 
 
·        [http://segger.com/j-link-rx.html http://segger.com/j-link-rx.html]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image002.png|44px|Tip]]IMPORTANT! There are actually two files you need from the above link page.  The Segger documentation is not well written so do the following in these steps.
 
 
 
 
 
 
 
There is a “Getting Started” section on the Segger j-link-rx link.  A screenshot of that is shown below:
 
 
 
 
 
 
 
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image010.png|499px]]
 
 
 
 
 
 
 
Figure 4 Segger Getting Started
 
 
 
 
 
 
 
You can use their guidelines for installation if you get stuck, but what works for us at Serious is to do the following instructions outlined below.
 
 
 
 
 
 
 
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image012.png|34px|http://pinoylist.net/images/warning.gif]]  For first-time installations, start at step (1).  For updating installations of the J-Link debugger, you can skip step #1.
 
 
 
 
 
 
 
1)      Download and install this file:
 
 
 
 
 
 
 
[http://segger.com/admin/uploads/userfiles/file/JLinkRX/HEWJLinkRegistrationInstaller.zip http://segger.com/admin/uploads/userfiles/file/JLinkRX/HEWJLinkRegistrationInstaller.zip]
 
 
 
 
 
 
 
                This tool registers your debugger in HEW.  Screen shot of the install:
 
 
 
 
 
 
 
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image014.png|361px]]
 
 
 
 
 
 
 
Figure 5.  HEWSEggerJLink Installer
 
 
 
 
 
 
 
2)      Once that’s done, then download and the J-Link RX software package from the Segger website:
 
 
 
 
 
 
 
·        [http://segger.com/j-link-rx.html http://segger.com/j-link-rx.html]
 
 
 
 
 
 
 
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image016.png|489px]]
 
 
 
 
 
  
Figure 6. Segger J-Link RX Website
+
[[File:RXHEW-01.png|480px|border|center|RDK Installation Startup Screen]]
  
  
 +
<li>Install the YRDKRX63N with the rest of the settings as default.</li>
 +
</ol>
  
+
== Updating HEW ==
  
 +
Once HEW is installed, you will need to update it to the latest revision.  This will enable new features and new microprocessor support for the RX63x series as well.
  
 +
#Download the latest updater for HEW at the <ext>http://www.renesas.com/products/tools/ide/ide_hew/downloads.jsp ::Renesas HEW update website</ext>
 +
#Follow the install directions and update your HEW install to the latest version.
  
 
  
 +
== Installing the KPIT GNU C Compiler ==
  
 +
For C-based development, including using [[SHIPWare]], you will need a C Compiler.  The no-cost GNU C/C++ compiler from <ext>http://www.kpitgnutools.com ::KPIT Cummins</ext> includes full plug-in compatibility with the Renesas HEW IDE.
  
Run the Setup_JlinkRX_Vxxx.exe and install the J-Link softwareYou will be prompted with a screen similar to the one below:
+
#<ext>http://www.kpitgnutools.com ::Register with KPIT</ext> and get an activation code before you can download and install the tools; it may take 24 hours to get access and a code.
 +
#Once you have your activation code, <ext>http://www.kpitgnutools.com/ ::log into the KPIT website</ext>, and navigate to the <ext>http://www.kpitgnutools.com/latestToolchain.php ::Free Downloads->KPIT GNU Tools</ext> area.
 +
[[File:RXHEW-02.png|480px|border|center|KPIT GNU Tools & Support Page]]
 +
<ol>
 +
<li value="3">Select the GNURX vXX.XX Windows Tool Chain (ELF) download</li>
 +
</ol>
 +
[[File:RXHEW-03.png|480px|border|center|GNURX selection]]
 +
<ol>
 +
<li value="4">Run the downloaded installerDefault settings are usually sufficient for the installation.</li>
 +
</ol>
  
 +
==Installing the Hardware Programmer/Debugger Drivers ==
  
 +
Now that HEW and GNURX Toolchain are installed, you can now install the hardware debugger software drivers.
  
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image018.png|536px]]
+
At this point you have a few options in selecting the hardware debugger.  This installation guide will go over the Renesas E1/E20 and the Segger J-Link/J-Link Lite installation.  The Renesas E1 debugger, the Segger JLink and the Segger JLink-Lite debugger are all used in the development of Serious products.
  
 +
We recommend you install drivers for both the E1 and JLink.
  
 +
===Installing the Renesas E1/E20 Debugger Drivers===
  
Figure 7. Segger-Jlink RX DLL Updater
+
Full information on the Renesas debuggers can be found <ext>http://www.renesas.com/products/tools/emulation_debugging/onchip_debuggers ::here</ext>.
  
 +
#Download the latest driver software for the <ext>http://www.renesas.com/products/tools/emulation_debugging/onchip_debuggers/e1/downloads.jsp ::E1</ext> or <ext>http://www.renesas.com/products/tools/emulation_debugging/onchip_debuggers/e20/downloads.jsp ::E20</ext>.
 +
#Run the installer.
 +
#The HEW Install Manager will also be installed with the RX E1/ED20 Emulator Debugger along with the E-Series USB Drive and an Auto-Update utility.  Go ahead and install all those items as well.
  
 +
===Installing the Segger JLink Debugger Drivers===
 +
The Segger J-Link and J-Link LITE RX debuggers are great, cost-effective debugger solutions, and are included with many SIM bundles.
  
Usually the default settings are fine, click OK and let the installation finish.
+
Full information about the Segger J-Link debuggers for the Renesas RX can be found <ext>http://www.segger.com/j-link-rx.html ::here</ext>.
  
 +
The Segger J-Link Driver install is actually a two part download/install process.  You '''must''' install both parts in the exact sequence described below.
  
 +
==== Segger Install Part 1 (HEW Registration) ====
 +
This step notifies HEW about the Segger debugger(s).  You only need to do this step the first time you install Segger tools into HEW.  If you are updating your Segger driver, you can skip this step.
  
Finally, the Segger J-Link RX DLL Updater will also get installed as a Windows application.  As a final step, click on the Windows Start button, find SEGGER->JLink RX VX.xxx folder and run the Segger J-Link RX DLL Updater program.  You may see a screen again similar to Figure 7 above.  Click OK and the application will install/update the DLLs for HEW.
+
#Download the <ext>http://segger.com/admin/uploads/userfiles/file/JLinkRX/HEWJLinkRegistrationInstaller.zip :: J-Link HEW Registration Utiility</ext>
 +
#Run this installer
 +
[[File:RXHEW-05.png|480px|border|center|J-Link RX HEW Registration Utility]]
  
 +
==== Segger Install Part 2 (Drivers) ====
 +
In this step, we'll install the latest drivers for the Segger debugger(s).
  
 +
Make sure you use v4.73c or later -- prior versions had issues with the RX63x support as well as RX Sleep Mode.
  
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image012.png|34px|http://pinoylist.net/images/warning.gif]]Note: When running the Segger J-Link RX DLL Updater program, use the default settings.  Do not click on the other boxes as it will overwrite the entries for other debuggers!
+
#Download the latest <ext>http://www.segger.com/j-link-rx.html#softwarepackage :: J-Link RX Software Package</ext>
  
<div> name="_Toc340819004" </div>
+
[[File:RXHEW-04.png|600px|border|center|J-Link RX Software Package Download]]
  
[[Image:C:\Users\serious\AppData\Local\Temp\OICE_638D3BCA-AC9B-4F9A-95D8-8FC2836F3CFD.0\msohtmlclip1\01\clip_image012.png|34px|http://pinoylist.net/images/warning.gif]]After everything has been installed, reboot your PC!  This final step will eliminate any potential installation issues where the above files have made registry and program location changes.  It has been experienced at Serious where a full installation leaves a side-effect that will cause Windows to get confused where Explorer shortcuts are located.
+
<ol>
 +
<li value="2">Run the ''Setup_JlinkRX_Vxxx.exe'' installer. <span style="color:#FF2020">'''Use the default settings and do not click on the other boxes as it will overwrite the entries for other debuggers!'''</span></li>
 +
</ol>
  
 +
[[File:RXHEW-06.png|600px|border|center|Segger-Jlink RX DLL Updater]]
  
 +
<ol>
 +
<li value="3">The Segger J-Link RX DLL Updater will also get installed as a Windows application.  Click on the Windows Start button, find SEGGER->JLink RX VX.xxx folder and run the Segger J-Link RX DLL Updater program.  You may see a screen again similar to above.  Click OK and the application will install/update the DLLs for HEW.</li>
 +
<li>'''Reboot your PC.'''  It has been experienced at ''Serious'' where the installation process leaves a side-effect that causes Windows to get confused where Explorer shortcuts are located, and a proactive reboot avoids this issue.</li>
 +
</ol>
  
+
== Installation Complete ==
  
<div> name="_Toc340819005" </div>
+
You should now have everything installed and ready to run HEW.
  
You should now have everything installed and ready to run HEW.  For starting up HEW and loading SHIPWare on your SIM product, please consult the “Getting Started Guide” located in the SHIPWare distribution docs folder.
+
For starting up HEW and loading [[SHIPWare]] on your SIM product, please consult the “Getting Started Guide” located in the SHIPWare distribution docs folder.

Latest revision as of 12:55, 31 October 2016

Introduction

Software development in C on Serious Integrated Modules (SIMs) using the Renesas RX600 series MCUs requires three main components:

  • An Integrated Development Environment (IDE)
  • A C compiler suite
  • A programmer/debugger device with drivers

There are three main IDEs available:

This guide covers the HEW installation.

There are three main C Compilers available:

This guide covers the KPIT GNU C installation.

There are several debugger/programmer solutions, requiring both the hardware debug adapter plus appropriate software drivers:

All of these debuggers are covered in this guide.

For more information on Renesas development tools, please visit the Renesas tools site.

Installing HEW

HEW runs on Windows XP, Vista and 7 platforms. Please consult the Renesas HEW website for complete system requirements.

Renesas HEW IDE is not available for download as a standalone item. Instead, you must download the complete build from a starter kit or development kit. These instructions use the release image for the YRDKRX63N starter kit.

  1. Download the YRDKRX63N Installation ZIP to your PC and extract it.
  2. Run the install program autorun.exe from the DVD10 folder to install HEW. DO NOT INSTALL the KPIT GNU Compiler from the YRDKRX63N installation files: the version included in the YRDKRX63N installation may be out of date. Also, you will need an activation key from KPIT Cummins. After the base HEW IDE is installed we'll cover how to get and install the latest KPIT GNU C compiler suite.
  3. RDK Installation Startup Screen


  4. Install the YRDKRX63N with the rest of the settings as default.

Updating HEW

Once HEW is installed, you will need to update it to the latest revision. This will enable new features and new microprocessor support for the RX63x series as well.

  1. Download the latest updater for HEW at the Renesas HEW update website
  2. Follow the install directions and update your HEW install to the latest version.


Installing the KPIT GNU C Compiler

For C-based development, including using SHIPWare, you will need a C Compiler. The no-cost GNU C/C++ compiler from KPIT Cummins includes full plug-in compatibility with the Renesas HEW IDE.

  1. Register with KPIT and get an activation code before you can download and install the tools; it may take 24 hours to get access and a code.
  2. Once you have your activation code, log into the KPIT website, and navigate to the Free Downloads->KPIT GNU Tools area.
KPIT GNU Tools & Support Page
  1. Select the GNURX vXX.XX Windows Tool Chain (ELF) download
GNURX selection
  1. Run the downloaded installer. Default settings are usually sufficient for the installation.

Installing the Hardware Programmer/Debugger Drivers

Now that HEW and GNURX Toolchain are installed, you can now install the hardware debugger software drivers.

At this point you have a few options in selecting the hardware debugger. This installation guide will go over the Renesas E1/E20 and the Segger J-Link/J-Link Lite installation. The Renesas E1 debugger, the Segger JLink and the Segger JLink-Lite debugger are all used in the development of Serious products.

We recommend you install drivers for both the E1 and JLink.

Installing the Renesas E1/E20 Debugger Drivers

Full information on the Renesas debuggers can be found here.

  1. Download the latest driver software for the E1 or E20.
  2. Run the installer.
  3. The HEW Install Manager will also be installed with the RX E1/ED20 Emulator Debugger along with the E-Series USB Drive and an Auto-Update utility. Go ahead and install all those items as well.

Installing the Segger JLink Debugger Drivers

The Segger J-Link and J-Link LITE RX debuggers are great, cost-effective debugger solutions, and are included with many SIM bundles.

Full information about the Segger J-Link debuggers for the Renesas RX can be found here.

The Segger J-Link Driver install is actually a two part download/install process. You must install both parts in the exact sequence described below.

Segger Install Part 1 (HEW Registration)

This step notifies HEW about the Segger debugger(s). You only need to do this step the first time you install Segger tools into HEW. If you are updating your Segger driver, you can skip this step.

  1. Download the J-Link HEW Registration Utiility
  2. Run this installer
J-Link RX HEW Registration Utility

Segger Install Part 2 (Drivers)

In this step, we'll install the latest drivers for the Segger debugger(s).

Make sure you use v4.73c or later -- prior versions had issues with the RX63x support as well as RX Sleep Mode.

  1. Download the latest J-Link RX Software Package
J-Link RX Software Package Download
  1. Run the Setup_JlinkRX_Vxxx.exe installer. Use the default settings and do not click on the other boxes as it will overwrite the entries for other debuggers!
Segger-Jlink RX DLL Updater
  1. The Segger J-Link RX DLL Updater will also get installed as a Windows application. Click on the Windows Start button, find SEGGER->JLink RX VX.xxx folder and run the Segger J-Link RX DLL Updater program. You may see a screen again similar to above. Click OK and the application will install/update the DLLs for HEW.
  2. Reboot your PC. It has been experienced at Serious where the installation process leaves a side-effect that causes Windows to get confused where Explorer shortcuts are located, and a proactive reboot avoids this issue.

Installation Complete

You should now have everything installed and ready to run HEW.

For starting up HEW and loading SHIPWare on your SIM product, please consult the “Getting Started Guide” located in the SHIPWare distribution docs folder.