UBLOX_EVK_ODIN_W2 is not a supported MCU

Hi,

I am trying to use mbed-cli to compile a program for the ODIN-W2 module.

This example says you can use the ODIN-W2: wifi example github

I have followed the steps without issue, until I reach this command:
mbed compile -t GCC_ARM -m UBLOX_EVK_ODIN_W2

Then I get this error:

argument -m/–mcu: UBLOX_EVK_ODIN_W2 is not a supported MCU. Supported MCUs are:

Followed by a list of supported targets.

How do I use the ODIN-W2 with mbed-cli?

OR

How do I add this board as a target?

Thanks for you help!

1 Like

hi Michael,

The ODIN W2 target has been deprecated and removed from Mbed OS 6 (see PR #12775)

You can continue to use the example with Mbed OS 5, for example:

mbed import https://github.com/ARMmbed/mbed-os-example-wifi#mbed-os-5.15

Alternatively:

mbed import https://github.com/ARMmbed/mbed-os-example-wifi
cd mbed-os-example-wifi\mbed-os
mbed update mbed-os-5.15.3