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 Query


Kaustubh Purandare wrote:
> 
> Hi,
> 
> I am trying to use PC board for eCos (i.e. intel x86).
> 
> I have created a bootable redboot floopy. The PC boots up and an
> IP address is assigned
> to it through DHCP. (lets call this PC "redboot PC").
> 
> Now I want to download test programs on the "redboot PC" through
> tftp. I have installed all the necessary
> tools on my PC and I am trying to load standard test programs on
> the "redboot PC".
> 
> I get following messages when I try to load the exe from the
> "redboot PC".
> 
> RedBoot> load -h 192.153.1.42 -m tftp thread_gdb
> ELF images not supported
> 
> If I try to load through my PC to "redboot PC" through GDB I get
> the following messages
> 
> d:/test> i386-elf-gdb
> (gdb)target remote 192.153.1.50:9000
> 0x00007F38 in ?? ()
> (gdb)load thread_gdb.exe
> loading section.text size 0x7030 lma 0x10000
> ignoring packet error, continuing......
> ignoring packet error, continuing......
> ignoring packet error, continuing......

The load address of your program is 0x10000. This doesn't look right. If
this is eCos v1.3.1, then switch to anonymous CVS sources.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

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