Re: Serial init / BRG

2007-10-16 Thread Alan Bennett
The lockup is only the shell. I echo from ttyCPM0 console and it "locks" then I echo from an ssh session and the kernel messages still output from the ttyCPM0 console. NOTE: I found a severe issue that seems to have unlocked ttyCPM2. BUT ttyCPM1 still hangs. (a while back, we commented out the

Re: Serial init / BRG

2007-10-16 Thread Scott Wood
Alan Bennett wrote: > A few questions: To use 3 brgs, should I have 1 brg entry and X reg > values or three brg entries in my device tree? The current brg entry describes all 8 BRGs... don't touch it. :-) > what are the third and fourth reg values of the brg item in the > device tree. I'll ne

Serial init / BRG

2007-10-16 Thread Alan Bennett
For some reason I'm unable to track down the right sequence to initialize my serial ports. (note: my console is working, but attempts to initialize SCC1 and SCC4 fail). My console has the luxury of having uboot initialize it and its brg, but SCC1 / SCC4 aren't so lucky. A few questions: To us