Migrate a BSP from 4.0 to 4.1

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

Migrate a BSP from 4.0 to 4.1

1,152件の閲覧回数
rolandmk
Contributor II

What is the proper procedure to migrate a custom BSP that was generated under MQX 4.0 to MQX 4.1?

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

918件の閲覧回数
rolandmk
Contributor II

Thanks for the suggestions. Just wanted to make sure that there is no short cut before I go through this procedure!

0 件の賞賛
返信

918件の閲覧回数
dereksnell
NXP Employee
NXP Employee

Hi Roland,

Customizing a BSP mainly modifies the source files in the /mqx/source/bsp/<Board Name> directory.  When migrating to a different MQX version, what I would do is a comparison of the original BSP that was cloned between the versions.  For example, if your CustomBSP was a clone of twrk60d100m BSP, those BSP files are included in both MQX v4.0 and v4.1.  Do a diff between the two versions, find any differences done in v4.1, and merge those changes into your CustomBSP if they apply.  And if you've modified any other files in MQX, you can do the same.  And don't forget user_config.h

Thanks

0 件の賞賛
返信

918件の閲覧回数
soledad
NXP Employee
NXP Employee

Hi,

Unfortunately there is not a procedure to migrate a customBSP that was generated under MQX 4.0 to MQX 4.1.

In MQX4.1, you need to generate a new BSP like you did under MQX 4.0.

Regards

Sol

0 件の賞賛
返信