This is the mail archive of the ecos-discuss@sources.redhat.com 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: Redboot EB40a problems with flash programming


> ecosconfig new eb40a
> ecosconfig import
> $ECOS_REPOSITORY/hal/eb40a/current/misc/redboot_ROM.ecm
> ecosconfig tree
> make

A Guess: You cannot execute from Flash which you do flash operations
like writer/erase. So the flash code copies itself into RAM and then
executes from RAM. Maybe this copying is somehow disabled.

Check what is going on with CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM and
similar CDL.

        Andrew

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


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