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

fis init

Name

fis init -- Initialize Flash Image System (FIS)

Synopsis

fis init [-f]

Arguments

NameTypeDescriptionDefault
-f All blocks of flash memory (except for the boot + blocks) will be erased as part of the initialization + procedure. 

Description

This command is used to initialize the Flash Image System + (FIS). It should normally only be executed once, when RedBoot + is first installed on the hardware. If the reserved images or + their sizes in the FIS change, due to a different configuration + of RedBoot being used, it may be necessary to issue the command + again though. + +

Note: Subsequent executions will cause loss of + previously stored information in the FIS.

+

Examples

Initialize the FIS directory. +
 
+RedBoot> fis init
+About to initialize [format] flash image system - continue (y/n)? y
+*** Initialize FLASH Image System
+    Warning: device contents not erased, some blocks may not be usable
+... Erase from 0x00070000-0x00080000: .
+... Program from 0x0606f000-0x0607f000 at 0x00070000: .

Initialize the FIS directory and all of flash memory, except for first +blocks of the flash where the boot monitor resides. +
 
+RedBoot> fis init -f
+About to initialize [format] flash image system - continue (y/n)? y
+*** Initialize FLASH Image System                                               
+... Erase from 0x00020000-0x00070000: .....                                     
+... Erase from 0x00080000-0x00080000:                                           
+... Erase from 0x00070000-0x00080000: .                                         
+... Program from 0x0606f000-0x0607f000 at 0x00070000: .                         


PrevHomeNext
Flash Image System (FIS)Upfis list
\ No newline at end of file