The manage flash memory, type the following commands in the command prompt. To get help on a certain command, type that command with the –h or --help parameter, for example, fl_blankcheck –h.
| Command | Description |
|---|---|
| fl_blankcheck |
To check if flash memory is blank, use the
following
command:
where:
|
| fl_dump |
Flash memory can be written to a binary file or
output to the console. To dump a flash device, use
the following command:
where:
For example, to dump flash memory to a binary
file:
If the –f option is not
used, the dump is displayed in the console. For
example:
|
| fl_erase |
To erase flash, use the following
command:
where:
For
example:
|
| fl_erase_all |
To erase all flash memory, use the following
command:
|
| fl_protect |
To protect flash from erasing or reprogramming,
use the following
command:
where:
For example:
|
| fl_current |
If multiple flash devices are connected to your
computer, select a certain device using the
following
command:
where
dev specifies the name of the
current device. |
| fl_unprotect |
To make protected flash ready for erasing or
reprogramming, remove protection using the
following
command:
where:
For example:
|
| fl_info |
To view the details about the selected flash
device, use the following
command:
|
| fl_write |
To write a binary file or a hex value to flash
memory, use the following
command:
where:
For example:
|
| fl_write_elf |
To write an ELF file to flash memory, use the
following
command:
where:
For
example:
|