On Wednesday 14 November 2007, zhangwei zhang wrote:
> Hello, I have a problem when using linux-2.6.14(download from
> ftp.denx.de) for RTAI on ppc440EP.
RTAI on PPC? I thought RTAI was dead for anything other than X86.
And 2.6.14 is quite old. I suggest you use a newer binary version or compile
Thanks Segher.
It was because of the BASE_BAUD value. We are working at 600MHz, not
18.432. After that change, it worked fine.
Thanks
Siva
-Original Message-
From: Segher Boessenkool [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 14, 2007 3:00 PM
To: Siva Prasad
Subject: Re: print
From: Jochen Friedrich <[EMAIL PROTECTED]>
Date: Wed, 14 Nov 2007 12:59:33 +0100
> I know it's ugly, however, module building is completely
> broken right now and I just want to provide a quick and
> ugly fix until both that ppc->powerpc transition and the
> new binding transition are over. Noone
Hello, I have a problem when using linux-2.6.14(download from
ftp.denx.de) for RTAI on ppc440EP. I use the ELDK4.1 and when boot the
uImage I compiled , I always have the problem as following:
## Booting image at 0050 ...
Image Name: Linux-2.6.14
Image Type: PowerPC Linux Kernel Imag
On Nov 14, 2007 4:33 PM, Clemens Koller <[EMAIL PROTECTED]> wrote:
> Hi, Robert!
>
> Just one more short note...
> My good - vs. - bad dmesg output:
>
> good 2.6.21-rc5-git:
> > Gianfar MII Bus: probed
> > eth0: Gianfar Ethernet Controller Version 1.2, 00:ww:xx:yy:zz:dd
> > eth0: Running with NA
Hi, Robert!
Just one more short note...
My good - vs. - bad dmesg output:
good 2.6.21-rc5-git:
> Gianfar MII Bus: probed
> eth0: Gianfar Ethernet Controller Version 1.2, 00:ww:xx:yy:zz:dd
> eth0: Running with NAPI enabled
> eth0: 256/256 RX/TX BD ring size
> eth1: Gianfar Ethernet Controller
robert lazarski schrieb:
> I'm now running pauilis.git and 2.6.24rc2, along with a new custom
> board. I still can't attach to the phy though. I know the phy works
> because it works fine in u-boot. Clemens, IIRC you are using the
> 88e - is that with the gianfar driver?
Yes, yes.
(I stil
Hello, Robert!
robert lazarski schrieb:
> On Nov 13, 2007 3:33 PM, Clemens Koller <[EMAIL PROTECTED]> wrote:
>> robert lazarski schrieb:
>> > Hi all,
>> >
>> > I'm trying to bring up a new 8548 board on 2.6.23.1 . When booting,
>> > Some times I can get as far mounting over nfs. However, it g
On Nov 13, 2007 3:33 PM, Clemens Koller <[EMAIL PROTECTED]> wrote:
> robert lazarski schrieb:
> > Hi all,
> >
> > I'm trying to bring up a new 8548 board on 2.6.23.1 . When booting,
> > Some times I can get as far mounting over nfs. However, it gets stuck
> > here:
> >
> > NET: Registered pr
On Wed, 14 Nov 2007 [EMAIL PROTECTED] wrote:
>>
>> Trouble solved by adding tcp,no_lock !!!
>>
>
> can you tell me, how to add this parameters to the kernel boot parameter ? or
> do you mount after booting ?
>
if you are using a bootloader see Documentation/nfsroot.txt in the linux
source tree (
argl, i read the nfsroot.txt but imho i am a little bit blind :)
thanks
G
- Original Message -
From: jozsef imrek <[EMAIL PROTECTED]>
Date: Wednesday, November 14, 2007 6:00 pm
Subject: Re: Virtex TEMAC 1000Mb/s trouble, but 100b/s is working
> On Wed, 14 Nov 2007 [EMAIL PROTECTED] wrote
can you tell me, how to add this parameters to the kernel boot parameter ? or
do you mount after booting ?
G
- Original Message -
From: alex_snippet <[EMAIL PROTECTED]>
Date: Wednesday, November 14, 2007 4:44 pm
Subject: Re: Virtex TEMAC 1000Mb/s trouble, but 100b/s is working
>
> Hi
Hi Petr,
you can clone the Xilinx Linux git tree at:
git://git.xilinx.com/linux-2.6-xlnx.git
The lin26-xlnx branch in the repository is based on 2.6.23 and contains support
for the EMACLITE.
Hope this helps,
Wolfgang
Petr Z(ejdl wrote:
> Hi All,
>
> I'm running vanilla kernel 2.6.23
Hi All
Thanks a lot
Trouble solved by adding tcp,no_lock !!!
Regards, Alex
--
View this message in context:
http://www.nabble.com/Virtex-TEMAC-1000Mb-s-trouble%2C-but-100b-s-is-working-tf4803823.html#a13749163
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
__
alex_snippet wrote:
>
> Hi all!
>
> I'm porting Linux for custom board based on Virtex4 FX, vanilla kernel
> 2.6.22.5 , Xilinx EDK 9.1 BSP,
> ELDK41 - cross-compiler
> target nfs-root pointed to ELDK41/ppc_4xx
>
> Kernel command line:
> Linux/PPC load: root=/dev/nfs rw console=ttyS0,9600
>
Hi All,
I'm running vanilla kernel 2.6.23.1 on Memec board (ppc405, ML300
compatible) with ethernet Xilinx EMAC Lite. What I need is the driver
for EMAC Lite. I was looking around without any luck. Do You know any
solution? Or should I write a new one?
Thanks,
Petr
___
I have the same problem with the FX12 Minimodul, runing 2.6.23 kernel...
running the nfs-kernel-server on the host, i could mount the
nfs-directory from the target with -o nolock,tcp
running the nfs-user-kernel failed
with both server i could not mount root-fs in the boot process
i gave up at th
Hi David,
> This is truly ugly and creates an unnecessarily hard to
> maintain and complex driver.
>
> Please find a way to fix this for real, so that the
> PPC_CPM_NEW_BINDING ifdef is not necessary at all and
> things get built modular or not naturally as we handle
> things for other cases like
Hi all!
I'm porting Linux for custom board based on Virtex4 FX, vanilla kernel
2.6.22.5 , Xilinx EDK 9.1 BSP,
ELDK41 - cross-compiler
target nfs-root pointed to ELDK41/ppc_4xx
Kernel command line:
Linux/PPC load: root=/dev/nfs rw console=ttyS0,9600
nfsroot=192.168.0.1:/target
ip=on
All work s
> I am getting garbage on the screen. So, I presume this must be some
> sort
> of baud rate issue. Can some one help me out understand how this baud
> is
> set for serial drivers? I want to run at 115200.
console=ttyS0,115200
See Documentation/kernel-parameters.txt; depending on exactly what
ea
20 matches
Mail list logo