This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fis list


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]