On 2014年11月08日 16:53, Burton, Ross wrote:
On 6 November 2014 15:34, Kai Kang <kai.k...@windriver.com> wrote:

It has been tested for core-image-minimal core-image-sato
core-image-sato-sdk
meta-toolchain and world.

When I boot core-image-sato, X can't start.  Does the virtual machine that
qemu runs not have video support at the moment?

qemu boots arm64 image with '-machine virt' and machine 'virt' doesn't support any graphic driver for now.
So I update the runqem-internal intended with "-nographic" for qemuarm64:

+        if [ $MACHINE = 'qemuarm64' ]; then
+            QEMU_UI_OPTIONS="-nographic"
+        fi


--Kai


Ross



--
Regards,
Neil | Kai Kang

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to