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 booting problem


On Thu, 26 Jun 2003, Jonathan Larmour wrote:

> Sivakamesh Thota wrote:
> > hi,
> > I am doing a platform porting for xycom 654 board. I built the floppy 
> > image. By the way xycom board is like a pc board with pci bus and etc. 
> 
> "like" a PC? This could well be the source of your problems! Have you 
> tried the image on a "normal" PC to check it works at all?
> 
  It's giving the same number dots(.) as it is giving on my board, when I 
  test with a normal pc. It just stops after printing some number of dots. 
  No further action is being done any any board either pc or my test 
  board.  

> > While I am trying to boot the redboot with the floppy, there appears some 
> > dots(.) while the floppy LED is glowing. then after some time it just 
> > stops. Nothing is appearing like redboot prompt. I assume the booting 
> > fails in the middle. It's not getting the stage of redboot prompt.
> 
> It could be at the point where it's finished loading and redboot is 
> starting, and perhaps probing the PCI bus. Any differences between this 
> board and a true PC could cause problems then.
> 
  Sorry I did not mention that my board has vme bus as well. But the 
  ethernet devices are pci bus controlled. I guess the bus does not matter 
  since I tried booting different linux versions obviosly which does not 
  have vme bus drivers and they booted perfectly ok. VME is like another 
  bus that comes along with the board apart from PCI. So I am afraid the 
  problem is not regardint the bus interface. Since I tried the vmware 
  floppies on this board and the board is booted up, but ofcourse without 
  any ethernet support. I think the problem lies in the ethernet driver  
  package which I modified and added the lance amd driver, since min 
  confi file in /packages/hal/i386/xycom/v2_0b1/misc/redboot_FLOPPY.ecm 
  does use the ethernet support pacakge. So this might be the only 
  possibility, as far as I know. So any debugging suggestions where my 
  redboot is failing???? I mean how can I know till which point the 
  redboot is booting?? apart from the standard way like changint the 
  ethernet driver till I get the bootig prompt without knowing what 
  happens in between?? Any help would be apprciated.
  
  Thanks a lot for your help once again.
  kamesh
 >  > By the
> > way I am copying the redboot.bin image in the install tree by the followin 
> > g command
> > 
> > dd conv=sync if=redboot.bin of=/dev/fd0
> 
> That's right.
> 
> Jifl
> 


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