Join the chat at pandaboard.org/irc
IRC Log for 2011-08-09
Timestamps are in UTC.
- [00:00:04] <prpplague>
pcpower: you have no previous experience with electronics or programming?
- [00:00:56] <pcpower>
I am a programmer and I have some knowledge of electronics
- [00:01:05] <pcpower>
but I am not an EE by any means
- [00:01:29] <prpplague>
pcpower: what kind of programming do your normally do?
- [00:01:44] <pcpower>
c/c++/python/perl
- [00:02:31] <pcpower>
and occasionally java (usually for android)
- [00:02:41] <pcpower>
some web stuff as well
- [00:02:47] <prpplague>
pcpower: right, those are the languages, but what kind of programs do you normally write?
- [00:03:27] <pcpower>
desktop applications, 3D rendering, mobile apps, web/database backend stuff
- [00:04:07] <pcpower>
not much embedded work
- [00:04:09] <prpplague>
pcpower: ok, good point of reference
- [00:04:55] <pcpower>
I want to do things similar to arduino like attach sensors to various other pieces of hardware and have the pandaboard control them
- [00:05:01] <pcpower>
with web interface, monitoring etc.
- [00:05:19] <prpplague>
pcpower: ok
- [00:05:42] <pcpower>
what I do not understand fully is the interfacing between other hardware
- [00:05:45] <pcpower>
GPIO/i2c etc.
- [00:05:56] <prpplague>
pcpower: ok, we can start there and give you some information
- [00:08:06] <prpplague>
pcpower: most of the pins on the omap4430 have multiple functions
- [00:08:42] <prpplague>
pcpower: indeed to provide as much flexibilty as possible, most modern microcontrollers and larger processors do this
- [00:09:16] <prpplague>
pcpower: thing of it like a 3 way switch
- [00:09:29] <prpplague>
pcpower: set the switch one way it is a gpio
- [00:09:40] <prpplague>
pcpower: set the switch another way it is a i2c data line
- [00:09:46] <pcpower>
right
- [00:09:50] <prpplague>
pcpower: set to another it is a spi data
- [00:09:54] <pcpower>
I figured out that much
- [00:10:07] <prpplague>
pcpower: not everyone uses the pins in the same way
- [00:10:19] <prpplague>
pcpower: i might want to use it as a spi and you want it as gpio
- [00:10:35] <pcpower>
if that x-loader source is anything like what's actually used by ubuntu it looks like no pins are setup to be gpio
- [00:10:42] <prpplague>
pcpower: so how groups like ubuntu, set it up the way most people are going to use it
- [00:10:48] * skorgon_ (~skorgon@unaffiliated/skorgon) Quit (Ping timeout: 252 seconds)
- [00:11:08] <prpplague>
pcpower: i just downloaded the x-loader source from the ubuntu web site
- [00:11:16] <prpplague>
pcpower: looking now to see what the default pins are
- [00:14:12] <prpplague>
pcpower: looks like mcspi1_cs2 and mcspi1_cs3 are configured as gpios in x-loader
- [00:15:10] <pcpower>
where did you find the source?
- [00:15:26] <prpplague>
pcpower: just went to the ubuntu website
- [00:15:41] <pcpower>
link?
- [00:15:46] <prpplague>
pcpower: https://launchpad.net/ubuntu/+source/x-loader
- [00:16:13] * TheSeven (~TheSeven@rockbox/developer/TheSeven) Quit (Remote host closed the connection)
- [00:17:12] <prpplague>
pcpower: you should be able to follow the instructions on the makezine page using either gpio 139 or gpio 140
- [00:18:54] <pcpower>
those don't show up in /sys/class/gpio
- [00:19:52] <prpplague>
pcpower: did you read the article?
- [00:20:04] * TheSeven (~TheSeven@rockbox/developer/TheSeven) has joined #pandaboard
- [00:20:57] <pcpower>
yes
- [00:21:10] <pcpower>
it uses that directory to change the value
- [00:21:14] <prpplague>
pcpower: echo 139 > /sys/class/gpio
- [00:21:20] <prpplague>
pcpower: echo 139 > /sys/class/gpio /export
- [00:21:27] <prpplague>
sorry left the export off
- [00:22:44] <prpplague>
pcpower: the export tells the kernel to make the port available
- [00:22:50] <pcpower>
gotcha
- [00:22:57] <pcpower>
what file did you look at in that source?
- [00:23:09] * drd_ (cdaf79fd@gateway/web/freenode/ip.205.175.121.253) Quit (Quit: Page closed)
- [00:23:14] <prpplague>
<TheSeven> http://gitorious.org/pandaboard/x-loader-mainline/blobs/master/board/omap4430panda/omap4430panda.c
- [00:23:24] <pcpower>
ok
- [00:23:26] <prpplague>
pcpower: omap443panda.c
- [00:23:28] <pcpower>
https://launchpad.net/ubuntu/+source/x-loader is really confusing
- [00:23:35] <pcpower>
at the top is acts like there is a panda specific package
- [00:23:38] <pcpower>
but I don't see it anywhere
- [00:23:41] <pcpower>
it acts*
- [00:23:49] <pcpower>
x-loader-omap4-panda: Board initialization helper for TI OMAP 4 Panda boards
- [00:23:54] <pcpower>
but this is not a valid package
- [00:24:22] <pcpower>
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/maverick/x-loader/maverick-updates/files/head:/board/
- [00:24:26] <prpplague>
pcpower: right there on the page
- [00:24:27] <pcpower>
this does not list panda directory
- [00:24:38] <pcpower>
prpplague: where?
- [00:25:07] <prpplague>
https://launchpad.net/ubuntu/+source/x-loader/1.5.0+git20110325+b6bbfe7-1ubuntu1
- [00:26:06] <pcpower>
that is for natty not maverick
- [00:26:22] <prpplague>
pcpower: then get the one for natty
- [00:26:33] <pcpower>
you mean maverick
- [00:26:42] <prpplague>
<pcpower> that is for natty not maverick
- [00:26:54] <prpplague>
pcpower: so you need maverick ?
- [00:27:00] <prpplague>
pcpower: download the maverik
- [00:27:18] <pcpower>
I did
- [00:27:21] <pcpower>
it doesn't have panda in it
- [00:28:26] <prpplague>
pcpower: you are using 10.04 or 10.10?
- [00:28:56] <pcpower>
10.10
- [00:31:53] <prpplague>
pcpower: indeed looks like they have something missing
- [00:35:58] <prpplague>
pcpower: did you get the gpio exported?
- [00:37:10] * CaptainCrunch (~ken@HSI-KBW-091-089-142-207.hsi2.kabel-badenwuerttemberg.de) Quit (Ping timeout: 260 seconds)
- [00:38:12] <prpplague>
pcpower: https://launchpad.net/ubuntu/maverick/+source/x-loader-omap4
- [00:38:22] <prpplague>
pcpower: you can get the one for marverick there
- [00:39:02] <prpplague>
pcpower: you can use gpio 139 or 140
- [00:40:35] <pcpower>
where did you find that??
- [00:40:57] * Alison_Chaiken (~Alison_Ch@173-228-89-192.dsl.static.sonic.net) Quit (Quit: Leaving)
- [00:41:04] <prpplague>
pcpower: line 832 in omap4430panda.c
- [00:41:17] <pcpower>
no I mean
- [00:41:18] <pcpower>
that package
- [00:41:22] <pcpower>
I couldn't find that version anywhere
- [00:41:25] <pcpower>
that had the panda file in it
- [00:41:38] <pcpower>
whatever, I give up trying to understand their packages
- [00:41:44] <prpplague>
pcpower: its on the ubuntu site, just did a search for x-loader-omap4
- [00:41:46] <pcpower>
it always makes no sense
- [00:41:51] <pcpower>
weird
- [00:41:55] * prpplague never uses ubuntu on panda
- [00:42:01] <pcpower>
are 139/140 the only ones that work?
- [00:42:05] <pcpower>
it looks like there's others
- [00:42:22] <prpplague>
pcpower: those are the only ones on the expansion header that are pre-configured as gpio
- [00:42:32] <prpplague>
pcpower: that way you can start working with a gpio
- [00:42:34] <pcpower>
how do you determine that?
- [00:42:42] <pcpower>
I am looking at the source
- [00:42:59] <prpplague>
pcpower: i looked at the schematic, found the pins on the expansion header, and compared them to the list
- [00:43:29] <pcpower>
I don't understand
- [00:43:42] <pcpower>
I thought it was only through x-loader that a pin was setup for gpio or not
- [00:44:42] * TheUni (~theuni@xbmc/staff/theuni) Quit (Read error: Connection reset by peer)
- [00:44:43] <prpplague>
pcpower: the pins can be switch anywhere, but normally they are pre-configured in x-loader to start with
- [00:44:53] * cooloney (~roc@180.157.89.173) has joined #pandaboard
- [00:44:55] <prpplague>
pcpower: which item did you not understand?
- [00:45:12] <pcpower>
how you can tell from just looking at the source that only 139 and 140 will work
- [00:45:28] <prpplague>
pcpower: i went to the schematic
- [00:45:41] <prpplague>
pcpower: look at the pins that are available on the header
- [00:45:57] <prpplague>
pcpower: then matched that pin to what is listed in the x-loader
- [00:46:48] <prpplague>
pcpower: only 139 and 140 are configured as gpios in x-loader
- [00:47:11] <prpplague>
pcpower: which means unless you want to compile a new kernel or x-loader, you will need to use one of those pins
- [00:47:15] <pcpower>
yes but other lines in that source say /* gpio_XX */
- [00:47:25] <pcpower>
why can't those be used?
- [00:47:50] * nighty^ (~nighty@74.198.9.150) has joined #pandaboard
- [00:48:03] <prpplague>
pcpower: those don't go to the expansion header
- [00:48:10] <prpplague>
pcpower: they are for other things
- [00:49:15] <pcpower>
ok
- [00:49:20] <pcpower>
so I exported gpio 140
- [00:49:37] <pcpower>
but whether I echo high or low to it, it always returns "out" as the value
- [00:49:40] <pcpower>
I mean, direction
- [00:49:42] <pcpower>
not value
- [00:50:11] <prpplague>
pcpower: ok, so you did: echo out > direction
- [00:50:17] <prpplague>
pcpower: is that correct?
- [00:50:19] <pcpower>
no
- [00:50:23] <pcpower>
I did echo high > direction
- [00:50:24] <pcpower>
or echo low
- [00:50:31] <pcpower>
which is what that makezine article uses
- [00:50:38] <prpplague>
pcpower: you need to do: echo out > direction
- [00:50:45] <pcpower>
why?
- [00:50:49] <pcpower>
what's the difference?
- [00:51:08] <prpplague>
pcpower: gpio's can be used as an input or output
- [00:51:18] <prpplague>
pcpower: in this case you want it to be used as an output
- [00:51:38] <prpplague>
pcpower: so by echoing out to direction, you set the direction to output
- [00:51:53] <pcpower>
ok so, how would I be able to turn the LED off
- [00:51:57] <pcpower>
right now it stays on all the time
- [00:52:15] <prpplague>
pcpower: so now, you can do: echo 0 > value
- [00:52:20] <prpplague>
pcpower: that turns it off
- [00:52:27] <prpplague>
pcpower: or : echo 1 > value
- [00:52:30] <prpplague>
pcpower: turns it on
- [00:53:21] <pcpower>
does nothing here, and it was already 0
- [00:53:22] <prpplague>
pcpower: to see the current value: cat value
- [00:53:26] <pcpower>
changing it to 1 didn't do anything
- [00:53:28] <pcpower>
it still stays on
- [00:53:47] <prpplague>
pcpower: when you say "it stills stays on" , what stays on?
- [00:53:51] <pcpower>
the LED
- [00:53:56] <pcpower>
regardless of the value
- [00:53:57] <pcpower>
1 or 0
- [00:53:58] <prpplague>
pcpower: you have a led connected?
- [00:53:58] <pcpower>
it stays on
- [00:54:00] <pcpower>
yes
- [00:54:05] <pcpower>
to pins 2 and 4
- [00:54:11] <pcpower>
of J3
- [00:54:24] <prpplague>
pcpower: i hope you added a resistor
- [00:54:32] <pcpower>
no?
- [00:54:38] <pcpower>
why
- [00:55:01] <prpplague>
pcpower: you probably will over current the gpio
- [00:55:06] <pcpower>
they didn't in the makezine article
- [00:55:14] <prpplague>
pcpower: he used a low power led
- [00:55:23] <prpplague>
pcpower: not all leds have the same value
- [00:55:32] <prpplague>
pcpower: the led is currently on?
- [00:55:43] <pcpower>
yes
- [00:56:07] <pcpower>
my led is very small
- [00:56:19] <prpplague>
pcpower: echo 0 > value
- [00:56:25] <prpplague>
pcpower: then do: cat value
- [00:56:25] <pcpower>
it is already 0
- [00:56:32] <pcpower>
cat value is 0
- [00:56:36] <pcpower>
tried changing it to 1 also
- [00:56:38] <pcpower>
no difference
- [00:56:42] <pcpower>
and cat value reads 1
- [00:57:04] <prpplague>
pcpower: echo in > direction
- [00:57:49] <prpplague>
pcpower: led off?
- [00:58:00] <pcpower>
nope
- [00:58:14] <prpplague>
pcpower: do a cat on direction
- [00:58:24] <pcpower>
it's in
- [00:58:35] <prpplague>
pcpower: you have a multimeter?
- [00:58:39] <pcpower>
yes
- [00:58:50] <prpplague>
pcpower: set the direction back to output
- [00:59:14] <prpplague>
pcpower: remove the led, and test the pin voltage with the value set at 0 and to 1
- [00:59:22] <prpplague>
pcpower: you should be able to toggle back and forth
- [00:59:30] <pcpower>
which leads on which pins?
- [01:00:23] <prpplague>
pcpower: black lead of your multimeter to ground, and red lead to pin 4
- [01:00:50] <prpplague>
pcpower: i have to go, i'll be back online in a couple hours
- [01:00:58] <pcpower>
ok
- [01:01:11] <prpplague>
pcpower: check to make sure you can toggle back and forth
- [01:01:17] <pcpower>
I can
- [01:01:22] <pcpower>
0.0v and 1.8v
- [01:01:46] <prpplague>
pcpower: so you are good
- [01:02:02] <prpplague>
pcpower: software is working
- [01:02:13] <prpplague>
pcpower: probably something with the LED
- [01:02:17] <prpplague>
i have to go now
- [01:02:19] <pcpower>
ok
- [01:02:25] <prpplague>
i'll be back later, feel free to ping me
- [01:02:28] * prpplague (~danders@nat/ti/x-xmuiugagomzsvaox) Quit (Quit: Leaving)
- [01:02:54] * ozk (~ozk@bzq-218-39-90.cablep.bezeqint.net) Quit (Ping timeout: 276 seconds)
- [01:09:22] * tlei (~ming@119.136.66.206) has joined #pandaboard
- [01:13:53] * nighty^ (~nighty@74.198.9.150) Quit (Ping timeout: 252 seconds)
- [01:14:03] <twood_jiang>
hi, I ask the??android??manually mount??sdard, android apps??detect??sdcard??directory,how to??solve?
- [01:14:06] <twood_jiang>
thanks
- [01:15:56] * robtow (~rob@nat/ti/x-tawdxpkptfjkbiwe) Quit (Quit: Leaving.)
- [01:26:18] * zyga (~zyga@linaro/zyga) Quit (Ping timeout: 276 seconds)
- [01:40:20] * TheUni (~theuni@xbmc/staff/theuni) has joined #pandaboard
- [01:42:16] * emeb (~ericb@ip72-223-93-59.ph.ph.cox.net) Quit (Quit: Leaving.)
- [01:42:25] * thaytan (~jan@ppp59-167-167-201.static.internode.on.net) Quit (Ping timeout: 250 seconds)
- [01:54:50] * ctyler_dinner is now known as ctyler_summer
- [01:56:16] * prpplague (~prpplague@ppp-70-249-157-222.dsl.rcsntx.swbell.net) has joined #pandaboard
- [01:58:52] * Mano (62fb7059@gateway/web/freenode/ip.98.251.112.89) has joined #pandaboard
- [01:58:58] * TheUni (~theuni@xbmc/staff/theuni) Quit (Ping timeout: 264 seconds)
- [01:59:28] <Mano>
Guys, can we install 64 bit ubuntu on pandaboard?
- [01:59:45] * TheUni (~theuni@173.208.90.24) has joined #pandaboard
- [01:59:46] * TheUni (~theuni@173.208.90.24) Quit (Changing host)
- [01:59:46] * TheUni (~theuni@xbmc/staff/theuni) has joined #pandaboard
- [02:02:14] * hardwalker (~hardwalke@122-117-115-146.HINET-IP.hinet.net) has joined #pandaboard
- [02:07:24] <ShadowJK>
...
- [02:07:45] <ShadowJK>
Mano: no
- [02:08:13] <Mano>
is it 32 bit then?
- [02:09:28] <ShadowJK>
You can't install x86/i386 32-bit Ubuntu either
- [02:10:22] <ShadowJK>
Because Pandaboard uses ARM v7 architecture, not Intel
- [02:10:40] <Mano>
ohk, thanks
- [02:10:55] <Mano>
Would you also have knowledge about robot operating system (ROS)
- [02:11:00] <Mano>
if it could be installed on Pandaboard
- [02:12:34] * htns (~htns@175.139.210.69) Quit (Quit: Leaving)
- [02:13:20] <pcpower>
Mano: you can cross-compile ROS for ARM and run it on Ubuntu/ARM
- [02:13:23] <ShadowJK>
Never heard of ros
- [02:13:51] <pcpower>
http://ros-users.122217.n3.nabble.com/How-to-cross-compile-ROS-on-arm-td184101.html
- [02:14:02] <Mano>
nice, cool! would you know about point cloud library working on this cross compiled ros?
- [02:15:21] <Mano>
thanks for the link <pcpower>
- [02:17:09] <pcpower>
I know nothing about ROS
- [02:17:16] <pcpower>
I only know how to use le google
- [02:18:46] <Mano>
okay :)
- [02:19:30] <Sonicadvance1>
ARM needs to bump up to 64bit :D
- [02:23:06] <ShadowJK>
or atleast 36-38 :)
- [02:24:36] * MMlosh (~MMlosh@2001:470:1f0b:b78:5858:add0:c813:6039) Quit (Excess Flood)
- [02:25:06] * MMlosh (~MMlosh@2001:470:1f0b:b78:8d2:aa6f:8532:d542) has joined #pandaboard
- [02:28:48] * bparker06 (~bparker@fiveforty.net) Quit (Ping timeout: 246 seconds)
- [02:28:48] * pcpower (~bparker@fiveforty.net) Quit (Ping timeout: 252 seconds)
- [02:28:48] * PandaLogBot (~PircBot@teddy.pandaboard.org) Quit (Ping timeout: 240 seconds)
- [09:20:27] * PandaLogBot (~PircBot@teddy.pandaboard.org) has joined #pandaboard
- [09:20:27] * Topic is 'OMAP discussion & development on PandaBoard Platform | Site: http://www.PandaBoard.org | Paste @ http://pastebin.pandaboard.org/ |Wiki: http://www.omappedia.com/wiki/PandaBoard | IRC logs: http://www.pandaboard.org/pbirclogs/ | IRC Guide: http://tinyurl.com/ircsurvivalguide'
- [09:20:27] * Set by orbarron!~orb@nat/ti/x-ztoqabxrceydslsj on Mon Jun 06 15:00:29 UTC 2011
- [09:36:16] * agreen is now known as agreen-away
- [09:40:40] * lynmmtan (3d046796@gateway/web/freenode/ip.61.4.103.150) Quit (Quit: Page closed)
- [09:49:00] * agreen-away is now known as agreen
- [09:50:03] * leming (znc@c-75-71-192-135.hsd1.co.comcast.net) has joined #pandaboard
- [09:53:51] * hardwalker (~hardwalke@122-117-115-146.HINET-IP.hinet.net) Quit (Quit: ??????)
- [09:54:04] * TheSeven (~TheSeven@rockbox/developer/TheSeven) Quit (Remote host closed the connection)
- [09:56:56] * phdeswer (~philippe@80-186-130-171.elisa-mobile.fi) has joined #pandaboard
- [10:00:16] * agreen is now known as agreen-away
- [10:00:43] * agreen-away is now known as agreen
- [10:01:34] * godheart001 (5b52d972@gateway/web/freenode/ip.91.82.217.114) has joined #pandaboard
- [10:01:47] <godheart001>
hi
- [10:02:05] <godheart001>
sorry that i disturb you
- [10:02:16] <godheart001>
but i would like to ask somethink
- [10:02:24] <godheart001>
about buying pandaboard
- [10:03:15] <av500>
ask
- [10:03:27] <godheart001>
i live in the centre of europe
- [10:03:34] <godheart001>
and 3 webshop is good for me
- [10:03:52] <godheart001>
and since two weeks every shops write: Stock 0
- [10:04:12] <godheart001>
watterott is the best choice for me because of tha tax
- [10:04:43] <godheart001>
i wrote a letter to them 2 weeks ago
- [10:05:16] <godheart001>
and they said that last week day got some... every day i see their page.. but nothing
- [10:05:34] <godheart001>
its so sadly.. so whats the situation?
- [10:05:46] <godheart001>
pandaboard is game over? or what?
- [10:06:27] <av500>
order
- [10:06:29] <av500>
wait
- [10:06:30] <av500>
receive
- [10:06:45] <av500>
the stock is always 0
- [10:06:49] <godheart001>
yes but i cant preorder the devide in watterott..
- [10:06:55] <godheart001>
omg :\
- [10:06:57] <av500>
because every board produced is sold
- [10:07:50] <godheart001>
so u advice that dont wait for watterott.. preorder from another site.. and wait..
- [10:08:16] <av500>
you cannot order at watterott?
- [10:08:23] <godheart001>
i cant
- [10:09:05] <godheart001>
because they said to me in letter (email), in their webshop preorder does not work
- [10:09:40] <av500>
ah
- [10:09:45] <godheart001>
and this is real.. unfortunately
- [10:09:54] <av500>
then order at digikey
- [10:10:09] <av500>
digikey.de is free shipping
- [10:10:52] <godheart001>
hmm i never heard about digikey.de.. only dikigey.com.
- [10:11:00] <godheart001>
thx man i check the page
- [10:11:02] * TheSeven (~TheSeven@rockbox/developer/TheSeven) has joined #pandaboard
- [10:11:07] <godheart001>
and i hope the best
- [10:12:05] * botao_sun (~botao_sun@linaro/botao-sun) Quit (Ping timeout: 258 seconds)
- [10:12:36] <av500>
digikey has several eu websites
- [10:21:39] <Sonicadvance1>
so apparently that ppa is a mess
- [10:22:04] <Sonicadvance1>
Has it's dependencies messed up
- [10:23:09] <Sonicadvance1>
oh hey
- [10:23:18] <Sonicadvance1>
It says to follow some instructions that I never followed
- [10:23:24] <Sonicadvance1>
That might be helpful
- [10:23:37] <av500>
thats just a decoy
- [10:27:01] <Sonicadvance1>
sounds reasonable
- [10:27:24] * micadeyeye (~micadeyey@alonzo.artifactual.org.za) has joined #pandaboard
- [10:27:27] <Sonicadvance1>
always making it hard to run my damn program! D:<
- [10:33:12] * zyga (~zyga@linaro/zyga) Quit (Quit: Ex-Chat)
- [10:37:48] * Spider-Pork (~Spider-Po@host39-232-static.225-95-b.business.telecomitalia.it) Quit (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
- [10:39:35] * jluisn (~quassel@187.115.172.24) has joined #pandaboard
- [10:45:51] * zyga (~zyga@linaro/zyga) has joined #pandaboard
- [10:46:33] * cheriff (~cheriff@188.29.82.95.threembb.co.uk) has joined #pandaboard
- [10:57:05] <twood_jiang>
hi ,I use omapzoom p-android-omap-2.6.25 kernel,sometimes kernel mmc errormmcblk0: error -84 transferring data
- [10:57:20] <twood_jiang>
thans
- [10:57:22] <twood_jiang>
thanks
- [11:12:34] * lanthan_afh (~ze@p50992b91.dip0.t-ipconnect.de) Quit (Quit: Ex-Chat)
- [11:21:18] * godheart001 (5b52d972@gateway/web/freenode/ip.91.82.217.114) Quit (Quit: Page closed)
- [11:41:01] * zyga (~zyga@linaro/zyga) Quit (Ping timeout: 258 seconds)
- [11:43:17] * RCFwork (~klaas@85.255.197.126) Quit (Remote host closed the connection)
- [11:43:52] * PaulW (~PaulW@CPE001310360dac-CM001e6b0f7310.cpe.net.cable.rogers.com) Quit (Quit: Leaving)
- [11:45:58] * RCFwork (~klaas@85.255.197.126) has joined #pandaboard
- [11:53:27] * cheriff (~cheriff@188.29.82.95.threembb.co.uk) Quit (Ping timeout: 258 seconds)
- [11:53:57] * zyga (~zyga@linaro/zyga) has joined #pandaboard
- [11:59:35] * Mitnick (~Mitnick@183.62.141.147) has joined #pandaboard
- [12:00:30] * cheriff (~cheriff@188.29.151.150.threembb.co.uk) has joined #pandaboard
- [12:01:40] * bo09 (~borgan@ip68-105-60-156.pn.at.cox.net) has joined #pandaboard
- [12:06:42] * zyga (~zyga@linaro/zyga) Quit (Quit: Ex-Chat)
- [12:07:43] * zyga (~zyga@249.Red-79-147-186.dynamicIP.rima-tde.net) has joined #pandaboard
- [12:07:43] * zyga (~zyga@249.Red-79-147-186.dynamicIP.rima-tde.net) Quit (Changing host)
- [12:07:43] * zyga (~zyga@linaro/zyga) has joined #pandaboard
- [12:22:03] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #pandaboard
- [12:23:11] * cheriff (~cheriff@188.29.151.150.threembb.co.uk) Quit (Ping timeout: 240 seconds)
- [12:25:03] * ZeZu (null@c-98-227-57-88.hsd1.in.comcast.net) Quit (Ping timeout: 251 seconds)
- [12:30:58] * nighty^ (~nighty@TOROON12-1279662182.sdsl.bell.ca) has joined #pandaboard
- [12:34:40] * cheriff (~cheriff@188.29.60.132.threembb.co.uk) has joined #pandaboard
- [12:35:50] * cooloney (~roc@180.157.89.173) has joined #pandaboard
- [12:36:09] * nighty__ (~nighty@TOROON12-1279662182.sdsl.bell.ca) has joined #pandaboard
- [12:40:33] * dj_pi (~asd@c-68-43-191-145.hsd1.mi.comcast.net) Quit (Ping timeout: 255 seconds)
- [12:42:50] * topfs2 (~topfs2@xbmc/staff/topfs2) Quit (Ping timeout: 260 seconds)
- [12:45:19] * hlavaty (~user@91-65-217-112-dynip.superkabel.de) has joined #pandaboard
- [12:46:15] * hlavaty (~user@91-65-217-112-dynip.superkabel.de) has left #pandaboard
- [12:49:51] * tonu (~tonu@226.236.191.90.dyn.estpak.ee) Quit (Quit: Ex-Chat)
- [12:51:05] * cmagina (~quassel@173-166-109-13-newengland.hfc.comcastbusiness.net) has joined #pandaboard
- [13:02:37] * cooloney (~roc@180.157.89.173) Quit (Quit: leaving)
- [13:03:46] * Kaspter (~kaspter@222.65.41.34) has joined #pandaboard
- [13:04:02] * Kaspter (~kaspter@222.65.41.34) has left #pandaboard
- [13:13:11] * ceyusa (~vjaquez@cpe-68-175-57-159.nyc.res.rr.com) Quit (Ping timeout: 240 seconds)
- [13:15:56] * cooloney (~roc@180.157.89.173) has joined #pandaboard
- [13:21:26] <Sonicadvance1>
So is there any ability at all to use the hardware rasterizer under Ubuntu?
- [13:22:20] * sumits (~sumit@linaro/sumits) Quit (Quit: Leaving)
- [13:26:00] * tlei (~ming@119.136.66.206) Quit (Ping timeout: 260 seconds)
- [13:28:48] <Sonicadvance1>
I see there is a pvr-bin-5.3.0.0049 available for meego that has the dri file I'm looking for. I assume it isn't just a drag and drop solution now?
- [13:36:39] <av500>
meego?
- [13:36:44] <av500>
there is not even meego for panda
- [13:37:24] <Sonicadvance1>
mmmmmm
- [13:37:37] <Sonicadvance1>
It's for omap4 though
- [13:37:45] <av500>
ah
- [13:37:51] <av500>
where?
- [13:38:04] * tlei (~ming@119.136.65.222) has joined #pandaboard
- [13:39:25] <Sonicadvance1>
eh, http://140.211.166.227/MeeGo/builds/1.0.80/1.0.80.11.20100720.1/non-oss/repos/source/ that one
- [13:39:57] <av500>
yes, intel wimax in the same folder
- [13:39:59] <Sonicadvance1>
ah, it's i32
- [13:40:02] <av500>
you are sure this is for panda?
- [13:40:05] <Sonicadvance1>
a32 >>
- [13:40:06] <Sonicadvance1>
failure
- [13:40:25] <Sonicadvance1>
combined a couple files in my head
- [13:40:43] <av500>
amazing
- [13:40:59] <av500>
in your head they run fine :)
- [13:41:15] <Sonicadvance1>
:/
- [13:41:22] <Sonicadvance1>
I need hardware rasterization damn it
- [13:41:42] <av500>
you on ubuntu?
- [13:41:50] <Sonicadvance1>
yes
- [13:41:52] <av500>
that should work with them PPAs
- [13:41:56] <av500>
if not, shout at ogra_
- [13:41:59] <av500>
and ndec
- [13:42:08] <Sonicadvance1>
It uses Mesa software rasterizer
- [13:42:34] <Sonicadvance1>
since there is no pvr_dri
- [13:42:48] <av500>
Sonicadvance1: you are aware the omap4 has no full GL support?
- [13:42:55] <av500>
only GLES
- [13:43:01] <Sonicadvance1>
yes :|
- [13:43:06] <av500>
ok
- [13:43:08] <av500>
just asking
- [13:46:19] <Sonicadvance1>
Or maybe I'm just chasing after some mystical white unicorn
- [13:46:24] <Sonicadvance1>
I'm quite tired at this point
- [13:47:52] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) Quit (Excess Flood)
- [13:48:24] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #pandaboard
- [13:49:07] * dlezcano (~dlezcano@72-254-37-251.client.stsn.net) Quit (Ping timeout: 250 seconds)
- [13:53:47] * mlocke (~Adium@nat/ti/x-tfqyuxsselgtgsah) has joined #pandaboard
- [13:55:22] * phdeswer (~philippe@80-186-130-171.elisa-mobile.fi) Quit (Ping timeout: 264 seconds)
- [13:58:14] * phdeswer (~philippe@80-186-130-171.elisa-mobile.fi) has joined #pandaboard
- [13:59:05] * kraiskil_ (~kraiskil@nat/nokia/x-xtvvzvjefweetjwa) Quit (Quit: Leaving)
- [14:00:03] * BThompson (~a0193480@nat/ti/x-yaqwuadmqnqaxtzf) has joined #pandaboard
- [14:01:24] * prpplague (~prpplague@ppp-70-249-157-222.dsl.rcsntx.swbell.net) Quit (Quit: Leaving)
- [14:05:32] * LPhas (~phas@93.56.37.242) has joined #pandaboard
- [14:17:48] * dlezcano (~dlezcano@72-254-37-251.client.stsn.net) has joined #pandaboard
- [14:18:16] <twood_jiang>
hi, pandaboard dvi support 1080P?
- [14:19:12] <av500>
should
- [14:19:46] <robclark>
some hacking required
- [14:19:52] * cooloney (~roc@180.157.89.173) Quit (Quit: leaving)
- [14:20:35] <robclark>
I guess someone would need to get DSI_PLL stuff working for wider support of resolutions on DVI..
- [14:20:39] <twood_jiang>
can use dsi PLL generate 148Mhz
- [14:20:51] <twood_jiang>
yes
- [14:20:56] <twood_jiang>
I think so
- [14:21:17] <robclark>
not sure.. I'm not the best expert at lowest level DSS stuff
- [14:25:11] <twood_jiang>
I also??would like to ask, HDMI??and DVI??can??be??displayed??together
- [14:25:26] <LPhas>
robclark, well basically i setup my pandaboard with ubuntu using these instructions http://dpaste.com/590386/
- [14:25:39] * pfefferz (~pfefferz@acadconf.joh.cam.ac.uk) has joined #pandaboard
- [14:25:56] <LPhas>
i'll summarize
- [14:26:00] <av500>
twood_jiang: yes
- [14:26:39] * robclark looks
- [14:26:51] <twood_jiang>
Requires two??framebuffer
- [14:27:21] <robclark>
twood_jiang, w/ DRM/KMS driver, requires only a single framebuffer
- [14:27:30] <robclark>
for "virtual desktop" type things
- [14:27:40] <robclark>
LPhas, are you still using 11.04 based filesystem?
- [14:28:07] <LPhas>
nope
- [14:28:08] <LPhas>
10.10
- [14:28:11] <robclark>
ok
- [14:28:41] <LPhas>
summarizing i installed ubuntu 10.10, cloned licde, checkout 2115a0b6b6fccc27d6ecc274e37e57f2275f99c6, compiled it installed it copied custom firmware included with it
- [14:28:45] <robclark>
LPhas, can you run 'uname -a'
- [14:28:47] <twood_jiang>
thanks
- [14:29:04] <LPhas>
then installed gst-ducati
- [14:29:12] <LPhas>
Linux panda 2.6.35-980-omap4 #1release9-Ubuntu SMP PREEMPT Thu Dec 16 10:55:27 UTC 2010 armv7l GNU/Linux
- [14:29:29] * mlocke (~Adium@nat/ti/x-tfqyuxsselgtgsah) Quit (Remote host closed the connection)
- [14:29:32] <robclark>
ok
- [14:29:50] <robclark>
fwiw, use playbin2 (not playbin)
- [14:30:03] <LPhas>
yep
- [14:30:07] * mlocke (~Adium@nat/ti/x-enwmlxopmfzvdwxx) has joined #pandaboard
- [14:30:20] <LPhas>
what i get is a huge amount of
- [14:30:25] <LPhas>
gstbasesink.c(2686): gst_base_sink_is_too_late (): /GstPlayBin2:playbin20/GstPlaySink:playsink0/GstBin:vbin/GstBin:bin0/GstV4l2Sink:v4l2sink0:
- [14:30:26] <LPhas>
There may be a timestamping problem, or this computer is too slow.
- [14:30:32] <LPhas>
and nothing played
- [14:31:33] <robclark>
ok, first thing to check: follow instructions here http://gstreamer.freedesktop.org/wiki/DumpingPipelineGraphs
- [14:31:37] <robclark>
to dump pipeline graph.
- [14:31:54] <robclark>
(well you can figure it out from traces too, but graphically is pretty easy)
- [14:32:13] <robclark>
this would tell you that it is actually picking the hw / gst-ducati elements
- [14:32:41] <robclark>
IIRC, I think gst-ffmpeg elements were also ranked too highly so you could end up with a conflict between the two
- [14:33:18] * koen patches gst-ffmpeg to lower the rank
- [14:33:22] <robclark>
the second thing to check, is disable av-sync and see if playback is fast enough.. do something like:
- [14:33:41] <robclark>
gst-launch playbin2 uri=...blahblah... video-sink='v4l2sink sync=false'
- [14:34:05] <koen>
- rank = GST_RANK_PRIMARY;
- [14:34:06] <koen>
+ rank = GST_RANK_SECONDARY;
- [14:34:17] <koen>
ext/ffmpeg/gstffmpegdec.c line 2590
- [14:34:46] <robclark>
yeah, I don't remember what state gst-ffmpeg is in original ubuntu packages, but if they are primary rank, they definitely need to be recompiled or uninstalled
- [14:35:03] * robclark usually ends up recompiling gst-ffmpeg anyways
- [14:35:13] <robclark>
patching as suggested by koen
- [14:35:29] * mlocke (~Adium@nat/ti/x-enwmlxopmfzvdwxx) Quit (Remote host closed the connection)
- [14:35:36] <LPhas>
ok, i'll try these three thing
- [14:35:47] <LPhas>
but if the problem is only the plugin rank
- [14:36:08] <LPhas>
i can try with a custom pipeline, can't i?
- [14:36:20] <robclark>
yes
- [14:36:27] * robtow (~rob@nat/ti/x-fohhyfsgkaztcaxq) has joined #pandaboard
- [14:36:30] <robclark>
probably something along the lines of:
- [14:37:27] <robclark>
gst-launch filesink location=/blah/blah ! <somedemux> name=m m.video_00 ! queue ! nal2bytestream_h264 ! ducatih264dec ! queue ! v4l2sink
- [14:37:52] <LPhas>
robclark, can you point me to a example file i can use for source that you know it works? so we can rule out i'm using some strange, bad compressed, weird stuff, video file?
- [14:38:42] <robclark>
hmm, pretty much anything from yahoo or apple trailers should be well formed... bigbuckbunny should be ok..
- [14:40:35] * mlocke (~Adium@nat/ti/x-wyczmoijufkrkbzs) has joined #pandaboard
- [14:40:52] <LPhas>
what codec/container shall i use? h264/mkv h264/mp4?
- [14:41:44] <robclark>
mp4 probably... although in other cases (like w/ .webm) I've not had problems w/ mkv
- [14:41:57] <robclark>
(but I guess mp4 has a lot more milage on it)
- [14:42:36] <LPhas>
ok thx
- [14:42:45] <robclark>
np
- [14:43:42] * ozk (~ozk@bzq-218-39-90.cablep.bezeqint.net) has joined #pandaboard
- [14:51:57] * zyga (~zyga@linaro/zyga) Quit (Ping timeout: 255 seconds)
- [14:55:26] * tlei (~ming@119.136.65.222) Quit (Quit: Leaving)
- [14:56:09] * ctyler_summer (~chris@206.248.171.116) Quit (Ping timeout: 240 seconds)
- [14:56:40] * jp__ (8a73cc0f@gateway/web/freenode/ip.138.115.204.15) has joined #pandaboard
- [14:57:01] * jp__ (8a73cc0f@gateway/web/freenode/ip.138.115.204.15) Quit (Client Quit)
- [14:57:53] * GPSFan (~kenm@64.92.145.112) has joined #pandaboard
- [14:57:53] * ChanServ sets mode +o GPSFan
- [15:00:39] <LPhas>
robclark, http://pastebin.com/TGQGRE8n this is the full output (stdout & stderr) of gst-launch playbin2 uri=file:///home/phas/235168.mp4 video-sink="queue ! v4l2sink sync=false" &> out.log . what i get is a black window whitout a video in it
- [15:03:00] <robclark>
LPhas, ok, it seems to still try to use omx..
- [15:03:10] <robclark>
sudo rm /usr/lib/gstreamer-0.10/libgstomx*
- [15:07:43] * zyga (~zyga@linaro/zyga) has joined #pandaboard
- [15:08:50] <LPhas>
robclark, still same behaviour, i'm waiting for it to finish to post the output while i try to get the graphical dump of the pipeline
- [15:09:04] <robclark>
ok
- [15:09:53] <LPhas>
robclark, http://pastebin.com/C2bsniVW
- [15:10:54] <robclark>
well, that looks better-ish..
- [15:11:19] <robclark>
try not making the window too small.. in fact try maximizing window..
- [15:11:22] * buckiller (~buckiller@192.94.92.14) has joined #pandaboard
- [15:11:43] <robclark>
there are some downscaling limitations, so if you try to make 1080p video postage stamp size it won't really work
- [15:13:07] <LPhas>
the window is almost fullscreen
- [15:13:20] <LPhas>
on a 1080p screen
- [15:13:47] <robclark>
ok, then next step would involve enabling some gst traces...
- [15:14:01] <robclark>
adding --gst-debug="*ducati*:5", for example..
- [15:16:48] * fgiff (~fgiff@linaro/fgiff) Quit (Remote host closed the connection)
- [15:16:56] <LPhas>
uhm that's strange
- [15:17:35] <LPhas>
in ~/tmp (following the guide you gave to me to get the dots) i get a lot of file like this 0.00.18.636077880-gst-launch.warning.dot
- [15:17:40] <LPhas>
but no one with PLAY in it
- [15:18:28] <LPhas>
and another thing i need to mention
- [15:18:34] <robclark>
would be helpful if you could send .dot file and traces
- [15:19:36] * skorgon (~skorgon@149.199.62.254) has joined #pandaboard
- [15:19:47] * skorgon (~skorgon@149.199.62.254) Quit (Changing host)
- [15:19:47] * skorgon (~skorgon@unaffiliated/skorgon) has joined #pandaboard
- [15:19:52] <LPhas>
i use export DISPLAY=:0 to tell playerbin where to draw the video
- [15:19:54] <LPhas>
is that ok?
- [15:20:25] <LPhas>
i have a dotfile.tar.bz2 archive with dotfiles, how can i send it to you?
- [15:21:12] * micadeyeye (~micadeyey@alonzo.artifactual.org.za) Quit (Remote host closed the connection)
- [15:21:36] <LPhas>
also the dumo with ducati traces will be quite long to just paste it on pastebin
- [15:24:17] <robclark>
LPhas, yes use DISPLAY=:0
- [15:26:09] * ozk (~ozk@bzq-218-39-90.cablep.bezeqint.net) Quit (Ping timeout: 255 seconds)
- [15:32:15] * cheriff (~cheriff@188.29.60.132.threembb.co.uk) Quit (Ping timeout: 250 seconds)
- [15:35:28] <robclark>
LPhas, log file you sent, it appears to be playing... or at least decoding ok
- [15:36:01] <robclark>
hmm
- [15:37:00] * nhg (~a0864305@nat/ti/x-hpnzrtbmzcwggasq) has joined #pandaboard
- [15:37:02] * jayabharath (~jayabhara@nat/ti/x-lalrnjwfdjfxpvjk) has joined #pandaboard
- [15:37:03] <robclark>
LPhas, let's try something.. shutdown X11 (sudo service gdm stop)
- [15:37:14] <robclark>
and just try playing from raw cmdline
- [15:42:11] <LPhas>
robclark, uhm i got the same output
- [15:42:39] <LPhas>
no window, no video output... of course if there's no xorg server running
- [15:45:28] <robclark>
LPhas, in theory it should be just fullscreen..
- [15:45:39] <robclark>
but sounds like something going badly on display end of things..
- [15:46:01] <robclark>
ok.. start simple: gst-launch videotestsrc ! stridetransform ! v4l2sink
- [15:46:10] <robclark>
just for a test pattern
- [15:46:40] <robclark>
oh, and first: sudo sh -c 'echo 1 > /sys/module/omapdss/parameters/debug'
- [15:46:55] <LPhas>
shall i start gdm again?
- [15:46:59] <robclark>
then run videotestsrc pipeline.. then dmesg > dmesg.txt and send that (or paste it)
- [15:47:04] <LPhas>
before doing that?
- [15:47:13] <robclark>
no.. keep X11 out of it for a minute.. let's figure out the display issues
- [15:47:18] <LPhas>
ok
- [15:51:08] * prpplague (~danders@nat/ti/x-bsvkqplqbsizfodh) has joined #pandaboard
- [15:51:55] * emeb (~ericb@ip72-223-93-59.ph.ph.cox.net) has joined #pandaboard
- [15:53:43] * PaulW_cdot (~Paul@142.204.133.81) has joined #pandaboard
- [15:55:16] * kth (~kth@unaffiliated/kth) has joined #pandaboard
- [15:55:50] * mlocke (~Adium@nat/ti/x-wyczmoijufkrkbzs) Quit (Quit: Leaving.)
- [15:55:53] <LPhas>
robclark, http://pastebin.com/fnSGruzi
- [15:56:07] * ChanServ sets mode +o prpplague
- [15:56:57] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #pandaboard
- [15:56:58] <robclark>
hmm, seems ok
- [15:57:11] <robclark>
I guess you are using HDMI, right?
- [15:58:03] <robclark>
if so, I guess the next thing I'd check is zorder.. /sys/devices/platform/omapdss/overlayN/zorder
- [15:58:12] <robclark>
(IIRC... something roughly like that)
- [15:58:42] <robclark>
echo 3 > overlay2/zorder (as root)
- [15:59:16] <robclark>
(well.. if you have both /dev/fb0 and /dev/fb1, then the first video device will be overlay2.. otherwise it will be overlay1)
- [16:00:23] <LPhas>
yep using hdmi
- [16:00:59] <LPhas>
and i have both fb0 and fb1
- [16:01:04] <LPhas>
so let see
- [16:01:48] <LPhas>
ok done
- [16:01:54] <LPhas>
what should i try to do now?
- [16:04:00] <prpplague>
koen: doh, no email.....
- [16:04:57] <robclark>
LPhas, no difference?
- [16:05:18] <robclark>
well, cat overlay0/zorder and overlay2/zorder (those should be fb0 and video1 respectively)
- [16:06:06] * retzo (~kvirc@62.145.30.66) Quit (Quit: KVIrc 4.0.1 Insomnia http://www.kvirc.net/)
- [16:06:10] <LPhas>
robclark,
- [16:06:11] <LPhas>
GG
- [16:06:13] <LPhas>
worked
- [16:06:16] <LPhas>
what was that?
- [16:06:40] <robclark>
worked after changing the zorder?
- [16:06:44] <LPhas>
yep
- [16:07:21] <robclark>
ok.. so video was always playing, but *behind* the framebuffer..
- [16:07:50] <robclark>
which is the way you want it with X11... assuming you have the pvr xorg driver (which takes care to put "transparent pixels" where the video should be)
- [16:08:18] <robclark>
LPhas, could you: dpkg -l | grep sgx
- [16:08:38] <mru>
http://26-26-54.hardwarebug.org/81
- [16:09:05] <robclark>
mru, indeed
- [16:09:28] * nighty__ (~nighty@TOROON12-1279662182.sdsl.bell.ca) Quit (Read error: Connection reset by peer)
- [16:10:45] <LPhas>
robclark, http://pastebin.com/6XeJ6uz1
- [16:10:57] * fgiff (~fgiff@linaro/fgiff) has joined #pandaboard
- [16:11:56] <LPhas>
robclark, should i expect that i will go back not working when i reboot?
- [16:12:23] <robclark>
LPhas, hmm.. reboot, startup X, fire up gconf-editor, look somewhere under /apps/metacity/ find the 'compositing_manager' option, set to true
- [16:12:38] <robclark>
(yes, settings go back to defaults when you reboot)
- [16:13:04] <robclark>
IIRC, later versions of pvr xorg driver work properly when xrender compositing is enabled, but not so much otherwise
- [16:13:15] <robclark>
whereas earlier versions were other way around
- [16:13:53] <robclark>
(which is probably my fault)
- [16:15:20] <LPhas>
robclark, well, you was great anyway
- [16:15:48] <LPhas>
can i ask just another small question?
- [16:16:01] <robclark>
sure
- [16:16:48] <LPhas>
can't help but notice (:p) that pandaboard has two hdmi out... let say i wish to play two 1080p video streams at the same time on two screens... is that asking too much?
- [16:17:23] <robclark>
LPhas, I've seen it with my own two eyes..
- [16:17:30] <LPhas>
robclark, amazing
- [16:17:35] <robclark>
although maybe not straightforward to get working..
- [16:17:49] * kth (~kth@unaffiliated/kth) Quit (Quit: Leaving.)
- [16:17:56] <LPhas>
atm knowing that it's possible is enough
- [16:18:01] <robclark>
there are some kernel patches somewhere for DVI on the 10.10 kernel...
- [16:18:35] <robclark>
you need to take some precautions, like running video clips from ramdisk so mmc card isn't getting in the way..
- [16:18:41] <robclark>
few tweaks like that
- [16:18:42] * nhg (~a0864305@nat/ti/x-hpnzrtbmzcwggasq) Quit (Remote host closed the connection)
- [16:18:47] <LPhas>
mmh, so no big stuff
- [16:19:05] <LPhas>
even not from a usb hard drive?
- [16:19:21] <robclark>
it is a bit more than 4430 is spec'd for... so it is just right on the edge of possible, let's say
- [16:20:09] * nhg (~a0864305@nat/ti/x-lxuzldsyuqpiyiqd) has joined #pandaboard
- [16:20:17] <LPhas>
robclark, more realistic with two 720p streams?
- [16:20:22] <robclark>
yeah
- [16:20:30] <LPhas>
or a 1080i? not sure if it's better
- [16:20:46] <robclark>
it is spec'd for that (or as it is phrased in marketing material, 720p30 3d)
- [16:21:02] <robclark>
I guess 1080i.. I've never tried that
- [16:21:07] <LPhas>
that's just fine
- [16:21:07] <robclark>
but ymmv
- [16:23:27] <LPhas>
mmmh i set /apps/metacity/general/composite_manager to true
- [16:23:41] <LPhas>
then rebooted, but... black window
- [16:23:57] <robclark>
hmm.. ...
- [16:24:15] <robclark>
well, you can set zorder to force overlay to front and at least see something
- [16:25:06] * robclark (~robclark@nat/ti/x-nbckacjqlqjafayo) Quit (Remote host closed the connection)
- [16:26:19] * MrCurious_ (~MrCurious@67.58.47.190) has joined #pandaboard
- [16:26:47] * robclark (~robclark@nat/ti/x-notnlipzfvcwjmns) has joined #pandaboard
- [16:26:47] * ChanServ sets mode +o robclark
- [16:28:15] * jojobest (~joffrey@192.93.161.12) has left #pandaboard
- [16:29:50] <LPhas>
robclark, do you mean that i should cat 3 to zorder during bootup?
- [16:29:58] <robclark>
yeah
- [16:31:33] * LPhas google how to do that cause he isn't using ubuntu in years
- [16:33:17] <LPhas>
ok let's reboot and see
- [16:33:47] <LPhas>
last question: i read that pandaboard has also hardware encoders other than decorders for h264 and other codecs
- [16:33:52] * RCFwork (~klaas@85.255.197.126) Quit (Quit: Leaving.)
- [16:34:31] <LPhas>
have i to configure other stuff to have them working or gst-ducati should support them?
- [16:35:47] <robclark>
LPhas, to date, no one has added encoder support in gst-ducati.. and at the time of 10.10 we didn't have the ok to release binaries for encoders..
- [16:36:00] <LPhas>
ok
- [16:36:14] <robclark>
since then, there are a handful of encoders released (as binary): h264, mpeg4, mjpeg...
- [16:36:48] * phdeswer (~philippe@80-186-130-171.elisa-mobile.fi) Quit (Ping timeout: 240 seconds)
- [16:37:19] <robclark>
so in theory someone could write encoder support for gst-ducati
- [16:37:46] <LPhas>
and... sorry that wasn't the last question :( i get some issues with audio. when i boot ubuntu i get loud white noise and then the boot sound
- [16:37:59] <LPhas>
and sometimes i also get white noise before a sound
- [16:38:54] <robclark>
audio I don't know much about...
- [16:40:04] <LPhas>
well let see if someone else comes up
- [16:41:01] <prpplague>
Bryanstein: first samples of bamboo are here
- [16:41:08] <prpplague>
Bryanstein: looks pretty good
- [16:41:16] <prpplague>
Bryanstein: gotta tweak it a little
- [16:45:55] * cheriff (~cheriff@188.29.208.182.threembb.co.uk) has joined #pandaboard
- [16:50:01] * phdeswer (~philippe@80-186-207-80.elisa-mobile.fi) has joined #pandaboard
- [16:54:46] <Bryanstein>
prpplague, sounds great...I'm probably more excited about it than you are lol
- [16:55:51] <prpplague>
Bryanstein: hehe
- [17:04:01] * LPhas (~phas@93.56.37.242) Quit (Quit: Leaving)
- [17:11:21] <alex4nder>
yoh
- [17:23:11] * v2v (~v2v@gw1.soctronics.com) has joined #pandaboard
- [17:24:52] <koen>
prpplague: same here, no email
- [17:26:35] * robclark (~robclark@nat/ti/x-notnlipzfvcwjmns) Quit (Remote host closed the connection)
- [17:27:39] * sassmann (~sassmann@nrbg-4dbfd7fa.pool.mediaWays.net) Quit (Ping timeout: 255 seconds)
- [17:32:07] * alastor9 (597c70a2@gateway/web/freenode/ip.89.124.112.162) has joined #pandaboard
- [17:32:51] <alastor9>
Hello. Is power management + cpu power management working on Natty ?
- [17:33:23] <alastor9>
I am interested in cpu frequency scaling in particular.
- [17:39:28] <alastor9>
The kernel configuration is confusing as I can enable power management, frequency scaling, etc but there are only 2 PM layers to choose from: no PM or no-op/debug PM, which is dummy.
- [17:45:06] * cheriff (~cheriff@188.29.208.182.threembb.co.uk) Quit (Ping timeout: 246 seconds)
- [17:49:10] <alastor9>
echo "Hello"
- [17:49:16] <alastor9>
.....
- [17:49:35] <prpplague>
koen: it was like Christmas morning, rush to my pc to check my email and there was nothing.....
- [17:52:40] * cheriff (~cheriff@188.28.14.231.threembb.co.uk) has joined #pandaboard
- [17:52:50] <koen>
prpplague: did you check the stockings?
- [17:53:08] <prpplague>
koen: not this morning, i heard they were up some
- [17:53:43] <prpplague>
koen: hey, don't suppose you know of a linux tool to give you some detail info on a vfat formated partition?
- [17:54:40] * pfefferz (~pfefferz@acadconf.joh.cam.ac.uk) Quit (Quit: Leaving)
- [17:55:50] <koen>
prpplague: no, av500 is the fat master
- [17:56:06] * prpplague agrees with that statement
- [17:57:20] <koen>
I had to think a bit on the phrasing of that
- [17:58:20] * bo09 (~borgan@ip68-105-60-156.pn.at.cox.net) Quit (Quit: Leaving)
- [17:58:48] <prpplague>
koen: hehe
- [18:00:20] * alastor9 (597c70a2@gateway/web/freenode/ip.89.124.112.162) Quit (Ping timeout: 252 seconds)
- [18:01:37] * nhg (~a0864305@nat/ti/x-lxuzldsyuqpiyiqd) has left #pandaboard
- [18:01:46] * agreen is now known as agreen-away
- [18:02:05] <MrCurious_>
prpplague: found out last night that i get a better frame rate from my kinect on pandaboard than i did off a dual core 1.8ghz atom with nvidia ion
- [18:02:09] <MrCurious_>
go figure huh
- [18:02:15] <prpplague>
MrCurious: yea i saw
- [18:02:19] <prpplague>
MrCurious: interesting
- [18:02:35] <MrCurious_>
i guess every platform has its issues
- [18:03:27] <TheSeven>
prpplague: what kind of information are you looking for?
- [18:04:58] <prpplague>
TheSeven: number of hidden sectors, number of reserved sectors, logic sector size, and sectors per cluster
- [18:05:23] <prpplague>
TheSeven: trying to compare why a windows formated thumb drive works on a device, but the same item formated under linux doesn't
- [18:05:58] <ds2>
is it formated the same way? i.e. FAT16 vs FAT32 etc?
- [18:05:59] * nhg (~a0864305@nat/ti/x-lxuzldsyuqpiyiqd) has joined #pandaboard
- [18:06:38] <TheSeven>
prpplague: if you paste a hexdump of the first sector I can decipher the differences for you :)
- [18:06:38] * robclark (~robclark@LMontsouris-156-26-29-15.w80-14.abo.wanadoo.fr) has joined #pandaboard
- [18:06:38] * ChanServ sets mode +o robclark
- [18:06:53] <prpplague>
ds2: yea both are FAT32
- [18:07:35] <prpplague>
TheSeven: yea i guess i can just dump the first sector of both and do some diffs
- [18:07:55] <prpplague>
TheSeven: just figured there would be some tool to decode the info easily
- [18:08:07] <TheSeven>
well, I have such a tool, but it's for windows
- [18:08:18] <TheSeven>
hm, maybe it runs on wine...
- [18:09:42] <prpplague>
ahh
- [18:11:18] <TheSeven>
http://www.x-ways.net/winhex/index-m.html is my swiss army knife for that kind of thing :)
- [18:11:35] <TheSeven>
not sure if the eval is sufficient for this though (I have the specialist edition)
- [18:11:58] <TheSeven>
but I'm fairly sure that it works on wine at least so some degree
- [18:13:15] <_av500_>
winhex ftw
- [18:13:19] <_av500_>
for fat32 debug
- [18:13:43] <TheSeven>
not only for that :)
- [18:13:46] <_av500_>
prpplague: read my article
- [18:13:51] <TheSeven>
has a lot of other very useful features as well
- [18:14:02] <prpplague>
_av500_: url?
- [18:14:07] <_av500_>
gee
- [18:14:20] <_av500_>
google "solving the omap boot mystery"
- [18:14:38] <_av500_>
prpplague: linux formats per fat spec, windows does not
- [18:14:44] * thaytan (~jan@ppp59-167-167-201.static.internode.on.net) Quit (Ping timeout: 250 seconds)
- [18:14:58] <_av500_>
if the sectors per partition is an odd number
- [18:16:28] <prpplague>
_av500_: ahh the article is in regards to omap booting
- [18:16:37] <_av500_>
yes
- [18:17:07] <_av500_>
i assume that when i hear FAT on this channel :)
- [18:18:19] <prpplague>
_av500_: ahh
- [18:18:25] <prpplague>
_av500_: yea slightly different issue
- [18:18:32] <prpplague>
but useful info
- [18:18:46] <_av500_>
which issue?
- [18:19:47] <prpplague>
_av500_: i have a device that will recognize a windows formated thumb drive, but not a linux formated one
- [18:19:58] <_av500_>
you?
- [18:20:05] <_av500_>
some other guy here had that
- [18:20:09] <_av500_>
check your logs
- [18:20:15] <_av500_>
i gave him a ton of advice
- [18:20:33] <TheSeven>
prpplague: just upload the superblocks somewhere and I'll tell you what's going on :)
- [18:20:47] <_av500_>
prpplague: but if the device is as anal as omap ROM code....
- [18:21:10] <_av500_>
prpplague: what device?
- [18:21:17] <prpplague>
_av500_: can't say atm
- [18:21:21] <_av500_>
pah
- [18:21:28] <_av500_>
i cant say more then eithet
- [18:21:30] <_av500_>
either
- [18:21:40] <_av500_>
sorry, all these NDAs
- [18:21:47] <_av500_>
and MBAs
- [18:21:51] <_av500_>
and ICBMs
- [18:23:03] <prpplague>
hehe
- [18:27:35] * thaytan (~jan@ppp59-167-167-201.static.internode.on.net) has joined #pandaboard
- [18:32:44] * mdomsch (~mdomsch@cl-283.dal-01.us.sixxs.net) has joined #pandaboard
- [18:37:26] * Andre_H (~german_wi@pD9530923.dip0.t-ipconnect.de) has joined #pandaboard
- [18:56:10] <jayabharath>
prpplague: ping
- [18:56:18] <prpplague>
pong
- [18:56:45] <jayabharath>
was looking at the schematics of the animal LVDS board (http://elinux.org/Animal_LVDS_Board) - I somehow thought there was a foot print for eMMC.. no?
- [18:57:21] <prpplague>
jayabharath: no, we have a footprint on the trinity board
- [18:57:31] <prpplague>
jayabharath: something specific you are needing?
- [18:57:34] <jayabharath>
oh ok
- [18:57:52] <jayabharath>
Someone was asking about a reference schematic to connect a eMMC to Panda Rev A3....
- [18:57:57] <jayabharath>
I wanted to share something with them...
- [18:58:03] <jayabharath>
This someone is external (no NDA)
- [18:58:09] <jayabharath>
no ICBM
- [18:58:11] <jayabharath>
no MBA
- [18:58:12] <jayabharath>
;)
- [18:58:42] * dl9pf (~quassel@opensuse/member/dl9pf) Quit (Remote host closed the connection)
- [18:58:55] * CaptainCrunch (~ken@HSI-KBW-091-089-142-207.hsi2.kabel-badenwuerttemberg.de) has joined #pandaboard
- [18:59:01] <prpplague>
jayabharath: there is nothing special about eMMC to the expansion header, its all one to one pin connections
- [18:59:23] * phdeswer (~philippe@80-186-207-80.elisa-mobile.fi) Quit (Ping timeout: 250 seconds)
- [18:59:44] <jayabharath>
Yeah.. somehow a lot of folks needs spoon feeding
- [19:00:00] <prpplague>
jayabharath: are you sure it is really eMMC?
- [19:00:07] <jayabharath>
yes
- [19:02:43] * phdeswer (~philippe@80-186-207-80.elisa-mobile.fi) has joined #pandaboard
- [19:03:39] * ericb2 (~X@unaffiliated/ericb2) has joined #pandaboard
- [19:03:42] <ericb2>
hello
- [19:03:58] <ericb2>
is it possible that some SD card do _not_ work with the Panda ?
- [19:04:42] <ericb2>
I bought an expensive one (32GB / class 10) and no way to run Ubuntu with it :/
- [19:04:51] <TheSeven>
ericb2: how is it behaving?
- [19:04:55] <TheSeven>
which manufacturer?
- [19:06:01] <ericb2>
Lexar
- [19:06:23] <ericb2>
Premium series bla bla ..
- [19:06:49] <TheSeven>
ericb2: use sandisk if you want decent performance, but in theory every card should work...
- [19:06:57] <TheSeven>
so what's going on?
- [19:07:35] <ericb2>
TheSeven: I got issues with the previous card : the fs is remounted in read only mode every time, and I was upset with that
- [19:08:03] * phdeswer (~philippe@80-186-207-80.elisa-mobile.fi) Quit (Ping timeout: 250 seconds)
- [19:12:00] <ericb2>
the card causing trouble is a 32GB / Trancend (class 10)
- [19:12:21] <ericb2>
was perfect with the Beagleboard (unfortunaly dead since)
- [19:12:50] <TheSeven>
hm, I have a 32GB transcend class 10 as well
- [19:13:01] <TheSeven>
it's working fine except for awful random access performance
- [19:13:31] <ericb2>
TheSeven: I'm building OOo4Kids / OOoLight with it. And this is a big R/W stress, indeed
- [19:13:31] <TheSeven>
how is the lexar card behaving? does it boot at all?
- [19:13:46] <TheSeven>
hm, I wouldn't do that on an SD card
- [19:13:51] <ericb2>
TheSeven: no boot
- [19:14:33] <TheSeven>
so the board behaves as if there was no card at all?
- [19:15:16] * orbarron (~orb@nat/ti/x-vyprrcdycjdskfll) has joined #pandaboard
- [19:15:19] <ericb2>
TheSeven: the system (Ubuntu on this machine) boots. Then there is a check ... a resize .. and once done the reboot fails
- [19:16:21] <ericb2>
TheSeven: in fact, there is only one problematic card : the Lexar. All the other one work as expected, excepted the transcend blessed with the R only issue
- [19:16:57] * MMlosh (~MMlosh@2001:470:1f0b:b78:8d2:aa6f:8532:d542) Quit (Remote host closed the connection)
- [19:17:10] <_av500_>
ericb2: that has been reported before
- [19:17:31] <ericb2>
_av500_: ah ? Is there a bug report somewhere ?
- [19:17:36] <_av500_>
no idea
- [19:17:49] <_av500_>
but people had that "resize hangs" issue
- [19:18:26] * MMlosh (~MMlosh@2001:470:1f0b:b78:5cc6:efd8:20af:c6b) has joined #pandaboard
- [19:18:45] <ericb2>
_av500_: the only track I found is that the cylinder number is not exactly rounded or something like that
- [19:19:39] <ericb2>
_av500_: but the Ubuntu way to install is dd ... if= of=/dev/sdX, and I do not know how to fix the probably parttion table issue
- [19:25:24] * ericb2 seriously thinks to use nfs
- [19:27:15] * cheriff (~cheriff@188.28.14.231.threembb.co.uk) Quit (Ping timeout: 276 seconds)
- [19:28:07] <MrCurious_>
ericb2: i tried a class 10 20mb/s it failed as well
- [19:28:17] <MrCurious_>
fall back to a class 4 and it will work
- [19:28:50] <ericb2>
MrCurious_: I paid this card a lot of money and I'd like to understand
- [19:29:18] <MrCurious_>
ok. best of luck
- [19:29:39] <ericb2>
MrCurious_: this s probably something silly, but I'd like to understand
- [19:29:58] <ericb2>
is there a way to visualize the boot ? The serial probably ?
- [19:30:04] <MrCurious_>
let me try
- [19:30:21] <MrCurious_>
the timings in ubuntu on pandaboard are not compatible with the timings on the class 10 cards
- [19:30:52] <ericb2>
MrCurious_: in the kernel ?
- [19:31:03] <MrCurious_>
that would be my guess
- [19:31:22] <MrCurious_>
on the mailing list, nobody has come forward with a speed 10 card working that i have seen
- [19:31:40] <MrCurious_>
my solution was to fall back to a 4, and have the boot switch to booting off usb
- [19:32:17] <TheSeven>
MrCurious_: the class has nothing to do with the link transfer rates
- [19:32:43] <TheSeven>
and as I said my transcend class10 32gb card is working fine, except for the usual slowness
- [19:33:17] <MrCurious_>
my class 10 20mbs/ doesnt work reliably in panda. but when tested in a pc and a droid tablet works flawlessly
- [19:33:33] <ericb2>
TheSeven: indeed, some 10s freeze occur often with it
- [19:33:42] * cheriff (~cheriff@188.28.8.103.threembb.co.uk) has joined #pandaboard
- [19:35:29] <MrCurious_>
have you dried pandroid on the card or ubuntu?
- [19:35:57] <MrCurious_>
*tried
- [19:37:03] <TheSeven>
natty
- [19:37:40] <MrCurious_>
might be an interesting test to try pandroid to see if it has similar problems
- [19:40:50] * topfs2 (~topfs2@xbmc/staff/topfs2) Quit (Quit: Leaving)
- [19:43:36] * zyga (~zyga@linaro/zyga) Quit (Ping timeout: 260 seconds)
- [19:49:54] * jojobest (~joffrey@76.22.100.84.rev.sfr.net) has joined #pandaboard
- [19:52:55] * rcf (~rcf@44.133-243-81.adsl-dyn.isp.belgacom.be) has joined #pandaboard
- [19:54:22] * hitlin37_ (b64723e4@gateway/web/freenode/ip.182.71.35.228) Quit (Ping timeout: 252 seconds)
- [19:58:35] <ericb2>
the last message at first launch is : rebooting in configuration session
- [19:58:45] <ericb2>
at reboot, there is a timeout, and I got a shell
- [20:09:01] <ericb2>
the message says : no init found. Try passing init= bootarg
- [20:09:31] <ericb2>
got a shell (ash from Busybox) saying: (initramfs)
- [20:09:58] <ericb2>
what are the arguments I can pass with the command line ? Maybe I can fix the issue
- [20:17:28] <pcpower>
any electronics gurus around?
- [20:18:30] <prpplague>
pcpower: ask away, if someone is available and can answer they will
- [20:18:50] <pcpower>
so I was looking at this schematic and wanted to try it out myself
- [20:18:51] <pcpower>
http://www.sparkfun.com/tutorial/Outlet/Relay-Schematic.jpg
- [20:19:00] <pcpower>
for using pandaboard GPIO to control an AC relay
- [20:19:10] <pcpower>
but it uses 5V control instead of 1.8V which panda uses
- [20:19:22] <pcpower>
but I'm not sure what changes need to be made to the schematic
- [20:20:04] <pcpower>
and I don't understand the use of the 1k resistors, especially by the LED, considering the LED being used here is 2volts, not 5
- [20:20:10] <pcpower>
I would think the LED needs a 150ohm, not 1k
- [20:20:48] <pcpower>
that and I don't know why there is the 1k and 10k resistors in front of the control switch
- [20:20:51] <pcpower>
(I suck at electronics)
- [20:24:54] * ericb_ (~X@aud25-1-88-166-8-11.fbx.proxad.net) has joined #pandaboard
- [20:25:06] <ericb_>
apologies .. was the battery, suddenly low
- [20:26:04] * ericb2 (~X@unaffiliated/ericb2) Quit (Ping timeout: 250 seconds)
- [20:27:00] * ericb_ (~X@aud25-1-88-166-8-11.fbx.proxad.net) Quit (Client Quit)
- [20:27:04] * ericb_ (~X@aud25-1-88-166-8-11.fbx.proxad.net) has joined #pandaboard
- [20:27:11] * ericb_ (~X@aud25-1-88-166-8-11.fbx.proxad.net) Quit (Client Quit)
- [20:27:59] * ericb2 (~X@unaffiliated/ericb2) has joined #pandaboard
- [20:31:35] * mdomsch (~mdomsch@cl-283.dal-01.us.sixxs.net) Quit (Quit: Leaving)
- [20:34:27] * fgiff (~fgiff@linaro/fgiff) Quit (Remote host closed the connection)
- [20:36:05] * Andre_H (~german_wi@pD9530923.dip0.t-ipconnect.de) Quit (Quit: Leaving.)
- [20:36:34] * cmagina (~quassel@173-166-109-13-newengland.hfc.comcastbusiness.net) Quit (Remote host closed the connection)
- [20:38:04] * cmagina (~quassel@173-166-109-13-newengland.hfc.comcastbusiness.net) has joined #pandaboard
- [20:46:48] <prpplague>
pcpower: http://led.linear1.org/why-do-i-need-a-resistor-with-an-led/
- [20:48:06] <prpplague>
pcpower: http://www.youtube.com/watch?v=XxLKfAZrhbM
- [20:48:32] <prpplague>
pcpower: you may want to purchase a basic electronics book
- [20:48:45] <prpplague>
pcpower: and build up a few small circuits for experince
- [20:49:56] <prpplague>
wmat: i guess ELC-E acceptance emails are late again this time
- [20:54:48] * bo09 (~borgan@ip68-105-60-156.pn.at.cox.net) has joined #pandaboard
- [20:56:43] <pcpower>
prpplague: I know why you need a resistor for an led, I just don't get why he uses 1k for an LED is most likely rated for anywhere between 1.8-4 volts
- [20:56:53] <pcpower>
which is most likely*
- [20:57:15] <TheSeven>
5V supply, approx. 2V voltage drop at the LED
- [20:57:21] * ssvb (~ssvb@a88-114-220-213.elisa-laajakaista.fi) has joined #pandaboard
- [20:57:31] <pcpower>
that's 150ohm
- [20:57:32] <pcpower>
not 1k
- [20:57:38] <pcpower>
(unless I'm retarded)
- [20:57:43] <TheSeven>
so 3V drop across the resistor => 3mA LED current
- [20:57:50] <TheSeven>
that's usually sufficient for a small status LED
- [20:58:20] <pcpower>
I thought you couldn't under-power it? (or pretty much anything)
- [20:58:35] * TheSeven doesn't understand that sentence
- [20:58:54] <pcpower>
I thought it was bad to not give the LED its required amount of current
- [20:58:58] <pcpower>
or is it just a range
- [20:59:26] * prpplague has work to do and lets TheSeven answer
- [21:00:23] <ericb2>
ok using the serial, I can see lot of things. First, the sd card is guilty
- [21:00:49] <ericb2>
I'll try to copy (manualy) the error, since there is no "less" in the busybox
- [21:01:30] * skorgon_ (~skorgon@149.199.62.254) has joined #pandaboard
- [21:01:30] * skorgon_ (~skorgon@149.199.62.254) Quit (Changing host)
- [21:01:30] * skorgon_ (~skorgon@unaffiliated/skorgon) has joined #pandaboard
- [21:01:31] <ericb2>
second, when I enter reboot, I can catch the shell in the serial, but only after I validate the reboot
- [21:01:33] <robtow>
prplaague - ever figure out where that package went?
- [21:02:01] <robtow>
err, "prplague" :-p
- [21:02:17] <robtow>
damn I just cannot type today. Sigh.
- [21:03:07] * skorgon__ (~skorgon@149.199.62.254) has joined #pandaboard
- [21:04:19] <prpplague>
robtow: yea i came back to my desk last week
- [21:04:24] * skorgon (~skorgon@unaffiliated/skorgon) Quit (Ping timeout: 240 seconds)
- [21:04:27] * drd_ (cdaf79fd@gateway/web/freenode/ip.205.175.121.253) has joined #pandaboard
- [21:04:29] <prpplague>
robtow: not sure why
- [21:07:03] * skorgon_ (~skorgon@unaffiliated/skorgon) Quit (Ping timeout: 246 seconds)
- [21:11:06] * jluisn (~quassel@187.115.172.24) Quit (Remote host closed the connection)
- [21:18:52] <wmat>
prpplague: yeah, those things are always later
- [21:19:08] <prpplague>
wmat: bummer i need to make arraingments
- [21:21:06] <wmat>
prpplague: yeah, I just checked the LF site and my sugmission is still status==new
- [21:21:14] <prpplague>
wmat: mine as well
- [21:30:26] * TheSeven was away, so he couldn't answer :/
- [21:31:00] <TheSeven>
hm, well, he didn't ask anything...
- [21:32:35] * ericb2 found the magic key and can read line per line what happens, and I recopied manualy what I catched :
- [21:32:36] <ericb2>
http://paste.lisp.org/display/123918
- [21:32:59] <TheSeven>
pcpower: less than maximum current => less than maximum brightness, but longer life of the LED
- [21:33:01] <ericb2>
the same error, with other blocks occurs again
- [21:34:00] * ericb2 searching Linux kernel sources now ...
- [21:34:07] <ericb2>
s/searching/downloading/
- [21:34:39] * cheriff (~cheriff@188.28.8.103.threembb.co.uk) Quit (Ping timeout: 276 seconds)
- [21:35:23] <ericb2>
Maybe Lexar didn't pay the fee to TI ^^
- [21:35:46] <ericb2>
.. stupid blancking not working is painfull
- [21:37:50] <ericb2>
MrCuriousand you said the card is perfectly working elsewhere than ARM Linux ?
- [21:38:01] <ericb2>
MrCurious in your case I meant
- [21:40:20] <pcpower>
TheSeven: Ok. I'm still really confused... I've read lots of stuff about general electronics but some things still elude me
- [21:41:17] <pcpower>
so like, panda gpio pin is 1.8 volt. LED is typical 2.1v/20mA, so I gather this just means it will be slightly less bright. but for example, say I want to reduce it down to 10mA
- [21:41:43] <pcpower>
I don't understand how to do that
- [21:41:49] <TheSeven>
well, the GPIO pin voltage doesn't matter here
- [21:41:58] <TheSeven>
and I'm assuming that your supply voltage (for the relay) is 5V
- [21:42:07] <pcpower>
there is no relay here
- [21:42:15] <TheSeven>
the LED voltage drop stays almost constant, no matter how much current flows through it
- [21:42:15] <pcpower>
in this example
- [21:42:25] <TheSeven>
which example?
- [21:42:29] <pcpower>
ok so
- [21:42:43] <pcpower>
say I just want the LED straight on the gpio pin, with a resistor to halve the current
- [21:42:55] <pcpower>
if I want max output, my guess is that no resistor is needed
- [21:43:04] <TheSeven>
that highly depends on the LED
- [21:43:06] <pcpower>
because the pin is only outputting 20mA anyway
- [21:43:09] <pcpower>
which is the max for the led
- [21:43:16] <TheSeven>
an ideal LED would either burn, or not work at all, if you have no resistor
- [21:43:31] <pcpower>
but if the currents match ?
- [21:43:35] <pcpower>
why do I need a resistor
- [21:43:41] <TheSeven>
a real LED has a very small range in between where it *might* work properly without a resistor
- [21:43:47] <TheSeven>
but I would always avoid doing that
- [21:44:09] <pcpower>
I would think that just depends on the input current
- [21:44:10] <TheSeven>
pcpower: the pin isn't "only outputting 20mA"
- [21:44:20] <pcpower>
how so?
- [21:44:23] <TheSeven>
it will just break if you draw more than about 10-20mA from it
- [21:44:55] <pcpower>
when I set my meter to mA I got 21 on the pin
- [21:45:00] <TheSeven>
ouch
- [21:45:06] <pcpower>
why ouch?
- [21:45:08] <TheSeven>
that's the very easiest way to damage the pin
- [21:45:12] <pcpower>
how?
- [21:45:24] <TheSeven>
because you created a short circuit, directly through the processor
- [21:45:32] <drd_>
hey is there a way to test if my level shifter is working by itself? It's not clear which pin is pin 1 and it doesn't appear to be behaving correctly in the circuit
- [21:45:36] <pcpower>
I don't get it.
- [21:46:22] <TheSeven>
no marking on the package?
- [21:46:51] <TheSeven>
pcpower: seriously, read up about electronics before breaking your board
- [21:47:27] <drd_>
TheSeven: ya the schematics say there should be a little circle or a line, but I even looked at it under the microscope and there is nothing x.x
- [21:47:56] <TheSeven>
drd_: what kind of package is that?
- [21:48:11] <pcpower>
TheSeven: I have, it doesn't help me in this situation
- [21:48:36] <TheSeven>
drd_: SOP8 or something?
- [21:49:02] <drd_>
TheSeven: ya I don't remember what its called, its tiny and has little flat feet that I had to solder onto another board to plug into the bread board
- [21:49:37] <TheSeven>
and there's no small "hole" on the top of the package, or at one of the edges?
- [21:50:01] <TheSeven>
pcpower: apparently you haven't fully understood ohm's law yet
- [21:51:05] <drd_>
TheSeven: no unfortunately not. Although there should only be 2 possible orientations, but I'm not getting the right behavior with either of them
- [21:51:35] <TheSeven>
drd_: applying the supply voltages with wrong polarity might have killed the chip
- [21:52:05] <pcpower>
TheSeven: that's very possible
- [21:52:27] <drd_>
TheSeven: ah well that's no good. I've tried 2 and have 1 left. Guess I won't try that one until NXP writes me back
- [21:52:47] <pcpower>
since I've read over ohm's law more than a few times, it will take someone else's help for me to understand it. "go read" won't do anything for me
- [21:53:16] <pcpower>
whether you want to help or not is up to you. if you don't , just say so and I'll go somewhere else :)
- [21:54:26] <prpplague>
pcpower: sorry it is not that we don't want to help, it is that we cant hold your hand on the very very very very basic items, these items are best that you learn in a channel like ##electronics or in some course before coming here to get specific information on the panda
- [21:55:27] <prpplague>
pcpower: think of it in terms of a water pipes
- [21:55:28] <pcpower>
ok
- [21:55:52] <pcpower>
well I might as well sell the board and go learn electronics for another year before trying anything then... since I don't know anything apparently
- [21:56:13] <pcpower>
I guess I thought it was easier
- [21:56:15] <pcpower>
oh well
- [21:56:20] <pcpower>
maybe I just can't learn
- [21:56:24] <prpplague>
pcpower: if the led and the omap4 processor both have 3" water pipes, but the omap4 can only pump at 50PSI but the LED needs 200PSI, the pressure will bust the OMAP4 pipe
- [21:56:27] <TheSeven>
if anybody even buys a potentially broken board...
- [21:56:32] <TheSeven>
prpplague: good to know that these pins have ~80 ohms inner resistance :P
- [21:56:55] <prpplague>
TheSeven: hehe
- [21:57:02] * pcpower (~bparker@fiveforty.net) has left #pandaboard
- [21:57:16] * prpplague shakes his head
- [21:57:25] * TheSeven nods
- [21:58:45] <TheSeven>
drd_: btw, in theory, you can build your own level shifter with as little as 2 transistors and 4 resistors... not sure what the signal quality would be though :)
- [21:59:07] <prpplague>
i am always amazed how people expect to purchase a development board, and with no experience build the next great electronics device
- [21:59:44] <drd_>
TheSeven: xP
- [22:00:47] <drd_>
TheSeven: so no way to verify which pin is pin 1?
- [22:01:31] <TheSeven>
drd_: well, you can try it out, with some additional precautions
- [22:02:09] <TheSeven>
if you aren't sure about the polarity of such a fairly simple chip, hook it up to the supply voltage through an e.g. 10K resistor, and measure the voltage that reaches the chip
- [22:02:14] * cmagina (~quassel@173-166-109-13-newengland.hfc.comcastbusiness.net) Quit (Ping timeout: 250 seconds)
- [22:02:31] <TheSeven>
if you got it the wrong way round, this shouldn't kill it, but it will limit the voltage to ~0.7V
- [22:02:35] * jojobest (~joffrey@76.22.100.84.rev.sfr.net) Quit (Quit: Leaving.)
- [22:02:53] <TheSeven>
if you got it the right way, the voltage will probably be higher, depending on the chip's quiescent current
- [22:04:24] <drd_>
alright so I hook up vcca and gnd with the resistor and then measure the voltage reaching the chip from ...?
- [22:04:58] <TheSeven>
prpplague: these gpio pins go straight through to the SoC? I'm surprised that they didn't provide more than 20mA
- [22:05:11] <TheSeven>
hm, maybe his multimeter has a rather high inner resistance in those low current measurement modes
- [22:05:24] <prpplague>
TheSeven: its actually lower on most of the pins
- [22:05:40] <prpplague>
TheSeven: most of the pins are 10mA iirc
- [22:05:48] <TheSeven>
so they have current-limiting drivers?
- [22:05:57] <TheSeven>
i would have expected them to spike to maybe 100mA and then burn out :P
- [22:06:37] <TheSeven>
drd_: put the resistor in the VCC path, and then measure VCC=>GND at the chip
- [22:07:05] <drd_>
k thanks!
- [22:07:22] * prpplague checks the specs
- [22:07:34] <jayabharath>
prpplague: looks like you just submitted the form
- [22:07:50] <prpplague>
jayabharath: about 30 minutes ago
- [22:07:51] * TheSeven doesn't want to keep prpplague from doing more important work
- [22:08:03] <prpplague>
TheSeven: waiting on a build to finish
- [22:08:19] <jayabharath>
prpplague: Nice - got a email. Everything go smoothly - are the instructions clear?
- [22:08:24] <TheSeven>
heh, that's always a good excuse :)
- [22:08:35] <jayabharath>
prpplague: any other detail to change or different info to gather...?
- [22:10:49] <prpplague>
jayabharath: it only asks for city and country , need to have more details for that
- [22:11:05] <jayabharath>
prpplague: like?
- [22:11:15] * dl9pf (~quassel@opensuse/member/dl9pf) has joined #pandaboard
- [22:11:38] <prpplague>
jayabharath: city, state, region/parish ?
- [22:12:27] <prpplague>
jayabharath: i.e. if i were still living in barbados it would be: bridgetown, st.phillip, barbados, west indies
- [22:12:39] <jayabharath>
prpplague: wow ;)
- [22:13:00] <prpplague>
sorry that christ church, no st.phillip, hehe
- [22:13:07] <jayabharath>
prpplague: I can add state/region as well
- [22:13:14] <prpplague>
jayabharath: yea
- [22:13:20] <jayabharath>
so it will be city, state/region, country
- [22:14:27] <jayabharath>
done
- [22:14:29] <jayabharath>
what else
- [22:14:37] <TheSeven>
zip code, phone number, social security number, credit card number, ... :P
- [22:15:01] <jayabharath>
TheSeven: sure send them over :D
- [22:15:57] <prpplague>
jayabharath: i think that was the only items that came to mind
- [22:16:09] <jayabharath>
prpplague: I plan to obfuscate the email via http://scr.im/ (will help prevent spambots)
- [22:16:24] <jayabharath>
prpplague: ok great... then we are ready to rock
- [22:16:39] <jayabharath>
Do you want your entry posted or removed?
- [22:16:49] <prpplague>
lets remove it for now
- [22:16:52] <jayabharath>
ok
- [22:19:47] <prpplague>
TheSeven: all gpio capable lines are 8mA or less with most of them at 4mA
- [22:20:16] * jayabharath (~jayabhara@nat/ti/x-lalrnjwfdjfxpvjk) Quit (Quit: jayabharath)
- [22:23:24] * hrw (~hrw@linaro/hrw) Quit (Ping timeout: 276 seconds)
- [22:34:33] * orbarron (~orb@nat/ti/x-vyprrcdycjdskfll) has left #pandaboard
- [22:37:39] * ZeZu (~null@c-98-227-57-88.hsd1.in.comcast.net) has joined #pandaboard
- [22:42:08] * nighty^ (~nighty@TOROON12-1279662182.sdsl.bell.ca) Quit (Ping timeout: 240 seconds)
- [22:45:13] <MrCurious_>
any cause for celebration today prpplague?
- [22:45:32] <MrCurious_>
well, for people other than london's discount shoppers...
- [22:45:34] <prpplague>
MrCurious_: yes, but none that i can share with you
- [22:46:00] <MrCurious_>
well a blind congrats to you :D
- [22:48:42] * drd_ (cdaf79fd@gateway/web/freenode/ip.205.175.121.253) Quit (Quit: Page closed)
- [22:53:11] * ryan_ (~ryan@61-219-173-127.HINET-IP.hinet.net) Quit (Ping timeout: 260 seconds)
- [22:53:40] * ryan_ (~ryan@61-219-173-127.HINET-IP.hinet.net) has joined #pandaboard
- [22:53:40] * prpplague (~danders@nat/ti/x-bsvkqplqbsizfodh) Quit (Quit: Leaving)
- [22:56:16] * bernard_ (~bernard@mersenne.largestprime.net) Quit (Ping timeout: 252 seconds)
- [22:56:31] * bernard_ (~bernard@mersenne.largestprime.net) has joined #pandaboard
- [23:03:57] * skorgon__ (~skorgon@149.199.62.254) Quit (Ping timeout: 246 seconds)
- [23:09:10] * hrw (~hrw@linaro/hrw) has joined #pandaboard
- [23:13:58] * ceyusa (~vjaquez@cpe-68-175-57-159.nyc.res.rr.com) has joined #pandaboard
- [23:17:06] * nhg (~a0864305@nat/ti/x-lxuzldsyuqpiyiqd) Quit (Ping timeout: 260 seconds)
- [23:21:20] * BThompson (~a0193480@nat/ti/x-yaqwuadmqnqaxtzf) Quit (Remote host closed the connection)
- [23:23:21] * bo09 (~borgan@ip68-105-60-156.pn.at.cox.net) Quit (Quit: Leaving)
- [23:27:07] * dlezcano (~dlezcano@72-254-37-251.client.stsn.net) Quit (Ping timeout: 258 seconds)
- [23:30:17] * PaulW (~PaulW@CPE001310360dac-CM001e6b0f7310.cpe.net.cable.rogers.com) has joined #pandaboard
- [23:30:29] * wardred (~wardred@134.197.0.21) has joined #pandaboard
- [23:30:54] * wardred (~wardred@134.197.0.21) Quit (Remote host closed the connection)
- [23:31:14] * wardred (~wardred@134.197.0.21) has joined #pandaboard
- [23:31:53] * wardred (~wardred@134.197.0.21) Quit (Remote host closed the connection)
- [23:32:08] * wardred (~wardred@134.197.0.21) has joined #pandaboard
- [23:45:15] * ceyusa (~vjaquez@cpe-68-175-57-159.nyc.res.rr.com) Quit (Quit: leaving)
- [23:48:46] * hrw (~hrw@linaro/hrw) Quit (Ping timeout: 264 seconds)
- [23:50:19] * mturquette (~mturquett@nat/ti/x-kbtcieurxwccjpah) Quit (Quit: leaving)
- [23:52:25] * dankobum1 (~rolf@p5B2E727E.dip.t-dialin.net) has joined #pandaboard
- [23:53:29] * MrCurious_ (~MrCurious@67.58.47.190) Quit (Ping timeout: 252 seconds)
- [23:53:48] * ozk (~ozk@bzq-218-39-90.cablep.bezeqint.net) has joined #pandaboard
- [23:55:09] * ozk_ (~ozk@bzq-218-39-90.cablep.bezeqint.net) has joined #pandaboard
- [23:56:09] * dankobum2 (~rolf@p5B2E72FA.dip.t-dialin.net) Quit (Ping timeout: 276 seconds)
- [23:56:45] * hrw (~hrw@linaro/hrw) has joined #pandaboard
- [23:58:24] * ozk (~ozk@bzq-218-39-90.cablep.bezeqint.net) Quit (Ping timeout: 240 seconds)
These logs were automatically created by PandaLgBt on
irc.freenode.net
using the Java IRC LogBot.
See http://microformats.org/wiki/mflogbot for more information.