* ADS5121 how to use /dev/ttyPSC
@ 2009-01-14 16:47 Stefan Strobl
2009-01-15 1:30 ` Matt Sealey
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Strobl @ 2009-01-14 16:47 UTC (permalink / raw)
To: ppc-dev
Hi
I'm new to Kernel 2.6 and OF.
I'm using a ADS5121 board with kernel from denx (ads5121 branch from
linux-2.6-denx). According to my dts file both PSC3 and PSC4 should be
accessible through /dev/ttyPSC0 and /dev/ttyPSC1 respectively.
When I simply try to run: "$ echo "Hello" > /dev/ttyPSC*" I can't see
any data coming out from the ports.
And when trying to initialize the ports using termios commands I'm
getting the Error "Inappropriate ioctl for device".
I'm not even getting a negative voltage on the TX Pin (idle state).
But I can see the driver ttyPSC with major 204 in /proc/devices and I
can also open the device successfully. I am also able to configure
either port as CONSOLE in U-Boot so the Hardware is ok.
Any ideas?
Many thanks,
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ADS5121 how to use /dev/ttyPSC
2009-01-14 16:47 ADS5121 how to use /dev/ttyPSC Stefan Strobl
@ 2009-01-15 1:30 ` Matt Sealey
0 siblings, 0 replies; 2+ messages in thread
From: Matt Sealey @ 2009-01-15 1:30 UTC (permalink / raw)
To: Stefan Strobl; +Cc: ppc-dev
Stefan Strobl wrote:
> Hi
>
> I'm new to Kernel 2.6 and OF.
>
> I'm using a ADS5121 board with kernel from denx (ads5121 branch from
> linux-2.6-denx). According to my dts file both PSC3 and PSC4 should be
> accessible through /dev/ttyPSC0 and /dev/ttyPSC1 respectively.
>
> When I simply try to run: "$ echo "Hello" > /dev/ttyPSC*" I can't see
> any data coming out from the ports.
Are you sending it to just one of them at a time and just abbreviating
your mail here to include both with a *, or are you really putting that
asterisk in there when you test?
> And when trying to initialize the ports using termios commands I'm
> getting the Error "Inappropriate ioctl for device".
You're doing this manually or with an application?
> But I can see the driver ttyPSC with major 204 in /proc/devices and I
> can also open the device successfully. I am also able to configure
> either port as CONSOLE in U-Boot so the Hardware is ok.
So you're getting debug output (udbg type stuff) on them?
-- Matt Sealey
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-15 1:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 16:47 ADS5121 how to use /dev/ttyPSC Stefan Strobl
2009-01-15 1:30 ` Matt Sealey
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).