diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-12-11 14:42:31 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-12-11 17:10:16 +0900 |
commit | ab12ca5b5661a858caf17e12bb20048383bdf5a7 (patch) | |
tree | 1d8a53f7a062c1bed002eaed1f979a7e307d252d /README.md | |
parent | 49e6616a903e82e851bec008984b69a0649ee124 (diff) |
Improve environment running on VirtualBox or VMWare
Add configurations to template of local.conf:
- Wider screen than default!
- Fix corrupting screen by systemd's console message
Change-Id: I0f5fb28305e5fdb4625f7de62e85898f43f905a5
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -175,8 +175,12 @@ IMAGE_INSTALL_append = " \ To extend the amount of memory, add to runqemu: qemuparams="-m 512" + To separate console from VGA screen (to avoid corrupt screen while booting), + add to runqemu: + 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.vmdk 4. Some weston samples are available from weston terminal. |