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


how did you create the redboot floppy?  and what version
of tools and ecos are you using?

sounds like the classic "forgot to use the template" .
you'll find it discussed in the archives. 

if that is the problem, here is the solution, in summary, assuming linux:

  ecosconfig new pc redboot
  ecosconfig import $ECOS_REPOSITORY/hal/i386/pc/current/misc/redboot_FLOPPY.ecm
  ecosconfig tree
  make

  fdformat /dev/fd0
  dd conv=sync if=/whatever/install/bin/redboot.bin of=/dev/fd0




On 21 Mar 2002, 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......
> 
> 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]