Linux MIPS Architecture development
 help / color / mirror / Atom feed
* configuration of yosemite board with titan 1.2
@ 2005-02-17 10:04 TheNop
  2005-02-17 12:08 ` Rojhalat Ibrahim
  0 siblings, 1 reply; 5+ messages in thread
From: TheNop @ 2005-02-17 10:04 UTC (permalink / raw)
  To: linux-mips

Hello,

today i got the yosemite board with titan 1.2.
Currently I have problems to get the kernel 2.6.10.rc1 running (it runs 
on the old yosemite quite well).
The first thing I noticed is that after starting the kernel no output on 
the console is printed.
On the new yosemite board I got, the external UART chip (U36) is not 
mounted anymore. Could that cause my problems?

Is there anybody how can send my a .config file to get the yosemite working?

Best regards
TheNop

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: configuration of yosemite board with titan 1.2
  2005-02-17 10:04 configuration of yosemite board with titan 1.2 TheNop
@ 2005-02-17 12:08 ` Rojhalat Ibrahim
  2005-02-17 12:42   ` TheNop
  0 siblings, 1 reply; 5+ messages in thread
From: Rojhalat Ibrahim @ 2005-02-17 12:08 UTC (permalink / raw)
  To: TheNop; +Cc: linux-mips

Hi,

if you want to use the internal UART, you need an adapted
kernel from PMC. The kernel from linux-mips.org only supports
the external UART chip. You can download an adapted source
archive from the PMC-Sierra ftp site.

Rojhalat Ibrahim


TheNop wrote:
> Hello,
> 
> today i got the yosemite board with titan 1.2.
> Currently I have problems to get the kernel 2.6.10.rc1 running (it runs 
> on the old yosemite quite well).
> The first thing I noticed is that after starting the kernel no output on 
> the console is printed.
> On the new yosemite board I got, the external UART chip (U36) is not 
> mounted anymore. Could that cause my problems?
> 
> Is there anybody how can send my a .config file to get the yosemite 
> working?
> 
> Best regards
> TheNop
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: configuration of yosemite board with titan 1.2
  2005-02-17 12:08 ` Rojhalat Ibrahim
@ 2005-02-17 12:42   ` TheNop
  2005-02-17 16:00     ` Rojhalat Ibrahim
  0 siblings, 1 reply; 5+ messages in thread
From: TheNop @ 2005-02-17 12:42 UTC (permalink / raw)
  To: linux-mips

Hi,

on the ftp site of PMC I only found kernel 2.4.26 sources supporting
internal UART.
I need kernel 2.6.
Is it planed to integrate internal UART support to linux-mips.org 2.6
sources?

Why PMC-Sierra removed the external UART chip?
So it is not possible to use current yosemite boards with linux-mips.org :-(


Beste regards
TheNop





Rojhalat Ibrahim wrote:

> Hi,
>
> if you want to use the internal UART, you need an adapted
> kernel from PMC. The kernel from linux-mips.org only supports
> the external UART chip. You can download an adapted source
> archive from the PMC-Sierra ftp site.
>
> Rojhalat Ibrahim
>
>
> TheNop wrote:
>
>> Hello,
>>
>> today i got the yosemite board with titan 1.2.
>> Currently I have problems to get the kernel 2.6.10.rc1 running (it 
>> runs on the old yosemite quite well).
>> The first thing I noticed is that after starting the kernel no output 
>> on the console is printed.
>> On the new yosemite board I got, the external UART chip (U36) is not 
>> mounted anymore. Could that cause my problems?
>>
>> Is there anybody how can send my a .config file to get the yosemite 
>> working?
>>
>> Best regards
>> TheNop
>>
>>
>
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: configuration of yosemite board with titan 1.2
  2005-02-17 12:42   ` TheNop
@ 2005-02-17 16:00     ` Rojhalat Ibrahim
  2005-02-17 16:17       ` TheNop
  0 siblings, 1 reply; 5+ messages in thread
From: Rojhalat Ibrahim @ 2005-02-17 16:00 UTC (permalink / raw)
  To: TheNop; +Cc: linux-mips

TheNop wrote:
> Hi,
> 
> on the ftp site of PMC I only found kernel 2.4.26 sources supporting
> internal UART.
> I need kernel 2.6.

They have recently (about one week ago) uploaded a kernel 2.6
that supports the internal UART.


> Is it planed to integrate internal UART support to linux-mips.org 2.6
> sources?
> 
> Why PMC-Sierra removed the external UART chip?
> So it is not possible to use current yosemite boards with linux-mips.org 
> :-(
> 

Not without the external UART chip. On my board with chip revision 1.2
the external UART chip is still present. I just had to change some
resistor stuffing option to make it work.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: configuration of yosemite board with titan 1.2
  2005-02-17 16:00     ` Rojhalat Ibrahim
@ 2005-02-17 16:17       ` TheNop
  0 siblings, 0 replies; 5+ messages in thread
From: TheNop @ 2005-02-17 16:17 UTC (permalink / raw)
  To: linux-mips

Hi, 

thanx, now I found the 2.6 sources with internal UART support.
I was probably blind. :-)

Best regards


Rojhalat Ibrahim wrote:

> TheNop wrote:
>
>> Hi,
>>
>> on the ftp site of PMC I only found kernel 2.4.26 sources supporting
>> internal UART.
>> I need kernel 2.6.
>
>
> They have recently (about one week ago) uploaded a kernel 2.6
> that supports the internal UART.
>
>
>> Is it planed to integrate internal UART support to linux-mips.org 2.6
>> sources?
>>
>> Why PMC-Sierra removed the external UART chip?
>> So it is not possible to use current yosemite boards with 
>> linux-mips.org :-(
>>
>
> Not without the external UART chip. On my board with chip revision 1.2
> the external UART chip is still present. I just had to change some
> resistor stuffing option to make it work.
>
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-02-17 16:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-17 10:04 configuration of yosemite board with titan 1.2 TheNop
2005-02-17 12:08 ` Rojhalat Ibrahim
2005-02-17 12:42   ` TheNop
2005-02-17 16:00     ` Rojhalat Ibrahim
2005-02-17 16:17       ` TheNop

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox