commit | 9005bd79c503ac66508e4c52cc6f149e05e3ef7a | [log] [tgz] |
---|---|---|
author | Ken Chen <chen.kenyy@inventec.com> | Mon Feb 12 10:28:04 2018 +0800 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Feb 27 14:07:31 2018 +0000 |
tree | dad8fdae38af74e9daa0c367f3f7dcbe6aae3080 | |
parent | d8dab03c5d06c7b5e49b971cbc032acf569ea475 [diff] [blame] |
Add obmc-console conf Config UART2 to obmc-console source Use script to control UART Mux Change-Id: I73d5165e497c7af1bc445ae8d365deb49b1f508d Signed-off-by: Ken Chen <chen.kenyy@inventec.com>
diff --git a/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/console/centriq-2400rep-console-client/centriq-2400rep-console-client.sh b/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/console/centriq-2400rep-console-client/centriq-2400rep-console-client.sh new file mode 100644 index 0000000..3ecd0f8 --- /dev/null +++ b/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/console/centriq-2400rep-console-client/centriq-2400rep-console-client.sh
@@ -0,0 +1,7 @@ +#!/bin/sh -e +#Control UART mux for obmc-console-client +echo 0 > /sys/class/gpio/gpio325/value +obmc-console-client +echo 1 > /sys/class/gpio/gpio325/value + +