diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-29 09:07:01 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-16 23:02:34 -0500 |
| commit | c1fb89c1447bb2b8b02965a973da4009c51c963c (patch) | |
| tree | 969de4970811165cd1ca89f33363b8a912f0932c | |
| parent | b8ba2b12bc179a57fbf706ca5d6315312de87a4d (diff) | |
| download | meta-intel-c1fb89c1447bb2b8b02965a973da4009c51c963c.tar.gz | |
jasperforest: set boot vga mode
Set boot params to get a vesafb 1024x768 graphics mode and can see the
splash screen.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-jasperforest/conf/machine/jasperforest.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index a97ae444..17468de7 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf | |||
| @@ -34,6 +34,8 @@ XSERVER ?= "xserver-xorg \ | |||
| 34 | 34 | ||
| 35 | SERIAL_CONSOLE = "115200 ttyS0" | 35 | SERIAL_CONSOLE = "115200 ttyS0" |
| 36 | 36 | ||
| 37 | APPEND += "video=vesafb vga=0x318" | ||
| 38 | |||
| 37 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | 39 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" |
| 38 | 40 | ||
| 39 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" | 41 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" |
