From: "Priyadarshini K" <priyadk@future.futsoft.com>
To: <linuxppc-embedded@lists.linuxppc.org>
Subject: Rpxlite Booting
Date: Tue, 20 Aug 2002 19:37:53 +0530 [thread overview]
Message-ID: <000501c24852$fa3e4be0$1106140a@future.futsoft.com> (raw)
Hi
I am trying to recompile the Hardhat kernel for Embedded Planet rpxlite
board and boot the target. But I have problems.
I want these details:
1) Are there any specific options I need to set/change while compiling
the Hardhat kernel (with menuconfig or the compiler options)?
One of the compiler options is mcpu=860. The Rpxlite board is based on
MPC823e. Should the mcpu option be changed for it?
2) What is the bfdformat of the image expected by the rpxlite board?
Should I build the kernel image in S record format?
3) If so can I compress the image using gzip? Should the compression be
done before mkimage or after mkimage?
Can anyone help me with these?
Right now, I am doing the following:
ppc_8xx-objcopy -S -O binary vmlinux vmlinux-raw
gzip vf9 vmlinux-raw
./mkimage -n 'Linux RpxLite' -A ppc -O linux -T kernel -C gzip -d
vmlinux-raw.gz rpxlite-image
I am able to tftp the rpxlite-image onto the target. But I cannot run the
image on the target. Is there anything wrong with the options I am using?
Thanks in advance for any help
Regards
Priya
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next reply other threads:[~2002-08-20 14:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-20 14:07 Priyadarshini K [this message]
2002-08-20 15:24 ` Rpxlite Booting 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='000501c24852$fa3e4be0$1106140a@future.futsoft.com' \
--to=priyadk@future.futsoft.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).