![]() |
DS101.RedBootCommands HistoryHide minor edits - Show changes to markup February 18, 2006, at 07:02 AM
by --
Changed lines 1-3 from:
to:
RedBoot "help" output: February 18, 2006, at 07:02 AM
by --
Changed lines 2-3 from:
to:
September 26, 2005, at 09:30 AM
by --
Added lines 1-2:
RedBoot "help" output: Changed lines 61-63 from:
to:
Output of RedBoot "fis help": September 26, 2005, at 09:29 AM
by --
Added lines 1-3:
(:table border=0 width=100% bgcolor=#eeeeff:) (:cell:) [= Changed lines 57-58 from:
to:
=] (:tableend:) Changed lines 60-62 from:
to:
(:table border=0 width=100% bgcolor=#eeeeff:) (:cell:) [= Changed lines 77-78 from:
to:
=] (:tableend:) September 26, 2005, at 09:23 AM
by --
Added lines 54-71:
RedBoot> fis help
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>
September 26, 2005, at 09:20 AM
by --
Added lines 1-53:
RedBoot> help read data from MDOC msys_run Manage aliases kept in FLASH memory alias name [value] Set/Query the system console baud rate baudrate [-b <rate>] Manage machine caches cache [ON | OFF] Display/switch console channel channel [-1|<channel number>] Compute a 32bit checksum [POSIX algorithm] for a range of memory cksum -b <location> -l <length> Display (hex dump) a range of memory dump -b <location> [-l <length>] [-s] [-1|2|4] Execute an image - with MMU off exec [-w timeout] [-b <load addr> [-l <length>]]
[-r <ramdisk addr> [-s <ramdisk length>]]
[-c "kernel command line"] [<entry_point>]
Manage FLASH images fis {cmds}
Manage configuration kept in FLASH memory fconfig [-i] [-l] [-n] [-f] [-d] | [-d] nickname [value] Execute code at a location go [-w <timeout>] [entry] Help about help? help [<topic>] Display command history history Set/change IP addresses ip_address [-l <local_ip_address>[/<mask_len>]] [-h <server_address>] Load a file load [-r] [-v] [-d] [-h <host>] [-m <varies>] [-c <channel_number>]
[-b <base_address>] <file_name>
Compare two blocks of memory mcmp -s <location> -d <location> -l <length> [-1|-2|-4] Copy memory from one address to another mcopy -s <location> -d <location> -l <length> [-1|-2|-4] Fill a block of memory with a pattern mfill -b <location> -l <length> -p <pattern> [-1|-2|-4] Network connectivity test ping [-v] [-n <count>] [-l <length>] [-t <timeout>] [-r <rate>]
[-i <IP_addr>] -h <IP_addr>
Reset the system reset Set/Read MAC address for NPE ethernet ports set_npe_mac [-p <portnum>] [xx:xx:xx:xx:xx:xx] Factory test synotest [-led][-button][-ram][-lan][-pci][-ide][-usb] Display RedBoot version information version Display (hex dump) a range of memory x -b <location> [-l <length>] [-s] [-1|2|4] |