Monitor: Other Commands
KAT4000 User’s Manual 10007175-02
14-24
Definition: isdram addr
loop
The loop command executes an infinite loop on address range.
Definition:
loop [.b, .w, .l] address number_of_objects
memmap
The memmap command displays the board’s memory map layout.
Definition:
memmap
moninit
The moninit command resets the NVRAM and serial number, and it writes the monitor to
Flash. The KAT4000 must be booted from the boot socket for this command to function in
the default state. The proper region of Flash memory will be unlocked and erased prior to
copying the monitor software into it.
The command flags, .s or .d, force the monitor to be programmed to a single (.s) bank of
flash or dual (.d) banks of flash. If the command flags are not used, then moninit checks for
the number of banks of flash. If there are two banks of flash, then moninit automatically
programs both banks for redundancy. Also, the serial number can be obtained from the fru
data if “fru” is used as a parameter.
Definition: Initialize environment variables and serial number in NVRAM and copy the monitor from the
socket to NOR (soldered) Flash.
moninit[.s, .d] <serial# or “fru”>
Initialize environment variables and serial number in NVRAM but do not update the monitor
in NOR Flash.
moninit[.s, .d] <serial# or “fru”> noburn
Initialize environment variables and serial number in NVRAM and copy the monitor from
<src_address> into NOR Flash.
moninit[.s, .d] <serial# or “fru”> <src_address>
pci
The pci command enumerates the PCI bus. It displays enumeration information about each
detected device. The pci command allows you to display values for and access the PCI Con-
figuration Space.
Definition: Display a short or long list of PCI devices on the bus specified by bus.
pci [bus] [long]