Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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