3 Install sdk following this URL from AGL website.
5 http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/setup-sdk-environment.html
8 **Download source code**
10 Download launcher source code from AGL gerrit.
12 $ git clone https://gerrit.automotivelinux.org/gerrit/apps/launcher
15 **Build launcher application**
17 Source SDK envirment and make.
19 $ source /xdt/sdk/environment-setup-<your_target>
26 **Install launcher wgt**
29 $ scp package/launcher.wgt root@<your_target_ip>
30 $ ssh root@<your_target_ip>
31 $ afm-util install launcher
34 Reboot target board and launcher application will start by default.