From: Tom Zanussi <[email protected]> Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen.
Signed-off-by: Tom Zanussi <[email protected]> --- meta-fri2/conf/machine/fri2.conf | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index eab4b50..745e30c 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf @@ -31,6 +31,8 @@ PREFERRED_VERSION_emgd-driver-bin ?= "1.8" SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "video=vesafb vga=0x318" + MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" IMAGE_FSTYPES ?= "ext3 cpio.gz live" -- 1.7.0.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
