S32K3 SDK: Re-Attach RTD-SDK from command line

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K3 SDK: Re-Attach RTD-SDK from command line

1,034件の閲覧回数
FabianFinster
Contributor I

Hello,

it's possible to perform following GUI steps via command line?

FabianFinster_0-1653309188404.png

I have a S32K344 project checked in into git without RTD folder.

The project uses the PlatformSDK_S32K3_2021_10.

I try to build the project on a linux build slave with jenkins.

I need to reattach the SDK (missing SDK files) to complete all build steps.

Can anyone help?

BR
Fabian

0 件の賞賛
返信
3 返答(返信)

1,015件の閲覧回数
mikedoidge
NXP Employee
NXP Employee

Hello Fabian,

Within S32 Design Studio's help documentation system is a guide for using the S32 Configuration Tools from command line. In this section is example usage, including to import the configuration from an existing .mex file. If the SDK/RTD was used, then this MEX file should already exist within your project. If not, you may need to recreated it, there is an example of this as well.

You can locate this documentation from within the S32 Design Studio application Help -> Help Contents, then S32 Configuration Tools Getting Started -> Command Line Execution.

Hope it helps,

Mike

0 件の賞賛
返信

1,003件の閲覧回数
FabianFinster
Contributor I

Hi,

i tried every command but RTD folder is not created at all...

'board' and 'generate' is created correctly.

On Windows the RTD folder is created during "Update Code" in S32CT.

On Linux (with command line) i got a ton of warnings, for example: 

WARNING: LPUART7_CLK: missing output group type. Peripheral will be used instead.

But same MEX file works fine on Windows.

Do i need a ECUConfig-File? 

0 件の賞賛
返信

992件の閲覧回数
mikedoidge
NXP Employee
NXP Employee

Hello Fabian,

It is very helpful to know you are using Linux host. The weakness is with the RTD, it doesn't officially support Linux installation. S32 Design Studio supports and is fully tested on Linux, as noted in the release notes document. Unfortunately, the RTD is not developed to ensure full Linux compatibility. So it's possible you can successfully install it and use it in some ways, but as you have discovered, issues are to be expected.

My recommendation is to determine the correct command-line commands to execute on Windows first, then try them on Linux. When these commands fail on the RTD, then post your support request to the support team for that software at: https://community.nxp.com/t5/S32-SDK/bd-p/s32sdk Perhaps they can assist you to get those commands working and ultimately solve your issue.

Best Regards,

Mike

0 件の賞賛
返信