From: "dong in kang" <dkang@east.isi.edu>
To: <linuxppc-embedded@lists.linuxppc.org>
Subject: zImage.initrd: when the compressed RAM file system is decompressed and installed?
Date: Wed, 23 Jul 2003 11:41:04 -0400 [thread overview]
Message-ID: <002101c35130$d43e2b30$45a97241@Minjoo> (raw)
In-Reply-To: <20030723090317.C192EC6D82@atlas.denx.de>
Hello,
I'm using MV Linux 2.1 with Linux kernel version 2.4.17.
I compiled the kernel with initrd to make zImage.initrd.
I configured RAM file system is used.
I loaded the kernel at 0x800000 and run the code.
Kernel decompression and start_kernel routine works fine (with a little
problem).
pciauto_bus_scan() causes problem when I do not use gdb.
At early_read_config_byte (), machine check exception occurs.
Howerver, when I use gdb and step through the early_read_config_byte()
routine, it goes well beyond that.
When I use gdb and step through "pciauto_bus_scan()", it runs remaining
routines such as
init_IRQ(), sched_init(), ..., rest_init() --> idled() --> schedule().
When it tries to switch to new thread by calling "_switch(old_thread,
new_thread)", it dies.
Gdb "step" function doesn't work. And when I stop the process, the PC is in
0xFFF033CC.
I don't know why the kernel cannot go more.
However, I'm curious that before it dies it doesn't decompress initrd nor
install the RAM file system.
Is RAM file system installation done after that?
I'll appreciate you help.
Dong-In
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2003-07-23 15:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20030723063307.34015.qmail@web8004.mail.in.yahoo.com>
2003-07-23 9:03 ` Custom MPC823 Wolfgang Denk
2003-07-23 15:41 ` dong in kang [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='002101c35130$d43e2b30$45a97241@Minjoo' \
--to=dkang@east.isi.edu \
--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).