summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/beaglebone-capes/cape.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/beagleboard/beaglebone-capes/cape.sh')
-rwxr-xr-xrecipes-ti/beagleboard/beaglebone-capes/cape.sh4
1 files changed, 4 insertions, 0 deletions
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