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: How to add a second flash device software management on an ixdpg425 board (montejade)


On Tue, Mar 28, 2006 at 05:15:18PM +0200, thierry langlais wrote:
> Yeeesss !
> 
> It is more explicit now. Here is the capture:
> 0x00147900 in flash_query (data=0x149b98 "")
> 
> at /home/tls/repository/redboot/redboot-intel-ixp4xx-050425/packages/devs/flash/intel/strata/current/src/flash_query.c:87
> 87          for (cnt = CNT;  cnt > 0;  cnt--) ;

O.K. This makes sense. This is probably the first access to the flash.
Check that the address is correct, ie it is one of the two flash
devices. Which one is it? 

I expect it is the new flash device which is causing problems. If so,
it is probably an MMU setup problem. The MMU might still think there
is nothing there and so is causing a data abort when you try to access
the flash. Check the MMU setup.

        Andrew

-- 
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]