[ECOS] fis list

Gary Thomas gary@chez-thomas.org
Thu Dec 13 09:53:00 GMT 2007


hong zhang wrote:
> List,
> 
> "fis list" returns something like
> 
> Name             flash addr  Mem addr   Length   Entry
> point
> RedBoot         0xA0000000  0xA0000000 0x020000
> 0x80000000
> RedBoot[backup] 0xA0020000  0x8C010000 0x020000
> 0x8C010000
> RedBoot config  0xA0FC0000  0xA0FC0000 0x020000
> 0x00000000
> FIS directory   0xA0FE0000  0xA0FE0000 0x020000
> 0x00000000
> RedBoot>
> 
> What is real meaning Mem addr and Entry point? I read
> redboot manual but no answer.

'Mem Addr' is the address that this image will be loaded to RAM
if you execute 'fis load' with no memory options.  This can always
be overridden using the '-b' option.

'Entry Point' is the default address if you were to execute the
code, via the 'go' command.

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



More information about the Ecos-discuss mailing list