X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=doc%2Fhtml%2Fref%2Ffis-erase-command.html;fp=doc%2Fhtml%2Fref%2Ffis-erase-command.html;h=0000000000000000000000000000000000000000;hb=739c21725ce2774a605a0f1de3edaac2c43aea0f;hp=5ff674ee35b34aeacb3c81656ae2ea8a4433981c;hpb=ae71e0fa8076a1b59600b3a0ea10155a2cb534ae;p=karo-tx-redboot.git diff --git a/doc/html/ref/fis-erase-command.html b/doc/html/ref/fis-erase-command.html deleted file mode 100644 index 5ff674ee..00000000 --- a/doc/html/ref/fis-erase-command.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - - - -fis erase -
eCos Reference Manual
PrevNext

fis erase

Name

fis erase -- Erase flash area

Synopsis

fis erase {-f flash_address} {-l length}

Arguments

NameTypeDescriptionDefault
flash_addressNumberAddress of area to be erased. 
lengthNumberLength of area to be erased. 

Description

This command is used to erase a portion of flash memory forcibly. There -is no cross-checking to ensure that the area being erased does not correspond -to an existing image.

Examples

Erase an area of the flash -
RedBoot> fis erase -f 0xa0040000 -l 0x20000
-... Erase from 0xa0040000-0xa0060000: .


PrevHomeNext
fis unlockUpfis write
\ No newline at end of file