public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Questions of uImage on sbc8260 board
Date: Fri, 03 Dec 2004 08:42:49 +0100	[thread overview]
Message-ID: <20041203074254.1C57CC1430@atlas.denx.de> (raw)
In-Reply-To: Your message of "Thu, 02 Dec 2004 21:45:07 PST." <20041203054507.79341.qmail@web54404.mail.yahoo.com>

In message <20041203054507.79341.qmail@web54404.mail.yahoo.com> you wrote:
> The uImage is loaded onto RAM of sbc8260/ATM board.
> After starting the uImage, the msg shows:

You're off topic here. This is the U-Boot  mailing  list.  There  are
other lists for Linux.

> Warning: real time clock seems stuck! <<-- ???

Your real time clock does not tick.

> CFI: Found no TQM8260 Bank 0 device at location zero
> <<--??
> 
> TQM8260: No supported flash chips found! <<-- ??

You're using a TQM8260 configuration on  a  non-TQM8260  board.  This
cannot work.

> VFS: Cannot open root device "" or 00:00 <<--??
> Please append a correct "root=" boot option <<--??
> Kernel panic: VFS: Unable to mount root fs on 00:00
> <<--??

You passed an empty (or blank-filled?) command line,  so  how  should
the kernel know where to find the root filesystem?

> => printenv
> bootcmd=version;echo;bootp;setenv bootargs
> root=/dev/nfs rw nfsroot=$(serverip):$(rootpath)
> ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname)::off;bootm

This makes no sense at all. Commands are execurted in order.  SO  you
first  boot  the linux kernel (bootp), and then try to set bootargs -
but the "then" will never happen as U-Boot dows not continue  to  run
after Linux took over.


OK, so we finally got  some  U-Boot  stuff  here,  and  you  are  not
completely off topic ;-)

> Q1. Can the uImage build by using TQM8260_config can
> be used on sbc8260 board? If can not, which config I
> should use?

Of course you can build an uImage using  the  TQM8260  configuration.
But  this uImage will only be useful for TQM8260 boards. You must not
assume that it might run on any other hardware.

> Q2. I marked several places above by "<<--??". Any one
> see those before? If you do, please let me know how to
> fix them.

See above.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Software entities are more complex for their size  than  perhaps  any
other human construct because no two parts are alike. If they are, we
make  the  two  similar parts into a subroutine -- open or closed. In
this respect, software  systems  differ  profoundly  from  computers,
buildings, or automobiles, where repeated elements abound.
                                                   - Fred Brooks, Jr.

  reply	other threads:[~2004-12-03  7:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-03  5:45 [U-Boot-Users] Questions of uImage on sbc8260 board duo dong
2004-12-03  7:42 ` Wolfgang Denk [this message]
2004-12-07 13:53 ` Richard Danter
2004-12-07 23:15   ` duo dong
2004-12-07 23:58     ` Wolfgang Denk
2004-12-08 12:14     ` Richard Danter
2004-12-08 12:17       ` Richard Danter
2004-12-09  6:34       ` duo dong
2004-12-09  7:42         ` Wolfgang Denk
2004-12-07 16:41 ` Ccool
  -- strict thread matches above, loose matches on Subject: below --
2004-12-03 13:01 VanBaren, Gerald

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=20041203074254.1C57CC1430@atlas.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.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