beautypg.com

4 md – Artesyn ATCA-9305 User's Manual (May 2014) User Manual

Page 236

background image

Management Processor Monitor

ATCA-9305 User’s Manual (10009109-07)

236

Example

In this example, the find command is used to search for the 32-bit pattern 0x12345678 in the
address range starting at 0x40000, and ending at 0x80000.

=> find.1 40000 80000 12345678

Searching from 0x00040000 to 0x00080000

Match found: data = 0x12345678 Adrs = 0x00050a6c

=>

9.8.4

md

The command md displays the contents of memory starting at address. The number of objects
displayed can be defined by an optional third argument, # of objects. The memory’s numerical
value and its ASCII equivalent is displayed.

Definition

md [.b, .w, .l] address [# of objects]

Example

In this example, the md command is used to display thirty-two 16-bit words starting at the
physical address 0x80000.

=> md.w 80000 20

00080000: ffff ffff ffff ffff ffff ffff ffff ffff ................

00080010: ffff ffff ffff ffff ffff ffff ffff ffff ................

00080020: ffff ffff ffff ffff ffff ffff ffff ffff ................

00080030: ffff ffff ffff ffff ffff ffff ffff ffff ................