SOTA update of FX30

Hi,

We are starting a project and need a way to update both firmware and legato applications/components

  • Free AirVantage FOTA solution (firmware works but what about apps)?
  • ALMS (Tried a free trial but can register FX30 on this one)?

If not, is there some other out of the box solution or do we need to create our on solution for this?

Thanks!

For second option you can simply use curl tool with the update API or tools on the target.

For example simply download the new update file with calling curl and after that install it with update tool or api. Works great for us!

See at:
legato.io/legato-docs/latest/too … pdate.html
legato.io/legato-docs/latest/too … pdate.html
legato.io/legato-docs/latest/leg … eMain.html

Cheers,
tom