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]

redboot.ecc


hello
as mebtioned in the "Embedded s/w development with
eCos" book in  Builing RedBoot section at p288-292, is
to save the configuration in the redboot.ecc file.
When should I save the configaration before creating
the build & install trees or after that (before make).
I'm Doing the folloing procedure:
1- creating the ecos.ecc:
          ecosconfig new pc redboot
    then editing the ecos.ecc to enable the serial
connection.
2- import the redboot_FLOPPY.ecm. ( when i'm saving
the ecos.ecc to redboot.ecc after this step, I coud'nt
continue to do the other steps because, in the command
line tool, it need the ecos.ecc).
3- creating the build tree:
          ecosconfig tree
when i'm saving the ecos.ecc to redboot.ecc the build
finished with the rest steps correctly (is that true).
4- make
5- then the redboot.bin & redboot.elf will be built in
install directory
6- mount floppy drive
7- install the redboot binary image on disk drive
using the command line tool:
    dd conv=sync if=install/bin/redboot.bin
of=/dev/fd0
8- starting building the eCos library as in section
12.4.
 
 Please tell me is previous simple proceedure true or
not and where is the error.
 
                                                      
                 with best wishes 
                                                      
                 Muna M. Hummady


		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

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