Management Processor Monitor: Other Commands
10009109-01 ATCA-9305 User’s Manual 9-23
moninit[.1, .2] <serial# or “fru”>
Initialize environment variables and serial number in NVRAM but do not update the monitor
in NOR flash.
moninit[.1, .2] <serial# or “fru”> noburn
Initialize environment variables and serial number in NVRAM and copy the monitor from
<src_address> into NOR flash.
moninit[.1, .2] <serial# or “fru”> <src_address>
pci
The pci command enumerates the PCI bus. It displays en umeration informat ion 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]
Show the header of PCI device bus.device.function.
pci header b.d.f
Display the PCI configuration space (CFG).
pci display[.b, .w, .l] b.d.f [address] [# of objects]
Modify, read, and keep the CFG address.
pci next[.b, .w, .l] b.d.f address
Modify, automatically increment the CFG address.
pci modify[.b, .w, .l] b.d.f address
Write to the CFG address.
pci write[.b, .w, .l] b.d.f address value
phy
The phy command reads or writes to the contents of the PHY registers. The values changed
via this command are not persistent and clear after a hard or soft reset. The port options are
all, eTSEC1, eTSEC2, and base1 and base2 via the switch. “R” reads the register contents at
the address specified. “W” writes the address value to the register address specified. “A”
reads the contents of all registers.
Definition: phy [port] [R|W|A] (address) (value)
Example: The following is an example of a read from register address 0x1a.
phy eTSEC2 r 0x1a
The following is an example of a write to register address 0x1a where 0 is the data to write.