Join the chat at beagleboard.org/chat
IRC Log for 2010-06-03
Timestamps are in UTC.
- [00:00:03] <Ceriand|work>
I facepalmed when I saw this: http://git.uclibc.org/uClibc/tree/libc/stdio/_vfprintf.c#n855
- [00:00:41] <javaJake>
Ceriand|work: http://www.downforeveryoneorjustme.com/git.uclibc.org :/
- [00:00:49] <javaJake>
Nvm
- [00:01:01] <javaJake>
Huh, it works 1 out of 5
- [00:02:15] * hrw|gone (~hrw@chello089078170228.chello.pl) Quit (Ping timeout: 240 seconds)
- [00:04:29] * hrw|gone (~hrw@chello089078170228.chello.pl) has joined #beagle
- [00:07:30] <ds2>
BAH... just use char
- [00:11:18] <mru>
7-bit ascii ought to be enough for anyone
- [00:12:10] <emeb>
EBCDIC FTW!
- [00:12:24] <Ceriand|work>
yea, codepages are sooo much easier
- [00:12:30] <emeb>
(anyone for Baudot?)
- [00:12:37] <Ceriand|work>
</scarcasm>
- [00:13:16] <Ceriand|work>
sarcasm even
- [00:13:27] <emeb>
scarcasm sounds scarier.
- [00:15:04] <javaJake>
Gah
- [00:15:11] <javaJake>
I can't get the kernel to spit to ttyS2 :/
- [00:15:32] <javaJake>
Anyone know how to properly set up all the kernel args and /etc/{inittab,securetty} files to make this work?
- [00:15:44] <javaJake>
I had the magic combination a few months ago, but now with a clean image I lost it.
- [00:16:52] <Ceriand|work>
javaJake: which userspace are you using?
- [00:17:17] <javaJake>
"userspace"? I'm using a uImage to boot, if that's what you meant
- [00:17:31] <ds2>
javaJake: what do you want on ttyS2?
- [00:17:52] <Ceriand|work>
javaJake: are you using busybox or something else for init
- [00:18:00] <javaJake>
The console
- [00:18:21] <javaJake>
Whatever that first console is (in a line of 6 or so)
- [00:18:23] <ds2>
javaJake: that is a kernel commandline argument
- [00:18:30] <Ceriand|work>
for the kernel "console=ttyS2,115200" should be sufficient
- [00:18:34] <ds2>
change the console= line
- [00:18:59] <javaJake>
The kernel boots up just fine with output and all, but then the root term fails to show
- [00:19:03] <javaJake>
Errr, the first console.
- [00:19:08] <ds2>
change inittab
- [00:19:15] <ds2>
make it run getty on ttyS2
- [00:19:17] <javaJake>
You know, when it's done booting and asks for a login
- [00:19:34] <ds2>
unless you are running ubuntu then you hack in upstart magic
- [00:19:50] <javaJake>
I'm running a custom system (Gentoo)
- [00:19:58] <Ceriand|work>
javaJake: you'll need something like "ttyS2::respawn:/sbin/getty -L ttyS2 115200 vt100"
- [00:20:03] <ds2>
Gentoo should be still on inittab
- [00:20:08] <javaJake>
It's a fairly simple setup though
- [00:20:10] <javaJake>
It is, I think
- [00:20:17] <ds2>
the exact syntax depends on the getty you are using
- [00:20:25] <javaJake>
s2:2345:respawn:/sbin/agetty 115200 ttyS0 vt102 # current line
- [00:20:33] <ds2>
look at what's there and modify it. make usre the first thing is unique and
- [00:20:40] <ds2>
javaJake: change the ttyS0 to ttyS2
- [00:20:45] <javaJake>
c2:2345:respawn:/sbin/agetty 38400 tty2 linux # another one :?
- [00:21:00] <javaJake>
But, yea, I'll change that ttyS0
- [00:21:12] <ds2>
reboot or hup init
- [00:21:22] <mru>
tty[0-9] are the local virtual terminals
- [00:21:29] * javaJake boots into /bin/bash, uses sed to edit
- [00:21:33] <mru>
ttyS* are the serial ports
- [00:21:34] <javaJake>
^^^ that'll put hair on your chest ;)
- [00:21:45] <mru>
hup init = telinit q
- [00:22:16] <ds2>
init q == kill -HUP 1 == telinit q
- [00:22:21] <javaJake>
OK
- [00:22:41] <mru>
yeah, init = telinit when pid != 1
- [00:22:47] <mru>
at least with some inits
- [00:23:03] <ds2>
I assume 'standard' unices ;)
- [00:23:12] <javaJake>
Yay, that worked
- [00:23:13] <javaJake>
Huzzah
- [00:23:18] <mru>
your average sysvinit does that
- [00:24:00] <javaJake>
Rats. I forgot I need to set root passwd first. Otherwise, the prompt shows up.
- [00:29:18] * thaytan (~jan@ppp59-167-167-201.static.internode.on.net) has joined #beagle
- [00:29:23] * rsalveti (~rsalveti@200.184.118.130) Quit (Remote host closed the connection)
- [00:31:31] * drinkcat (~nicolas@181-162.4-85.cust.bluewin.ch) Quit (Ping timeout: 260 seconds)
- [00:32:11] <jacekowski>
is it possible to push out sound over dvi on bb?
- [00:32:17] <jacekowski>
if i connect it to tv
- [00:32:34] <emeb>
jacekowski: no sound connection to beagle's hdmi connector
- [00:33:19] <jacekowski>
but these are same data lines
- [00:33:30] <ds2>
I suppose you can use the harmonics to induce sound on a TV
- [00:34:02] <emeb>
jacekowski: but they're hooked to a serializer chip that only has video inputs.
- [00:34:26] <emeb>
If you can figure out a way to slip sound data into the DSS output bus you'd be a hero though.
- [00:37:20] * sombunall (~sawdis@modemcable203.209-56-74.mc.videotron.ca) has joined #beagle
- [00:37:36] * Ceriand|work (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
- [00:43:58] * emeb note to self: 0xG != 0x10
- [00:56:26] <likewise>
0x10 = 0
- [00:56:37] <likewise>
0xG = 0
- [00:56:42] <likewise>
so 0xG == 0x10
- [00:57:13] <emeb>
err - where'd you get 0x10 = 0?
- [00:57:19] <likewise>
0 x 10 == 0
- [00:57:27] <emeb>
ah. lol
- [00:57:30] <likewise>
:-)
- [00:57:34] <likewise>
good nite all
- [00:57:40] <emeb>
later
- [00:57:47] * likewise is now known as like_zzz
- [00:59:05] * like_zzz (~likewise@84-106-116-232.cable.quicknet.nl) Quit (Quit: like_zzz)
- [01:09:53] * william_zhang (~william@58.247.126.174) has joined #beagle
- [01:20:40] * numbat (~vbuzov@sjewanfw1-nat.mentorg.com) Quit (Quit: Leaving.)
- [01:22:13] * khasim (~a0393720@192.163.20.231) has joined #beagle
- [01:34:34] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) has joined #beagle
- [01:38:34] * kanru (~kanru@61-222-163-194.HINET-IP.hinet.net) has joined #beagle
- [01:40:38] * emeb (~ericb@ip72-223-81-194.ph.ph.cox.net) has left #beagle
- [01:45:55] * kanru (~kanru@61-222-163-194.HINET-IP.hinet.net) Quit (Ping timeout: 276 seconds)
- [02:04:25] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) Quit (Quit: Leaving)
- [02:06:47] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Quit: Up and at 'em, Atom Ant!)
- [02:14:38] * Cru_N_cher (~luls_lol@dslb-088-069-122-248.pools.arcor-ip.net) Quit ()
- [02:14:43] * Cru_N_cher (~luls_lol@dslb-088-069-122-248.pools.arcor-ip.net) has joined #beagle
- [02:21:45] * raster (~raster@enlightenment/developer/raster) has joined #beagle
- [02:25:53] * mrc3 (~ddiaz@189.157.114.13) Quit (*.net *.split)
- [02:25:54] * lool (~lool@debian/developer/lool) Quit (*.net *.split)
- [02:25:54] * WAHa_06x36 (~dag@zhaan.cs.abo.fi) Quit (*.net *.split)
- [02:25:54] * mru (~mru@hotblack.mansr.com) Quit (*.net *.split)
- [02:28:17] * mrc3 (~ddiaz@189.157.114.13) has joined #beagle
- [02:28:17] * lool (~lool@debian/developer/lool) has joined #beagle
- [02:28:17] * WAHa_06x36 (~dag@zhaan.cs.abo.fi) has joined #beagle
- [02:28:17] * mru (~mru@hotblack.mansr.com) has joined #beagle
- [02:37:35] * robtow (~rob@125.mufa.lasv.snfccafj.dsl.att.net) has joined #beagle
- [02:39:32] * rcn-ee (~voodoo@thief-pool1-30.mncable.net) Quit (Quit: Leaving)
- [02:49:36] * dl9pf_ (~quassel@p5B213062.dip.t-dialin.net) has joined #beagle
- [02:50:19] * dl9pf (~quassel@opensuse/member/dl9pf) Quit (Ping timeout: 248 seconds)
- [02:58:19] * robtow (~rob@125.mufa.lasv.snfccafj.dsl.att.net) Quit (Ping timeout: 248 seconds)
- [02:58:53] * khasim (~a0393720@192.163.20.231) Quit (Ping timeout: 240 seconds)
- [03:03:47] * cody (~cody@dslb-084-056-100-102.pools.arcor-ip.net) Quit (Ping timeout: 260 seconds)
- [03:04:43] * ynezz (ynezz@ibawizard.net) Quit (Ping timeout: 260 seconds)
- [03:05:08] * ynezz (ynezz@ibawizard.net) has joined #beagle
- [03:05:27] * cody (~cody@dslb-084-056-090-016.pools.arcor-ip.net) has joined #beagle
- [03:11:08] * cmurillo (~cmurillo@201.199.246.232) Quit (Quit: Leaving.)
- [03:11:25] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
- [03:13:28] * jkridner1 (~a0321898@nat/ti/x-dwcayrttimfxmngd) Quit (Ping timeout: 260 seconds)
- [03:14:32] * aholler_ (~aholler@p57B2285A.dip0.t-ipconnect.de) has joined #beagle
- [03:15:14] * BThompsonGR (~bernie@cpe-76-183-65-93.tx.res.rr.com) Quit (Read error: Connection reset by peer)
- [03:18:33] * aholler (~aholler@p57B22A5E.dip0.t-ipconnect.de) Quit (Ping timeout: 276 seconds)
- [03:33:57] * lifeeth is now known as lifeeth|sleep
- [03:48:29] * matthsu_ (~matt@61-30-10-70.static.tfn.net.tw) has joined #beagle
- [03:48:29] * matthsu (~matt@61-30-10-70.static.tfn.net.tw) Quit (Read error: Connection reset by peer)
- [03:48:46] * soman (~somnath@118.102.130.6) has joined #beagle
- [04:07:00] * zodttd (~me@24.144.92.44) Quit (*.net *.split)
- [04:09:34] * emeb|mac (~ericb@ip72-223-81-194.ph.ph.cox.net) has joined #beagle
- [04:10:00] * zodttd (~me@24.144.92.44) has joined #beagle
- [04:12:41] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) Quit (Read error: Connection reset by peer)
- [04:15:06] * Alan (~18163e6b@gateway/web/freenode/x-acwdrssyubexoevr) has joined #beagle
- [04:16:17] <ds2>
quiet evening
- [04:16:37] <ds2>
isn't there some android that needs to be ported?
- [04:19:04] <Alan>
has anybody here used matlab with a beagleboard?
- [04:19:18] * zodttd (~me@24.144.92.44) Quit (*.net *.split)
- [04:21:35] * zodttd (~me@24.144.92.44) has joined #beagle
- [04:23:07] * Alan (~18163e6b@gateway/web/freenode/x-acwdrssyubexoevr) Quit (Quit: Page closed)
- [04:29:44] <ds2>
eh?
- [04:30:51] * lifeeth|sleep is now known as lifeeth
- [04:34:56] * gdm (~gdm@190.55.34.222) Quit (Ping timeout: 258 seconds)
- [04:37:48] * hvaibhav (~a0393758@192.163.20.231) has joined #beagle
- [04:38:30] <emeb|mac>
matlab & beagleboard? How does that work?
- [04:40:07] * djszapi (~djszapi@204.12.234.4) Quit (Ping timeout: 276 seconds)
- [04:45:20] * sombunall (~sawdis@modemcable203.209-56-74.mc.videotron.ca) Quit (Quit: Leaving.)
- [04:49:45] * mrc3 (~ddiaz@189.157.114.13) Quit (Ping timeout: 240 seconds)
- [04:50:28] * lifeeth is now known as lifeeth|sleep
- [04:51:30] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
- [04:51:58] * raster (~raster@enlightenment/developer/raster) has joined #beagle
- [04:53:21] * mrc3 (~ddiaz@189.157.114.13) has joined #beagle
- [05:05:06] <ds2>
very well I suppose
- [05:09:04] * mrc3_ (~mrc3@nat/ti/x-eovaamwvuqcntnzc) Quit (Remote host closed the connection)
- [05:09:19] * matthsu_ (~matt@61-30-10-70.static.tfn.net.tw) Quit (Ping timeout: 260 seconds)
- [05:09:26] * matthsu (~matt@61-30-10-70.static.tfn.net.tw) has joined #beagle
- [05:09:33] * mrc3_ (~mrc3@nat/ti/x-sxvhgbmivvlladpq) has joined #beagle
- [05:13:39] * ssvb (~ssvb___@a88-112-120-50.elisa-laajakaista.fi) Quit (Quit: Leaving)
- [05:16:26] <emeb|mac>
hmmm - I've never used matlab to do anything other than write simulations. Don't suppose that's what he's talking about.
- [05:17:47] * mrc3_ (~mrc3@nat/ti/x-sxvhgbmivvlladpq) Quit (Remote host closed the connection)
- [05:18:03] * mrc3_ (~mrc3@nat/ti/x-omcquitcozlilgaj) has joined #beagle
- [05:22:45] <ds2>
depends on if you do a lot of signal processing or not
- [05:23:03] <emeb|mac>
I do a lot of DSP.
- [05:23:34] <ds2>
some things are easier to do in the analog domain
- [05:24:58] <emeb|mac>
I guess you can use matlab to write code (DSP and HDL) - maybe he's wondering if you can target ARM/DSP from matlab?
- [05:25:14] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
- [05:25:38] <mIKEjONES>
maybe simulink compiled for the c64x?
- [05:25:54] <emeb|mac>
yeah - that's what I'm thinking.
- [05:26:43] <ds2>
it is about being convoluted
- [05:26:53] <emeb|mac>
trying to integrate that with dsplink & linux could be a challenge
- [05:27:09] * mobidev (~mobidev@94.127.205.30) has joined #beagle
- [05:27:24] <emeb|mac>
you'd probably be better off going to a pure c64x.
- [05:28:06] <ds2>
but which works better to keep out the 'fir's
- [05:28:34] * soman (~somnath@118.102.130.6) Quit (Ping timeout: 264 seconds)
- [05:28:44] <emeb|mac>
what's wrong with FIRs?
- [05:28:50] <ds2>
even if you were infinitely less IR, they are all convoluted stuff
- [05:29:13] <ds2>
firs ain't that steep
- [05:29:21] <ds2>
unless you tap it a lot
- [05:29:28] * tasslehoff (~Mich@147.84-49-231.nextgentel.com) has joined #beagle
- [05:29:33] <emeb|mac>
your punny.
- [05:30:11] * soman (~somnath@118.102.130.6) has joined #beagle
- [05:30:34] <ds2>
wonder how many people did I convince I am talking about xmas trees ;)
- [05:31:18] <MostAwesomeDude>
I'm porting some IIR LADSPA plugins right now actually.
- [05:31:25] <MostAwesomeDude>
Dunno if the DSP will be needed.
- [05:31:47] <emeb|mac>
would be nifty to have c64x LADSPA plugins.
- [05:32:51] <emeb|mac>
but NEON probably works pretty well too
- [05:33:44] <emeb|mac>
MostAwesomeDude: what kind of IIR functions?
- [05:34:12] <MostAwesomeDude>
emeb|mac: I need the BLOP plugins, the CAPS plugins, and I think one other, maybe SWH.
- [05:34:18] <MostAwesomeDude>
None of them are in OE.
- [05:34:32] <MostAwesomeDude>
I've already started on BLOP. Doesn't cross-compile at all. :T
- [05:34:50] * emeb|mac knows very little about LADSPA
- [05:35:43] <emeb|mac>
ah - BLOP = bandlimited oscillators.
- [05:36:48] * emeb|mac has done some bandlimited oscillators: http://www.analoguehaven.com/synthesistechnology/e340/
- [05:37:02] <ds2>
why not DDS?
- [05:37:48] <emeb|mac>
ds2: for good-sounding audio oscillators that model analog synths it helps to control BW to limit aliases
- [05:38:08] <MostAwesomeDude>
LADSPAa
- [05:38:12] <MostAwesomeDude>
Argfl.
- [05:38:17] <emeb|mac>
"naive" sawtooths sound _really_ crappy
- [05:38:18] * khasim (~a0393720@192.163.20.231) has joined #beagle
- [05:38:36] <mIKEjONES>
what's a cloud generator?
- [05:38:41] <MostAwesomeDude>
My sound starts with a saw, and so bandlimiting is essential.
- [05:39:12] <ds2>
emeb|mac:doesn't a DDS with a fast enough clock do that?
- [05:39:30] * jpirko (~jirka@ip-89-103-91-100.karneval.cz) has joined #beagle
- [05:39:32] <emeb|mac>
mIKEjONES: it's a synthesizer module that has 8 sawtooth oscillators controlled by voltages
- [05:39:59] <emeb|mac>
ds2: sure - a fast clock isn't always practical though.
- [05:40:27] <emeb|mac>
for audio apps it doesn't make sense to sample at 10MHz just to avoid aliases
- [05:41:33] <ds2>
ewww audio
- [05:41:42] <emeb|mac>
audio is fun!
- [05:41:50] <ds2>
RF is better
- [05:42:02] <emeb|mac>
RF is fun too!
- [05:42:19] <MostAwesomeDude>
Saws are *always* a problem if not bandlimited. The only other cheap way to make saws is t - floor(t), which is timelimited in any sampling domain.
- [05:46:50] <emeb|mac>
MostAwesomeDude: blop.sourceforge.net says that BLOP is wavetable based. True?
- [05:52:37] * djszapi_ (~djszapi@204.12.234.4) has joined #beagle
- [05:55:09] <MostAwesomeDude>
emeb|mac: Yes. The wavetables are actually a bit of a problem, because it does awful rpath/dlopen hax to get them loaded.
- [05:57:08] * Ceriand|desktop1 (~Ceriand@unaffiliated/ceriand) has joined #beagle
- [05:57:45] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Ping timeout: 240 seconds)
- [06:02:15] <emeb|mac>
Hmm - wouldn't it be nicer to use numerical techniques like BLIP/BLEP/etc?
- [06:03:03] <MostAwesomeDude>
Maybe. This is pretty quick (Quick Enough), so I'm not inclined to change it beyond consolidating the code.
- [06:08:28] <emeb|mac>
looks like the oscillator in CAPS just oversamples 8x. Unfortunately even 8x isn't enough to keep the aliases down.
- [06:08:53] * niclas (~niclas@nat/ti/x-hjudwfzuihkbasrx) Quit (Remote host closed the connection)
- [06:09:16] * niclas (~niclas@nat/ti/x-mturlddkijgmbedm) has joined #beagle
- [06:13:16] <MostAwesomeDude>
Yeah, hence BLOP.
- [06:13:31] <MostAwesomeDude>
I like what the CAPS chorus plugins do to my sound though.
- [06:15:35] <emeb|mac>
cool stuff...
- [06:15:39] <emeb|mac>
well - gn
- [06:20:08] * maqr (~maqr@httpcraft/hax) Quit (Read error: Operation timed out)
- [06:20:38] * emeb|mac (~ericb@ip72-223-81-194.ph.ph.cox.net) Quit (Ping timeout: 272 seconds)
- [06:20:41] * _chase_ (~chase@nat/ti/x-xmtwlctkaeyztaad) Quit (Remote host closed the connection)
- [06:20:48] * _chase_ (~chase@nat/ti/x-ybxuryimhxoqfhld) has joined #beagle
- [06:24:21] * maqr (~maqr@httpcraft/hax) has joined #beagle
- [06:38:54] * jpirko (~jirka@ip-89-103-91-100.karneval.cz) Quit (Quit: Leaving)
- [06:41:08] * lifeeth|sleep is now known as lifeeth
- [06:49:18] * Try`0xff is now known as Tryum
- [06:50:42] * ddd (~8bb30d8f@gateway/web/freenode/x-tnkbkncglnsxunlj) has joined #beagle
- [06:54:17] * calculus (~calculus@gentoo/user/calculus) Quit (Ping timeout: 245 seconds)
- [06:55:11] * dl9pf_ is now known as dl9pf
- [06:55:20] * dl9pf (~quassel@p5B213062.dip.t-dialin.net) Quit (Changing host)
- [06:55:20] * dl9pf (~quassel@opensuse/member/dl9pf) has joined #beagle
- [06:56:53] * Proxyles (~henrik@c-7f93e255.56-4-64736c14.cust.bredbandsbolaget.se) has joined #beagle
- [07:01:16] * _koen_ (~x0115699@nat/ti/x-oactxzillpuyttzd) has joined #beagle
- [07:03:33] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
- [07:12:52] * courville (~courville@archos.rain.fr) has joined #beagle
- [07:14:42] * ppoudel (~8172f68d@gateway/web/freenode/x-rvmvdmtrgjnaonyt) Quit (Quit: Page closed)
- [07:17:10] * jevin (~jevin@c-24-13-122-71.hsd1.in.comcast.net) Quit (Remote host closed the connection)
- [07:17:20] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) Quit (Read error: Connection reset by peer)
- [07:18:01] <jacekowski>
morning
- [07:18:28] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
- [07:19:19] <jacekowski>
just to confirm, rev c4 ground is on outside part of barrel connector
- [07:21:48] <dm8tbr>
just check with an multimeter :)
- [07:25:00] * jpirko (~jirka@nat/redhat/x-gdtsyeelmehbevoy) has joined #beagle
- [07:30:05] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) Quit (Ping timeout: 240 seconds)
- [07:30:18] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
- [07:33:02] <jacekowski>
well, how?
- [07:33:11] <jacekowski>
i want to know where positive should go
- [07:34:37] <koen>
did you read teh manual?
- [07:35:26] * eAndrius (~andr@88-222-169-44.meganet.lt) has joined #beagle
- [07:36:09] <jacekowski>
yes
- [07:36:18] <jacekowski>
but i read that some revisions had it reversed
- [07:36:44] <koen>
really?
- [07:36:51] <jacekowski>
yes
- [07:36:56] <koen>
where?
- [07:37:40] <jacekowski>
on the internet
- [07:38:01] * koen puts jacekowski on /ignore now
- [07:38:16] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
- [07:38:53] <MostAwesomeDude>
Heh. I read it on the Internets.
- [07:39:26] <koen>
therefore it must be more true than the manual
- [07:39:33] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Quit: Up and at 'em, Atom Ant!)
- [07:41:35] <jacekowski>
well, on one of semi official pages
- [07:41:49] <jacekowski>
or even on beagleboard.org
- [07:43:28] <MostAwesomeDude>
Test it with a multimeter.
- [07:45:34] <jacekowski>
hmm
- [07:45:46] <jacekowski>
http://elinux.org/BeagleBoard#Errata
- [07:46:05] <jacekowski>
Boards revision A only: The DC power jack pinout is incorrect on the PCB layout. DC_5V and GND are switched on PCB layout. Normally, the power jack has DC_5V on the center pin and GND on the sleeve (see Figure 20 of Beagle HW manual). But on revision Ax boards the PCB layout has GND on center and DC_5V on sleeve.
- [07:46:26] * KosiNuss (~tom@p4FD128E2.dip0.t-ipconnect.de) has joined #beagle
- [07:47:08] <jacekowski>
so it's true, but not for my revision
- [07:47:25] <dm8tbr>
RevA, I never see that mentioned here
- [07:53:28] * macros_ (~722b210b@gateway/web/freenode/x-hxzfgceoxnfotfff) has joined #beagle
- [07:54:00] * macros_ (~722b210b@gateway/web/freenode/x-hxzfgceoxnfotfff) Quit (Client Quit)
- [07:55:07] <koen>
revA boards weren't sold
- [07:56:58] * cwillu (~cwillu@cwillu.com) Quit (Ping timeout: 260 seconds)
- [07:57:39] * bosshog (~bosshog@65.87.25.68) has joined #beagle
- [07:58:10] * scrp3l (~scrp3l@201.250.181.118) Quit (Quit: Ex-Chat)
- [07:58:42] * bosshog (~bosshog@65.87.25.68) Quit (Client Quit)
- [08:04:16] * bosshog (~bosshog@65.87.25.68) has joined #beagle
- [08:05:34] <bosshog>
What resolution will the bb xm be able to output?
- [08:05:54] <_av500_>
same as non xm
- [08:07:05] <bosshog>
Sooo, 1024x768?
- [08:07:17] <_av500_>
no
- [08:09:31] * cwillu (~cwillu@cwillu.com) has joined #beagle
- [08:11:40] * drinkcat (~nicolas@181-162.4-85.cust.bluewin.ch) has joined #beagle
- [08:19:46] * bosshog (~bosshog@65.87.25.68) Quit (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- [08:25:30] * _roger_ (~a0740758@nat/ti/x-sajpcrnblwuolyug) has joined #beagle
- [08:26:25] <notzed>
re all
- [08:26:43] <notzed>
(hmm, hell of a long time since i've used that)
- [08:28:01] * KosiNuss (~tom@p4FD128E2.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
- [08:30:45] * drinkcat (~nicolas@181-162.4-85.cust.bluewin.ch) Quit (Ping timeout: 240 seconds)
- [08:31:58] * Belna (~Thomas@ppp-88-217-108-128.dynamic.mnet-online.de) has joined #beagle
- [08:35:22] <koen>
notzed: wb
- [08:36:41] * bosshog (~bosshog@65.87.25.68) has joined #beagle
- [08:36:58] * bosshog (~bosshog@65.87.25.68) Quit (Client Quit)
- [08:39:33] * XorA|gone is now known as XorA
- [08:41:23] <notzed>
koen: howd u end up with the building process yesterday?
- [08:44:29] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) Quit (Ping timeout: 240 seconds)
- [08:48:05] * nicobari (~cb6ef6e6@gateway/web/freenode/x-bxzajyxhdrdnpslz) has joined #beagle
- [08:49:47] <koen>
notzed: build finished, xbmc segfaults if you don't have a cd drive attached
- [08:50:13] <koen>
notzed: after fixing that the screen is black, except for some noise, topfs2 suspects shaders don't work on sgx
- [08:53:15] * Belna_ (~Thomas@ppp-88-217-98-26.dynamic.mnet-online.de) has joined #beagle
- [08:54:18] <nicobari>
Im am building linux kernal for beagleboard but when I "make uImage" I get the error----arch/arm/mach-omap2/board-omap3beagle.c:185: error: field name not in record or union initializer
- [08:55:03] <nicobari>
how can I remove the error and build the kernel
- [08:55:16] <neure>
which kernel you are building?
- [08:55:23] <notzed>
koen: well it's a start
- [08:55:43] <nicobari>
linux-omap-2.6
- [08:56:11] * Belna (~Thomas@ppp-88-217-108-128.dynamic.mnet-online.de) Quit (Ping timeout: 248 seconds)
- [08:56:13] <koen>
notzed: the problems are now GSoC related :)
- [08:56:32] * virals (~Viral_Sac@122.166.2.35) has joined #beagle
- [08:56:44] <XorA>
koen: rename is GMBC :-D
- [08:56:56] <notzed>
good, i was concerned the setup was dragging on a bit, but this isn't too bad considering tobias had exams
- [08:57:20] <neure>
nicobari, i've only built one kernel for beagleboard.. i used http://elinux.org/BeagleBoardUbuntu#Kernel_Modules
- [08:58:16] <nicobari>
actually I wanted to enable UART2 on my expansion board on BB rev c4
- [08:58:26] <nicobari>
so I followed the pin mux wiki page
- [08:58:36] <neure>
i dont know about that
- [08:59:09] <nicobari>
:(
- [08:59:20] <nicobari>
should I post this question in google groups
- [08:59:21] <nicobari>
?
- [08:59:51] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
- [09:02:11] <nicobari>
Im am building linux kernal for beagleboard but when I "make uImage" I get the error----arch/arm/mach-omap2/board-omap3beagle.c:185: error: field name not in record or union initializer
- [09:08:30] * nicobari (~cb6ef6e6@gateway/web/freenode/x-bxzajyxhdrdnpslz) Quit (Quit: Page closed)
- [09:11:55] * cfriedt (~cfriedt@nb060.tf.uni-kiel.de) has joined #beagle
- [09:16:00] <jacekowski>
just out of curiosity
- [09:16:08] <jacekowski>
do you have proper crosscompiler installed?
- [09:16:35] <aholler_>
he is gone, but it's because of bad config.
- [09:17:07] <jacekowski>
koen: well, i read somewhere else that some people here have A rev boards
- [09:19:10] * mcgeagh (~mcgeagh@xbmc/staff/mcgeagh) has joined #beagle
- [09:34:39] * cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net) has joined #beagle
- [09:37:48] <DaveDavenport>
If I want to use the i2c port on the expantion header, do I need to change anything (mux) or is that 'active' by default
- [09:40:26] <koen>
DaveDavenport: its active by default since u-boot tries to probe the eeprom connected to it
- [09:42:18] <DaveDavenport>
aah
- [09:42:30] * DaveDavenport has somebody in the room cursing at it for 2 days now
- [09:42:34] <DaveDavenport>
and getting tired off it :D
- [09:42:38] * CHli (~CHli@212-98-42-40.static.adslpremium.ch) Quit (Quit: Quitte)
- [09:43:47] <DaveDavenport>
where is that eeprom used for?
- [09:46:05] <koen>
DaveDavenport: http://elinux.org/BeagleBoardPinMux#Expansion_boards
- [09:48:46] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #beagle
- [09:49:04] <DaveDavenport>
aah so no default on board.
- [09:49:06] * DaveDavenport got confused
- [09:50:20] <DaveDavenport>
I give up, they can solve it themself
- [09:57:48] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) Quit (Ping timeout: 265 seconds)
- [09:59:49] * Ceriand|desktop1 (~Ceriand@unaffiliated/ceriand) Quit (Read error: Connection reset by peer)
- [10:03:28] <DaveDavenport>
problem is, he only gets timeout on i2c-2 and see's no clock with scope.
- [10:34:42] <koen>
argh, this new microsd card is sloooooow
- [10:34:49] <koen>
only 7.5MB/s read speed
- [10:35:03] <koen>
the one I bought last year does > 20MB/s
- [10:37:15] <koen>
for people interested in using the DSP for multimedia: http://www.flickr.com/photos/koenkooi/4665470939/
- [10:37:40] * ogra wonders if anyone in here noticed http://online.wsj.com/article/SB10001424052748703561604575283540534879892.html?mod=googlenews_wsj and www.linaro.org today
- [10:38:23] <koen>
you didn't know of linaro?
- [10:42:20] <ogra>
koen, heh, i surely did since quite a while
- [10:42:38] <ogra>
i was just wondering if anyone here noticed it
- [10:43:33] <jacekowski>
well, they could join nokia and intel and work on meego
- [10:43:45] <jacekowski>
instead of creating another distribution
- [10:43:51] <ogra>
why ? they try to be distro agnostic
- [10:44:04] <ogra>
they will provide a megoo build
- [10:44:22] <ogra>
optimized for the respective HW
- [10:44:56] <ogra>
the point is to integrate all existing technology and make it run best on the vendor HW of all partners
- [10:45:12] <ogra>
its not a distro
- [10:46:37] * XorA didnt notice
- [10:46:41] <XorA>
sack the PR dudes :-)
- [10:47:06] <ogra>
there will surely also be android builds and probably even angstrom optimized for all SoCs
- [10:47:35] <aholler_>
it reads as linaro will be something like a kernel with needed drivers and such.
- [10:48:02] * aholler_ is now known as aholler
- [10:48:37] <ogra>
it will be kernels, a core system and different UI heads
- [10:49:52] * ssvb (~ssvb___@viktor.cosmicparrot.net) has joined #beagle
- [10:50:08] <ogra>
its a joint venture of all HW vendors led by ARM to overcome the scattering of BSPs and have a common core (and having everyone upstream the patches in a proper way)
- [10:50:25] <mru>
lol
- [10:51:13] <mru>
to date _only_ TI have been cooperative whatsoever
- [10:51:17] <mru>
I don't expect that to change
- [10:51:18] <ogra>
yeah
- [10:51:34] <ogra>
well, the vendors that joined linaro have committed to it
- [10:51:49] <ogra>
so either they comply or they leave again
- [10:51:49] <mru>
committed doesn't mean they'll actually do anything
- [10:51:52] <ogra>
lets see :)
- [10:51:58] <mru>
committed is just a word managers use
- [10:53:07] <aholler>
maybe it's a thing vendors throw money at and linaro has to take care to give it away (after big deductions) to devs ;)
- [10:53:59] <ogra>
its more, vendors demote inhouse devs to it as well
- [10:54:09] <ogra>
but yes, essentially its also that
- [10:54:20] <mru>
it's an excuse for the vendors not to talk to devs
- [10:54:30] <aholler>
thats it
- [10:55:41] <ogra>
as long as linaro takes over that part properly, why do you care ?
- [10:55:46] <mru>
I just hope this won't be the end to the good relationships we've had with TI
- [10:55:54] <ogra>
unlikely
- [10:57:12] <ogra>
i'm pretty sure the linaro devs will use TI as the best example here for other vendors when working with them
- [10:57:43] <mru>
TI management might dictate that all opensource interaction is to go through linaro
- [10:58:05] <mru>
where it will be held hostage by various committees
- [10:59:18] <ogra>
nah
- [10:59:38] <ogra>
feel free to talk to the linaro guys in #linaro btw :)
- [11:00:10] * theholyduck (~holyduck@ip-174-139-106-77.eidsiva.net) has joined #beagle
- [11:15:23] * likewise (~likewise@84-106-116-232.cable.quicknet.nl) has joined #beagle
- [11:16:34] <eAndrius>
yay, D"""
- [11:16:45] <eAndrius>
I've just received the board; ]]
- [11:19:05] * ant_work (~andrea@host214-85-static.34-85-b.business.telecomitalia.it) has joined #beagle
- [11:19:48] * soman (~somnath@118.102.130.6) Quit (Ping timeout: 265 seconds)
- [11:27:16] * topfs2 (~topfs2@xbmc/staff/topfs2) Quit (Remote host closed the connection)
- [11:29:10] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #beagle
- [11:31:25] * Blinkk (~Blinkk@125.164.137.110) has joined #beagle
- [11:32:10] * rcn-ee (~voodoo@thief-pool1-30.mncable.net) has joined #beagle
- [11:34:55] * Entasis (~Jarred@ppp118-210-232-134.lns20.adl6.internode.on.net) has joined #beagle
- [11:35:47] * Blinkk (~Blinkk@125.164.137.110) Quit (Client Quit)
- [11:37:52] * CHli (~CHli@212-98-42-40.static.adslpremium.ch) has joined #beagle
- [11:39:50] * Gaston|Home (~Miranda@c-012fe353.155-1-64736c11.cust.bredbandsbolaget.se) has left #beagle
- [11:40:02] * Gaston|Home (~Miranda@c-012fe353.155-1-64736c11.cust.bredbandsbolaget.se) has joined #beagle
- [11:40:59] <Gaston|Home>
Is there a bot that logs this channel? If so anyone got a link to the logs?
- [11:42:36] <CHli>
http://www.beagleboard.org/irclogs/
- [11:42:48] <Gaston|Home>
:) thanks
- [11:42:53] <CHli>
NP :)
- [11:44:32] <Gaston|Home>
i just caught this scrolling yesterday: koen wonders what's up with the influx of swedes
- [11:45:28] <Gaston|Home>
<-- Another Swede
- [11:46:25] <Gaston|Home>
mru, niclas, topfs2 Tjena !
- [11:47:11] <mru>
gomorron
- [11:47:18] <_koen_>
oh dear
- [11:47:21] <CHli>
hur m?r du ? :D
- [11:47:29] <likewise>
gm
- [11:47:42] <_koen_>
hey likewise
- [11:54:15] * virals (~Viral_Sac@122.166.2.35) Quit (Read error: Connection reset by peer)
- [11:54:35] * virals (~Viral_Sac@122.166.2.35) has joined #beagle
- [11:54:46] * virals1 (~Viral_Sac@122.166.2.35) has joined #beagle
- [11:55:14] * virals (~Viral_Sac@122.166.2.35) Quit (Client Quit)
- [12:02:16] <topfs2>
tja
- [12:02:30] <topfs2>
poor poor _koen_ :)
- [12:04:17] * _koen_ like knackebrod, so swedes don't bother me :)
- [12:04:23] <_koen_>
and I can't spell today
- [12:04:33] <topfs2>
hehe, kn?ckebr?d rocks
- [12:04:44] <topfs2>
I just hope I'll be able to get it when I move to Canada
- [12:05:04] <_koen_>
if not, blame canada
- [12:05:13] <topfs2>
hehe :)
- [12:05:26] <topfs2>
french canada is the best canada!
- [12:05:27] * gustavoz (~gustavoz@201.252.31.213) has joined #beagle
- [12:06:21] <topfs2>
oh how I miss south park :(
- [12:07:38] <_koen_>
go to southpark.com, they should have every episode available
- [12:08:01] * PuffTheMagic (~quassel@unaffiliated/puffthemagic) Quit (Ping timeout: 252 seconds)
- [12:08:20] * PuffTheMagic (~quassel@unaffiliated/puffthemagic) has joined #beagle
- [12:08:24] <topfs2>
last I checked they didn't allowed swedes :)
- [12:09:25] <topfs2>
oh cool, they have made a swedish version now! awesome!
- [12:16:23] * NishanthMenon (~nmenon@nat/ti/x-pyauazejldzidqja) has joined #beagle
- [12:17:45] <topi`>
what's wrong with the swedes?:)
- [12:18:38] <topi`>
my OMAP3530 on the Gumstix Overo gets abnormally hot immediately when I put in the +5V .. is this something abnormal? I know for *sure* that the damn chip gets nowhere as hot in normal usage.
- [12:19:08] <topi`>
and the kernel crashes always in the same spot (after uploading firmware for the libertas 802.11g chip)
- [12:19:29] <topi`>
I know, I know, I should have gotten a Beagle instead...
- [12:19:52] <topi`>
*sigh*
- [12:20:30] <topi`>
I just want to get my Overo running so I can test out the fs I cooked up for booting my remote Beagleboard server which is down.
- [12:21:31] <_koen_>
jkridner, _roger_: http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1039e5f1a17448a9c1a83cb922bb215453c057b6
- [12:23:44] * NishanthMenon (~nmenon@nat/ti/x-pyauazejldzidqja) Quit (Quit: Ex-Chat)
- [12:24:11] * jcoxon (~jcoxon@host86-161-225-173.range86-161.btcentralplus.com) has joined #beagle
- [12:24:28] <jcoxon>
hi all
- [12:26:42] * flo_lap (~fuchs@Maemo/community/contributor/florian) has joined #beagle
- [12:27:01] * calculus (~calculus@gentoo/user/calculus) has joined #beagle
- [12:28:34] * Crofton (~balister@63.164.30.155) has joined #beagle
- [12:29:00] <Crofton>
beagle/overo uses tps65950, right?
- [12:32:22] * flo_lap is now known as florian
- [12:34:31] * landswipe (~Landswipe@60-242-188-130.static.tpgi.com.au) has joined #beagle
- [12:42:59] * topfs2 (~topfs2@xbmc/staff/topfs2) Quit (Quit: L?mnar)
- [12:43:09] * soman (~somnath@118.102.130.6) has joined #beagle
- [12:46:05] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
- [12:46:32] * raster (~raster@enlightenment/developer/raster) has joined #beagle
- [12:48:15] <likewise>
hi Crofton
- [12:48:19] <likewise>
hi florian
- [12:48:48] <likewise>
_koen_: got the cam working, although mostly by mixing existing efforts.
- [12:49:49] * rcranetx (~rcranetx@nat/ti/x-athoazvvilsmxmja) has joined #beagle
- [12:50:00] <florian>
hi likewise
- [12:50:17] <Crofton>
gm
- [12:51:36] * rhk (~rhk@adsl-75-44-25-53.dsl.sfldmi.sbcglobal.net) has joined #beagle
- [12:52:12] <florian>
hi Crofton
- [12:52:21] <Belna_>
crofton: my rev c4 beagle uses tps65950
- [12:52:43] * Belna_ is now known as Belna
- [12:52:59] <Crofton>
Belna, thanks
- [12:53:00] <Belna>
older beagle boards use TWL4030
- [12:53:03] <Crofton>
yeah
- [12:53:16] <Crofton>
I knew that, just making sure I am looking at the proper data sheet
- [12:53:26] <Belna>
i saw it in the schematic changelist
- [12:54:54] <florian>
bbl
- [12:54:57] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Quit: Verlassend)
- [12:57:38] * wdieter (~wdieter@74-142-218-14.dhcp.insightbb.com) has joined #beagle
- [12:58:43] * Crofton (~balister@63.164.30.155) Quit (Quit: Leaving)
- [13:02:29] <_koen_>
likewise: good to hear! Can you share the diffs to the 'stock' kernel with TI?
- [13:02:59] * khasim (~a0393720@192.163.20.231) Quit (Quit: Leaving.)
- [13:04:52] <likewise>
_koen_: Eventually yes, I would like to test the driver on my own hardware, and get the code up to up-stream kernel code style level.
- [13:05:36] <_koen_>
likewise: I don't care about style levels, I just want to see if the xM camera interface works :)
- [13:07:36] * khasim (~a0393720@192.163.20.231) has joined #beagle
- [13:07:50] <likewise>
_koen_: http://www.gitorious.org/procerus-vpu-main-linux-kernel/procerus-vpu-main-linux-kernel/blobs/master/drivers/media/video/mt9p001.c and
- [13:07:50] <likewise>
http://www.gitorious.org/procerus-vpu-main-linux-kernel/procerus-vpu-main-linux-kernel/blobs/master/arch/arm/mach-omap2/board-procerus3530-camera.c is the best starting point
- [13:08:16] <likewise>
_koen_: that driver has been hacked to support mt9p031
- [13:09:01] <likewise>
_koen_: there might be a bug in the isp/isp.c code in the TI stock kernel, I'm still working getting the diffs on that.
- [13:10:10] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176032947.dsl.bell.ca) has joined #beagle
- [13:11:18] * drinkcat (~nicolas@181-162.4-85.cust.bluewin.ch) has joined #beagle
- [13:13:27] * _roger_ (~a0740758@nat/ti/x-sajpcrnblwuolyug) Quit (Remote host closed the connection)
- [13:16:21] <topi`>
Crofton|work: my Gumstix Overo Air uses tps65950b
- [13:25:41] * virals1 (~Viral_Sac@122.166.2.35) Quit (Remote host closed the connection)
- [13:29:02] * kerute (~kerute@kerunix.com) has joined #beagle
- [13:31:55] * emeb|mac (~ericb@ip72-223-81-194.ph.ph.cox.net) has joined #beagle
- [13:32:54] * kanru (~kanru@61-228-160-146.dynamic.hinet.net) has joined #beagle
- [13:36:20] * topfs2 (~dt07ta8@xbmc/staff/topfs2) has joined #beagle
- [13:42:23] * _koen_ has beaten one dm365 leopard demo into submission
- [13:42:39] * tasslehoff (~Mich@147.84-49-231.nextgentel.com) Quit (Ping timeout: 260 seconds)
- [13:45:26] * _koen_1 (~x0115699@nat/ti/x-nnvorekmztbpljlg) has joined #beagle
- [13:47:10] * _koen_ (~x0115699@nat/ti/x-oactxzillpuyttzd) Quit (Ping timeout: 264 seconds)
- [13:47:58] <topfs2>
shit, bootstrap and shit went like 10x quicker on my SD card
- [13:48:14] <topfs2>
my USB flashdisk must really suck
- [13:48:29] <mru>
or the usb drivers suck
- [13:49:07] <notzed>
topfs2: oh usb flash? i have a usb hdd
- [13:50:48] <topfs2>
Yeah was flash disk. but I was thinking of getting a real usb hdd instead
- [13:50:54] <cfriedt>
topfs2: have you ever performed a read / write speed test on your usb flash device? hdparm -t (i think)... generally they will never perform (write) as fast as hdd.
- [13:50:56] <topfs2>
Or just reuse one of the bigger 3.5 ones
- [13:51:11] * _koen_ (~x0115699@nat/ti/x-hsryxybnlhbytmki) has joined #beagle
- [13:51:18] <topfs2>
cfriedt, nah haven't, I just assumed it woudl be faster than my darn sd card :)
- [13:51:49] <koen>
my SD card does about 25MB/s for reads
- [13:52:50] <koen>
I could build xbmc on an 8gb sd card
- [13:52:53] * _koen_1 (~x0115699@nat/ti/x-nnvorekmztbpljlg) Quit (Ping timeout: 240 seconds)
- [13:52:57] <cfriedt>
reads are no problem, but doing compilation (i.e. lots of small writes) on flash is painful
- [13:53:39] <topfs2>
hmm. I should probably get a 2.5" one then
- [13:54:45] <koen>
cfriedt: mount / -o remount,relatime,asnc :)
- [13:54:54] <koen>
+y
- [13:55:15] * mru uses noatime
- [13:55:15] <cfriedt>
yea, i guess that would help with small writes
- [13:55:24] * mru also builds most things in tmpfs
- [13:55:55] * koen envies _rogers_'s new buildbox with 72GB of ram
- [13:55:56] <cfriedt>
tmpfs is my best friend for doing quick compiles
- [13:56:08] <mru>
72??!
- [13:56:14] <koen>
mru: yes
- [13:56:23] <mru>
cpu?
- [13:56:40] <koen>
8x whatever dell puts in servers nowadays
- [13:57:07] * jkridner1 (~a0321898@nat/ti/x-imuchhwciudgcwjx) has joined #beagle
- [13:57:39] * koen waits for california to wake up
- [13:58:10] * alancam (~a-campbel@nat/ti/x-yrxknildbtejxuhw) has joined #beagle
- [13:58:53] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176032947.dsl.bell.ca) Quit (Quit: RobotGrrl)
- [14:02:13] * jcoxon (~jcoxon@host86-161-225-173.range86-161.btcentralplus.com) has left #beagle
- [14:04:29] <cfriedt>
is anyone having issues with g_ether in the latest from linus' tree?
- [14:04:37] * emeb|mac (~ericb@ip72-223-81-194.ph.ph.cox.net) Quit (Ping timeout: 252 seconds)
- [14:04:40] * rcranetx (~rcranetx@nat/ti/x-athoazvvilsmxmja) Quit (Quit: Leaving.)
- [14:06:31] * BThompson (~a0193480@nat/ti/x-cfntmaeglqrqfyqu) has joined #beagle
- [14:07:27] <cfriedt>
it's probably just ubuntu being annoying
- [14:07:34] * rcranetx (~rcranetx@nat/ti/x-plhwgsyiypadjuvw) has joined #beagle
- [14:08:04] <topfs2>
cfriedt, ubuntu lucid?
- [14:08:10] <topfs2>
or custom kernel?
- [14:08:27] <topfs2>
because lucid needs g_ether.use_eem=0 as bootarg atleast
- [14:08:28] <cfriedt>
ubuntu lucid on the workstation side, custom kernel on the bb
- [14:08:40] <cfriedt>
oh really?
- [14:08:48] <topfs2>
ah ok, then no clue. that bootarg is for bb on lucid on the bb
- [14:08:53] <topfs2>
so probably not the problem you have :)
- [14:08:54] <cfriedt>
wait a second...
- [14:08:57] <cfriedt>
no
- [14:10:24] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) has joined #beagle
- [14:14:44] * Cru_N_cher (~luls_lol@dslb-088-069-122-248.pools.arcor-ip.net) Quit ()
- [14:14:50] * Cru_N_cher (~luls_lol@dslb-088-069-122-248.pools.arcor-ip.net) has joined #beagle
- [14:18:11] * jkridner1 (~a0321898@nat/ti/x-imuchhwciudgcwjx) Quit (Ping timeout: 272 seconds)
- [14:19:34] * alancam (~a-campbel@nat/ti/x-yrxknildbtejxuhw) Quit (Remote host closed the connection)
- [14:19:38] * alancam (~a-campbel@nat/ti/x-negxzdjvxtlvbttg) has joined #beagle
- [14:20:58] * brijesh (~brijesh@nat/ti/x-qwplkuoxotxpimgx) has joined #beagle
- [14:23:32] * RoHS (~RoHS@68-64-214-18.static.forethought.net) has joined #beagle
- [14:26:11] * hvaibhav (~a0393758@192.163.20.231) Quit (Remote host closed the connection)
- [14:26:11] * khasim (~a0393720@192.163.20.231) Quit (Remote host closed the connection)
- [14:26:39] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
- [14:26:47] * khasim (~a0393720@192.163.20.231) has joined #beagle
- [14:27:03] * hvaibhav (~a0393758@192.163.20.231) has joined #beagle
- [14:27:15] * 15SAACKGT (~cmurillo@201.199.246.232) has joined #beagle
- [14:29:15] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
- [14:32:28] * emeb (~ericb@ip72-223-81-194.ph.ph.cox.net) has joined #beagle
- [14:42:28] * maria1 (~mrodrigue@201.199.246.232) has joined #beagle
- [14:44:11] * ddd (~8bb30d8f@gateway/web/freenode/x-tnkbkncglnsxunlj) Quit (Quit: Page closed)
- [14:44:26] * soman (~somnath@118.102.130.6) Quit (Ping timeout: 258 seconds)
- [14:48:24] * kg4giy (~kg4giy@pool-138-88-126-124.res.east.verizon.net) has joined #beagle
- [14:48:24] * kg4giy (~kg4giy@pool-138-88-126-124.res.east.verizon.net) Quit (Changing host)
- [14:48:24] * kg4giy (~kg4giy@linuxjournal/staff/DavidLane) has joined #beagle
- [14:50:05] * ogra (~ogra@ubuntu/member/ogra) Quit (Ping timeout: 240 seconds)
- [14:50:13] * kanru (~kanru@61-228-160-146.dynamic.hinet.net) Quit (Quit: WeeChat 0.3.2)
- [14:50:16] * tsjsieb (~tsjsieb@dejongbeheer.nl) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100423140709])
- [14:50:49] * ogra (~ogra@ubuntu/member/ogra) has joined #beagle
- [14:53:21] * mobidev (~mobidev@94.127.205.30) Quit (Quit: I go offline...)
- [14:58:06] * warflyr (warflyr@c-76-25-242-34.hsd1.co.comcast.net) has joined #beagle
- [14:59:13] <warflyr>
anyone know what the flash memory maximum write cycles on the 256mb NAND flash? should i be carefull writing to this (logging to a sqlite db)
- [14:59:57] <mru>
100k
- [15:00:19] <warflyr>
ah
- [15:00:27] <mru>
the datasheets should be available from micron
- [15:00:46] <warflyr>
yeah i just found out that its micron pop memory
- [15:01:36] <warflyr>
ill try to keep most of this data on a ramdisk
- [15:01:38] <mru>
http://www.micron.com/support/fbga.html
- [15:06:32] * Proxyles (~henrik@c-7f93e255.56-4-64736c14.cust.bredbandsbolaget.se) Quit (Remote host closed the connection)
- [15:07:16] <warflyr>
nice found the datasheet
- [15:07:30] <warflyr>
lol nvm spoke too soon
- [15:11:13] * peksha (~peksha@145.86.broadband10.iol.cz) has joined #beagle
- [15:12:26] * _koen_ (~x0115699@nat/ti/x-hsryxybnlhbytmki) Quit (Remote host closed the connection)
- [15:12:58] * gdm (~gdm@190.55.34.222) has joined #beagle
- [15:20:05] * courville (~courville@archos.rain.fr) Quit (Ping timeout: 258 seconds)
- [15:26:38] * ant_work (~andrea@host214-85-static.34-85-b.business.telecomitalia.it) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539])
- [15:33:00] * rcranetx (~rcranetx@nat/ti/x-plhwgsyiypadjuvw) Quit (Quit: Leaving.)
- [15:35:51] * hvaibhav (~a0393758@192.163.20.231) Quit (Quit: Leaving.)
- [15:39:32] * mrc3 (~ddiaz@189.157.114.13) Quit (Read error: No route to host)
- [15:39:45] * rsalveti (~rsalveti@187.113.120.245) has joined #beagle
- [15:43:49] * robtow (~rob@12.156.66.34) has joined #beagle
- [15:44:34] * rcranetx (~rcranetx@nat/ti/x-hejfgrtkgtbagcmt) has joined #beagle
- [15:48:02] * khasim (~a0393720@192.163.20.231) Quit (Quit: Leaving.)
- [15:48:17] * tgall_foo (~tgall@gentoo/developer/dr-who) has joined #beagle
- [15:48:22] * ndec (~a0919116@192.91.60.11) has joined #beagle
- [15:48:38] * ndec (~a0919116@192.91.60.11) has left #beagle
- [15:49:16] * Entasis (~Jarred@ppp118-210-232-134.lns20.adl6.internode.on.net) Quit (Quit: Leaving)
- [15:50:08] * asac (~asac@debian/developer/asac) has joined #beagle
- [15:53:24] <koen>
_chase_: I acked all your patches, denix can apply them later in the day, or I'll take a look tomorrow
- [15:54:25] <ogra>
koen, do you have the SGX source you use in angstrom somewhere public ?
- [15:55:16] * jpirko (~jirka@nat/redhat/x-gdtsyeelmehbevoy) Quit (Quit: Leaving)
- [15:55:41] * ceyusa (~vjaquez@155.99.117.91.static.mundo-r.com) has joined #beagle
- [15:55:59] <koen>
ogra: kernel modules or libs?
- [15:56:14] <ogra>
i think both, asac what do you need ?
- [15:56:28] <koen>
sources for the libs need NDA and some serious $$$$$
- [15:56:48] <ogra>
hmm, k, i thought that changed
- [15:56:49] <koen>
I just repackage the binary libs from the .bin and recompile the kernel modules
- [15:56:52] <asac>
koen: where do i best get the binaries?
- [15:57:04] <asac>
ah its the .bin they distribute ... kk
- [15:57:12] <koen>
in angstrom you can do 'opkg install libgles-omap3'
- [15:57:22] <denix>
koen: I'm not clear with the alsa-state patches...
- [15:57:44] <asac>
koen: have you experience if building stuff against mesa gles just works when dropping in those drivers?
- [15:57:45] <koen>
ogra: we're working on having the .bin downloadable with wget instead of with self-certification
- [15:57:55] <ogra>
yeah, sounds saner
- [15:58:05] <koen>
asac: never tried that and I suspect it won't work
- [15:58:24] <asac>
koen: what makes you suspect that?
- [15:58:36] <asac>
feels like a pain for binar distros if that doesnt work
- [15:58:38] <asac>
binary
- [15:58:48] <koen>
ogra: the current situation is awkward from a GPL compliance POV, since the GPL sources are squished together with the binaries inside that .bin
- [15:59:04] <koen>
asac: using IMGtec libs is a world of pain
- [15:59:35] <asac>
koen: so they dont shipp all the symbols? hmm. pain
- [15:59:37] <ogra>
koen, yeah, luckily thats not my personal headdache :) its asac's
- [15:59:48] <koen>
denix: it needs a PR bump somewhere for alsa-state, but I have no objections to the state files themselves
- [16:00:10] <ogra>
asac, probably ask StevenK how he did it for the psb intel driver in ubuntu
- [16:00:20] <asac>
ogra: that was gl i guess
- [16:00:27] <ogra>
crap, indeed
- [16:00:47] <koen>
asac: everything was designed for qvga mobile phones running fullscreen apps, mostly statically linked on the raw framebuffer
- [16:00:48] <asac>
i am not thinking about distributing it atm ... just about how to build the packaging so you can drop in the driver if you get it somewhere
- [16:01:00] * Tryum is now known as Try`0xff
- [16:01:14] <ogra>
asac, well, i'd like to distribute it in ubuntu if any possible
- [16:01:29] <koen>
IMGtec did say that they were going to unveil a dri2/kms/glx solution next month
- [16:01:42] <koen>
if they can keep that promiss I would be very happy
- [16:01:44] <asac>
ogra: first it needs to work at all ... then it can be distributed ;)
- [16:02:04] <ogra>
koen, yeah they sent someone to the nice meeting we had
- [16:02:20] <ogra>
koen, its actually sounded very good
- [16:02:30] <ogra>
s/nice/Nice/
- [16:02:34] <ogra>
:)
- [16:03:06] <koen>
most stuff from IMGtec sounds very good, but there are sadly multiple layers between the good stuff and when I get my hands on it
- [16:03:29] <ogra>
well, lets see if we can improve it ...
- [16:03:38] <koen>
a while back I added the IMGtec sources and all TI mods into git to see what changed
- [16:03:39] <ogra>
its all a matter of a long lever :)
- [16:04:07] <koen>
turns out department A adds 10 things and department B reverts 9 of them before handing it to department C
- [16:04:27] <ogra>
and then they send it to legal for review ;)
- [16:04:29] * sakoman (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) Quit (Remote host closed the connection)
- [16:04:31] <_chase_>
koen: thanks
- [16:05:16] <drinkcat>
I'm having a problem with MUSB on 2.6.35-rc1: I want to use it in peripheral mode only (i.e., not OTG), so I set "CONFIG_USB_GADGET_MUSB_HDRC=y", but module loading fails ("incompatible Kconfig role setting"), because plat->mode in musb_init_controller (drivers/usb/musb/musb_core.c) is set to "MUSB_OTG". Any idea how to change the platform data? (kernel parameter?)
- [16:05:37] <koen>
ogra: get spaceboy to cough up the $$$$ for the imgtec sources, it would save you a lot of headaches
- [16:05:48] <ogra>
haha
- [16:06:21] <_chase_>
koen: OK. I didn't realize that adding the state files would require a PR bump but I guess it would so that the package would rebuild using the new files rather than the defaults.
- [16:06:22] <ogra>
well, he would rather push them to make it opensource but i guess intel would block here
- [16:06:23] <koen>
in .nl you can build a decent house for that amount of $$$$
- [16:06:29] <ogra>
lol
- [16:06:52] <ogra>
(as well as apple)
- [16:07:05] <koen>
_chase_: if anything needs to change in resulting packages (not recipes), a PR bump is needed
- [16:07:38] * Ceriand|work (~Ceriand@unaffiliated/ceriand) has joined #beagle
- [16:07:55] <koen>
ogra: I suspect making it opensource would cost a few million bucks
- [16:08:11] <ogra>
i personally would already be happy with a proper nvidia/fglrx situation that doesnt get you into legal issues
- [16:08:23] <koen>
ogra: changelog and bugreports are under a *tight* NDA because a clever person might deduce the architecture from it
- [16:08:26] <ogra>
and at least makes it redistributable
- [16:08:39] <ogra>
thats insane
- [16:08:44] <_chase_>
koen: Good point. I thought I was adding something new and forgot that there could have been a build with the defaults for those platforms. I'll submit a patch to bump the PR.
- [16:09:03] <koen>
ogra: that should give you an idea on the effort needed to make things opensource
- [16:09:40] <denix>
_chase_, koen: so, where those files come from?
- [16:09:48] <ogra>
well, i have a rough idea of that
- [16:09:54] <_chase_>
denix: Arago
- [16:10:14] <_chase_>
koen: Should I resubmit the whole set or just the PR bump patch.
- [16:10:15] <denix>
are they new? why are they showing copy/changes from other state files?
- [16:10:50] <denix>
dm355 is copied from tosa?
- [16:11:52] <_chase_>
denix: oh. I used --find-copies-harder when making the patches this time. That is my bad. I'll resubmit the whole set.
- [16:12:13] <denix>
ah, I see :)
- [16:12:43] <koen>
denix: it's a feature of git :)
- [16:12:51] <_chase_>
I originally didn't use that when I checked the patches but I added it back when generating the final set...I thought that was what I was supposed to use. I then did a bad thing of not checking the new patches since I hadn't changed the sources.
- [16:13:00] <koen>
denix: it made me look 3 times before acking them
- [16:13:06] <denix>
koen: yeah, I got it now. I was expecting to see those files as new
- [16:13:40] <koen>
there's a patch to add svideo support to the sgx drivers that has a similar brainfuck
- [16:13:52] <koen>
it's a copy of a .c file with one 3 line method added
- [16:13:54] <_chase_>
koen, denix: So should I make a new set then? I'm ready to do so.
- [16:14:22] <koen>
I would be fine with just a PR bump patch, but I'm laz^H^H^^Hefficient
- [16:14:34] <denix>
ok, so dm355 is copied from tosa, and then other dmXXXX are copied from dm355... the second part is fine, but we rather should have a fresh new file for at least the first dm355
- [16:15:00] <_chase_>
I'll make a new set. I'll have them in a minute.
- [16:15:55] <denix>
_chase_: while you're at it, make attribution to arago... :) just 2 words "from arago" should be fine :)
- [16:16:09] * cfriedt (~cfriedt@nb060.tf.uni-kiel.de) has left #beagle
- [16:16:14] <denix>
I guess I'm just too cranky today... :)
- [16:16:34] <_chase_>
denix: sorry, you mean in the title?
- [16:16:47] * theholyduck (~holyduck@ip-174-139-106-77.eidsiva.net) Quit (Quit: Forlater kanalen)
- [16:16:49] * mobidev (~mobidev@94.127.205.30) has joined #beagle
- [16:17:17] <denix>
doesn't really matter where - I originally thought you made a new set of state files...
- [16:18:39] * sakoman (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) has joined #beagle
- [16:18:47] * Phrog (~chatzilla@ip-87-82-198-210.easynet.co.uk) has joined #beagle
- [16:21:47] <_chase_>
OK. done. Sent a new set with PATCHv2 in the header
- [16:22:45] * gdm (~gdm@190.55.34.222) Quit (Ping timeout: 240 seconds)
- [16:27:54] <koen>
_chase_: for bonus points you can create a patchwork login and mark the v1 as superseded+applied at http://patchwork.openembedded.org/project/openembedded/list/ :)
- [16:28:23] * mrc3 (~ddiaz@189.157.114.13) has joined #beagle
- [16:28:39] * alancam (~a-campbel@nat/ti/x-negxzdjvxtlvbttg) Quit (Ping timeout: 272 seconds)
- [16:29:52] <denix>
_chase_: look good, thanks!
- [16:30:25] <denix>
koen: your acks from the first set still apply? :)
- [16:30:32] * jpirko (~jirka@ip-89-103-91-100.karneval.cz) has joined #beagle
- [16:30:58] <_chase_>
koen: I only see the first three patches at patchwork.
- [16:31:05] <koen>
denix: yes
- [16:31:53] <koen>
_chase_: I guess number 4 got spamfiltered by gmail
- [16:32:03] * mrc3_ (~mrc3@nat/ti/x-omcquitcozlilgaj) Quit (Remote host closed the connection)
- [16:32:17] * mrc3_ (~mrc3@nat/ti/x-rdzxgcctodcuuvzh) has joined #beagle
- [16:32:20] <_chase_>
koen: Where are the new set though?
- [16:33:24] * Phrog_ (~chatzilla@host86-182-218-199.range86-182.btcentralplus.com) has joined #beagle
- [16:33:25] <_chase_>
oh, I see them now.
- [16:33:43] * Phrog (~chatzilla@ip-87-82-198-210.easynet.co.uk) Quit (Ping timeout: 272 seconds)
- [16:33:51] * Phrog_ is now known as Phrog
- [16:38:11] * mcgeagh (~mcgeagh@xbmc/staff/mcgeagh) Quit (Quit: Ex-Chat)
- [16:44:24] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Quit: Leaving)
- [16:46:52] * notzed (~notzed@ppp118-210-120-98.lns20.adl2.internode.on.net) Quit (Ping timeout: 252 seconds)
- [16:56:47] * jayabharath (~a0866114@nat/ti/x-adivnlwxshuuheph) has joined #beagle
- [16:58:25] * mic (~4a4ba5ad@gateway/web/freenode/x-kmozcxxhmmgjdubc) has joined #beagle
- [16:58:33] <mic>
hello
- [16:59:05] <i_tarzan_>
h
- [16:59:09] <mic>
anyone home?
- [16:59:42] * eAndrius (~andr@88-222-169-44.meganet.lt) Quit (Read error: Connection reset by peer)
- [16:59:59] <XorA>
yes
- [17:03:44] * gdm (~gdm@190.55.34.222) has joined #beagle
- [17:07:37] * ssvb (~ssvb___@viktor.cosmicparrot.net) Quit (Quit: Leaving)
- [17:12:49] <robtow>
no
- [17:13:07] <robtow>
<-is at work
- [17:13:49] <ogra>
yes and no
- [17:13:55] <ogra>
<- works from home :P
- [17:13:57] * koen works from home currently
- [17:14:09] <robtow>
ogra - in a quantum superimposition state?
- [17:14:21] <koen>
ogra: have you decided on linuxtag attendance already?
- [17:14:35] <ogra>
koen, i'll at least attend fir and sat
- [17:14:36] <koen>
mru: no updates on getting you C3s, sorry
- [17:14:37] <ogra>
*fri
- [17:14:56] <koen>
ogra: ah, too bad, I leave friday morning
- [17:15:10] <ogra>
hmm, then i might come thu :)
- [17:15:18] <ogra>
i'd actually like to meet you
- [17:15:30] <mru>
koen: any C will do
- [17:15:46] <XorA>
koen: train ogra in the true ways of arm :-)
- [17:15:55] <koen>
:)
- [17:16:17] <mru>
I have a C1D I could use, but I need one more
- [17:16:26] * eAndrius (~andr@88-222-169-44.meganet.lt) has joined #beagle
- [17:17:19] <robtow>
Are the devotees of Beagle vs Overo "arm wrestling"?
- [17:17:26] <koen>
heh
- [17:17:38] <ogra>
grin
- [17:19:11] * jkridner1 (~a0321898@nat/ti/x-yoskxgvombkvrglf) has joined #beagle
- [17:20:11] * Phrog (~chatzilla@host86-182-218-199.range86-182.btcentralplus.com) Quit (Ping timeout: 248 seconds)
- [17:27:15] * Phrog (~chatzilla@87.115.80.222) has joined #beagle
- [17:28:49] <likewise>
mru: you need C rev how many and for what?
- [17:28:52] * jevin (~jevin@c-24-13-122-71.hsd1.in.comcast.net) has joined #beagle
- [17:29:01] <likewise>
mru: and by when...?
- [17:29:38] <mru>
for the video wall
- [17:29:42] <mru>
by wednesday
- [17:29:50] <mru>
tuesday better
- [17:31:42] * mrc3_ (~mrc3@nat/ti/x-rdzxgcctodcuuvzh) Quit (Remote host closed the connection)
- [17:32:00] * mrc3_ (~mrc3@nat/ti/x-nbfutpnksjwbtmrf) has joined #beagle
- [17:32:45] <eAndrius>
is there any way to play a test sound via uboot? (without kernel loaded)
- [17:33:45] * ssvb (~ssvb___@a88-112-120-50.elisa-laajakaista.fi) has joined #beagle
- [17:36:33] <_av500_>
eAndrius: no
- [17:38:51] <_av500_>
http://lkml.org/lkml/2010/6/2/472
- [17:38:55] <_av500_>
unrelated
- [17:40:07] * Phrog (~chatzilla@87.115.80.222) Quit (Ping timeout: 245 seconds)
- [17:41:53] <mru>
I can understand his frustration
- [17:42:08] <mru>
but at the same time he should be thankful people are trying to get stuff upstream
- [17:42:16] <mru>
unlike certain vendors...
- [17:46:02] <koen>
"TWO HUNDRED THOUSAND lines of arch/arm is just pure garbage"
- [17:52:20] * theholyduck (~holyduck@ip-174-139-106-77.eidsiva.net) has joined #beagle
- [17:53:41] * jevin (~jevin@c-24-13-122-71.hsd1.in.comcast.net) Quit (Remote host closed the connection)
- [18:03:37] * XorA is now known as XorA|gone
- [18:06:11] * KosiNuss (~tom@p4FD128E2.dip0.t-ipconnect.de) has joined #beagle
- [18:09:43] <jacekowski>
hmm, unless i'm doing something wrong my tv has problem with beagle dvi output
- [18:09:56] <jacekowski>
have*
- [18:10:25] <jacekowski>
but i'm either getting hdmi unavaliable or hdmi out of range
- [18:10:36] <jacekowski>
depending on settings
- [18:11:44] <_av500_>
what res?
- [18:12:44] <_av500_>
tvs tendto not likenon hdmi resolutions and timings
- [18:13:06] * mru curses
- [18:13:46] <koen>
setenv dvimode=hd720 in your boot.scr
- [18:13:54] * niclas_ (~niclas@nat/ti/x-uvwzzuqvxxqiecuh) has joined #beagle
- [18:13:59] * niclas (~niclas@nat/ti/x-mturlddkijgmbedm) Quit (Remote host closed the connection)
- [18:17:11] * RoHS (~RoHS@68-64-214-18.static.forethought.net) Quit (*.net *.split)
- [18:17:12] * eFfeM_work (~frans@atwork-193.r-212.178.107.atwork.nl) Quit (*.net *.split)
- [18:17:12] * signal11 (esteban@gnv.quaddro.net) Quit (*.net *.split)
- [18:17:12] * kulve (~kulve@humboldt.pingu.fi) Quit (*.net *.split)
- [18:17:12] * nullpuppy (~dustin@freematrix/staff/nullpuppy) Quit (*.net *.split)
- [18:17:43] * ppoudel (~chatzilla@129.114.246.141) has joined #beagle
- [18:19:02] * kulve (deaaac1605@humboldt.pingu.fi) has joined #beagle
- [18:19:33] * nullpuppy (~dustin@c-24-16-84-118.hsd1.wa.comcast.net) has joined #beagle
- [18:19:45] <jacekowski>
av500: 1280x720
- [18:20:20] * mic (~4a4ba5ad@gateway/web/freenode/x-kmozcxxhmmgjdubc) Quit (Quit: Page closed)
- [18:20:30] * signal11 (esteban@gnv.quaddro.net) has joined #beagle
- [18:23:22] * RoHS (~RoHS@68-64-214-18.static.forethought.net) has joined #beagle
- [18:26:45] * djlewis_ (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
- [18:27:42] * KosiNuss (~tom@p4FD128E2.dip0.t-ipconnect.de) Quit (Ping timeout: 265 seconds)
- [18:27:52] <djlewis_>
hi guys
- [18:28:49] * i_tarzan_ (~i_tarzan@187.152.118.21) Quit (Ping timeout: 264 seconds)
- [18:30:07] * eFfeM_work (~frans@atwork-193.r-212.178.107.atwork.nl) has joined #beagle
- [18:30:37] * niclas_ (~niclas@nat/ti/x-uvwzzuqvxxqiecuh) Quit (Remote host closed the connection)
- [18:30:39] * niclas (~niclas@nat/ti/session) has joined #beagle
- [18:33:53] <djlewis_>
old news now, but in defense of jacekowski the BBSRM schematic of power connector still shows +5 going to gnd rather than the sleeve. page 44. pge 162 shows sleeve as +5.
- [18:34:09] <djlewis_>
But we all know that the sleeve is gnd and tip is +5 :)
- [18:34:13] * niclas (~niclas@nat/ti/session) Quit (Changing host)
- [18:34:13] * niclas (~niclas@nat/ti/x-qcelwmktnznkowwg) has joined #beagle
- [18:35:13] * cfriedt (~cfriedt@116-250-dsl.kielnet.net) has joined #beagle
- [18:38:43] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
- [18:38:51] * stephen_ (~stephen@client-86-23-95-49.brhm.adsl.virginmedia.com) has joined #beagle
- [18:38:59] * stephen_ is now known as plasmab2
- [18:45:43] <djlewis_>
As a matter of fact, one has to pay attention to an obscure little paragrapy 8.22 on page 48 to get the
- [18:45:45] * topfs2 (~dt07ta8@xbmc/staff/topfs2) Quit (Quit: Leaving)
- [18:45:48] <djlewis_>
DC plug right.
- [18:45:59] <djlewis_>
paragraph.. :)
- [19:07:25] <djlewis_>
I feel so all alone :(
- [19:08:11] * KosiNuss (~tom@p4FD128E2.dip0.t-ipconnect.de) has joined #beagle
- [19:14:19] <mru>
djlewis_: not enough trolling today, eh?
- [19:15:00] * KosiNuss (~tom@p4FD128E2.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
- [19:15:11] <djlewis_>
hi mru :)
- [19:25:36] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
- [19:29:49] * ddompe (~ddompe@186.32.57.22) has joined #beagle
- [19:30:35] * peksha (~peksha@145.86.broadband10.iol.cz) Quit (Quit: Leaving.)
- [19:30:44] * mobidev (~mobidev@94.127.205.30) Quit (Quit: I go offline...)
- [19:31:06] * eFfeM (~frans@j200125.upc-j.chello.nl) has joined #beagle
- [19:35:13] * RoHS (~RoHS@68-64-214-18.static.forethought.net) Quit (Quit: RoHS)
- [19:35:54] <koen>
ooooh, new drama in the suspend blockers soap
- [19:36:39] * koen looks for popcorn
- [19:39:25] * wdieter (~wdieter@74-142-218-14.dhcp.insightbb.com) Quit (Read error: Operation timed out)
- [19:45:27] * kg4giy (~kg4giy@linuxjournal/staff/DavidLane) Quit (Quit: Time to track the dreaded Jabberwocky!)
- [19:45:47] * ceyusa (~vjaquez@155.99.117.91.static.mundo-r.com) Quit (Quit: leaving)
- [19:45:59] <ds2>
heh
- [19:46:14] <ds2>
I like that response
- [19:47:05] * _koen_ (~x0115699@nat/ti/x-oqmzzuiahpvdgfdv) has joined #beagle
- [19:47:52] * alancam (~a-campbel@nat/ti/x-uftcacapskosmjkz) has joined #beagle
- [19:50:26] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #beagle
- [19:53:03] <ds2>
arrrgggg @#$@$#$!@$!@#!@ android
- [19:54:31] <mru>
did it bite you?
- [19:54:44] <djlewis_>
did it step on your foot?
- [19:55:00] * wdieter (~wdieter@74-142-218-14.dhcp.insightbb.com) has joined #beagle
- [19:55:03] <ds2>
yes and yes :P
- [19:55:10] <Jefro>
it's android. by definition it shoots you in the foot.
- [19:55:24] <ds2>
but then I am also thinking of hammering it down into a box
- [19:55:33] <mru>
your foot?
- [19:55:37] <ds2>
:P
- [19:55:49] <ds2>
and why I am at it....
- [19:55:54] <ds2>
arrggg @Q#$#@@%#$#@$ toolchains
- [19:56:07] <ds2>
not having a good day
- [19:56:17] <mru>
are you sure it's not SDKs you're cursing at?
- [19:56:22] <mru>
toolchains per se are ok
- [19:56:48] <ds2>
mru: things are breaking with CS but working with the GNU version
- [19:56:59] <kerute>
hello, is there any tutorial/howto/boards quite cheap (<100$) i could find to connect an lvds display on my beagleboard ?
- [19:57:07] * marcheu (~marcheu@annarchy.freedesktop.org) Quit (Remote host closed the connection)
- [19:57:14] <ds2>
no.
- [19:57:24] <drinkcat>
koen: is there any known problem with the MUSB driver in the latest vanilla kernel (2.6.35-rc1)? g_ether works for a few seconds at most...
- [19:57:30] <ds2>
goto school, become a EE, read the datasheet and do it yourself.
- [19:57:48] <ds2>
ph00d time
- [19:58:22] <mru>
drinkcat: how vanilla?
- [19:58:37] <mru>
you should be using the linux-omap tree and apply some patches
- [19:58:54] <Jefro>
kerute : ds2 is having a bad day :) what video interface does your display have? there are boards that can convert to vga.
- [19:59:18] <drinkcat>
mru: okay, I'll use linux-omap then. Any ideas which patches are needed on top of that?
- [19:59:20] <kerute>
for now i just have laptops panels
- [19:59:38] <Jefro>
kerute : here's a VGA description http://www.linusakesson.net/hardware/beagleboard/vga.php
- [19:59:38] <kerute>
im ok to buy an lcd panel too its just i cant find what
- [20:00:01] <kerute>
i just know its lvds but i dont know what it implies
- [20:00:05] <Jefro>
most (all) of the pluggable LCD panels I have seen are >$100
- [20:00:48] <Jefro>
can't help with LVDS, sorry - no experience there
- [20:00:54] <djlewis_>
there have been several here add LCD display.
- [20:01:04] <djlewis_>
including ds2 ;)
- [20:01:13] * _koen_ (~x0115699@nat/ti/x-oqmzzuiahpvdgfdv) Quit (Ping timeout: 264 seconds)
- [20:01:20] * cfriedt1 (~cfriedt@116-250-dsl.kielnet.net) has joined #beagle
- [20:01:59] <kerute>
any reference or name ("lcd panel" doesnt give me correct results ... ) i should search
- [20:02:01] <kerute>
?
- [20:02:19] * cfriedt (~cfriedt@116-250-dsl.kielnet.net) Quit (Ping timeout: 248 seconds)
- [20:02:35] <Jefro>
try "beagleboard lvds display"
- [20:02:45] <Jefro>
here's a discussion: http://markmail.org/message/2f5426kuqy724rp2
- [20:03:24] <Jefro>
biggest issue will be a driver, I think
- [20:04:05] <djlewis_>
TinCanTools is working on a board for 800x600 last I heard
- [20:04:15] <drinkcat>
mru: any idea which branch? master? omap-testing?
- [20:05:34] <mru>
master iirc
- [20:05:47] <mru>
and don't forget the patches
- [20:06:17] <mru>
you can get (most of) them from OE
- [20:06:20] <kerute>
i seen the SN75LVDS83B but i think it involves more than connecting some wires to it
- [20:06:27] <mru>
but any good kernel needs at least one self-made patch
- [20:08:00] <warflyr>
drinkcat i think it was 2.6.33 but ive had g_ether running reliably now for over a week
- [20:11:01] <drinkcat>
yeah I was using 2.6.32 from angstrom-linux/beagleboardXM, works fine, but if I want my work to be pushed in the mainline kernel at some point, I guess I need to target something more recent...
- [20:13:08] * wroberts1 (~klogd@qbang.org) Quit (Ping timeout: 260 seconds)
- [20:14:15] <mru>
target whatever works for now
- [20:14:21] <mru>
.32 is recent enough
- [20:14:33] * wroberts1 (~klogd@qbang.org) has joined #beagle
- [20:14:47] <mru>
updating to .34 when that stabilises shouldn't be hard
- [20:16:44] <drinkcat>
well some functions I use got renamed somewhere between .32 and .35-rc1 (but nothing that looks to serious)...
- [20:17:03] <drinkcat>
but ok then, I'll stick with .32 for now, probably easier...
- [20:20:22] * topfs2 (~topfs2@xbmc/staff/topfs2) Quit (Quit: L?mnar)
- [20:21:37] * alancam (~a-campbel@nat/ti/x-uftcacapskosmjkz) Quit (Ping timeout: 264 seconds)
- [20:25:10] * jkridner1 (~a0321898@nat/ti/x-yoskxgvombkvrglf) Quit (Ping timeout: 240 seconds)
- [20:31:41] * mrc3_ (~mrc3@nat/ti/x-nbfutpnksjwbtmrf) Quit (Remote host closed the connection)
- [20:32:09] * mrc3_ (~mrc3@nat/ti/x-ujfhoaellhjwbwnw) has joined #beagle
- [20:39:26] * cfriedt1 (~cfriedt@116-250-dsl.kielnet.net) Quit (Quit: Leaving.)
- [20:39:41] * cfriedt (~cfriedt@116-250-dsl.kielnet.net) has joined #beagle
- [20:40:44] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) Quit (Quit: jrmuizel)
- [20:41:28] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Quit: Leaving)
- [20:43:46] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) has joined #beagle
- [20:52:06] * Belna (~Thomas@ppp-88-217-98-26.dynamic.mnet-online.de) Quit (Remote host closed the connection)
- [20:53:15] * marcheu (~marcheu@annarchy.freedesktop.org) has joined #beagle
- [20:54:53] * eFfeM (~frans@j200125.upc-j.chello.nl) Quit (Quit: Leaving.)
- [21:03:46] * gustavoz (~gustavoz@201.252.31.213) Quit (Quit: Leaving)
- [21:11:58] * alancam (~a-campbel@nat/ti/x-aizbhwtnyjmntbsq) has joined #beagle
- [21:15:47] * warflyr (warflyr@c-76-25-242-34.hsd1.co.comcast.net) Quit (Ping timeout: 260 seconds)
- [21:15:49] * cfriedt (~cfriedt@116-250-dsl.kielnet.net) Quit (Ping timeout: 252 seconds)
- [21:17:13] * parapete (~pete@81.151.198.143) has joined #beagle
- [21:24:06] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176032947.dsl.bell.ca) has joined #beagle
- [21:24:30] * wdieter (~wdieter@74-142-218-14.dhcp.insightbb.com) Quit (Read error: Operation timed out)
- [21:26:09] * rcranetx (~rcranetx@nat/ti/x-hejfgrtkgtbagcmt) Quit (Quit: Leaving.)
- [21:34:28] * RoHS (~RoHS@68-64-214-18.static.forethought.net) has joined #beagle
- [21:38:02] * wdieter (~wdieter@74-142-218-14.dhcp.insightbb.com) has joined #beagle
- [21:40:36] * jayabharath (~a0866114@nat/ti/x-adivnlwxshuuheph) has left #beagle
- [21:44:33] <kerute>
sorry to come back with my questions, if i get a SN75LVDS83B to connect to an lvds display
- [21:44:49] <kerute>
will i also need a SN75LVDS82 ?
- [21:45:18] * robtow (~rob@12.156.66.34) Quit (Quit: Leaving.)
- [21:48:08] * alancam (~a-campbel@nat/ti/x-aizbhwtnyjmntbsq) Quit (Ping timeout: 265 seconds)
- [21:49:30] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176032947.dsl.bell.ca) Quit (Quit: RobotGrrl)
- [21:56:31] <DValle>
anyone tried those pico projectors? they look sweeet
- [21:57:10] <synack->
they're not very bright and are really only useful at short distances... if you can live with those limitations, they're great
- [21:57:10] <mru>
the cake is a lie
- [21:57:35] <djlewis_>
I the video wall is even better :)
- [21:57:51] * jpirko (~jirka@ip-89-103-91-100.karneval.cz) Quit (Remote host closed the connection)
- [21:57:52] <DValle>
ahh that's what I would expect, but at night or something it could be a sweet little mobile video unit
- [21:58:02] <synack->
yup
- [21:58:12] <mru>
low resolution and lack of brightness make them mostly useless
- [21:58:22] <DValle>
well they've got decent resolution
- [21:58:31] <mru>
half vga last I checked
- [21:58:36] <mru>
that's not really useful
- [21:58:41] <synack->
depends on what you're planning to use it for
- [21:58:51] <DValle>
sec let me look
- [21:58:54] <mru>
sure, as paperweights they do nicely
- [21:59:41] <DValle>
mmmm
- [21:59:44] <DValle>
there is one that does 720p
- [22:00:04] <DValle>
http://www.picodv.com/OM
- [22:00:13] <DValle>
err just .com
- [22:00:42] <DValle>
hahaha their ad says project 65"!!!
- [22:00:51] <DValle>
good luck at 65"
- [22:01:07] <synack->
there was a company at CES a couple years ago showing off a laser-based pico projector with a really small footprint... no idea what happened to them
- [22:01:09] <DValle>
better be black hole dark
- [22:01:26] <mru>
DValle: does it actually _project_ 720p?
- [22:01:33] <mru>
or merely accept it at the input?
- [22:02:02] <DValle>
valid question
- [22:02:14] <synack->
these guys: http://www.microvision.com/
- [22:02:18] <ds2>
the pico projectors are nice
- [22:03:01] <mru>
cute and harmless
- [22:03:04] * emeb waits for the "but"
- [22:03:04] <synack->
only $4900: http://www.microvision.com/pico_projector_displays/pek.html
- [22:03:06] <mru>
wouldn't say nice
- [22:03:27] * cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net) Quit (Ping timeout: 245 seconds)
- [22:03:41] <ds2>
depends on your application
- [22:03:56] <djlewis_>
read a article of a guy using one for a wearable.
- [22:04:08] <djlewis_>
stop shine on wall and use conputer
- [22:04:17] <djlewis_>
better be a dark area :)
- [22:04:34] <DValle>
Palm-sized, rechargeable & lightweight projector / microSD slot / LED light source / 1280x800 resolution / 2000:1 contrast ratio / Up to 120" image size
- [22:04:40] <DValle>
http://www.jr.com/optoma/pe/OTM_PK301/
- [22:04:51] <DValle>
that is the one
- [22:04:54] <djlewis_>
sounds power hungry
- [22:05:23] <likewise>
synack-: you saw that laser projector in actual working order?
- [22:05:24] <DValle>
native 854x480
- [22:05:30] <synack->
likewise: yeah, a prototype
- [22:05:44] <mru>
that contrast figure is meaningless
- [22:05:47] <likewise>
synack-: what was it like?
- [22:05:52] <mru>
at 50 lumen it's utterly useless
- [22:06:00] <DValle>
how do the lasers compare?
- [22:06:07] <mru>
it'll only be visible in pitch black surroundings
- [22:06:19] <likewise>
mru: it = laser projector?
- [22:06:28] <mru>
it = the link above
- [22:06:33] <likewise>
jr.com, ok
- [22:06:33] <synack->
likewise: it looked better than the rest of the first generation pico projectors I saw that year... no idea how it compares to the more recent stuff
- [22:06:44] <synack->
brighter colors, better contrast
- [22:06:54] <mru>
5000 lumen is bare minimum for a projector
- [22:06:58] <mru>
decent ones are 20k
- [22:07:09] <likewise>
synack-: and compared to an off-the-shelf projector, say using DLP?
- [22:07:27] <synack->
off-the-shelf projector is still better, but much bigger and needs more power
- [22:07:42] <DValle>
http://www.jr.com/3m/pe/_3M_MPRO120/ for $250
- [22:08:28] <mru>
you might as well just get a cheap 5" LCD
- [22:10:53] * djlewis_ has two transparent lcd projector panels. make you a good deal.
- [22:10:59] <djlewis_>
you just need a flashlght
- [22:11:15] <djlewis_>
one b&w, one color
- [22:11:42] <mru>
my flashlight is only white...
- [22:11:51] <djlewis_>
white is all you need
- [22:11:52] <mru>
you have one that shines black?
- [22:12:06] <mru>
oh, and everybody knows the proper word is TORCH
- [22:12:14] <djlewis_>
hehee
- [22:12:21] <djlewis_>
you barbarian
- [22:12:52] <mru>
swedes are barbarians now?
- [22:12:58] <djlewis_>
we ;)
- [22:13:24] <djlewis_>
just thinking bout a bunch of vikings with their torches chasing enemies..
- [22:13:41] * jconnolly (~jconnolly@firebug.buglabs.net) Quit (Ping timeout: 240 seconds)
- [22:13:49] <djlewis_>
of course they have their swords and other goodies too.
- [22:14:19] <djlewis_>
here in the US we graduated straight to lantern. bypassed the torch ;)
- [22:14:32] * jconnolly (~jconnolly@firebug.buglabs.net) has joined #beagle
- [22:15:30] <djlewis_>
yep, that word has been around a long time.
- [22:16:05] <djlewis_>
never hear it used for flashlights here though.
- [22:16:21] * plasmab2 (~stephen@client-86-23-95-49.brhm.adsl.virginmedia.com) Quit (Read error: Connection reset by peer)
- [22:17:37] * jconnoll1 (~jconnolly@firebug.buglabs.net) has joined #beagle
- [22:17:57] * jconnolly (~jconnolly@firebug.buglabs.net) Quit (Read error: No route to host)
- [22:21:40] * rhk (~rhk@adsl-75-44-25-53.dsl.sfldmi.sbcglobal.net) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539])
- [22:21:56] * jconnoll1 is now known as jconnolly
- [22:27:39] * RoHS (~RoHS@68-64-214-18.static.forethought.net) Quit (Quit: RoHS)
- [22:37:25] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) Quit (Read error: Connection reset by peer)
- [22:41:09] * brijesh (~brijesh@nat/ti/x-qwplkuoxotxpimgx) Quit (Quit: Leaving)
- [22:42:08] * mrc3_ (~mrc3@nat/ti/x-ujfhoaellhjwbwnw) Quit (Remote host closed the connection)
- [22:42:11] * mrc3__ (~mrc3@nat/ti/x-enifyxajdzgaebkd) has joined #beagle
- [22:52:51] * parapete (~pete@81.151.198.143) Quit (Quit: /kick evilpaul)
- [23:01:06] * katie (~katierh@nat/ti/x-szviwiihshjcafhf) has joined #beagle
- [23:01:17] * djlewis_ (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Quit: Leaving.)
- [23:02:44] * mrc3__ (~mrc3@nat/ti/x-enifyxajdzgaebkd) Quit (Remote host closed the connection)
- [23:02:56] * mrc3__ (~mrc3@nat/ti/x-fxxylivzkmoaucci) has joined #beagle
- [23:03:46] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) has joined #beagle
- [23:13:41] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) has joined #beagle
- [23:15:17] * mrc3__ (~mrc3@nat/ti/x-fxxylivzkmoaucci) Quit (Ping timeout: 265 seconds)
- [23:15:42] * mrc3__ (~mrc3@nat/ti/x-drgausmyhtiwjqlt) has joined #beagle
- [23:18:05] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
- [23:20:07] * ppotera (~ppotera@99-100-130-116.lightspeed.stlsmo.sbcglobal.net) Quit (Ping timeout: 252 seconds)
- [23:20:11] * Summeli (summeli@irc.summeli.fi) Quit (Ping timeout: 248 seconds)
- [23:24:51] * ddompe (~ddompe@186.32.57.22) Quit (Quit: ddompe is leaving)
- [23:25:18] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) Quit (Remote host closed the connection)
- [23:29:32] * 15SAACKGT (~cmurillo@201.199.246.232) Quit (Quit: Leaving.)
- [23:35:39] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 248 seconds)
- [23:44:13] * Zoxc (~zoxc@ti0128a340-dhcp0330.bb.online.no) Quit ()
- [23:47:17] * maria1 (~mrodrigue@201.199.246.232) Quit (Quit: Leaving.)
- [23:51:37] * olivia_ (~4d06fec2@gateway/web/freenode/x-gwlhnzdgsvzooihj) has joined #beagle
- [23:51:43] * BThompson (~a0193480@nat/ti/x-cfntmaeglqrqfyqu) Quit (Remote host closed the connection)
- [23:52:04] * emeb (~ericb@ip72-223-81-194.ph.ph.cox.net) has left #beagle
- [23:52:06] <olivia_>
Hello. I wonder if anyone has been connecting a HD webcam to the board and streaming at least 720p H264 video from it?
These logs were automatically created by BeagleLogBot on
irc.freenode.net
using the Java IRC LogBot.
See http://microformats.org/wiki/mflogbot for more information.