User's Manual

RX INN Installation Guide Page: 29
Reset the system
reset
Display RedBoot version information
version
Converts a physical to a virtual address
virtaddr <physical address>
Display (hex dump) a range of memory
x -b <location> [-l <length>] [-s] [-1|2|4]
RedBoot>
Commands can be abbreviated to their shortest unique string. Thus in the list above,
d,du,dum and dump are all valid for the dump command. The fconfig command can be
abbreviated fc, but f would be ambiguous with fis.
Configure Pronghorn Metro
Use the command fconfig -i to set the configuration parameters. Use fconfig -l to
list the configuration parameters, example below:
RedBoot> fconfig -l
Run script at boot: false
Use BOOTP for network configuration: true
Default server IP address: 0.0.0.0
Console baud rate: 115200
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
Default network device: npe_eth0
Network hardware address [MAC] for NPE eth0:
0x00:0x08:0xA2:0x01:0x7C:0x24
Network hardware address [MAC] for NPE eth1:
0x00:0x08:0xA2:0x01:0x7C:0x25
RedBoot>
The above represents the default RedBoot parameter settings for Pronghorn Metro. Note that
it is setup to DHCP an IP address from the network using the NPE0 Ethernet port. This is the
port closest to the middle of the board.
Should you desire to change any of the settings, entering the <fconfig> command without
any switches will enable you to change parameters.
RedBoot> fconfig
RedBoot will display the first parameter and its value. If you are satisfied with the current
value, hit [enter]. Otherwise, type the desired value and then hit [enter]. When you
have gone through the entire parameter list, a final confirmation is required before the
modified configuration is written to flash. Upon completion, issue the <fconfig l>
command again to verify that your changes have been made. Then reboot the Pronghorn
Metro to have the new boot parameters take effect.