Fis create, Name, Synopsis – Comtrol eCos User Manual

Page 155: Arguments

Advertising
background image

fis create

Name

fis create

— Create flash image

Synopsis

fis create {-b

data address

} {-l

length

} [-f

flash address

] [-e

entry

] [-r

relocation

address

] [-s

data length

] [-n ] [

name

]

Arguments

Name

Type

Description

Default

-b

Number

Address of data to be
written to the flash.

Address of last loaded file.
If not set in a load
operation, it must be
specified.

-l

Number

Length of flash area to
occopy. If specified, and
the named image already
exists, the length must
match the value in the FIS
directory.

Length of area reserved in
FIS directory if the image
already exists, or the length
of the last loaded file. If
neither are set, it must be
specified.

-f

Number

Address of flash area to
occopy.

The address of an area
reserved in the FIS
directory for extant images.
Otherwise the first free
block which is large
enough will be used.

-e

Number

Entry address for an
executable image, used by
the fis load command.

The entry address of last
loaded file.

-r

Number

Address where the image
should be relocated to by
the fis load command. This
is only relevant for images
that will be loaded with the
fis load command.

The load address of the last
loaded file.

51

Advertising