* LITE5200 2.6.x kernel support
@ 2005-07-20 17:28 Olivier Singla
2005-07-24 18:26 ` Andrey Volkov
0 siblings, 1 reply; 6+ messages in thread
From: Olivier Singla @ 2005-07-20 17:28 UTC (permalink / raw)
To: linuxppc-embedded
Hi,
I am currently using 2.4.25 on the Lite5200 board, but I'd really like to
switch to 2.6.x. The only 5200 specific support I need are the integrated
uart and the PCI. I tried both 2.6.11 and 2.6.12 without luck: the kernel
start, but then is stuck (seems into the init sequence). I use the
configuration
file from arch/ppc/configs/lite5200_defconfig. I cross-compiled the
kernel with gcc-3.4.1.
I was wondering if somebody could give me some help, maybe by telling
be what I am doing wrong.
Thanks,
Olivier
BTW, I tried also 2.6.13-rc3, but I can't even compile for the Lite5200,
there are some syntax error when compile the pci module...
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: LITE5200 2.6.x kernel support
2005-07-20 17:28 LITE5200 2.6.x kernel support Olivier Singla
@ 2005-07-24 18:26 ` Andrey Volkov
2005-07-24 21:59 ` Grant Likely
2005-07-26 13:02 ` Kumar Gala
0 siblings, 2 replies; 6+ messages in thread
From: Andrey Volkov @ 2005-07-24 18:26 UTC (permalink / raw)
To: Olivier Singla; +Cc: linuxppc-embedded
Oliver,
Could you send boot log?
And, at this time, vanilla 2.6.xx kernel couldn't boot from nfs (and use
eth too), since fec (ethernet) driver still not ready.
--
Regards
Andrey Volkov
Olivier Singla wrote:
> Hi,
>
> I am currently using 2.4.25 on the Lite5200 board, but I'd really like to
> switch to 2.6.x. The only 5200 specific support I need are the integrated
> uart and the PCI. I tried both 2.6.11 and 2.6.12 without luck: the kernel
> start, but then is stuck (seems into the init sequence). I use the
> configuration
> file from arch/ppc/configs/lite5200_defconfig. I cross-compiled the
> kernel with gcc-3.4.1.
>
> I was wondering if somebody could give me some help, maybe by telling
> be what I am doing wrong.
>
> Thanks,
> Olivier
>
> BTW, I tried also 2.6.13-rc3, but I can't even compile for the Lite5200,
> there are some syntax error when compile the pci module...
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: LITE5200 2.6.x kernel support
2005-07-24 18:26 ` Andrey Volkov
@ 2005-07-24 21:59 ` Grant Likely
2005-07-26 13:02 ` Kumar Gala
1 sibling, 0 replies; 6+ messages in thread
From: Grant Likely @ 2005-07-24 21:59 UTC (permalink / raw)
To: Andrey Volkov; +Cc: linuxppc-embedded
On 7/24/05, Andrey Volkov <avolkov@varma-el.com> wrote:
> Oliver,
>=20
> And, at this time, vanilla 2.6.xx kernel couldn't boot from nfs (and use
> eth too), since fec (ethernet) driver still not ready.
I believe that Sylvain's tree has FEC support in it, but that it
hasn't been pushed into mainline because the DMA engine hasn't been
ported to the platform bus yet.
http://ozlabs.org/pipermail/linuxppc-embedded/2005-June/018887.html
g.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: LITE5200 2.6.x kernel support
2005-07-24 18:26 ` Andrey Volkov
2005-07-24 21:59 ` Grant Likely
@ 2005-07-26 13:02 ` Kumar Gala
2005-07-26 14:07 ` Andrey Volkov
1 sibling, 1 reply; 6+ messages in thread
From: Kumar Gala @ 2005-07-26 13:02 UTC (permalink / raw)
To: Andrey Volkov; +Cc: linuxppc-embedded
>> I am currently using 2.4.25 on the Lite5200 board, but I'd really
>> like to
>> switch to 2.6.x. The only 5200 specific support I need are the
>> integrated
>> uart and the PCI. I tried both 2.6.11 and 2.6.12 without luck: the
>> kernel
>> start, but then is stuck (seems into the init sequence). I use the
>> configuration
>> file from arch/ppc/configs/lite5200_defconfig. I cross-compiled the
>> kernel with gcc-3.4.1.
>>
>> I was wondering if somebody could give me some help, maybe by telling
>> be what I am doing wrong.
>>
>> Thanks,
>> Olivier
>>
>> BTW, I tried also 2.6.13-rc3, but I can't even compile for the
>> Lite5200,
>> there are some syntax error when compile the pci module...
I think I've address the build issue and posted a patch to lkml for
it. Look for
http://www.ussg.iu.edu/hypermail/linux/kernel/0507.3/0365.html
- kumar
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: LITE5200 2.6.x kernel support
2005-07-26 13:02 ` Kumar Gala
@ 2005-07-26 14:07 ` Andrey Volkov
2005-07-26 14:26 ` Kumar Gala
0 siblings, 1 reply; 6+ messages in thread
From: Andrey Volkov @ 2005-07-26 14:07 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-embedded
Kumar, thank you.
Sylvain know about this patch?
--
Regards
Andrey Volkov
Kumar Gala wrote:
>>> I am currently using 2.4.25 on the Lite5200 board, but I'd really
>>> like to
>>> switch to 2.6.x. The only 5200 specific support I need are the
>>> integrated
>>> uart and the PCI. I tried both 2.6.11 and 2.6.12 without luck: the
>>> kernel
>>> start, but then is stuck (seems into the init sequence). I use the
>>> configuration
>>> file from arch/ppc/configs/lite5200_defconfig. I cross-compiled the
>>> kernel with gcc-3.4.1.
>>>
>>> I was wondering if somebody could give me some help, maybe by telling
>>> be what I am doing wrong.
>>>
>>> Thanks,
>>> Olivier
>>>
>>> BTW, I tried also 2.6.13-rc3, but I can't even compile for the
>>> Lite5200,
>>> there are some syntax error when compile the pci module...
>
>
> I think I've address the build issue and posted a patch to lkml for
> it. Look for
>
> http://www.ussg.iu.edu/hypermail/linux/kernel/0507.3/0365.html
>
> - kumar
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: LITE5200 2.6.x kernel support
2005-07-26 14:07 ` Andrey Volkov
@ 2005-07-26 14:26 ` Kumar Gala
0 siblings, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2005-07-26 14:26 UTC (permalink / raw)
To: Andrey Volkov; +Cc: linuxppc-embedded
I would assume he does now. I only sent it out yesterday upon
finding out that the boards did not boot.
- kumar
On Jul 26, 2005, at 9:07 AM, Andrey Volkov wrote:
> Kumar, thank you.
>
> Sylvain know about this patch?
>
> --
> Regards
> Andrey Volkov
>
> Kumar Gala wrote:
>
>>>> I am currently using 2.4.25 on the Lite5200 board, but I'd really
>>>> like to
>>>> switch to 2.6.x. The only 5200 specific support I need are the
>>>> integrated
>>>> uart and the PCI. I tried both 2.6.11 and 2.6.12 without luck: the
>>>> kernel
>>>> start, but then is stuck (seems into the init sequence). I use the
>>>> configuration
>>>> file from arch/ppc/configs/lite5200_defconfig. I cross-compiled the
>>>> kernel with gcc-3.4.1.
>>>>
>>>> I was wondering if somebody could give me some help, maybe by
>>>> telling
>>>> be what I am doing wrong.
>>>>
>>>> Thanks,
>>>> Olivier
>>>>
>>>> BTW, I tried also 2.6.13-rc3, but I can't even compile for the
>>>> Lite5200,
>>>> there are some syntax error when compile the pci module...
>>>>
>>
>>
>> I think I've address the build issue and posted a patch to lkml for
>> it. Look for
>>
>> http://www.ussg.iu.edu/hypermail/linux/kernel/0507.3/0365.html
>>
>> - kumar
>>
>>
>>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-07-26 14:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-20 17:28 LITE5200 2.6.x kernel support Olivier Singla
2005-07-24 18:26 ` Andrey Volkov
2005-07-24 21:59 ` Grant Likely
2005-07-26 13:02 ` Kumar Gala
2005-07-26 14:07 ` Andrey Volkov
2005-07-26 14:26 ` Kumar Gala
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).