Migrate a BSP from 4.0 to 4.1

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

Migrate a BSP from 4.0 to 4.1

567 Views
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 Kudos
3 Replies

333 Views
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 Kudos

333 Views
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 Kudos

333 Views
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 Kudos