Migrate a BSP from 4.0 to 4.1

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Migrate a BSP from 4.0 to 4.1

1,173 次查看
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 回复数

939 次查看
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 项奖励
回复

939 次查看
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 项奖励
回复

939 次查看
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 项奖励
回复