From: Koen Kooi Date: Fri, 12 Mar 2010 09:49:02 +0000 (+0100) Subject: angstrom-uboot-scripts: add scripts for using pico DLP + DSP and gumstix palo43 ... X-Git-Tag: Release-2010-05/1~340^2~137^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4b036e09afe9f79396e657a6c2f576b569328d7;p=openembedded.git angstrom-uboot-scripts: add scripts for using pico DLP + DSP and gumstix palo43 + DSP --- diff --git a/recipes/angstrom/angstrom-uboot-scripts/palo43-dsplink.cmd b/recipes/angstrom/angstrom-uboot-scripts/palo43-dsplink.cmd new file mode 100644 index 0000000000..b182bee9a2 --- /dev/null +++ b/recipes/angstrom/angstrom-uboot-scripts/palo43-dsplink.cmd @@ -0,0 +1,4 @@ +setenv vram '12M' +setenv defaultdisplay 'lcd43 mem=99M@0x80000000 mem=128M@0x88000000 omapfb.vram=0:8M,1:2M,2:2M' +run loaduimage +run mmcboot diff --git a/recipes/angstrom/angstrom-uboot-scripts/pico-dsplink.cmd b/recipes/angstrom/angstrom-uboot-scripts/pico-dsplink.cmd new file mode 100644 index 0000000000..da6ea75f89 --- /dev/null +++ b/recipes/angstrom/angstrom-uboot-scripts/pico-dsplink.cmd @@ -0,0 +1,3 @@ +setenv dvimode '640x480MR-24@60 mem=99M@0x80000000 mem=128M@0x88000000 omapfb.vram=0:6M,1:3M,2:3M' +run loaduimage +run mmcboot