Comtrol eCos User Manual
Page 116

Chapter 2. RedBoot Commands and Examples
Format
Description
Example
operand
A simple value; some commands
require a single parameter for which
an additional
-X
switch would be
redundant. In the example,
JFFS2
is
the name of a flash image. The
image name is always required, thus
is no need to qualify it with a switch.
Note that any un-qualified operand
must always appear at the end of the
command.
RedBoot> fis delete JFFS2
The list of available commands, and their syntax, can be obtained by typing help at the command line:
RedBoot> help
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>]
Display disk partitions
disks
Display (hex dump) a range of memory
dump -b
<
location> [-l
<
length>] [-s]
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>]
Set/change IP addresses
ip_address [-l
<
local_ip_address>] [-h
<
server_address>]
Load a file
load [-r] [-v] [-d] [-c
<
channel>] [-h
<
host>] [-m {TFTP | HTTP | {x|y}MODEM | disk}]
[-b
<
base_address>]
<
file_name>
Network connectivity test
ping [-v] [-n
<
count>] [-t
<
timeout>] [-i
<
IP_addr]
-h
<
host>
Reset the system
reset
Display RedBoot version information
version
Display (hex dump) a range of memory
x -b
<
location> [-l
<
length>] [-s]
12