Line 27... |
Line 27... |
#
|
#
|
# Author(s):
|
# Author(s):
|
# - Olivier Girard, olgirard@gmail.com
|
# - Olivier Girard, olgirard@gmail.com
|
#
|
#
|
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
# $Rev: 172 $
|
# $Rev: 198 $
|
# $LastChangedBy: olivier.girard $
|
# $LastChangedBy: olivier.girard $
|
# $LastChangedDate: 2012-12-28 00:06:56 +0100 (Fri, 28 Dec 2012) $
|
# $LastChangedDate: 2014-10-07 21:30:05 +0200 (Tue, 07 Oct 2014) $
|
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
|
|
global clients
|
global clients
|
global server
|
global server
|
|
|
Line 124... |
Line 124... |
putsLog ""
|
putsLog ""
|
putsLog " -----------------------------------------------------------------------"
|
putsLog " -----------------------------------------------------------------------"
|
putsLog " !!!! Please consider the following options: !!!!"
|
putsLog " !!!! Please consider the following options: !!!!"
|
putsLog " !!!! !!!!"
|
putsLog " !!!! !!!!"
|
putsLog " !!!! - make sure \"$omsp_conf(device)\" is the right device."
|
putsLog " !!!! - make sure \"$omsp_conf(device)\" is the right device."
|
|
putsLog " !!!! - check permissions of the \"$omsp_conf(device)\" device (run as root if necessary)."
|
putsLog " !!!! - check the physical connection to the board. !!!!"
|
putsLog " !!!! - check the physical connection to the board. !!!!"
|
putsLog " !!!! - adjust the serial connection baudrate. !!!!"
|
putsLog " !!!! - adjust the serial connection baudrate. !!!!"
|
putsLog " !!!! - for UART, don't forget to reset the serial debug interface !!!!"
|
putsLog " !!!! - for UART, don't forget to reset the serial debug interface !!!!"
|
putsLog " !!!! between each attempt. !!!!"
|
putsLog " !!!! between each attempt. !!!!"
|
putsLog " !!!! - for I2C, make sure $omsp_conf($error_nr,cpuaddr) the is the right address. !!!!"
|
putsLog " !!!! - for I2C, make sure $omsp_conf($error_nr,cpuaddr) the is the right address. !!!!"
|
Line 201... |
Line 202... |
# Disable gui entries
|
# Disable gui entries
|
.connect.cfg.if.config1.adapter.p1 configure -state disabled
|
.connect.cfg.if.config1.adapter.p1 configure -state disabled
|
.connect.cfg.if.config2.adapter.p2 configure -state disabled
|
.connect.cfg.if.config2.adapter.p2 configure -state disabled
|
.connect.cfg.if.config1.serial_port.p1 configure -state disabled
|
.connect.cfg.if.config1.serial_port.p1 configure -state disabled
|
.connect.cfg.if.config2.serial_port.p2 configure -state disabled
|
.connect.cfg.if.config2.serial_port.p2 configure -state disabled
|
|
.connect.start.comp_mode configure -state disabled
|
.connect.cfg.ad.server_port.p0 configure -state disabled
|
.connect.cfg.ad.server_port.p0 configure -state disabled
|
.connect.cfg.ad.server_port.p1 configure -state disabled
|
.connect.cfg.ad.server_port.p1 configure -state disabled
|
.connect.cfg.ad.server_port.p2 configure -state disabled
|
.connect.cfg.ad.server_port.p2 configure -state disabled
|
.connect.cfg.ad.server_port.p3 configure -state disabled
|
.connect.cfg.ad.server_port.p3 configure -state disabled
|
.connect.cfg.ad.i2c_addr.s0 configure -state disabled
|
.connect.cfg.ad.i2c_addr.s0 configure -state disabled
|