diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 18:10:37 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-11-30 08:57:26 +0000 |
commit | 32cefbce18c207a091960aeaee7d0bc3b9347850 (patch) | |
tree | 3a6bb0fac13d540f3330b7e549851d1a43b46be8 /docs/part-1/3_install-sdks.md | |
parent | 94bcf90898e8b17811075eb693e0d96d753b8d8b (diff) |
Removed mention of TFTP port and minor improvements.
Bug: SPEC-1993
Change-Id: Ib4124eb51a9544bd5f8e81996287a895bcdfff27
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-1/3_install-sdks.md')
-rw-r--r-- | docs/part-1/3_install-sdks.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/part-1/3_install-sdks.md b/docs/part-1/3_install-sdks.md index 36ee48e..094e547 100644 --- a/docs/part-1/3_install-sdks.md +++ b/docs/part-1/3_install-sdks.md @@ -66,6 +66,13 @@ xds-cli sdks abort -id d65fe750 # Install a SDK (using a local SDK package/file) xds-cli sdks install --file $HOME/xds-workspace/sdks/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-corei7-64-toolchain-4.99.5.sh +# List installed SDKs +xds-cli sdks ls + +List of installed SDKs: +ID NAME STATUS VERSION ARCH +e45ac787 AGL-corei7-64-4.99.5+snapshot Installed 4.99.5 x86_64 +d65fe750 AGL-release-eel-latest-qemux86-64 Installed 4.99.3 corei7-64 ``` <!-- section-note --> |