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.
8 years, 1 month ago.
Is OS 5.1.4 availiable when getting the default examples?
Hi, Will I get this release when I do "mbed import mbed-os-example-blinky"? How can we track which is the current release used by the default examples? Thanks, Mohsin
Question relating to:
1 Answer
8 years, 1 month ago.
Hi Mohsin,
Thanks for your question :) .
So to check what version of mbed-OS you are using you simply right click the library 'mbed-os' inside the online-IDE and select 'Revisions'
Or alternatively check the repository here:
https://github.com/ARMmbed/mbed-os/releases
Regards,
Andrea, team mbed
Hi, Andrea, Thanks for your reply. I think I did not make it clear in my question :).
Suppose say I am using CLI and developing apps using mbed os 5.1. Now I want to use the latest version OS 5.1.4. Is there any way to update to the latest version (OS 5.1.4) using mbed CLI?
In other words can you provide me some document which describes a way to move to a latest mbed os using CLI (not the online IDE).
Regards, Mohsin
posted by 26 Sep 2016Mohsin its rather simple :)
To update mbed-os in your mbed cli program
$ mbed update master
The documentation for all can be found here.
https://docs.mbed.com/docs/mbed-os-handbook/en/5.1/dev_tools/cli/#update-examples
Regards,
Andrea, team mbed
posted by 26 Sep 2016