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; 6+ 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] 6+ messages in thread
* RE: [ECOS] how to create floppy image for ecos ?
@ 2003-12-04 13:55 Richardson, Anthony
  0 siblings, 0 replies; 6+ messages in thread
From: Richardson, Anthony @ 2003-12-04 13:55 UTC (permalink / raw)
  To: ecos-discuss

David N. Welton wrote:
> 
> 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.

Yet another way to do this:

  cmp image.bin /dev/fd0

or

  diff image.bin /dev/fd0

Tony Richardson

--
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] 6+ messages in thread

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

Thread overview: 6+ 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-04 13:55 [ECOS] how to create floppy image for ecos ? Richardson, Anthony

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).