beautypg.com

5 mm – Artesyn ATCA-9305 User's Manual (May 2014) User Manual

Page 237

background image

Management Processor Monitor

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

237

9.8.5

mm

The mm command modifies memory one object at a time. Once started, the command line
prompts for a new value at the starting address. After a new value is entered, pressing ENTER
auto-increments the address to the next location. Pressing ENTER without entering a new
value leaves the original value for that address unchanged. To exit the mm command, enter a
non-valid hexadecimal value (such as x) followed by ENTER.

Definition

mm [.b, .w, .l] address

Example

In this example, the mm command is used to write random 8-bit data starting at the physical
address 0x80000.

=> mm.b 80000

00080000: ff ? 12

00080001: ff ? 23

00080002: ff ? 34

00080003: ff ? 45

00080004: ff ?

00080005: ff ? x

=> md.b 80000 6

00080000: 12 23 34 45 ff ff .#4E

=>