beautypg.com

20 csb csh csw, Csb csh csw, Motload commands – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 67

background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

67

3.1.20 csb csh csw

Name

csb, csh, csw—calculates a checksum over a range as specified by the command-line options.

Synopsis

csb/csh/csw [-a] [-c]

Parameters

csb

-a Ph: Starting Address (Default = User Download Buffer)

-c Ph: Number of Bytes to Checksum (Default = 0x00100000)

csh

-a Ph: Starting Address (Default = User Download Buffer)

-c Ph: Number of Half-Words to Checksum (Default = 0x00080000)

csw

-a Ph: Starting Address (Default = User Download Buffer)

-c Ph: Number of Words to Checksum (Default = 0x00040000)

Example

The following examples show typical results of entering the csw, csh, and csw commands.

MOTLoadI> csw -a05000000 -c1000

Checksum: 4BA41394

MOTLoadI>

MOTLoadI> csh -af3f00000 -c7ffff

Checksum: 66CD

MOTLoadI>

MOTLoadI> csb

Checksum: 0A

MOTLoadI>