7 years, 10 months ago.

Transplantation of mbed os

Hi. I want to transplant the mbed operating system to the nucleo_f072rb development board under Linux. What should I do?

1 Answer

7 years, 10 months ago.

Zhang,

I do not understand your question. Are you trying to 1) Develop with mbed-os for the nucleo F072RB board? And your computer is running linux? 2) You want to run linux on the nucleo F072RB

Im going to assume you were asking question 1. To develop using mbed you compile your code, either online using the online compiler, or offline using mbed CLI. Then the binary that is generated you drag and drop to the board and the board will program itself.

I suggest looking here as a starting point : https://os.mbed.com/docs

Accepted Answer