Skip to content

Legato AF 21.05.0 Release

Compare
Choose a tag to compare
@gerrit-swi gerrit-swi released this 31 Dec 03:02
· 163 commits to master since this release

Release Notes

Our Release Notes include the details of the new features included in the 21.05.0 Legato Application Framework Release.

Downloads

You have the option of using Leaf to download, install and configure a SDK for your specific target or you can download our tarball directly (not on GitHub), or sync with our GitHub repo:

Setup the beta version for your target using wp77xx or fx30-catm:
leaf setup -p swi-wp77_6.0.0.beta
OR
leaf setup -p swi-fx30-catm_4.0.0.beta

**Note**:
The 21.05 release branch utilizes the Linux 4.14 kernel and is not backwards compatible with the 19.11 release branch or previous releases.
Currently Leaf only contains the two mentioned Beta SDK's for wp77 and fx30-catm (swi-wp77_6.0.0.beta, swi-fx30-catm_4.0.0.beta) which support Legato 21.05.

Repo:

mkdir legato-21.05.0 && cd legato-21.05.0 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/21.05.0/legato.xml && \
repo sync