diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 18:10:37 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 22:40:24 +0200 |
commit | eb6d3bf04d5ceaf4c6cb377625720acb1a512d80 (patch) | |
tree | b1cc18afb0777ffbb02487dd64b9a3a98ea23d5b /docs/part-1/3_install-sdks.md | |
parent | f260390246214949fbedde723c4349283189823d (diff) |
Removed mention of TFTP port and minor improvements.
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 --> |