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]

Redboot Query


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

Can any one please help me.

Regards,

Kaustubh




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