summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/README
diff options
context:
space:
mode:
Diffstat (limited to 'meta-cedartrail/README')
-rwxr-xr-xmeta-cedartrail/README27
1 files changed, 26 insertions, 1 deletions
diff --git a/meta-cedartrail/README b/meta-cedartrail/README
index 0d166b22..e394faf6 100755
--- a/meta-cedartrail/README
+++ b/meta-cedartrail/README
@@ -51,7 +51,7 @@ Table of Contents
51 51
52 I. Building the meta-cedartrail BSP layer 52 I. Building the meta-cedartrail BSP layer
53II. Booting the images in /binary 53II. Booting the images in /binary
54 54III. Miscellaneous Notes
55 55
56I. Building the meta-cedartrail BSP layer 56I. Building the meta-cedartrail BSP layer
57========================================= 57=========================================
@@ -188,3 +188,28 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks"
188and change above line to.. 188and change above line to..
189 189
190EXTRA_IMAGE_FEATURES = "debug-tweaks tools-testapps" 190EXTRA_IMAGE_FEATURES = "debug-tweaks tools-testapps"
191
192
193Work Around for VGA and LVDS Display issue in PVR driver
194--------------------------------------------------------
195
196The PVR driver has a issue that for some systems it causes
197it to incorrectly assume that a LVDS display is connected
198while infact a VGA display is connected and Vice Versa.
199If your VGA or LVDS display does not work with
200"cedartrail" MACHINE, then if you have connected a VGA display,
201add the following to the kernel command line:
202
203video=LVDS-1:d video=VGA-1:e
204
205If you have connected a LVDS display, add the following to
206the kernel command line:
207
208video=LVDS-1:e video=VGA-1:d
209
210The kernel boot command line can be updated before BSP build by
211editing the "APPEND +=..." line in conf/machine/cedartrail.conf file.
212
213The kernel command line can also be edited after a image is built by
214editing the syslinux.cfg file in the USB flash device on which
215the image is installed.