linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: Andrew Dixon <andrew.dixon@seranoa.com>
Cc: ppclist <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: Linux not outputting to serial console on sbc8260
Date: Sat, 08 Dec 2001 00:02:49 +0100	[thread overview]
Message-ID: <20011207230254.9A0D6F9C2@denx.denx.de> (raw)
In-Reply-To: Your message of "Fri, 07 Dec 2001 11:27:24 EST." <3C10EDEC.630AE7DD@seranoa.com>


In message <3C10EDEC.630AE7DD@seranoa.com> you wrote:
>
> I'm trying to get Linux up on an sbc8260.  I'm working with Linux-2.4.16
> and PPCBoot-1.1.0.  I'm booting from the flash simm on the sbc8260 and
> I'm using the 33mhz oscillator.

Check the definition of the bd_info structure in the est8260.h  Linux
kernel header file; it must match the definition defined and exported
by PPCBoot.

You can simply replace the whole file by this:

----- cut here -----
/*
 * Board information for the EST8260.
 */

#define IMAP_ADDR ((uint)0xf0000000)

#include <asm/ppcboot.h>
----- cut here -----

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
C makes it easy for you to shoot yourself in the foot. C++ makes that
harder, but when you do, it blows away your whole leg.
                                                 -- Bjarne Stroustrup

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2001-12-07 23:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-07 16:27 Linux not outputting to serial console on sbc8260 Andrew Dixon
2001-12-07 23:02 ` Wolfgang Denk [this message]

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=20011207230254.9A0D6F9C2@denx.denx.de \
    --to=wd@denx.de \
    --cc=andrew.dixon@seranoa.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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 NNTP newsgroup(s).