6 nm, 7 mw, 6 nm 9.8.7 mw – Artesyn ATCA-9305 User's Manual (May 2014) User Manual
Page 238

Management Processor Monitor
ATCA-9305 User’s Manual (10009109-07)
238
9.8.6
nm
The nm command modifies a single object repeatedly. Once started, the command line
prompts for a new value at the selected address. After a new value is entered, pressing ENTER
modifies the value in memory and then the new value is displayed. The command line then
prompts for a new value to be written at the same address. Pressing ENTER without entering a
new value leaves the original value unchanged. To exit the nm command, enter a non-valid
hexadecimal value (such as x) followed by ENTER.
Definition
nm [.b, .w, .l] address
9.8.7
mw
The command mw writes value to memory starting at address. The number of objects modified
can be defined by an optional fourth argument, count.
Definition
mw [.b, .w, .l] address value [count]
Example
In this example, the mw command is used to write the value 0xabba three times starting at the
physical address 0x80000.
=> mw.w 80000 abba 3
=> md 80000
00080000: abbaabba abbaffff ffffffff ffffffff ................
00080010: ffffffff ffffffff ffffffff ffffffff ................
00080020: ffffffff ffffffff ffffffff ffffffff ................
00080030: ffffffff ffffffff ffffffff ffffffff ................
00080040: ffffffff ffffffff ffffffff ffffffff ................
00080050: ffffffff ffffffff ffffffff ffffffff ................