mbed-cli on nrf51-dk

10 Sep 2016

Hi,

I'm trying to run the blink example using the mbed-cli using the nordic nrf51-dk. Can anyone tell me if there is a platform_name for the this? If so, what is it?

When I run mbed detect (With the nrf51-dk in bootloader mode), I get the following ...

$ mbed detect

[mbed] Detected None, port None, mounted /Volumes/BOOTLOADER
[mbed] Supported toolchains for None
Traceback (most recent call last):
  File "/Users/taber/mbed-os-example-blinky/mbed-os/tools/detect_targets.py", line 77, in main
    print mcu_toolchain_matrix(platform_filter=r'^'+mut['mcu']+'$')
TypeError: cannot concatenate 'str' and 'NoneType' objects
[ERROR] cannot concatenate 'str' and 'NoneType' objects
[mbed] ERROR: "python" returned error code 1.
[mbed] ERROR: Command "python -u /Users/taber/mbed-os-example-blinky/mbed-os/tools/detect_targets.py" in "/Users/taber/mbed-os-example-blinky"

Thanks! T

10 Sep 2016

Hi,

Of course I figured this as soon as posted it.

NRF51_DK

Thanks, T