summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/beaglebone-capes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/beagleboard/beaglebone-capes')
-rwxr-xr-xrecipes-ti/beagleboard/beaglebone-capes/cape-stop.sh3
-rwxr-xr-xrecipes-ti/beagleboard/beaglebone-capes/cape.sh4
2 files changed, 7 insertions, 0 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh b/recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh
index a08498d7..49500176 100755
--- a/recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh
+++ b/recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh
@@ -5,6 +5,9 @@ for eeprom in /sys/bus/i2c/devices/3-005*/eeprom ; do
5 "BB-BONE-LCD3-01.") 5 "BB-BONE-LCD3-01.")
6 echo "Turning off backlight for LCD3 cape" 6 echo "Turning off backlight for LCD3 cape"
7 i2cset -f -y 1 0x24 0x07 0x00;; 7 i2cset -f -y 1 0x24 0x07 0x00;;
8 "BB-BONE-LCD4-01.")
9 echo "Turning off backlight for LCD3 cape"
10 i2cset -f -y 1 0x24 0x07 0x00;;
8 *) 11 *)
9 echo "unknown cape: $PARTNUMBER";; 12 echo "unknown cape: $PARTNUMBER";;
10 esac 13 esac
diff --git a/recipes-ti/beagleboard/beaglebone-capes/cape.sh b/recipes-ti/beagleboard/beaglebone-capes/cape.sh
index 69accfff..61240a5f 100755
--- a/recipes-ti/beagleboard/beaglebone-capes/cape.sh
+++ b/recipes-ti/beagleboard/beaglebone-capes/cape.sh
@@ -6,6 +6,10 @@ for eeprom in /sys/bus/i2c/devices/3-005*/eeprom ; do
6 echo "Turning on backlight for LCD3 cape" 6 echo "Turning on backlight for LCD3 cape"
7 i2cset -f -y 1 0x24 0x07 0x09 7 i2cset -f -y 1 0x24 0x07 0x09
8 i2cset -f -y 1 0x24 0x08 0x60;; 8 i2cset -f -y 1 0x24 0x08 0x60;;
9 "BB-BONE-LCD4-01.")
10 echo "Turning on backlight for LCD4 cape"
11 i2cset -f -y 1 0x24 0x07 0x09
12 i2cset -f -y 1 0x24 0x08 0x60;;
9 *) 13 *)
10 echo "unknown cape: $PARTNUMBER";; 14 echo "unknown cape: $PARTNUMBER";;
11 esac 15 esac