fl::image

Defines the flash image settings.

Syntax
image
image <setting> ...
image ls
Options

The following table lists and defines options of the fl::image command.

Table 1. fl::image Command-line debugger command - Options
Command Description
<none> With no options, lists the current settings.
<setting> Used to set a configuration setting. Possible values are: -f <file>, -t <type>, -re on|off, -r <addr> [<end>], -oe on|off, -o <offset>
-f <file> Sets the image file.
-t <type> Sets the type of the image file. Possible values are shown by "image ls".
-re on|off If -re is set to on, the range settings of this command will be used to restrict all flash commands to a particular address range. Otherwise no restriction is made.
-r <addr> [<end>] Sets the start <addr> and optional end <end> address for the restricting flash access, both given in hex. The range must also be enabled by the option "-re".
-oe all | <index> ... If -oe is set to on, the offset setting of this command will be used.
-o If -oe is set to on, then the value of this setting is added to all addresses in the image file. The value is given in hex.
Examples
image

Lists the current settings.