summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorJason Kridner <jkridner@beagleboard.org>2010-06-06 08:23:08 -0500
committerKoen Kooi <koen@openembedded.org>2010-06-07 12:57:15 +0200
commitd3525f8547ef52e365e616ef505c45e9dc752866 (patch)
tree8832ef91bbae11d33ec90517914dabe166036abc /recipes
parent2ef4f1e00aa62d95e2c5a50f7b475f15eb059ea0 (diff)
downloadopenembedded-d3525f8547ef52e365e616ef505c45e9dc752866.tar.gz
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.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/angstrom/angstrom-uboot-scripts.bb2
-rw-r--r--recipes/angstrom/angstrom-uboot-scripts/edid-test.cmd4
2 files changed, 5 insertions, 1 deletions
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
+