From: "Dejan Jovanovic" <dejanj@erlangtech.com>
To: <linuxppc-embedded@lists.linuxppc.org>
Subject: Linux on SBC8260
Date: Wed, 14 Aug 2002 11:03:06 -0500 [thread overview]
Message-ID: <00e301c243ac$14182dc0$db00000a@dejanj> (raw)
Hello,
I am trying to run Linux on a EST's SBC8260 board.
First thing I have tried is using ppcboot to load the Linux kernel image.
- ppcboot version is 1.1.6
- Linux version is 2.4.4 - the one that comes with ELDK from Wolfgang. (as a
side question - is it enough if I do the 'make est8260_config' or I need to do
menuconfig as well after that?)
First I have used the Linux kernel image, one in arch/ppc/coffboot and converted
using mkimage tool (with parameters -a 0x0000_0000 and -e 0x0000_0000)
ppcboot is running on my board and I have loaded linux image (the converted
one).
After that I have executed ppcboot 'bootm' command, and got the message
'Loading Kernel Image OK' -- (?? this is strange though - should it not say here
Uncompressing Kernel Image ?)
After that nothing happens on my serial console.
So I tried to use the BDI2000 to debug this.
I skipped the ppcboot, and loaded the Linux Kernel Image (now the one from
arch/ppc/mbxboot) into the RAM directly.
After setting the PC and doing a 'go' I got the message that the 'Target has
entered debug state' with 'Debug Entry cause (reserved 0)' I am not sure how
much this helps, but by doing a 'objdump' on the image file and comparing the
last PC after the 'go' command, it seems to be stuck somewhere is 'serial_init'
section.
BTW, I also tried compiling the Linux Kernel with '-g -ggdb' option. Should not
the image size in case I compile with and without this options differ, because
when I compare images in these two cases they are the same. I wanted to use this
for gdb debugging.
What am I doing wrong in this process(es)?
Regards and thanks
Dejan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next reply other threads:[~2002-08-14 16:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-14 16:03 Dejan Jovanovic [this message]
2002-08-16 19:09 ` Linux on SBC8260 Wolfgang Denk
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='00e301c243ac$14182dc0$db00000a@dejanj' \
--to=dejanj@erlangtech.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).