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: Getting closer ...


> Now the differences I've noted so far are that the example redboot config 
> has "Floppy" as its startup whereas mine got "RAM" as its default. I've not 
> figured out how to change that using ecosconfig(1) I'm guessing I need to 
> create a new target perhaps?

http://sources.redhat.com/ecos/docs-latest/ref/rebuilding-redboot.html


> Questions: There should be something like three steps to creating a 
> redboot.bin file which I've yet to comprehend. Something like:
> 	ecosconfig new pc redboot
> 	ecosconfig add <some packages>

You are missing the "ecosconfig import" command. This will set the
start type to floppy and a few other things. You need the import file
redboot_FLOPPY.ecm

> 	ecosconfig tree
> 	gmake
> 	i386-elf-objcopy -O binary install/bin/redboot.elf redboot.bin
> 
> dd(1) out the image and then reboot right? 

Correct

http://sources.redhat.com/ecos/docs-latest/user-guide/setup-i386-pc.html

> Remember I don't have configtool on FreeBSD 'cuz it won't
> build. Thoughts?

You don't need it. You can do everything with ecosconfig and an
editor.

        Andrew

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