summaryrefslogtreecommitdiffstats
path: root/agl-documentation/host-configuration/docs/4_AGL_XDS.md
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-02 23:02:15 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-02 23:02:15 +0100
commitaa9912660e08f8d406e74807bab476cc60dd9581 (patch)
tree0ae6224559314904492033378795bd21b96623d6 /agl-documentation/host-configuration/docs/4_AGL_XDS.md
parent4e7e82a279ffa322f31e0dfee8a4bad370878753 (diff)
Add agl-documentation subfolder into agl repo
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'agl-documentation/host-configuration/docs/4_AGL_XDS.md')
-rw-r--r--agl-documentation/host-configuration/docs/4_AGL_XDS.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/agl-documentation/host-configuration/docs/4_AGL_XDS.md b/agl-documentation/host-configuration/docs/4_AGL_XDS.md
new file mode 100644
index 0000000..5f06c19
--- /dev/null
+++ b/agl-documentation/host-configuration/docs/4_AGL_XDS.md
@@ -0,0 +1,31 @@
+# AGL XDS
+
+AGL X(cross) Development System (XDS) provides a multi-platform cross
+development tool with near-zero installation.
+
+* xds-agent: a client/agent that should run on your local / user development machine when you use XDS.
+* xds-cli: a command line tool used to control / interface X(cross) Development System, it can be used in addition to XDS DASHBOARD.
+* xds-gdb: a wrapper on gdb debugger for X(cross) Development System.
+
+## AGL XDS for debian
+
+```bash
+sudo apt-get install agl-xds-agent agl-xds-cli agl-xds-gdb
+```
+
+## AGL XDS for openSUSE
+
+```bash
+sudo zypper install agl-xds-agent agl-xds-cli agl-xds-gdb
+```
+
+## AGL XDS for fedora
+
+```bash
+sudo dnf install agl-xds-agent agl-xds-cli agl-xds-gdb
+```
+
+## AGL XDS Documentation
+
+You can find the XDS documentation
+ [here](http://docs.automotivelinux.org/master/docs/devguides/en/dev/reference/xds/part-1/0_Abstract.html).