6 years, 7 months ago.

May I know whether Mbed has these features?

Hi All,

Is there anyone know whether Mbed OS has below features?

1. shell console base on serial It looks like Linux shell, I define some test functions in my code and i can call the test function, and run on this "shell".

2. online upgrade For example: First, receve the new image from remote server and save to EEPROM. Second, program new image to flash. Third, reboot from new image.

I am finding these two feature, I guess Mbed should already implement them or there is similar solution. If you know, can you share me?

Great thanks.

1 Answer

6 years, 7 months ago.

  1. You could achieve this using RPC over Serial.
  2. Mbed OS has the building blocks in place for this: bootloader support, FlashIAP support and storage driver support. See this blog. A cryptographically secure version of this is offered as part of Mbed Cloud.