14 bsb bsh bsw, Bsb bsh bsw, Motload commands – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 58

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

58

3.1.14 bsb bsh bsw

Name

bsb, bsh, bsw—searches the contents of a memory block for a specific data pattern, as
specified by the command-line options.

Synopsis

bsb/bsh/bsw -a -b -d [-n] [-z]

Parameters

-a Ph: Starting Address of Block

-b Ph: Ending Address of Block

-d Ph: Search Data Pattern

-n 0: Non-Matching Data (Default = Matching)

-z Ph: Search Data Mask (Default = FFFFFFFF/FFFF/FF)

Example

The following example indicates a typical display when using the bsb, bsh, and bsw
commands.

MOTLoad> bsw -a00560000 -b00560010 -d12345678

pattern not found

MOTLoad> bsw -a00560000 -b00560010 -d11111111

00560000|11111111

See Also

bcb bch bcw

,

bfb bfh bfw

,

bmb bmh bmw

,

bvb bvh bvw

Advertising