From: Jason Kridner Date: Sun, 6 Jun 2010 13:23:08 +0000 (-0500) Subject: angstrom-uboot-scripts: Added an EDID read script X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3525f8547ef52e365e616ef505c45e9dc752866;p=openembedded.git angstrom-uboot-scripts: Added an EDID read script This is just for example purposes so that it is documented how to read the EDID from within u-boot. --- diff --git a/recipes/angstrom/angstrom-uboot-scripts.bb b/recipes/angstrom/angstrom-uboot-scripts.bb index 70e6e35ff5..78a89fa234 100644 --- a/recipes/angstrom/angstrom-uboot-scripts.bb +++ b/recipes/angstrom/angstrom-uboot-scripts.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Various uboot scripts" -PR = "r4" +PR = "r5" DEPENDS = "u-boot-mkimage-native" diff --git a/recipes/angstrom/angstrom-uboot-scripts/edid-test.cmd b/recipes/angstrom/angstrom-uboot-scripts/edid-test.cmd new file mode 100644 index 0000000000..6e1e5850de --- /dev/null +++ b/recipes/angstrom/angstrom-uboot-scripts/edid-test.cmd @@ -0,0 +1,4 @@ +i2c dev 2 +i2c probe +i2c md 50 0 80 +