dragonboard-410c: remove ACCEPT_EULA setting
[AGL/meta-agl.git] / README-AGL.md
index efdd14d..146d6ff 100644 (file)
@@ -173,7 +173,7 @@ To build an image from 'meta-agl'
      >      $ bitbake agl-demo-platform
 
  - 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"
+     >      IMAGE_FSTYPES += "wic.vmdk"
 
 5. Run in the emulator
      >      $ runqemu agl-image-ivi qemux86-64
@@ -194,7 +194,7 @@ To build an image from 'meta-agl'
      >      $ runqemu agl-image-ivi qemux86-64 bootparams="uvesafb.mode_option=1280x720-32" serial
 
        **Or use the virtual disk in Virtual Box from this location:**
-       > tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.vmdk
+       > tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.wic.vmdk
 
 6.  Some weston samples are available from weston terminal (click top left icon).
    Check the folder `/opt/AGL/ALS2016`.
@@ -340,7 +340,7 @@ NOTE: To boot weston on porter board, we need keyboard and mouse. (USB2.0 can be
 >     => setenv bootargs_console console=ttySC6,${baudrate}
 >     => setenv bootargs_video vmalloc=384M video=HDMI-A-1:1024x768-32@60
 >     => setenv bootcmd_sd 'ext4load mmc 0:1 0x40007fc0 boot/uImage;ext4load mmc 0:1 0x40f00000 boot/uImage-r8a7791-porter.dtb'
->     => setenv bootcmd 'setenv bootargs ${bootargs_console} ${bootargs_video} root=/dev/mmcblk0p1 rw rootfstype=ext3;run bootcmd_sd;bootm 0x40007fc0 - 0x40f00000'
+>     => setenv bootcmd 'setenv bootargs ${bootargs_console} ${bootargs_video} root=/dev/mmcblk0p1 rw rootfstype=ext4;run bootcmd_sd;bootm 0x40007fc0 - 0x40f00000'
 >     => saveenv
 
 ##### Boot from SD card