angstrom-uboot-scripts: Added an EDID read script
authorJason Kridner <jkridner@beagleboard.org>
Sun, 6 Jun 2010 13:23:08 +0000 (08:23 -0500)
committerKoen Kooi <koen@openembedded.org>
Mon, 7 Jun 2010 10:57:15 +0000 (12:57 +0200)
This is just for example purposes so that it is documented how to read
the EDID from within u-boot.

recipes/angstrom/angstrom-uboot-scripts.bb
recipes/angstrom/angstrom-uboot-scripts/edid-test.cmd [new file with mode: 0644]

index 70e6e35..78a89fa 100644 (file)
@@ -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 (file)
index 0000000..6e1e585
--- /dev/null
@@ -0,0 +1,4 @@
+i2c dev 2
+i2c probe
+i2c md 50 0 80
+