* multiple kernel images on TQM823
@ 2000-11-09 23:53 Kyle Harris
2000-11-10 0:30 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Kyle Harris @ 2000-11-09 23:53 UTC (permalink / raw)
To: linuxppc-embedded
Hi,
I have a STK823 kit that I have just started playing with. I've rebuilt
the kernel and also have some canned images that came with the CDK. I'm
using ppcboot for the MPC823. The present kernel lives at 0x40020000
(and boots fine). Can I load another kernel somewhere else in flash and
boot from it? I've tried loading images at 0x40200000, but I get a "Bad
Magic Number" error when booting.
Thanks, Kyle.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: multiple kernel images on TQM823
2000-11-09 23:53 multiple kernel images on TQM823 Kyle Harris
@ 2000-11-10 0:30 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2000-11-10 0:30 UTC (permalink / raw)
To: Kyle Harris; +Cc: linuxppc-embedded
Dear Kyle,
in message <3A0B390B.94A8BB06@nexus-tech.net> you wrote:
>
> I have a STK823 kit that I have just started playing with. I've rebuilt
> the kernel and also have some canned images that came with the CDK. I'm
The images on the CD-ROM are for the older TQmon firmware. They will
not work with PPCBoot.
For PPCboot you have to recompile the kernel and create PPCBoot
images using the mkimage tool. For detailed instructions please see
the README in the PPCBoot directory.
> using ppcboot for the MPC823. The present kernel lives at 0x40020000
> (and boots fine). Can I load another kernel somewhere else in flash and
Yes, sure you can. The pre-installed kernel is just about 320 KB if
it's a 2.2.x version, or about 420 kB if it's a 2.4.x. It's probably
a good idea to play for safety first, so I think 40100000 is a good
address for the next kernel image.
> boot from it? I've tried loading images at 0x40200000, but I get a "Bad
> Magic Number" error when booting.
That means that it's not a PPCBoot image.
Please contact me directly if you need pre-build PPCboot images.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Every program has at least one bug and can be shortened by at least
one instruction -- from which, by induction, one can deduce that
every program can be reduced to one instruction which doesn't work.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-11-10 0:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-09 23:53 multiple kernel images on TQM823 Kyle Harris
2000-11-10 0:30 ` Wolfgang Denk
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).