X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=doc%2Fhtml%2Fref%2Ffis-delete-command.html;fp=doc%2Fhtml%2Fref%2Ffis-delete-command.html;h=fa05a716370f2c3c913a6c00a28b845803f9e471;hb=2b5bec7716c03d42cfb16d8c98c9cea573bf6722;hp=0000000000000000000000000000000000000000;hpb=47412fc4bd1aefc0d5498bcb3860a9d727196f16;p=karo-tx-redboot.git diff --git a/doc/html/ref/fis-delete-command.html b/doc/html/ref/fis-delete-command.html new file mode 100644 index 00000000..fa05a716 --- /dev/null +++ b/doc/html/ref/fis-delete-command.html @@ -0,0 +1,314 @@ + + + + + + + + +fis delete +
eCos Reference Manual
PrevNext

fis delete

Name

fis delete -- Delete flash image

Synopsis

fis delete {name}

Arguments

NameTypeDescriptionDefault
nameNumberName of image that should be deleted. 

Description

This command removes an image from the FIS. The flash memory will be +erased as part of the execution of this command, as well as removal of the +name from the FIS directory.

Note: Certain images are reserved by RedBoot and cannot be deleted. +RedBoot will issue a warning if this is attempted.

Examples

RedBoot> fis list
+Name              flash addr   Mem addr    Length    Entry point
+RedBoot          0xA0000000   0xA0000000  0x020000  0x80000000
+RedBoot config   0xA0FC0000   0xA0FC0000  0x020000  0x00000000
+FIS directory    0xA0FE0000   0xA0FE0000  0x020000  0x00000000
+junk             0xA0040000   0x8C400000  0x020000  0x80000000
+RedBoot> fis delete junk
+Delete image ‘junk’ - continue (y/n)? y
+... Erase from 0xa0040000-0xa0060000: .
+... Erase from 0xa0fe0000-0xa1000000: .
+... Program from 0x8c7d0000-0x8c7f0000 at 0xa0fe0000: .


PrevHomeNext
fis loadUpfis lock
\ No newline at end of file