You are on page 1of 3

How to setup VECTOR AUTOSAR

Install the dependencies


GreenHills compiler
Virtual USB License
Vector Components
EB Client License Administration
Work with Autosar
Clone the repositories
Build the firmware
Things you MUST know

Install the dependencies


GreenHills compiler
From \\10.0.0.226\Progetti\01017 - LIMU\IN PROGRESS\Progetto\09-Software\tools\GreenHills mount the win64_arm.iso and open ginstall.exe

Click “advanced install” and select all the three components.

Click next to confirm the default paths. Deselect the c/cpp/h/hpp and similar file associations (keep only the MULTI associations) and click next.

Click install and wait (during the wait, take a coffee, or ask your boss for a pay raise).

When the installation is complete, open MULTI. It will warn you that there is no license. When closing the warning, a wizard window will appear.

Select that you want to “License my MULTI products”, then “Specify the network location of License Managers”. Enter PA1-GreenHills in the text field, then click next.

Virtual USB License


Before starting the Configurator, it is necessary to install the USB over Network client from the vendor.

After installing the client, it is necessary to add the remote USB server:
IP Address: USBSRV
Port: 33000

In Settings Preferences Networking set your name/surname in "Alias name of this computer".

Vector Components
Install DaVinci External Components from Vector Website
Install DaVinci Developer 4.7 from Vector Website
Install Vector KeyMan drivers from Vector Drivers Setup (mirrored at \\10.0.0.227\Canalyzer)

EB Client License Administration


Install EB Client License Administration from here. Add the following licenses:

Key License

1108-0D7A-BCC0-6A50 Microchip Can85

8EC4-A0E5-5A9A-7F41 NXP MCAL

Work with Autosar


Clone the repositories
In C:\AUTOSAR run:
Project Commands

Platform git clone --recursive git@10.0.0.15:AUTOSAR/AutosarInfot.git -b platform_development infotainment


git clone --recursive git@10.0.0.15:AUTOSAR/AutosarCluster.git -b platform_development cluster

LIMU git clone --recursive git@10.0.0.15:01017-LIMU/AutosarInfot.git -b master infotainment


git clone --recursive git@10.0.0.15:01017-LIMU/AutosarCluster.git -b master cluster

At the end of the process, you will get C:\AUTOSAR\infotainment and C:\AUTOSAR\cluster.

Build the firmware


Test that the above steps are correct by running in the git:

cd make

./j.bat

Things you MUST know


On the Infot DaVinci Configurator you must NOT regenerate Can_85 and vBRS modules.

You might also like