Re: [MPC8349ITX] USB Init with PPC arch

2007-01-23 Thread Benjamin Zores
On Mon, 22 Jan 2007 16:19:06 -0600 Kumar Gala <[EMAIL PROTECTED]> wrote: > What are these features? External RT patch that only supports PPC arch atm. Also I've encountered some stability issues with PowerPC branch (card hangs after some time for undetermined reason). > If you are forward portin

Re: regarding kgdb in ppc

2007-01-23 Thread Vitaly Bordug
On Tue, 23 Jan 2007 11:30:57 +0530 sudheer wrote: > Vijay Sampath wrote: > > Sorry no idea. The configuration and options for kgdb are different > > in my architecture. In make menuconfig, under "Kernel Hacking', I > > enable kgdb and choose its serial port (ttyS0 or ttyS1). After this > > if I ju

Re: [RFC PATCHES] lite5200b low power mode works

2007-01-23 Thread Domen Puncer
On 22/12/06 11:54 +0100, Domen Puncer wrote: > Hi! > > I have managed to implement low power mode... well, to some > degree, at least. And now, I can't break it anymore, it works every time on my setup. :-) How to use? Patch u-boot, Linux. Run it. echo mem > /sys/power/state . Patches in order

In: Re: System Ace booting (or not) question

2007-01-23 Thread linux-ppc
linux-ppc linux-ppc/eurotel Sent by: Massimiliano Patriarca 23/01/2007 10.42 To "Wade Maxfield" <[EMAIL PROTECTED]> cc Subject Re: System Ace booting (or not) question Hi Wade, we made our board from scratch, there are two FPGA, one FX12 and one SX35, loaded with system ace,Montavista Linux

ML403, 2.6.17.1 kernel panic

2007-01-23 Thread alayrac christophe
Hi all, I did not succeed to start kernel 2.6.17.1 on ML403 platform. Any help would be appreciated. Please foind log message here after <-> loaded at: 0040 0051313C board data at: 00511124 0051113C relocated to: 004050F0 00405108 zimage at:

nfs mounting problem

2007-01-23 Thread Manjunath AM
Hi, We are using MPC8272 based target board, we are trying to mount montavista Linux version 2.6.10 kernel image (with NFS enabled) to our target board, we are setting following bootargs in bootloader "setenv bootargs root=/dev/nfs nfsroot=192.168.178.110:/opt/montavista/pro/devkit/ppc/82xx/ta

MPC8360E Linux and 2.6.19.2

2007-01-23 Thread Russell McGuire
All, Trying to boot up / debug my board with a Rev 1.2 MPC8360E. After the kernel launches from U-boot I receive no serial debug, and the system hangs. I am running U-boot 1.1.6. Dirty , I have walked through the DTS/blob file, after U-boot modifies it, , and can clearly see that the

Re: ML403, 2.6.17.1 kernel panic

2007-01-23 Thread Andrei Konovalov
Hi Chris, From you log it seems like the kernel tries to initialize the TEMAC's FIFO but fails. Do you have TEMAC configured in FIFO mode in your design? Thanks, Andrei alayrac christophe wrote: > Hi all, > > I did not succeed to start kernel 2.6.17.1 on ML403 platform. > > Any help would be

Re: nfs mounting problem

2007-01-23 Thread Manjunath AM
Thanks for your reply, Yes portmap is running and when i give netstat -an | grep ":111 " this server shows the below: tcp0 0 0.0.0.0:111 0.0.0.0:* LISTEN udp0 0 0.0.0.0:111 0.0.0.0:* Thanks & Regards MANJUNATH AM Senior Software Engi

Re: nfs mounting problem

2007-01-23 Thread Andre Haupt
Manjunath AM wrote: > > Hi, Hi, > > Looking up port of RPC 13/2 on 192.168.178.110 > portmap: server 192.168.178.110 not responding, timed out > Root-NFS: Unable to get nfsd port number >from server, using default > Looking up port of RPC 15/1 on 192.168.178.110 > portmap: server 192.168.17

Re: nfs mounting problem

2007-01-23 Thread Andre Haupt
Manjunath AM wrote: > > Thanks for your reply, Yes portmap is running and when i give netstat > -an | grep ":111 " this server shows the below: > > tcp0 0 0.0.0.0:111 0.0.0.0:* > LISTEN > udp0 0 0.0.0.0:111 0.0.0.0:* >

Re: regarding kgdb in ppc

2007-01-23 Thread sudheer
In my setup i have one serial port on the target(MPC8540) and one on host(x86). The document(kgdb_docu_full-2.4.pdf) by default considers having two serial ports(two on target and two on host). To be correct, usually one serial is for serial console, the other-for kgdb. Yet you can either disab

Re: regarding kgdb in ppc

2007-01-23 Thread Sergei Shtylyov
Hello. sudheer wrote: >> I'd consider kgdboe - it works pretty well with 8540 gianfar (or at >> least used to work for me so tinkering might be trivial). > I have tried with kgdboe. The kernel doesn't wait at any point of time > and boots completely. > I gave the following bootargs: > console

Subscribe

2007-01-23 Thread cybin
___ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Re: nfs mounting problem

2007-01-23 Thread Scott Wood
Andre Haupt wrote: > Also what seems a bit odd to me is that your dmesg shows no rootpath > > IP-Config: Complete: > device=eth1, addr=192.168.178.234, mask=255.255.255.0, > gw=192.168.178.47, > host=cashel, domain=, nis-domain=(none), > bootserver=192.168.178.110, rootserver=192

Re: [MPC8349ITX] USB Init with PPC arch

2007-01-23 Thread Kumar Gala
On Jan 23, 2007, at 2:18 AM, Benjamin Zores wrote: > On Mon, 22 Jan 2007 16:19:06 -0600 > Kumar Gala <[EMAIL PROTECTED]> wrote: > >> What are these features? > > External RT patch that only supports PPC arch atm. > Also I've encountered some stability issues with PowerPC branch > (card hangs afte

Re: ML403, 2.6.17.1 kernel panic

2007-01-23 Thread alayrac christophe
Hi Andrei, Thanks for your help. I've had a quick look in hardware design and as SGDMA is activated the packet fifo is no accessible. Do you think that some declarations are missing in xparameters_ml403.h to properly declare SGDMA or is it coming from drivers code? Note : I use plb-temac v3.

Re: [MPC8349ITX] USB Init with PPC arch

2007-01-23 Thread Timur Tabi
Benjamin Zores wrote: > Hi, > > This question is mainly intended to Freescale's MPC8349ITX board maintainer > but the issue/resolution is probably the same for other boards. I'm the maintainer, although I don't think I can help you with this specific problem. > I'm trying to boot the MPC8349ITX

Re: ML403, 2.6.17.1 kernel panic

2007-01-23 Thread Andrei Konovalov
Hi Chris, alayrac christophe wrote: > Hi Andrei, > > Thanks for your help. > > I've had a quick look in hardware design and as SGDMA is activated the > packet fifo is no accessible. > > Do you think that some declarations are missing in xparameters_ml403.h > to properly declare SGDMA or is it c

JTAG emulator for MPC8548E (v2)

2007-01-23 Thread Morrison, Tom
What do people recommend for a JTAG emulator for the MPC8548E (version 2 silicon). We are not built (or want to) to work with Code Warrior environment - thus we can't use the ones that came with our CDS. Important (or nice to have) features: network capable (easy remote debug)

Re: JTAG emulator for MPC8548E (v2)

2007-01-23 Thread Grant Likely
On 1/23/07, Morrison, Tom <[EMAIL PROTECTED]> wrote: > > What do people recommend for a JTAG emulator for the MPC8548E > > (version 2 silicon). Check out the BDI-2000 from Abatron g. -- Grant Likely, B.Sc. P.Eng. Secret Lab Technologies Ltd. [EMAIL PROTECTED] (403) 399-0195

RE: JTAG emulator for MPC8548E (v2)

2007-01-23 Thread Morrison, Tom
We actually have one of these - and the H/W engineer is NOT happy at all. Apparently, it is NOT that stable for single step operations, and does NOT give a consistent view of the All the internal registers and/or the ability to view all the registers natively! I am hoping for one that is more con

RE: JTAG emulator for MPC8548E (v2)

2007-01-23 Thread Ben Warren
On Tue, 2007-01-23 at 13:02 -0500, Morrison, Tom wrote: > We actually have one of these - and the H/W engineer is NOT > happy at all. Apparently, it is NOT that stable for single > step operations, and does NOT give a consistent view of the > All the internal registers and/or the ability to view a

Re: JTAG emulator for MPC8548E (v2)

2007-01-23 Thread Michael Galassi
>On 1/23/07, Morrison, Tom <[EMAIL PROTECTED]> wrote: >> >> What do people recommend for a JTAG emulator for the MPC8548E >> >> (version 2 silicon). > >Check out the BDI-2000 from Abatron The BDI has some shortcomings for *my* use (in no particular order): 1) you can't program cplds 2) the ether

Re: linux booting using ramdisk

2007-01-23 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Try to increase default ramdisk size on kernel > configuration. ...or pass a ramdisksize boot argument. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142

Re: System Ace booting (or not) question

2007-01-23 Thread Wade Maxfield
Hi, We got it to load into DDR ram, based on a comment you made earlier about how the system ace works. In our genace.opt file (the one we made ourselves), an engineer had put -debugdevice devicenr 1 cpunr 2 It turns out that the last "debugdevice" being used is the one that the system ace

Re: MPC8360E Linux and 2.6.19.2

2007-01-23 Thread Russell McGuire
I have tracked my 'lockup' to a specific line in /powerpc/kernel/prom.c In the function: __init unflatten_device_tree(void) On line: mem = lab_alloc(size + 4, __alignof__(struct device_node)); mem = (unsigned long) __va(mem); ((u32 *)mem[size / 4] = 0xdeadbeef; This is causing a lockup when 0

PCMCIA on 860T FADS - correct approach?

2007-01-23 Thread Steven Roberts
I am trying to configure a 2.4.25 kernel for an 860TFADS board with PCMCIA support. I set the kernel flag CONFIG_PCMCIA_M8XX which pulls in drivers/pcmcia/m8xx_pcmcia.c (cvs 1.17). I'm getting a machine check during errors when the voltage_set() function is called on m8xx_init() when the BSC

Re: JTAG emulator for MPC8548E (v2)

2007-01-23 Thread Laurent Pinchart
> We actually have one of these - and the H/W engineer is NOT > happy at all. Apparently, it is NOT that stable for single > step operations, and does NOT give a consistent view of the > All the internal registers and/or the ability to view all > the registers natively! > > I am hoping for one that