linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: "KylongMu" <mqy@263.net.cn>
Cc: Linuxppc-embedded@ozlabs.org
Subject: Re: About 2.6.14 on AMCC Yosemite board
Date: Wed, 02 Nov 2005 17:46:44 +0100	[thread overview]
Message-ID: <20051102164644.6D167353A2C@atlas.denx.de> (raw)
In-Reply-To: Your message of "Wed, 02 Nov 2005 21:49:57 +0800." <20051102135009.27C46102A@smtp.263.net>

Dear Kylong Mu,

in message <20051102135009.27C46102A@smtp.263.net> you wrote:
> 
> 	I've got my Yosemite board today, it's shows very good by default test.
> I downloaded the 2.6.14 according the repository from your website by cogito.
> with default configure, I boot with the uImage, but the system halt, attachment
> is the message.
> 	I don't know what happen with it, pls help me.
...
> DRAM:  256 MB
> FLASH: 32 MB
---------^^^^^

That's the problem. The board we got from AMCC for the port  and  for
testing  all had 64 MB flash, and there was no information that other
configurations are available too. The MTD mapping driver  ist  a  bit
braindead at the moment and assumes 64 MB. This fails on your board.

The quick and dirty fix is to edit "drivers/mtd/maps/yosemite.c" and
replace the lines:

    ...
     31
     32 #define WINDOW_ADDR 0xfc000000
     33 #define WINDOW_SIZE 0x04000000
     34
    ...

with:

	#define WINDOW_ADDR 0xFE000000
	#define WINDOW_SIZE 0x02000000

We will implement a better fix (automatically adjust values according
to the values pased by the boot loader) later today / early tomorrow.

Sorry for the inconvenience.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
If you want strict real-time behavior, run in the real  time  schedu-
ling class.  But there are no seatbelts or airbags;  main(){for(;;);}
can hard hang your system.                          -- Bart Smaalders

  reply	other threads:[~2005-11-02 16:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-11 13:38 Linux 2.4.25 / MPC8280 / ram config vs Linux instability? Absolut Hunter
2005-07-11 14:01 ` Michael Richardson
2005-07-11 14:03 ` Mark Chambers
2005-07-11 14:22 ` Wolfgang Denk
2005-11-02 13:49   ` About 2.6.14 on AMCC Yosemite board KylongMu
2005-11-02 16:46     ` Wolfgang Denk [this message]
2005-11-06 15:55       ` Today's 2.6.14 can't finish build with yosemite-defconfig KylongMu
2005-11-11  2:04       ` 11-11-05 2.6.14 on AMCC Yosemite board(boot error) KylongMu
2005-11-11  8:39         ` Wolfgang Denk
2005-11-12 16:47           ` KylongMu
2005-11-12 18:01             ` Problem solved: " KylongMu
2005-11-12 23:32               ` Wolfgang Denk
2005-11-12 23:30             ` Wolfgang Denk
2005-07-11 18:39 ` Linux 2.4.25 / MPC8280 / ram config vs Linux instability? Dan Malek
  -- strict thread matches above, loose matches on Subject: below --
2005-11-02 14:31 About 2.6.14 on AMCC Yosemite board Steven Blakeslee

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=20051102164644.6D167353A2C@atlas.denx.de \
    --to=wd@denx.de \
    --cc=Linuxppc-embedded@ozlabs.org \
    --cc=mqy@263.net.cn \
    /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).