Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updates for new model

...

The following table shows the device and configuration paths used for the two serial lines:

Serial lineConfiguration path
Charon-PAR 64-bit modelsCharon-PAR 32-bit model 720Charon-PAR
64-bit models
32-bit model B132L
Serial lineConfig. pathSerial lineConfig. pathSerial lineConfig. path
1 = Consoleserial.uart0.device
2
1 = Console
serial
asp.
uart2
uart0.device
Charon-PAR 32-bit model 9000/720
1 = Console
asp.uart0
gsc.lasi.uart.device
2serial.uart2.device2asp.uart1.device


Div
classpagebreak


Serial port configuration options are specified using the following syntax:

serial.uartX.device.<option>="<value>"

or (for model 720)asp.uartX

asp.uartX.device.<option>="<value>"

or (for model B132L)

gsc.lasi.uart.device.<option>="<value><value"


If the Super/IO module has been loaded, there are two additional serial lines. In the configuration, they are identified by 

...

LineCharon-PAR/PA3Charon-PAR/PA9

Emulated serial console on port 30000 using the telnet protocol. PuTTY started automatically with preconfigured profile.
1 serial.uart0.device.type="telnet"
serial.uart0.device.port=":30000"
serial.uart0.device.command="putty -load PAR-Telnet"

PA9-64

serial.uart0.device.type="telnet"
serial.uart0.device.port=":30000"
serial.uart0.device.command="putty -load PAR-Telnet-VT100"

PA9-32 (model 720)

asp.uart0.device.type="telnet"
asp.uart0.device.port=":30000"
asp.uart0.device.command="putty -load PAR-Telnet-VT100"

PA9-32 (model B132L)


gsc.lasi.uart.device.type = "telnet"
gsc.lasi.uart.device.port = ":30000"
gsc.lasi.uart.device.command="putty -load PAR-Telnet-VT100"






Emulated second serial line in raw mode on port 30002.
2 serial.uart2.device.type="socket"
serial.uart2.device.port=":30002"

PA9-64

serial.uart2.device.type="socket"
serial.uart2.device.port=":30002"

PA9-32

asp.uart1.device.type="socket"
asp.uart1.device.port=":30002"

...