Added instructions for 85/4285/3
authorwminer <wminer@linuxfoundation.org>
Sat, 7 Nov 2015 17:47:39 +0000 (11:47 -0600)
committerGerrit Code Review <gerrit@172.30.200.200>
Tue, 10 Nov 2015 17:33:32 +0000 (17:33 +0000)
- Building a virtual disk as part of the build process that can be run directly
  in Virtual Box or VMWare
- Adding the demo qml and code to the disk image.
- Running the build command so that the latest CES 2016 demo code is included
  in the build

v2: (Jan-Simon Möller)
- Adapt instructions with 4287 merged.

Change-Id: Ie8ff5465fcf2c97cdd30f74d8084c5a43eda9a9c
Signed-off-by: wminer <wminer@linuxfoundation.org>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
README.md

index 8c4ce30..ecdf3e6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -151,15 +151,20 @@ You can build a QEMU image using the following steps:
 2. Build the full image of AGL Demo Platform and applications
         $ bitbake agl-demo-platform
 
-3. The Weston IVI-Shell always gets built ; it will not be started, however, unless you specify the following in your "conf/local.conf" file :
+  2a. Specifically If you are building the CES2016 demos you will want to add the following to your "conf/local.conf" file to install the demo code in the image:
+IMAGE_INSTALL_append = " CES2016-demo"
+
+  2b. If you want to run QEMU directly as VM in Virtual Box or your other favorite VM software then add this line to your "conf/local.conf" file. 
+IMAGE_FSTYPES += "vmdk"
+
+  2c. The Weston IVI-Shell always gets built ; it will not be started, however, unless you specify the following in your "conf/local.conf" file :
 
 IMAGE_INSTALL_append = " \
     weston-ivi-shell-config \
     "
+      or you manually overwrite the "/etc/xdg/weston/weston.ini" file with a correct one.
 
-or you manually overwrites the "/etc/xdg/weston/weston.ini" file with a correct one.
-
-4. Run the emulator. The path for the emulator (runqemu) was added during the envsetup.
+3. Run the emulator. The path for the emulator (runqemu) was added during the envsetup.
         $ cd tmp/deploy/images/qemex86-64
         $ runqemu bzImage-qemux86-64.bin agl-demo-platform-qemux86-64.ext3
 
@@ -167,7 +172,15 @@ or you manually overwrites the "/etc/xdg/weston/weston.ini" file with a correct
         $ runqemu bzImage-qemux86-64.bin agl-demo-platform-qemux86-64.ext3 \
         bootparams="uvesafb.mode_option=1280x720-32"
 
-5. Some weston samples are available from weston terminal.
+   To extend the amount of memory, add to runqemu:
+        qemuparams="-m 512"
+
+   or use the virtual disk in Virtual Box from this location:
+       tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.vmdk 
+
+4. Some weston samples are available from weston terminal.
+
+
 
 
 Build a R-Car M2 (porter) image