summaryrefslogtreecommitdiff
path: root/recipes-bsp/multitech/mt-dt-overlay/init-mtcpmhs
diff options
context:
space:
mode:
authorjeff <jhatch@multitech.com>2022-08-24 09:45:34 -0500
committerjeff <jhatch@multitech.com>2022-08-24 09:45:34 -0500
commitded5f2d0de75fe8fcbcd97342c44238ece5d8346 (patch)
treee66557615fcd7263db1ecb14b52a4e762598f27a /recipes-bsp/multitech/mt-dt-overlay/init-mtcpmhs
parent3dffdad6aecc7e9f933aca82851d3d25bba5226d (diff)
parent7f20d14036eea9ccc2da0ca2c21308fd65b063eb (diff)
downloadmeta-multitech-ded5f2d0de75fe8fcbcd97342c44238ece5d8346.tar.gz
meta-multitech-ded5f2d0de75fe8fcbcd97342c44238ece5d8346.tar.bz2
meta-multitech-ded5f2d0de75fe8fcbcd97342c44238ece5d8346.zip
Merge branch 'vp/mtcpmhs/hv_0.2' into 6
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/%-*}