Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will place the most recent tag of the SDK into <install_path>

Noteinfo

If you wish a different tag, you may add the "-b <os>-<tag>" option to git clone.    os is either linux or rtemstag is of the format VX.Y.Z

...

Code Block
<install_path>/tools/install-sdk.sh

Note

The git clone option "-b" causes several "detached HEAD" warning messages.  These are benign, but if you wish to suppress them, you may modify your global git configuration with:

git config --global advice.detachedHead false

 

Installation on the Target

...