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]

bzImage support for i386 targets


Hi,
    I am working on porting  redboot to i386 architecture board with
 AMD SC520. I got the code from CVS Feb 13 and applied patch
 for bzImage support from Masato Tarunishi which is available
 on net. With this patch I am able to download "bzImage" from
 local disk as well as network using tftp.
  I used following commands:
  RedBoot> load -m disk hda2:/boot/bzImage ( from local disk )
  Redboot> load bzImage   ( from network )
  Both the commands return same size.
    The box is able to boot with bzImage downloaded from local
 disk with "exec" command but with network downloaded "bzImage"
 it just struck( hangs ). Both the images are same.
 the exec command I am using is 
  RedBoot> exec -c "console=ttyS0,19200 rw root=/dev/hda2"
 Any pointers what may be wrong? Please let me know if you need
 any other info.
Thanks,
Narendra Hadke




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