From b698c64694179d0c2f634d4d35eab803158b4eaa Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 14 Nov 2018 12:36:02 +0900 Subject: Add launcher for horizontal mode Add launcher for horizontal mode. Change-Id: I2a34b606c8f97fc30f43fe95427d5392edc57c2a Signed-off-by: zheng_wenlong --- demo3/horizontal/launcher/README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 demo3/horizontal/launcher/README.md (limited to 'demo3/horizontal/launcher/README.md') diff --git a/demo3/horizontal/launcher/README.md b/demo3/horizontal/launcher/README.md new file mode 100644 index 0000000..62b4130 --- /dev/null +++ b/demo3/horizontal/launcher/README.md @@ -0,0 +1,34 @@ +**Install SDK** + +Install sdk following this URL from AGL website. +``` +http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/setup-sdk-environment.html +``` + +**Download source code** + +Download launcher source code from AGL gerrit. +``` +$ git clone https://gerrit.automotivelinux.org/gerrit/apps/launcher +``` + +**Build launcher application** + +Source SDK envirment and make. +``` +$ source /xdt/sdk/environment-setup- +$ cd launcher +$ mkdir build +$ cd build +$ qmake .. +$ make +``` +**Install launcher wgt** + +``` +$ scp package/launcher.wgt root@ +$ ssh root@ +$ afm-util install launcher +``` + +Reboot target board and launcher application will start by default. -- cgit 1.2.3-korg