2 set watchdog, 13 asi commands, 1 show asi register – Kontron AT890X Full-Size CLI User Manual

Page 278: 2 asi register write, 3 download asi srom, 2 set watchdog - 36, 13 asi commands - 36

Advertising
background image

Management Commands

AT8901/2/3

AT8901/2/3 CLI Reference Manual

Page 6 - 36

6.12.2

set watchdog

This command configures the watchdog. It sets the timeout for different watchdog

(during BIST, during loading of kernel and INITRD, during startup of switching

application and during normal execution of switching application) and the heartbeat

(sending interval and number of missed heartbeats before failure occurance). All

values (except missed heartbeats) are in seconds, a value “0” means that the related

watchdog is disabled. The default value is disabled.
Format

set watchdog bist <0,60-6000>
set watchdog osloader <0,120-6000>
set watchdog init <0,120-6000>
set watchdog application <0,120-6000>
set watchdog heartbeat <0,1-6000>
set watchdog heartbeat-failure <0,3-100>

Mode

Privileged EXEC

6.13

ASI commands

The following commands are only applicable on AT8903 boards

6.13.1

show asi register

This command dumps the merlin (ASI switch) register file in hex dwords, starting from

offset and reading count dwords. The offset can be specified in standard C notation.
Format

show asi register <offset> <count>

Mode

Privileged EXEC

6.13.2

asi register write

This command writes one dword datum in the merlin register file at the specified

offset. The offset, datum and mask can be specified either as decimal, hex or octal in

standard C notation (i.e. 0x123, 0700, 88). If a mask is given, the current register is

read in first and only the bits set in the mask are replaced with the corresponding bits

from the datum dword.
Format

asi register write <offset> <datum> [<mask>]

Mode

Privileged EXEC

6.13.3

download asi srom

This command downloads an ASI image from URL and flashes the SROM with the

new image.
Format

download asi srom <url>

Mode

Privileged EXEC

Advertising