* about linux 2.4.25 on MPC852T
@ 2005-08-04 12:20 徐勝威
2005-08-04 12:39 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: 徐勝威 @ 2005-08-04 12:20 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]
Hello all,
I'm porting Linux 2.4.25 at my MPC852T.I can make uImag and ramdisk.tar.gz now.
My question is how to combine these two file to linux.bin let linux auto mount ramdisk.image.gz.
I think one file would be easy to maintain and download.
PS:I used 2.4.25 and u-boot 1.1.3.I want linux.bin = uImage+ramdisk.image.gz and let u-boot autorun linux.bin
at board start up.
Best Regards,
Rober Hsu
[-- Attachment #2: Type: text/html, Size: 1143 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: about linux 2.4.25 on MPC852T
2005-08-04 12:20 about linux 2.4.25 on MPC852T 徐勝威
@ 2005-08-04 12:39 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2005-08-04 12:39 UTC (permalink / raw)
To: 徐勝威; +Cc: linuxppc-embedded
In message <001401c598ee$f59b20f0$0e01000a@orange> you wrote:
>
> I'm porting Linux 2.4.25 at my MPC852T.I can make uImag and
> ramdisk.tar.gz now.
> My question is how to combine these two file to linux.bin let linux
> auto mount ramdisk.image.gz.
Specify image type "multi" when running the U-Boot "mkimge" tool.
> I think one file would be easy to maintain and download.
This depends on the requirements. It may be very useful to be able to
change the application image while keeping the known to be working
kernel constant.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Einstein argued that there must be simplified explanations of nature,
because God is not capricious or arbitrary. No such faith comforts
the software engineer. - Fred Brooks, Jr.
^ permalink raw reply [flat|nested] 4+ messages in thread
* about linux 2.4.25 on MPC852T
@ 2005-08-03 16:28 徐勝威
2005-08-03 16:51 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: 徐勝威 @ 2005-08-03 16:28 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 703 bytes --]
Hello all,
I'm porting Linux 2.4.25 at my MPC852T.My first used is 2.4.4, I assign my board info ptr to 0x3400 and pass it to linux 2.4.4.
It works fine. But 2.4.25's head.S changes much code I don't know how to porting it. I need help.
My add code like this
li r3, 0x3400
mr r11,r3
(../arch/ppc/mbxboot/head.S)
to 2.4.4.
Another question is where can i find older kernel like 2.4.10, 2.4.12,2.4.18 for PowerPC?I know DENX Linux kernel source tree
has the latest version, but i'm not sure there has above version that I want and I don't how to used cvs command to get it.If anyone
know where to download older kernel, please tell me,thanks.
Best Regards,
Rober Hsu
[-- Attachment #2: Type: text/html, Size: 1687 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: about linux 2.4.25 on MPC852T
2005-08-03 16:28 徐勝威
@ 2005-08-03 16:51 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2005-08-03 16:51 UTC (permalink / raw)
To: 徐勝威; +Cc: linuxppc-embedded
In message <002701c59848$cb6b6ed0$0e01000a@orange> you wrote:
>
> I'm porting Linux 2.4.25 at my MPC852T.My first used is 2.4.4, I
> assign my board info ptr to 0x3400 and pass it to linux 2.4.4.
Ummm... are you sure you know what you are doing?
> It works fine. But 2.4.25's head.S changes much code I don't know how
> to porting it. I need help.
Just have a look at the existing code. MPC8xx is a standard
architecture and has been supported since a long,, long time ago.
> Another question is where can i find older kernel like 2.4.10,
> 2.4.12,2.4.18 for PowerPC?I know DENX Linux kernel source tree
You can find it for example in our CVS server.
> want and I don't how to used cvs command to get it.If anyone
If you don;t know the tools, and are not willing to try to learn to
use these, then nobody will be able to help you. Try and hire an
expert.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
He had quite a powerful intellect, but it was as powerful like a
locomotive, and ran on rails and was therefore almost impossible to
steer. - Terry Pratchett, _Lords and Ladies_
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-08-04 12:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-04 12:20 about linux 2.4.25 on MPC852T 徐勝威
2005-08-04 12:39 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2005-08-03 16:28 徐勝威
2005-08-03 16:51 ` 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).