From: Brendan Simon <bsimon@ctam.com.au>
To: Dan Malek <dan@netx4.com>
Cc: linuxppc-embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: linuxppc embedded boot problems.
Date: Wed, 15 Dec 1999 14:51:27 +1100 [thread overview]
Message-ID: <3857103E.6608A366@ctam.com.au> (raw)
In-Reply-To: 385714D8.8AD74656@netx4.com
Dan Malek wrote:
> Considering you are doing your own UPM, the Linux kernel will
> find lots of timing errors with it. It enables the MMU and
> caches very early, so the bus timing will see something new
> for the first time. I hope you are peforming the proper cache
> initialization sequence and setting all of the necessary
> processor registers in the boot rom.
>
> You can disable the caches in arch/ppc/kernel/head.S. Try that.
I commented out (using #if0 and #endif) the bits of code that enable the
caches in arch/ppc/kernel/head.S and arch/ppc/mbxboot/head.S. The kernel
now boots. This indicates one or more of the following:
1) there is something I'm doing wrong which affects the cache setup.
2) Some of the code has moved in memory which makes it work.
3) I just got lucky this time.
I really hope it is number 1).
I now get the attached output. Notice the "VFS: Mounted root (NFS
filesystem) readonly." message. So the kernel things that the root
filesystem is mounted via NFS and it is ok with it. But the shell never
runs. The root filesystem is EXACTLY the same one I put into initrd and
that one seems to work. So maybe the rootnfs stuff is not working properly
for me. Is it the ethernet driver I ported to SCC4 ? If it is, then how
can the root NFS filesystem be mounted. Any clues ?
Thanks again,
Brendan Simon.
[lots of other stuff removed]
...
VFS: Mounted root (NFS filesystem) readonly.
BJS: INITRD: 1
BJS: freeing memory
Freeing unused kernel memory: 32k init
BJS: memory freed
BJS: kernel unlocked
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~1999-12-15 3:51 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-12-14 22:12 linuxppc embedded boot problems Brendan Simon
1999-12-15 2:58 ` Dan Malek
1999-12-15 3:04 ` Brendan Simon
1999-12-15 4:11 ` Dan Malek
1999-12-15 3:51 ` Brendan Simon [this message]
1999-12-15 19:04 ` Dan Malek
1999-12-15 22:49 ` linuxppc-embedded: NFS boot options Brendan Simon
-- strict thread matches above, loose matches on Subject: below --
1999-12-15 5:55 linuxppc embedded boot problems Brian Kuschak
1999-12-15 19:06 ` Dan Malek
1999-12-15 22:56 ` Brendan Simon
1999-12-16 5:03 ` Dan Malek
1999-12-16 4:08 Brian Kuschak
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=3857103E.6608A366@ctam.com.au \
--to=bsimon@ctam.com.au \
--cc=dan@netx4.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).