-
Notifications
You must be signed in to change notification settings - Fork 178
mbed sterm needs mbed-os project imported #880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1105 |
@coisme This is true of many other Mbed CLI subcommands. |
@theotherjimmy I understand that For example, let's think about a beginner developing a Mbed OS program on online compiler. Usually, he/she needs to see the serial output from his target board to check if the program works correctly. At that time, if |
We'll treat this as a feature request then. |
@linlingao Ok, thank you! |
Hey @coisme, I took at look at this. Turns out |
Hi @bridadan, thank you for your research. Is it possible to include mbed-ls in the installer package? It is ideal for beginners that installing .exe is the only requirement for using |
Seems reasonable to me. @theotherjimmy how do you feel about adding |
I think it's the correct thing to do @bridadan. |
I installed Mbed CLI into a new Windows 10 environment with executable binary
Mbed_installer_v0.4.10.exe
. Right after that, I tried connecting to K64F via serial terminal usingmbed sterm
command. The command resulted in error.However, if I import mbed-os, the command works. Once installed mbed-os was installed, the
mbed sterm
command works even if I delete the mbed-os directory. Does this mean the Mbed CLI installer doesn't install necessary Python modules andmbed import
resolved it?The text was updated successfully, but these errors were encountered: