summaryrefslogtreecommitdiff
path: root/recipes-bsp/multitech/mt-dt-overlay/init-mtcpmhs
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/multitech/mt-dt-overlay/init-mtcpmhs')
-rwxr-xr-xrecipes-bsp/multitech/mt-dt-overlay/init-mtcpmhs6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mt-dt-overlay/init-mtcpmhs b/recipes-bsp/multitech/mt-dt-overlay/init-mtcpmhs
index defb318..9c3c066 100755
--- a/recipes-bsp/multitech/mt-dt-overlay/init-mtcpmhs
+++ b/recipes-bsp/multitech/mt-dt-overlay/init-mtcpmhs
@@ -6,7 +6,7 @@
sysdir=/sys/devices/platform/mts-io
I2CDIR="/sys/bus/i2c/devices"
-eepromPath="${I2CDIR}/0-0056/eeprom"
+eepromPath="${I2CDIR}/1-0050/eeprom"
DEVTREE="/sys/kernel/config/device-tree/overlays/"
SYSFS="/usr/sbin/mts-io-sysfs"
@@ -63,6 +63,10 @@ install_dtbo_dir() {
# [file1] [file2] [file3]
setdevtree() {
eeprom=$(mts-id-eeprom --in-file "$eepromPath" 2>/dev/null)
+ if (( $? != 0 )); then
+ echo "Failed to read EEPROM from the Base Board"
+ return 1
+ fi
[[ $eeprom =~ [[:space:]]hw-version:[[:space:]]*\"([^\"]+) ]]
hw=${BASH_REMATCH[1]}
mach=${hw/%-*}