Simplified doc-site generation
[AGL/documentation.git] / docs / 0_Getting_Started / 1_Welcome / Overview.md
1 Overview
2 ========
3
4 Welcome to the Automotive Grade Linux (AGL) documentation
5 "Getting Started" page.
6 This page provides you with a brief overview of the AGL Distribution
7 and with an introduction to selected topics that can help
8 you get a quick start using AGL for development.
9
10 What is Automotive Grade Linux?
11 -------------------------------
12
13 Automotive Grade Linux is a collaborative, open source project
14 that brings together automakers, suppliers, and technology companies
15 for the purpose of building Linux-based, open source software platforms
16 for automotive applications that can serve as de facto industry
17 standards.
18
19 AGL address all software in the vehicle: infotainment,
20 instrument cluster, heads-up-display (HUD), telematics, connected car,
21 advanced driver assistance systems (ADAS), functional
22 safety, and autonomous driving.
23
24 Adopting a shared platform across the industry reduces fragmentation
25 and allows automakers and suppliers to reuse the same code base, which
26 leads to rapid innovation and faster time-to-market for new products.
27
28 AGL is a Linux Foundation project and its goals are as follows:
29
30 * Build a single platform for the entire industry
31 * Develop 70 to 80% of the starting point for a production project
32 * Reduce fragmentation by combining the best of open source
33 * Develop an ecosystem of developers, suppliers, and expertise
34   that all use a single platform
35
36 You can find additional overview information on the
37 "[About Automotive Grade Linux](https://www.automotivelinux.org/about)" page.
38 You can find information on the AGL Unified Code Base on the
39 "[Unified Code Base](https://www.automotivelinux.org/software/unified-code-base)"
40 page.
41
42 What Can I Do Right Away Using AGL?
43 -----------------------------------
44
45 The "Getting Started" topics allow you to quickly accomplish some work using
46 AGL.
47 You can use the "Getting Started" sections to do the following:
48
49 * [Set Up a Docker Container](./docker-container-setup.html) to create a
50   contained, controlled development environment for building images and
51   Software Development Kits (SDKs) using AGL.
52
53 * [Learn How to Build an AGL Image](./image-workflow-intro.html) by working
54   through fundamental steps that show you how to build for various supported
55   hardware targets (e.g. Raspberry PI boards).
56
57 * [Learn How to Create an Application](./app-workflow-intro.html) using the
58   application development workflow.
59
60 The AGL community is diverse and supportive.
61 You can become an active community member that contributes feedback,
62 ideas, suggestions, bugs and documentation.
63
64 * Join the IRC conversation using the `#automotive` channel on
65   `irc.freenode.net`.
66
67 * Subscribe to the AGL discussions mailing list at
68   [automotive-discussions](http://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions).
69
70 * Learn about AGL distribution by visiting the
71   "[AGL Distribution](https://wiki.automotivelinux.org/agl-distro)" wiki page.
72
73 * Explore further "Getting Started" information by visiting the
74   "[Getting Started with AGL](https://wiki.automotivelinux.org/start/getting-started)"
75   wiki page.
76
77 * Learn how to contribute by visiting the
78   "[Contributing to the AGL Distro](https://wiki.automotivelinux.org/agl-distro/contributing)"
79   wiki page.