[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] How can I use the latest kernel version on MPC8349ITX board?
From: |
Stuart Hughes |
Subject: |
Re: [Ltib] How can I use the latest kernel version on MPC8349ITX board? |
Date: |
Mon, 02 Jul 2007 10:05:58 +0100 |
Hi Mark,
Thanks for the heads-up. I had a couple of points:
You shouldn't need to do this step:
> Switch from ppc to powerpc architecture: Edit main.lkc (I think
> that's the file) and set LINTARCH to powerpc.
>
When the kernel builds (dist/lfs-5.1/kernel/kernel-common.tmpl) if it
detects CONFIG_PPC_MERGE=y in the seed kernel config file, it will
override the setting of ARCH=ppc to be ARCH=powerpc
Regarding:
> Fix the dts files from Windows line endings to Linux/Unix line
endings. (bug)
Is this present in the 2.6.21.5 kernel source from kernel.org (if not
where was it from). I'll report this back.
Regards, Stuart
On Thu, 2007-06-21 at 15:44 -0700, Mark Lacas wrote:
> I have compiled and run the 2.6.21.5 kernel.
>
>
> There are a number of things you have to do to make it work.
>
>
> Setup the new kernel as an externally referenced kernel in ltib.
>
>
> Switch from ppc to powerpc architecture: Edit main.lkc (I think
> that's the file) and set LINTARCH to powerpc.
>
>
> Fix the dts files from Windows line endings to Linux/Unix line
> endings. (bug)
>
>
> Update to u-boot-1.2.0 and make sure to turn on the Open Firmware
> settings.
>
>
> Re-flash u-boot into the box. (Be very, very careful unless you have
> a BDI-2000 or equivalent).
>
>
> Setup the u-boot environment and dtb files for booting.
>
>
> Use the bootm command that adds the dtb device tree addition when
> booting linux.
>
>
> This is an approximation of the things to do. If I get more time I'll
> document it better and provide it to the list.
>
>
> The latest stable release works well and has so much improved. It's
> worth the trouble.
>
>
> Ciao,
> ml
>
>
>
>
>
>
>
> On Jun 21, 2007, at 12:30 AM, oneofakind wrote:
>
> > Hi,
> > We have a MPC8349ITX board from freescale. And the Linux kernel
> > version inside the BSP is 2.6.13.4. Now we want to use a new kernel
> > version(e.g 2.6.21) on the board, so we can use the latest use
> > gadget device driver fsl_usb2_udc. What is the kernel version inside
> > the latest BSP? And how can I get it?
> >
> > yours