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: Running Redboot RAM mode on custom AT91x40 board


> Just FYI - you should probably consider using something newer (like
> anon CVS).  eCos 2.0 is now more than 4 years old :-(

Using an ancient tree was the reason of my grief. Anon. CVS is working quite well for me.

Thanks a lot!
David

(gdb) set remotebaud 38400
(gdb) target remote /dev/com1
Remote debugging using /dev/com1
flash_query (data=0x1d7e8) at flash_at49xxxx.inl:235
235         ROM[FLASH_Setup_Addr2] = FLASH_Setup_Code2;
(gdb) bt
#0  flash_query (data=0x1d7e8) at flash_at49xxxx.inl:235
#1  0x00015b08 in flash_dev_query (data=0x1d7e8)
   at /home/davidho/ecos-dev/ecos/packages/io/flash/current/src/flash.c:122
#2  0x0000f508 in flash_hwr_init () at flash_at49xxxx.inl:156
#3  0x00015ab4 in flash_init (pf=0x1d7e8 <__startup_stack_base+6024>)
   at /home/davidho/ecos-dev/ecos/packages/io/flash/current/src/flash.c:93
#4  0x0000f1c4 in do_flash_init ()
   at /home/davidho/ecos-dev/ecos/packages/redboot/current/src/flash.c:1581
#5  0x00012f40 in cyg_start ()
   at /home/davidho/ecos-dev/ecos/packages/redboot/current/src/main.c:318
#6  0x0000c118 in start ()
#7  0x0000c118 in start ()
(gdb)

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