Hi,
I'm having an issue with MPC574XG_MCAL4_0_RTM_1_0_5.
When I import the sample project in EB Tresos I get the following error.
I checked what plugins I have available and the ones in my Tresos installation directory that were available in the same MCAL package are xxx_TS_T2D35M10I5R0 which is a slightly different version than what the project requires.
Can I get the different versions or perhaps is there a different Tresos workspace which uses the newer I5 versions?
Thank you in advance,
Alex
Hello Alex,
there is an old version 1.0.3 instead of 1.0.5 in the preferences.xdm file located here:
c:\NXP\AUTOSAR\MPC574XG_MCAL4_0_RTM_1_0_5\MPC574XG_MCAL4_0_RTM_1_0_5_Sample_Application\Tresos\workspace\MCAL_SampleApplication\.prefs\preferences.xdm
It can be fixed by changing the MCAL version from 1.0.3 to 1.0.5 and Autosar OS version from 4.0.88 to 4.0.92 in preferences.xdm file as follows:
- replace all occurrences of TS_T2D35M10I3R0 by TS_T2D35M10I5R0
- replace all occurrences of "1.0.3 RTM" to "1.0.5 RTM"
- replace Os_TS_T2D35M4I0R88 to Os_TS_T2D35M4I0R92
- replace "4.0.88" to "4.0.92" (version of Autosar OS)
Here is screenshot of changes I did to fix it (left side is the old file, right side is the fixed one, this screenshot shows only a few changes, not all):
Best Regards,
Frantisek
Thanks very much,
That fixed it.