mbed OS v5.14 and modustoolbox device configurator version

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
GrDa_2135566
Level 1
Level 1

I am using Mbed studio v0.6.0 and mbed OS v5.14. The design.modus files in mbed OS are using Design version="11". Device Configurator v1.1.0 build 291 does not support the design file version. I get an error that says "Design file version '11' exceeds schema version .10." when I try to open a design.modus file.

How can I get a version of the Device Configurator that supports Design version="11"?

Thanks

0 Likes
1 Solution

Sorry, my bad. I seemed to have updated to a wrong commit. I checked all the release versions and anything less than or equal to 5.13.0 is compatible with MT1.1. BSP specific code has been added from 5.13.1 and they might cause problems when used with MT1.1.

Please revert to an older version by using the following command:

git clone --branch mbed-os-5.13.0 https://github.com/ARMmbed/mbed-os.git

For more information on ModusToolbox2.0 release, keep an eye on this page: https://www.cypress.com/products/modustoolbox-software-environment

Regards,

Dheeraj

View solution in original post

7 Replies
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Right-click and open design.modus file in your favorite editor. Change the design version from '11' to '10' as highlighted below:

schema.PNG

Let me know if it helps!

Regards,

Dheeraj

0 Likes

No, did not help. Now the error is "Device '' is not supported"

        <Device mpn="CY8C624ABZI-D44">

0 Likes
GrDa_2135566
Level 1
Level 1

No, did not help. Now the error is "Device '' is not supported"

0 Likes

The latest mbed-os versions have changed the target files provided by Cypress to include board support package (BSP) flow which will be available only as part of ModusToolbox 2.0 workflow which will be released soon!

Please revert to an older version of mbed-os (5.13.2) for MT1.1.

Regards,
Dheeraj

0 Likes

mbed-os (5.13.2) does not have TARGET_CY8CPROTO_062_4343W and appears to have the same version issue for  TARGET_CY8CMOD_062_4343W. Any chance I can get a beta version of ModusToolbox 2.0? This is currently for a "proof-of-concept" project using the "CY8CPROTO-062-4343W" board.

0 Likes

Sorry, my bad. I seemed to have updated to a wrong commit. I checked all the release versions and anything less than or equal to 5.13.0 is compatible with MT1.1. BSP specific code has been added from 5.13.1 and they might cause problems when used with MT1.1.

Please revert to an older version by using the following command:

git clone --branch mbed-os-5.13.0 https://github.com/ARMmbed/mbed-os.git

For more information on ModusToolbox2.0 release, keep an eye on this page: https://www.cypress.com/products/modustoolbox-software-environment

Regards,

Dheeraj

Okay, the "proof-of-concept" project has been changed to use FreeRTOS until released ModusToolbox tools catch up to Mbed OS.

0 Likes