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: [Novice Question]How can I convert redboot.elftoredboot.bin?


Please copy your replies to the list - mail sent directly
can and will be ignored.

On Mon, 2002-09-23 at 02:52, 주형열 wrote:
> Oh! 
> 
> Thank you for your answer.
> However I am building in Windows environment.
> And inn my environment, I can get the .ELF file only.
> 

It works just the same, even using the ConfigTool.

Select "New" and "Build" using template "PC" plus "RedBoot".
Then import the .ecm file.

> Please help me a little bit more.
> 
> -----Original Message-----
> From: Gary Thomas [mailto:gthomas@ecoscentric.com]
> Sent: Saturday, September 21, 2002 10:12 PM
> To: 주형열
> Cc: eCos Discussion
> Subject: Re: [ECOS] [Novice Question]How can I convert redboot.elf
> toredboot.bin?
> 
> 
> On Sat, 2002-09-21 at 05:20, 주형열 wrote:
> > HI!
> > 
> > I am novice in eCos environment.
> > I want to boot i386 PC with eCos.
> > I build redboot image, but the output file is .elf format.
> > 
> > The redboot manual said that the floppy boot image should .bin format.
> > How can I solve this problem?
> 
> Follow these directions completely for building RedBoot:
>   % ecosconfig new pc redboot
>   % ecosconfig import ${ECOS_REPOSITORY}/hal/i386/pc/current/misc/redboot_FLOPPY.ecm
>   % ecosconfig tree
>   % make
> 
> This will build "install/bin/redboot.bin" which is suitable for
> installing onto a floppy.
>   % dd if=install/bin/redboot.bin of=/dev/fd0 bs=36b conv=sync
> 
> -- 
> ------------------------------------------------------------
> Gary Thomas                  |
> eCosCentric, Ltd.            |  
> +1 (970) 229-1963            |  eCos & RedBoot experts
> gthomas@ecoscentric.com      |
> http://www.ecoscentric.com/  |
> ------------------------------------------------------------
> 
-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------


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