S32G2 Bootloader Project plugins missing

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32G2 Bootloader Project plugins missing

Jump to solution
2,316 Views
Ramakrishna_oduguru
Contributor II

I am working on Bootloader-M7 on GoldVIP-RDB2, S32G274A SOC. GOLDVIP-1.5.0Binaries we are following.

As per the GoldVIP Developer guide document : Imported Bootlaoder workspace in to Eb tresos and also mentioned to Remove missing plugins with Remove all faulty modules. Once removed unable to build the project. 

Few plugins found RTD, rest of the plugins unable to find. This activity we are trying to Build Bootloader.bin for the M7 CAN2CAN Project. 

In my understanding Bootrom need bootloader to enable M7 and A53. Please correct me if i am wrong. Bootloader.bin - > DCD - > IVT and CAN2CAN project bin will be given in Application bootlaoder column in the IVT tool.

Below list of the Plugins unable to find:

7780190818_1-1679657433803.png

Where to fine: 

Category 1: Bootloader_TS_T40D11M226I0R0,  CryptoDal_TS_T40D11M226I0R0, SysDal_TS_T40D11M226I0R0

Category 2: This is different package: sBoot_TS_T40D11M10I1R0, mSel_TS_T40D11M10I1R0 

Category 3: How to fix this kind of plugins issue: 

Project: Bootloader_S32G2XX_ASR_4.4_M7<br>Cannot load configuration Bist. Another module already created a configuration at /AUTOSAR/TOP-LEVEL-PACKAGES/Bist/ELEMENTS/Bist

 

 

 

 

0 Kudos
Reply
1 Solution
2,299 Views
gmocanu
NXP Employee
NXP Employee

Hello,

> Below list of the Plugins unable to find: [picture]

I noticed an error reported for the Mcl plugin as well. Could you check if the RTD plugins are properly installed?

 

> In my understanding Bootrom need bootloader to enable M7 and A53. Please correct me if i am wrong. Bootloader.bin - > DCD - > IVT and CAN2CAN project bin will be given in Application bootlaoder column in the IVT tool.

You will have to generate the IVT blob image (corresponding to the pre-compiled GoldVIP boot-loader binary image), and the Application bootloader field will be configured using the Bootloader.bin file. The CAN2CAN project bin will be simply written somewhere in QSPI/SDcard (depending on your configuration) and it will be loaded by the bootloader application. Please refer to the Bootloader_UserManual, Chapter 6.2.3 Creating the boot image, part of the Integration Reference Examples/Platform Software Integration deliverable.


> Category 1: Bootloader_TS_T40D11M226I0R0, CryptoDal_TS_T40D11M226I0R0, SysDal_TS_T40D11M226I0R0

These plugins are part of the Integration Reference Examples 2022.06 release, available under <Platform_Integration_22.06_install_path>\applications\realtime\Tresos\eclipse\plugins folder.


> Category 2: This is different package: sBoot_TS_T40D11M10I1R0, mSel_TS_T40D11M10I1R0

These plugins are part of the S32 Safety Software Framework, which is a premium product. The bootloader workspace/application can be generated/built without the need for these plugins (just use the "Remove all faulty modules" in EB tresos when you import the workspace).

 

> Category 3: How to fix this kind of plugins issue: Project: Bootloader_S32G2XX_ASR_4.4_M7<br>Cannot load configuration Bist. Another module already created a configuration at /AUTOSAR/TOP-LEVEL-PACKAGES/Bist/ELEMENTS/Bist

Let us know whether this error is still showing up after you manage to install the rest of the plugins.

 

Kind regards,
George

View solution in original post

0 Kudos
Reply
5 Replies
2,300 Views
gmocanu
NXP Employee
NXP Employee

Hello,

> Below list of the Plugins unable to find: [picture]

I noticed an error reported for the Mcl plugin as well. Could you check if the RTD plugins are properly installed?

 

> In my understanding Bootrom need bootloader to enable M7 and A53. Please correct me if i am wrong. Bootloader.bin - > DCD - > IVT and CAN2CAN project bin will be given in Application bootlaoder column in the IVT tool.

You will have to generate the IVT blob image (corresponding to the pre-compiled GoldVIP boot-loader binary image), and the Application bootloader field will be configured using the Bootloader.bin file. The CAN2CAN project bin will be simply written somewhere in QSPI/SDcard (depending on your configuration) and it will be loaded by the bootloader application. Please refer to the Bootloader_UserManual, Chapter 6.2.3 Creating the boot image, part of the Integration Reference Examples/Platform Software Integration deliverable.


> Category 1: Bootloader_TS_T40D11M226I0R0, CryptoDal_TS_T40D11M226I0R0, SysDal_TS_T40D11M226I0R0

These plugins are part of the Integration Reference Examples 2022.06 release, available under <Platform_Integration_22.06_install_path>\applications\realtime\Tresos\eclipse\plugins folder.


> Category 2: This is different package: sBoot_TS_T40D11M10I1R0, mSel_TS_T40D11M10I1R0

These plugins are part of the S32 Safety Software Framework, which is a premium product. The bootloader workspace/application can be generated/built without the need for these plugins (just use the "Remove all faulty modules" in EB tresos when you import the workspace).

 

> Category 3: How to fix this kind of plugins issue: Project: Bootloader_S32G2XX_ASR_4.4_M7<br>Cannot load configuration Bist. Another module already created a configuration at /AUTOSAR/TOP-LEVEL-PACKAGES/Bist/ELEMENTS/Bist

Let us know whether this error is still showing up after you manage to install the rest of the plugins.

 

Kind regards,
George

0 Kudos
Reply
2,252 Views
viswa_kondapall
Contributor IV

Premium products will remove okay. 

below error is very strange as Plugins are existing but this kind of warning are why below warning are coming  and how to fix it??

Project: Bootloader_S32G2XX_ASR_4.4_M7<br>Missing mandatory module "Compiler_TS_TxDxM1I0R0" in project "Bootloader_S32G2XX_ASR_4.4_M7": Please add the module to the Module Configurations.

Respective version RTD and SPD plugins are copied. 

viswa_kondapall_0-1679770486176.png

only premium safety software plugins are removing.

sBoot_TS_T40D11M19I0R0 / sCheck_TS/ mSel_TS.

Few plugins are free and few are premium what kind of hack it is ?? either make it Premium all and make free. this kind half nd half is not good.

0 Kudos
Reply
2,254 Views
viswa_kondapall
Contributor IV

Hi Goerge,

Could you lease share Bootloader_usermanual document or any NXP download url to download.

Regards,

Viswa

0 Kudos
Reply
2,226 Views
gmocanu
NXP Employee
NXP Employee

Hello,

The Bootloader_UserManual is included in the Integration Reference Examples deliverable, under <Platform_Integration_22.06_install_path>/documentation directory. The Integration Reference Examples deliverable can be downloaded from your nxp.com account or from Auto Package Manager (https://www.nxp.com/app-autopackagemgr/software-package-manager:AUTO-SW-PACKAGE-MANAGER).

 

Best regards,
George

0 Kudos
Reply
2,259 Views
Ramakrishna_oduguru
Contributor II
could you please any document follow on the S32G2 -VNP-RDB2 Bootloader please send me.
0 Kudos
Reply