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]

Unable to load bin file


hi all,
I am running RedBoot from redboot.elf in powerpc
board.I want to get RedBoot prompt from redboot.bin
but i am unable to do this.....
My startup type is ROM.
I am loading redboot.elf by debugger(lauterbach) and
it works properly,but when i load the redboot.bin
after erasing the flash i don't find any code in the
flash.Why is it so?

Exection is started from the RAM(0x00000100) and
executed the following codes :

lis r3, 0x3000
ori r3,r3,0x2000
mtlr r3
blr

Atter 'blr' execution jump to 0x30002000 address and
at 0x30002000 it finds :
  frmaddr  f31,f31,f31,f31
and get stuck.

Give guidline with proper solution.

Thanks,
Ashish




		
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

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