public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: Michael Trozzo <trozzo@arcor.de>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Processor Issue with i386/Redboot?
Date: Wed, 15 Oct 2003 18:37:00 -0000	[thread overview]
Message-ID: <1066243059.32461.73.camel@hermes> (raw)
In-Reply-To: <001901c39349$beffd9c0$0c00a8c0@LAPTOP>

On Wed, 2003-10-15 at 12:25, Michael Trozzo wrote:
> Hi,
> 
> I wrote last week about my problems creating a floppy boot image, and
> have fortunately managed to work it out. Apparently, the dd command
> doesn´t like it when you try to output to a network share...either that
> or use rawrite (thanks, Denis).
> 
> Anyway, onto the next step of my journey.  I attempted to boot through
> the floppy on a pentium 150, with the floppy set as first in the boot
> sequence.  It appears not to be completing the boot process. I get a
> series of dots on the screen, then a blinking cursor. After that stops,
> nothing else happens.  I´ve tested this box with a Win98 boot floppy,
> the Windows CDROM, and on the hard drive (which had been freshly
> formatted before installing 98), and everything boots up normally. 
> 
> I then attempted to boot on a 1.4 GHz Pentium III with thw same floppy,
> and after a few seconds, I got the RedBoot welcome message on screen.
> Does anyone know why this would be happening? I´d really like to avoid
> having to use the PIII box, since my wife uses that for her work, and
> obviously my having Redboot up would take her out of action.
> 

I've seen this before - not all PC hardware works the same :-)  The 
problem I observed had to do with resetting the IDE hardware.

Try disabling the IDE interface like this:
  % ecosconfig import no_IDE
  % ecosconfig tree
  % make

Where the file "no_IDE" looks like this (sans "---" lines):
------------------------------------------
cdl_component CYGPKG_REDBOOT_DISK {
    user_value 0
};
------------------------------------------

If that doesn't help, try adding some messages during the initialization
of RedBoot (in .../redboot/current/src/main.c)

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

  reply	other threads:[~2003-10-15 18:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-15 18:25 Michael Trozzo
2003-10-15 18:37 ` Gary Thomas [this message]
2003-10-16 13:26 Michael Trozzo
2003-10-16 13:32 ` Gary Thomas
2003-10-16 14:45 ` Eric Doenges
2003-10-18 20:06   ` Michael Trozzo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1066243059.32461.73.camel@hermes \
    --to=gary@mlbassoc.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=trozzo@arcor.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).