public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] how to create floppy image for ecos ?
@ 2003-12-04  4:51 sivaraman venugopal
  2003-12-04 11:22 ` Nick Garnett
  2003-12-09  9:49 ` [ECOS] Redboot iPaq support ipaqcoder
  0 siblings, 2 replies; 7+ messages in thread
From: sivaraman venugopal @ 2003-12-04  4:51 UTC (permalink / raw)
  To: ecos-discuss

hi
I have build the RedBoot image for an i386 PC
(Redboot.bin file). 
 
it works when i reboot my system.

i also build the ecos library for an i386 PC
(default).

i compiled and linked  the ecos example file
"hello.c", as said in the "Embedded software
development with eCos " book. It produced two files
"hello.o" and "hello" .

how can i create a floppy image of the example
"hello", to boot it from floppy directly.

regards
sivaraman

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] how to create floppy image for ecos ?
  2003-12-04  4:51 [ECOS] how to create floppy image for ecos ? sivaraman venugopal
@ 2003-12-04 11:22 ` Nick Garnett
  2003-12-04 11:30   ` David N. Welton
  2003-12-09  9:49 ` [ECOS] Redboot iPaq support ipaqcoder
  1 sibling, 1 reply; 7+ messages in thread
From: Nick Garnett @ 2003-12-04 11:22 UTC (permalink / raw)
  To: sivaraman venugopal; +Cc: ecos-discuss

sivaraman venugopal <sivaramanvenugopal@yahoo.com> writes:

> hi
> I have build the RedBoot image for an i386 PC
> (Redboot.bin file). 
>  
> it works when i reboot my system.
> 
> i also build the ecos library for an i386 PC
> (default).
> 
> i compiled and linked  the ecos example file
> "hello.c", as said in the "Embedded software
> development with eCos " book. It produced two files
> "hello.o" and "hello" .
> 
> how can i create a floppy image of the example
> "hello", to boot it from floppy directly.
> 

Take a look at the following page about how to build a floppy-booted
application:

http://ecos.sourceware.org/docs-latest/user-guide/setup-i386-pc.html

It explains everything there.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] how to create floppy image for ecos ?
  2003-12-04 11:22 ` Nick Garnett
@ 2003-12-04 11:30   ` David N. Welton
  0 siblings, 0 replies; 7+ messages in thread
From: David N. Welton @ 2003-12-04 11:30 UTC (permalink / raw)
  To: Nick Garnett; +Cc: sivaraman venugopal, ecos-discuss


One thing that I've written which is at times helpful is a little
application in Tcl in order to verify that your floppy image has
indeed been trasferred correctly to the disk.  It's kind of slow,
because it both reads and writes the image, but with the quantity of
bad disks out there, it can save you from scratching your head when
something  doesn't quite work.

It's available here:

http://dedasys.com/freesoftware/

Look under 'scivoli':

wget http://www.dedasys.com/freesoftware/files/md5check.tcl.gz
gunzip md5check.tcl.gz
./md5check.tcl image.bin /dev/fd0

You have to have the right permissions, of course.

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] Redboot iPaq support...
  2003-12-04  4:51 [ECOS] how to create floppy image for ecos ? sivaraman venugopal
  2003-12-04 11:22 ` Nick Garnett
@ 2003-12-09  9:49 ` ipaqcoder
  2003-12-09 12:54   ` Gary Thomas
  1 sibling, 1 reply; 7+ messages in thread
From: ipaqcoder @ 2003-12-09  9:49 UTC (permalink / raw)
  To: ecos-discuss

>
> On Mon, 2003-12-08 at 07:50, Hsu, Cheng-Hsin (Cheng-Hsin) wrote:
> > All,
> >
> > Does eCos support any iPaq model with PXA-250 processor?
> > (Please let me know if there is any webpage showing the currently
> > supported models, Thanks!)
>
I have ported eCos to the iPAQ H3950 (PXA 250). If you are in a rush, the
uE250 tree is a good starting point. .




-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] Redboot iPaq support...
  2003-12-09  9:49 ` [ECOS] Redboot iPaq support ipaqcoder
@ 2003-12-09 12:54   ` Gary Thomas
  0 siblings, 0 replies; 7+ messages in thread
From: Gary Thomas @ 2003-12-09 12:54 UTC (permalink / raw)
  To: ipaqcoder; +Cc: ecos-discuss

On Tue, 2003-12-09 at 02:49, ipaqcoder wrote:
> >
> > On Mon, 2003-12-08 at 07:50, Hsu, Cheng-Hsin (Cheng-Hsin) wrote:
> > > All,
> > >
> > > Does eCos support any iPaq model with PXA-250 processor?
> > > (Please let me know if there is any webpage showing the currently
> > > supported models, Thanks!)
> >
> I have ported eCos to the iPAQ H3950 (PXA 250). If you are in a rush, the
> uE250 tree is a good starting point. .

Sounds interesting!  Are you planning on contributing this
work back to the project?  

Note: that *is* the point of such an open project.  We all benefit
from what has been published and it makes sense to return the favor.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] Redboot iPaq support...
  2003-12-08 14:51 Hsu, Cheng-Hsin (Cheng-Hsin)
@ 2003-12-08 14:57 ` Gary Thomas
  0 siblings, 0 replies; 7+ messages in thread
From: Gary Thomas @ 2003-12-08 14:57 UTC (permalink / raw)
  To: Hsu, Cheng-Hsin   (Cheng-Hsin); +Cc: 'ecos-discuss@sources.redhat.com'

On Mon, 2003-12-08 at 07:50, Hsu, Cheng-Hsin (Cheng-Hsin) wrote:
> All,
> 
> 	I have a Sharp SL-5600 running Linux. And I would like 
> to try to boot into OSes other than the standard Sharp Linux.

In general, RedBoot can support booting most any operating system.
Some system-specific support may be necessary.

> 	I saw that people could install RedBoot on their ipaq after 
> WinCE is up. Does that mean they could load and boot into whatever 
> OSes after that?
> 	Does eCos support any iPaq model with PXA-250 processor? 
> (Please let me know if there is any webpage showing the currently 
> supported models, Thanks!)

At this time, only the StrongARM based H3630 is supported, sorry.
eCos (and RedBoot) could be easily ported to the newer Xscale versions,
but this would require some engineering.  This could either be done
by you or such porting efforts can be contracted from various 
organizations.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ECOS] Redboot iPaq support...
@ 2003-12-08 14:51 Hsu, Cheng-Hsin (Cheng-Hsin)
  2003-12-08 14:57 ` Gary Thomas
  0 siblings, 1 reply; 7+ messages in thread
From: Hsu, Cheng-Hsin (Cheng-Hsin) @ 2003-12-08 14:51 UTC (permalink / raw)
  To: 'ecos-discuss@sources.redhat.com'

All,

	I have a Sharp SL-5600 running Linux. And I would like to try to boot into OSes other than the standard Sharp Linux.
	I saw that people could install RedBoot on their ipaq after WinCE is up. Does that mean they could load and boot into whatever OSes after that?
	Does eCos support any iPaq model with PXA-250 processor? (Please let me know if there is any webpage showing the currently supported models, Thanks!)

Regards,
Bear.



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-12-09 12:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-04  4:51 [ECOS] how to create floppy image for ecos ? sivaraman venugopal
2003-12-04 11:22 ` Nick Garnett
2003-12-04 11:30   ` David N. Welton
2003-12-09  9:49 ` [ECOS] Redboot iPaq support ipaqcoder
2003-12-09 12:54   ` Gary Thomas
2003-12-08 14:51 Hsu, Cheng-Hsin (Cheng-Hsin)
2003-12-08 14:57 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).