RedBoot> fconfig -l
Run script at boot: true
Boot script:
.. fis load kern1
.. exec -c "console=ttyS0,115200 root=/dev/hda2 mem=64M@0x00000000"
Boot script timeout (1000ms resolution): 1
Use BOOTP for network configuration: true
Console baud rate: 115200
DNS server IP address: 0.0.0.0
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:0x01:0xDB:0x00:0x55:0xB4
Network hardware address [MAC] for NPE eth1: 0x00:0x01:0xDB:0x00:0x55:0xB5
RedBoot> fis help
*** invalid 'fis' command: unrecognized command
Usage:
fis create -b <mem_base> -l <image_length> [-s <data_length>]
[-f <flash_addr>] [-e <entry_point>] [-r <ram_addr>] [-n] <name>
fis delete name
fis erase -f <flash_addr> -l <length>
fis free
fis init [-f]
fis list [-c] [-d]
fis load [-d] [-b <memory_load_address>] [-c] name
fis lock [-f <flash_addr> -l <length>] [name]
fis unlock [-f <flash_addr> -l <length>] [name]
fis write -f <flash_addr> -b <mem_base> -l <image_length>
RedBoot>