2.6.1. Programming an OpenECU

To program an OpenECU with a built application using a Kvaser CAN card, issue the following at the command line (if using MATLAB, use the oe_freeccp command instead):

oe_freeccp -kvaser -f <application_name>_image_small.s37

where <application_name> is replaced by the name of the application. For instance, with the step1 application for the M670 target, the command to issue would be:

oe_freeccp -kvaser -f step1_m670_image_small.s37

Note

The command can be run from either the Windows command line or MATLAB command line. If running from the Windows command line, add the path to the freeccp tool to the system PATH environment variable.