commit | b66f0646b970d266f0adab95ca930eb34657f4eb | [log] [tgz] |
---|---|---|
author | Ken <ken.sk.lai@mail.foxconn.com> | Fri Nov 06 12:57:26 2015 +0800 |
committer | Ken <ken.sk.lai@mail.foxconn.com> | Fri Nov 06 12:57:26 2015 +0800 |
tree | 8e0d10e66591d71b610ca596eb3c5b5dc74e156f | |
parent | 1b8b4ded952ee1660e15822e6daab6e047f643cd [diff] |
Add -p debug message
diff --git a/bin/startup_hacks.sh b/bin/startup_hacks.sh index bf38106..661f951 100755 --- a/bin/startup_hacks.sh +++ b/bin/startup_hacks.sh
@@ -2,8 +2,12 @@ systemctl stop serial-getty@ttyS0 +echo 'module i2c_aspeed +p' > /sys/kernel/debug/dynamic_debug/control + sleep 5 echo nct7904 0x2d > /sys/bus/i2c/devices/i2c-6/new_device sleep 5 echo nct7904 0x2e > /sys/bus/i2c/devices/i2c-6/new_device +echo 'module i2c_aspeed -p' > /sys/kernel/debug/dynamic_debug/control +