• [00:09:12] * jevin (n=jevin@c-24-13-123-108.hsd1.in.comcast.net) Quit ("Computer has gone to sleep")
  • [00:14:48] * djlewis (n=bubba@65-66-76-175.dsl.tcworks.net) has joined #beagle
  • [00:15:31] * rafa_ (i=88913a96@gateway/web/freenode/x-lzenuwvwssfpgbdd) has joined #beagle
  • [00:16:13] <rafa_> where can I find documentation on the software required to program in beagle
  • [00:16:43] <djlewis> beagleboard.org?
  • [00:17:26] <rafa_> but on the specific linux software package used to program it
  • [00:17:59] <rafa_> in beagleboard.org there is a lot of documentation about the hardware not the software needed to run it
  • [00:19:00] <djlewis> there are also links to Angstrom, Ubuntu, Debian and others?
  • [00:19:00] <djlewis> All linux based
  • [00:19:20] <djlewis> are you talking about developing for the beagleboard?
  • [00:21:36] <rafa_> I want to develop a DSP product using beagle
  • [00:22:12] <djlewis> if so look at toolchains for it, OE, Code Sourcery and such
  • [00:22:43] * blanny (i=0fcbe9cd@gateway/web/freenode/x-vfvlqztqlflxuqsq) has joined #beagle
  • [00:22:43] <rafa_> ok, where? beagleboard.org?
  • [00:22:59] <djlewis> There is much said of DSP on the irc logs and beagleboard chat. I dont know DSP.
  • [00:25:02] <rafa_> ok
  • [00:25:05] <rafa_> thanks!!
  • [00:25:19] <djlewis> I hope you find your answers
  • [00:26:16] * blanny (i=0fcbe9cd@gateway/web/freenode/x-vfvlqztqlflxuqsq) Quit (Client Quit)
  • [00:26:25] * rafa_ (i=88913a96@gateway/web/freenode/x-lzenuwvwssfpgbdd) Quit ("Page closed")
  • [00:48:39] * rbelem (n=rodrigo@pdpc/supporter/active/rbelem) Quit ("Leaving")
  • [00:57:56] * ogra (n=ogra@ubuntu/member/ogra) Quit (Read error: 104 (Connection reset by peer))
  • [00:58:38] * ogra (n=ogra@ubuntu/member/ogra) has joined #beagle
  • [01:09:56] * jserv-- (n=jserv@61.57.131.211) Quit (Remote closed the connection)
  • [01:16:23] * BThompsonD (n=bernie@cpe-66-25-52-232.tx.res.rr.com) has joined #beagle
  • [01:16:23] * BThompson (n=Bernie_T@cpe-66-25-52-232.tx.res.rr.com) Quit (Read error: 54 (Connection reset by peer))
  • [01:38:07] * khasim (n=a0393720@192.163.20.231) has joined #beagle
  • [01:49:25] * rsalveti (n=rsalveti@189.70.48.107) has joined #beagle
  • [01:57:37] * djbclark (i=djbclark@pdpc/supporter/base/djbclark) has joined #beagle
  • [02:02:27] * BThompsonD (n=bernie@cpe-66-25-52-232.tx.res.rr.com) Quit ("Leaving.")
  • [02:02:41] * BThompsonD (n=bernie@cpe-66-25-52-232.tx.res.rr.com) has joined #beagle
  • [02:05:48] * jeremychang (n=jeremych@61-30-10-70.static.tfn.net.tw) has joined #beagle
  • [02:07:29] * BThompsonD (n=bernie@cpe-66-25-52-232.tx.res.rr.com) Quit (Client Quit)
  • [02:08:19] <djlewis> interesting, I have to NOT follow the wiki's to do a simple git pull for upating it.
  • [02:08:26] <djlewis> updating
  • [02:15:04] <ds2> djlewis: do not blindly follow wikis, understand what you are doing.
  • [02:33:27] <djlewis> ds2: you speak the zen way?
  • [02:34:35] <djlewis> after I figured out what I had to do, THEN i found a presentation in the openembedded docs tree that had the correct answer :)
  • [02:36:13] <djlewis> No, actually ir was under openembedded/contrib/presentations
  • [02:41:42] * jserv-- (n=jserv@61.30.10.70) has joined #beagle
  • [02:57:05] * diorahman_ (n=Dio@125.163.57.40) has joined #beagle
  • [03:04:41] * diorahman_ (n=Dio@125.163.57.40) Quit ()
  • [03:06:50] * mmW (n=mark@CPE001cf0fce879-CM00186851cb04.cpe.net.cable.rogers.com) has joined #beagle
  • [03:06:55] <mmW> Hi all
  • [03:07:09] <mmW> I'm wondering if anyone's had any luck getting apache2 or lighttpd working on the beagle
  • [03:07:17] <mmW> i'm getting different errors for each
  • [03:07:44] <mmW> (using Angstrom Linux)
  • [03:20:32] * cody__ (n=cody@dslb-084-056-083-169.pools.arcor-ip.net) Quit (Read error: 110 (Connection timed out))
  • [03:20:46] * cody__ (n=cody@dslb-084-056-114-022.pools.arcor-ip.net) has joined #beagle
  • [03:22:49] * jserv--- (n=jserv@61-30-10-70.static.tfn.net.tw) has joined #beagle
  • [03:22:49] * jserv-- (n=jserv@61.30.10.70) Quit (Read error: 131 (Connection reset by peer))
  • [03:22:49] * jeremychang (n=jeremych@61-30-10-70.static.tfn.net.tw) Quit (Read error: 104 (Connection reset by peer))
  • [03:22:52] * jeremychang_ (n=jeremych@61.30.10.70) has joined #beagle
  • [03:24:33] * jserv--- is now known as jserv--
  • [03:29:16] <mmW> fyi thttpd works. Apache2 not so much :)
  • [03:29:22] <mmW> opkg install thttpd
  • [03:31:45] <djlewis> ooh! kstars is big..
  • [03:39:37] * janneg (n=janne@tichy.grunau.be) Quit (Read error: 131 (Connection reset by peer))
  • [03:46:02] <lemay> the online image builder works really well
  • [03:59:06] <bkero> Got my touchbook today
  • [04:07:54] <killring> how do you like it?
  • [04:08:23] <bkero> Nice ARM hardware. I haven't had a chance to test out the battery life yet.
  • [04:08:32] <bkero> It...err, suffers from some build quality problems.
  • [04:08:36] <killring> how's the resistive screen
  • [04:08:37] <killring> ?
  • [04:09:01] <killring> fit and finish type issues or something more substantial?
  • [04:09:09] <bkero> Works nice enough. About the same as my Fujitsu P1620.
  • [04:09:26] <bkero> Well, the hinge gets caught whenever it gets opened, and has to be snapped back together.
  • [04:09:35] <killring> ugh
  • [04:09:39] <bkero> Something is loose in the keyboard part and rattles
  • [04:09:52] <bkero> There's no slot in the laptop anywhere for the stylus
  • [04:10:05] <killring> stylus?
  • [04:10:16] <bkero> It's a laptop, it comes with a stylus. :P
  • [04:10:19] <bkero> Er, a tablet
  • [04:10:43] <killring> ugh. how responsive is it to fingertip touch?
  • [04:10:52] <bkero> I haven't tried, don't want to smudge the screen.
  • [04:11:01] <bkero> I opened it up, took a shitload of pictures, and I'm going to toss it on eBay.
  • [04:11:09] <bkero> Well, write a review, then toss it on eBay.
  • [04:11:10] <killring> if they're expecting you to use a stylus, that's a deal-killer for me
  • [04:11:22] * mmW (n=mark@CPE001cf0fce879-CM00186851cb04.cpe.net.cable.rogers.com) Quit (Remote closed the connection)
  • [04:11:35] <killring> ah, so you are hoping to get a nice little premium on it?
  • [04:11:41] <bkero> Oh yea, and it's absurdly weighted
  • [04:11:56] <killring> battery?
  • [04:11:56] <bkero> Worse than the Eee 701. If you lean back the screen even a little, the keyboard goes upward.
  • [04:12:26] <killring> weird. I would think the beefier battery in the base would help with that
  • [04:12:33] <bkero> The base is still very light
  • [04:13:06] <killring> sounds like I may have to wait for gen 2
  • [04:13:25] <bkero> I think if I write a negative review, then toss it on eBay I'm going to be shooting myself in the foot.
  • [04:13:29] <bkero> What a dilemma...
  • [04:13:42] <killring> don't write a review until after you sell it :-)
  • [04:13:55] * khasim (n=a0393720@192.163.20.231) Quit (Remote closed the connection)
  • [04:14:44] <bkero> Good point
  • [04:14:51] <bkero> Oh yea, and the 'it goes on your fridge!' thing
  • [04:15:08] <killring> I've got to say, they've certainly botched the launch of gen 1... I hope they have decent enough sales to get to gen 2
  • [04:15:12] <bkero> Doesn't work very well. The magnets go on the OUTSIDE of the laptop, and slide down my fridge very easily
  • [04:15:47] <djlewis> lemay: did I hear you say you modified the opencv .bb to update the source?
  • [04:16:26] <killring> sounds like they pretty well screwed up on the physical package
  • [04:17:06] <bkero> The window manager looks like some freaky combination of KDE and XFCE.
  • [04:17:13] <bkero> ...and a bit of gnome tossed in for good measure
  • [04:17:29] <bkero> and they gave it fucking Vista window chrome
  • [04:17:42] <killring> I don't even care about the software since that would be the first thing I'd jettison. I'm looking for a solid mobile arm device to hack
  • [04:18:10] <lemay> hey djlewis ... I did some stuff with the opencv bb
  • [04:18:26] <djlewis> change the date and version?
  • [04:18:33] <bkero> Keyboard seems solid enough. You could probably get through all the little things if you wanted. I'm a minimalist, so I'd throw debian/gentoo on here without a desktop environment or toolkit.
  • [04:19:01] <lemay> I believe that in the end I used the opencv-svn recipe
  • [04:19:06] <killring> all I really want is an iphone-type device without the apple jail cell around it
  • [04:19:44] <killring> i.e. similar hardware features in a slightly larger form factor without apple anywhere in the loop :-)
  • [04:20:26] <djlewis> lemay: I suppose an amiable option is to dnload the tarball and make it a OE project
  • [04:20:53] <bkero> killring: There's always the G1, Nokia Maemo stuff, or the ARM 5" and 7" tablets on dealextreme for ubercheap
  • [04:21:03] <lemay> pull it in as a file?
  • [04:21:09] * robclark (n=robclark@nat/ti/x-nawevwfksihklpza) Quit ()
  • [04:22:34] <lemay> djlewis, I think the opencv-svn solution will work
  • [04:23:00] <lemay> I had issues installing the dbg ipk, but I installed the dev and apps ipk
  • [04:23:19] <djlewis> just create a sub directory in OE and make it a new branch
  • [04:23:23] <killring> bkero: nothing else I've seen so far appeals to me
  • [04:23:50] <bkero> Have you seen everything available? :P
  • [04:23:59] <djlewis> yep, i think the dbg is the one that fights with python
  • [04:24:31] <killring> I'm sure I haven't and I keep looking. the touchbook was the one that had me the most excited but from your initial impressions of it, it sounds like gen 1 ain't what I want
  • [04:24:33] <lemay> yea, and then I realized I had no real clue what to do with it anyways, so I aborted on it
  • [04:24:41] <djlewis> hehee..
  • [04:25:05] <lemay> "but I want to put break points in my code and debug it!"
  • [04:25:21] <djlewis> lemay: I still have a working opencv on a 2.6.29 SD card that i built locally and it works.
  • [04:25:34] <lemay> thats what I was thinking it was for, but the workflow here is an alien thing still
  • [04:25:51] <lemay> yea, you can get 1.0 installed painlessly
  • [04:26:03] <djlewis> lemay: I was baking kstars tonight just for grins and I will have to find some libs for it to bake.
  • [04:26:07] <lemay> its getting the latest svn thats a bit more challenging
  • [04:26:50] <djlewis> I have 1.1.pre1 running
  • [04:27:02] <lemay> excellent
  • [04:27:14] <lemay> why dont you just build it natively again?
  • [04:27:30] <bkero> killring: My pictures are coming online
  • [04:27:53] <killring> link?
  • [04:27:56] <djlewis> thats the 2.6.29 ver. since then some fs changes upstream broke the dbg and python integration.
  • [04:28:50] <djlewis> sakoman tried it to and had problems building it.
  • [04:29:01] <lemay> ha! I knew I wasnt insane!
  • [04:29:12] * diorahman_ (n=Dio@125.163.57.40) has joined #beagle
  • [04:29:17] <lemay> I just thought I was a fricken amateur
  • [04:29:37] <djlewis> lemay: I think a guru of python is going to have to fix the fix that broke it.
  • [04:29:38] <lemay> which is better than insane, sometimes ... I think ...
  • [04:30:40] <lemay> well, I do not have it installed on this new card, so I will be going through it again
  • [04:30:48] <lemay> I'll let you know what I run into
  • [04:30:55] <djlewis> cool
  • [04:32:14] * jipi (n=jipi@bb121-6-205-139.singnet.com.sg) has joined #beagle
  • [04:42:41] * jipi (n=jipi@bb121-6-205-139.singnet.com.sg) Quit (Read error: 104 (Connection reset by peer))
  • [04:42:43] * jipi_ (n=jipi@bb121-6-205-139.singnet.com.sg) has joined #beagle
  • [04:43:02] * jipi_ (n=jipi@bb121-6-205-139.singnet.com.sg) Quit (Read error: 104 (Connection reset by peer))
  • [04:48:35] * PuffTheMagic (n=quassel@unaffiliated/puffthemagic) Quit (Read error: 60 (Operation timed out))
  • [04:49:18] * PuffTheMagic (n=quassel@unaffiliated/puffthemagic) has joined #beagle
  • [04:55:58] <bkero> killring: It's up now
  • [04:56:38] <bkero> http://www.blueheaven.ws/
  • [05:00:01] <killring> interesting
  • [05:01:42] <killring> answers my question re: whether or not you can lay it flat with the screen facing out :-)
  • [05:03:18] * yogi (n=florin@iucha.net) Quit ("leaving")
  • [05:04:35] <killring> ah... didn't realize I had to click the different 'pages' to see the rest of the pictures
  • [05:04:47] <bkero> You can, but that's as far as you get. For the 'folded' mode, you have to take the screen out and flip it around, then put it back on.
  • [05:04:55] * lifeeth (n=praneeth@unaffiliated/lifeeth) has joined #beagle
  • [05:06:44] * denix0 (n=denix@pool-71-255-235-240.washdc.east.verizon.net) has joined #beagle
  • [05:08:37] <killring> not sure I follow. are you saying that you have to have the screen on in laptop mode, close it, disconnect and flip the screen to get that? if so, does it operate in that configuration?
  • [05:09:42] <bkero> Er
  • [05:10:05] <bkero> To flip it into tablet mode, you must open the laptop, disconnect the screen from the base, turn it 180 degrees, reinsert it into the base, then fold it closed again.
  • [05:14:11] <Animule> sorta sounds like a taco
  • [05:16:48] * _av500__ is now known as _av500_
  • [05:19:05] <bkero> Mmm tacos
  • [05:22:51] * boog (i=62d278db@gateway/web/freenode/x-vsiukktoiskeqawa) has joined #beagle
  • [05:26:13] * boog (i=62d278db@gateway/web/freenode/x-vsiukktoiskeqawa) Quit (Client Quit)
  • [05:26:56] * diorahman_ (n=Dio@125.163.57.40) Quit ()
  • [05:30:33] <bkero> Oh, I forgot!
  • [05:30:33] <bkero> Killawatt time with the TouchBook!
  • [05:31:09] * edufelipe (n=edufelip@189.4.105.15) has joined #beagle
  • [05:31:11] <bkero> 14 watts charging
  • [05:35:44] * khasim (n=a0393720@192.163.20.231) has joined #beagle
  • [05:37:31] <ds2> bkero: what is it idle?
  • [05:38:00] <bkero> ds2: That's idling while charging. As the batteries don't seem removable, I'm unable to find what it actually uses without charging.
  • [05:38:01] * gaurang (i=7bed0457@gateway/web/freenode/x-dkkcrvbrbeiaxuxg) has joined #beagle
  • [05:38:34] <gaurang> whats is difference between base-image,console-image
  • [05:39:03] <bkero> ds2: Ok, hahahaha.
  • [05:39:07] <bkero> Without the base it uses 8 watts.
  • [05:39:24] <ds2> so about 6watts on the backlight + LCD
  • [05:42:05] <bkero> Looks like the battery is 6.7A @ 3.7V
  • [05:42:22] <bkero> 3384ma at 50%
  • [05:42:54] * jserv-- (n=jserv@61-30-10-70.static.tfn.net.tw) Quit (Read error: 104 (Connection reset by peer))
  • [05:43:07] * jserv-- (n=jserv@61.30.10.70) has joined #beagle
  • [05:43:30] <ds2> 6.7AH or?
  • [05:48:15] <bkero> http://digg.com/hardware/AlwaysInnovating_Touchbook_review_and_photos digg plz?
  • [05:48:22] <bkero> yea
  • [05:51:00] <Stskeeps> bkero: if yours, please have a gallery that allows forth and back :P
  • [05:51:32] * MCTouch (n=MCTouch@5acb05ac.bb.sky.com) has joined #beagle
  • [05:51:44] <bkero> Recommend one?
  • [05:51:58] <Stskeeps> no idea - but it would help me enjoying the page :)
  • [05:52:19] <bkero> I can navigate back and forth on the page already.
  • [05:52:36] <Stskeeps> within the zoomed pictures, i mean
  • [05:52:53] <bkero> Yes, there are << and >>'s to the lower left and lower right of zoomed pictures
  • [05:52:57] <Stskeeps> hmm
  • [05:53:07] <Stskeeps> i wonder why my FF is acting up then
  • [05:53:24] <bkero> I'm using 3.5.2 on linux
  • [05:53:46] <Stskeeps> oh ther
  • [05:53:47] <Stskeeps> e
  • [05:53:50] <Stskeeps> screen size fooled me :)
  • [05:53:53] <Stskeeps> thanks ;)
  • [05:59:15] * djlewis (n=bubba@65-66-76-175.dsl.tcworks.net) Quit ("Leaving.")
  • [06:01:03] <ds2> bkero: are you going to do a touchbook, disected, page?
  • [06:01:13] * jeremychang_ (n=jeremych@61.30.10.70) has left #beagle
  • [06:01:23] <bkero> ds2: I was actually hoping to put it up on eBay, or else I would.
  • [06:01:31] <bkero> If I weren't, I'd have it dissected and up by now :)
  • [06:01:36] <ds2> bkero: why? you don't like it?
  • [06:01:37] * edufelipe (n=edufelip@189.4.105.15) Quit ()
  • [06:01:58] <bkero> ds2: Last month I got a Fujitsu P1620, which I consider to be superior in most respects.
  • [06:02:06] * Stskeepz (n=chobits@pc-10-195.skjoldhoej.dk) has joined #beagle
  • [06:02:12] <ds2> indeed... $$$$ but a nice system
  • [06:02:16] <bkero> Besides power consumption, obviously :P
  • [06:02:19] <bkero> Well, actually
  • [06:02:24] * Stskeeps (n=chobits@pc-10-195.skjoldhoej.dk) Quit ("Reconnecting")
  • [06:02:29] <ds2> it is 2.5K the last I looked
  • [06:02:35] <bkero> Circuit City had a BUNCH on lease, and now that they've gone under, they're showing up for $550 on eBay as lease-returns.
  • [06:02:44] <ds2> ah
  • [06:03:03] <bkero> So dual battery charger, regular charger, dock, case, laptop for $550 :P
  • [06:04:55] * alecrim (n=alecrim@201008196062.user.veloxzone.com.br) Quit (Read error: 104 (Connection reset by peer))
  • [06:05:01] * raster (n=raster@enlightenment/developer/raster) Quit (Read error: 101 (Network is unreachable))
  • [06:05:30] * raster (n=raster@enlightenment/developer/raster) has joined #beagle
  • [06:07:40] * rupeshgujare (n=rupesh@59.160.172.220) has joined #beagle
  • [06:08:36] * booxter (n=booxter@212.98.182.22) Quit (Read error: 104 (Connection reset by peer))
  • [06:10:22] * tsjsieb (n=tsjsieb@dejongbeheer.nl) has joined #beagle
  • [06:12:05] * DJW|Home (i=djwillis@82-46-19-72.cable.ubr02.bath.blueyonder.co.uk) has joined #beagle
  • [06:12:12] * MCTouch (n=MCTouch@5acb05ac.bb.sky.com) Quit ("Leaving...")
  • [06:18:13] * bbbb (i=dce319a2@gateway/web/freenode/x-veechgswnuqbtfzc) has joined #beagle
  • [06:18:50] * CruNcher (n=luls_lol@dslb-084-058-124-007.pools.arcor-ip.net) Quit ()
  • [06:18:54] * CruNcher (n=luls_lol@dslb-084-058-124-007.pools.arcor-ip.net) has joined #beagle
  • [06:24:32] * franktango (n=a0746747@nat/ti/x-lgivvixahdcnlsoo) has joined #beagle
  • [06:29:18] * franktango (n=a0746747@nat/ti/x-lgivvixahdcnlsoo) has left #beagle
  • [06:30:12] * DJWillis (n=djwillis@82-46-19-72.cable.ubr02.bath.blueyonder.co.uk) Quit (Read error: 110 (Connection timed out))
  • [06:35:37] * _STeVE__ (i=5e5cba12@gateway/web/freenode/x-cdysuctylizvsmgx) has joined #beagle
  • [06:36:46] * _STeVE__ (i=5e5cba12@gateway/web/freenode/x-cdysuctylizvsmgx) Quit (Client Quit)
  • [06:36:54] * _STeVE__ (i=5e5cba12@gateway/web/freenode/x-ggmaowhxgbgvcrvm) has joined #beagle
  • [06:36:59] * Stskeepz (n=chobits@pc-10-195.skjoldhoej.dk) Quit (Read error: 60 (Operation timed out))
  • [06:38:36] * Stskeeps (n=chobits@pc-10-195.skjoldhoej.dk) has joined #beagle
  • [06:48:55] * sx (n=eray@87-126-142-238.btc-net.bg) Quit ("Leaving")
  • [06:50:59] * franktango (n=a0746747@nat/ti/x-jdinekdysxesiplb) has joined #beagle
  • [06:55:31] * andersos_ (n=andersos@d991.ip15.netikka.fi) has joined #beagle
  • [07:03:34] * ArteK (n=Artur@81.15.241.96) has joined #beagle
  • [07:07:04] * booxter (n=booxter@212.98.182.22) has joined #beagle
  • [07:08:57] * faresDev (i=c15f5062@gateway/web/freenode/x-zwrnetzmpmjpnrow) has joined #beagle
  • [07:12:08] * faresDev (i=c15f5062@gateway/web/freenode/x-zwrnetzmpmjpnrow) Quit (Ping timeout: 180 seconds)
  • [07:31:04] * booxter (n=booxter@212.98.182.22) Quit (Read error: 104 (Connection reset by peer))
  • [07:31:18] * cody__ (n=cody@dslb-084-056-114-022.pools.arcor-ip.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [07:31:18] * _av500_ (n=av500@81-89-106-31.blue.kundencontroller.de) Quit (wolfe.freenode.net irc.freenode.net)
  • [07:31:18] * shenki (n=joel@202.174.42.5) Quit (wolfe.freenode.net irc.freenode.net)
  • [07:31:53] * cody__ (n=cody@dslb-084-056-114-022.pools.arcor-ip.net) has joined #beagle
  • [07:31:53] * _av500_ (n=av500@81-89-106-31.blue.kundencontroller.de) has joined #beagle
  • [07:31:53] * shenki (n=joel@202.174.42.5) has joined #beagle
  • [07:33:51] * janneg (n=janne@tichy.grunau.be) has joined #beagle
  • [07:35:01] * sduke (i=d96c9585@gateway/web/freenode/x-msnugoxmaiviypzw) has joined #beagle
  • [07:35:28] * sduke (i=d96c9585@gateway/web/freenode/x-msnugoxmaiviypzw) Quit (Client Quit)
  • [07:39:06] * jserv-- (n=jserv@61.30.10.70) Quit (Read error: 145 (Connection timed out))
  • [07:40:08] * lemay_ (n=chatzill@ip68-107-86-146.sd.sd.cox.net) has joined #beagle
  • [07:56:15] * killring (n=killring@76.226.160.85) Quit ()
  • [07:56:54] * guillaum1 (n=gl@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) Quit ("Leaving.")
  • [07:57:26] * lemay (n=chatzill@ip68-107-86-146.sd.sd.cox.net) Quit (Read error: 110 (Connection timed out))
  • [07:57:28] * guillaum1 (n=GZBA4143@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) has joined #beagle
  • [07:57:59] * gaurang (i=7bed0457@gateway/web/freenode/x-dkkcrvbrbeiaxuxg) Quit ("Page closed")
  • [07:59:53] * jserv-- (n=jserv@61.30.10.70) has joined #beagle
  • [08:00:06] * ThomasEgi (n=thomas@pppdyn-4c.stud-ko.rz-online.net) has joined #beagle
  • [08:02:33] * ssvb (n=ssvb___@a88-112-120-50.elisa-laajakaista.fi) Quit ("Leaving")
  • [08:09:30] * Openfree (n=Openfree@58.33.70.36) Quit (Read error: 145 (Connection timed out))
  • [08:12:24] * rkirti (n=oespirit@203.199.213.3) has joined #beagle
  • [08:15:37] * jserv-- (n=jserv@61.30.10.70) Quit (Read error: 145 (Connection timed out))
  • [08:20:05] * Openfree (n=Openfree@58.33.78.0) has joined #beagle
  • [08:23:54] * booxter (n=booxter@cpmsq.epam.com) has joined #beagle
  • [08:24:25] * wayne_ (i=56ab7252@gateway/web/freenode/x-mkvhvjmerkiekqof) has joined #beagle
  • [08:31:12] * nrossi (n=na@58.96.37.61) has joined #beagle
  • [08:31:47] * _STeVE__ (i=5e5cba12@gateway/web/freenode/x-ggmaowhxgbgvcrvm) Quit ("Page closed")
  • [08:31:58] * thaytan (n=jan@78.16.242.11) has joined #beagle
  • [08:36:18] * lemay (n=chatzill@ip68-107-86-146.sd.sd.cox.net) has joined #beagle
  • [08:40:17] * florian_kc (n=fuchs@port-217-146-132-69.static.qsc.de) has joined #beagle
  • [08:43:03] * florian_kc is now known as florian
  • [08:48:15] * lemay_ (n=chatzill@ip68-107-86-146.sd.sd.cox.net) Quit (Read error: 110 (Connection timed out))
  • [08:52:54] * vitaly__ (n=vitaly@64-71-26-218.static.wiline.com) has joined #beagle
  • [08:54:45] * vaibhav (i=79f6cfbb@gateway/web/freenode/x-fctbmksexcvygsbd) has joined #beagle
  • [08:55:03] * zedstar (n=john@fsf/member/zedstar) has joined #beagle
  • [08:55:46] * vaibhav (i=79f6cfbb@gateway/web/freenode/x-fctbmksexcvygsbd) Quit (Client Quit)
  • [09:00:02] * Beagle8 (n=Beagle8@121.246.207.187) has joined #beagle
  • [09:02:57] <Beagle8> hi i have rev c beagle board i am using Linux 2.6.31-rc6 it is giving error as Invalid kerenl image
  • [09:03:03] <Beagle8> please help
  • [09:03:30] <Beagle8> please tell me which is right version where deafault configuarion file can wrk
  • [09:03:45] * robotronics (i=77806b78@gateway/web/freenode/x-xyxoyuwxfzhsyzgo) has joined #beagle
  • [09:04:00] <robotronics> Hello
  • [09:05:02] <Beagle8> hi robotronics
  • [09:05:21] <Beagle8> i m newbie here
  • [09:05:22] * jserv-- (n=jserv@61.30.10.70) has joined #beagle
  • [09:06:08] <Beagle8> hi
  • [09:08:22] <robotronics> i am also newbie..
  • [09:08:34] <robotronics> i got the beagle board last week
  • [09:08:47] * vitaly_ (n=vitaly@64-71-26-218.static.wiline.com) Quit (Read error: 113 (No route to host))
  • [09:09:22] * mrc_001 (n=mrc_001@212-183-118-14.adsl.highway.telekom.at) has joined #beagle
  • [09:09:45] <Beagle8> are u able to port linux kerenel
  • [09:10:01] <robotronics> no i am facing a problem.
  • [09:10:08] <Beagle8> what s issue
  • [09:10:16] <robotronics> i have rev c3 beagleboard.
  • [09:10:20] <Beagle8> me too
  • [09:11:22] <robotronics> then today i had gone through the document BBSRM_latest.pdf
  • [09:11:29] <Beagle8> ok
  • [09:11:53] <robotronics> according to that.. i have modifed the serial port connector based on document.
  • [09:12:05] <Beagle8> yeah it works
  • [09:12:22] <robotronics> in order to know default x-loader and u image present in NAND flash
  • [09:13:05] <robotronics> so today i will check that... then based on the procedure i will continue to boot from SD card.
  • [09:13:49] <Beagle8> ok i tried with armstrong images that works fine
  • [09:13:50] <robotronics> Initially i loaded without the procedure.. i can't find any thing..
  • [09:14:05] <Beagle8> check your serial port settings
  • [09:14:30] * XorA|gone is now known as XorA
  • [09:14:30] <robotronics> which website you have taken the angstrom image..
  • [09:15:08] * wayne_ (i=56ab7252@gateway/web/freenode/x-mkvhvjmerkiekqof) Quit (Ping timeout: 180 seconds)
  • [09:15:10] <Beagle8> http://code.google.com/p/beagleboard/wiki/BeagleboardRevCValidation
  • [09:17:00] <robotronics> No need to create daul partiation for this image.
  • [09:17:07] <robotronics> on SD card
  • [09:17:26] <Beagle8> yes
  • [09:17:41] <robotronics> ok... FAT32 partition will do right?
  • [09:17:46] <Beagle8> yes
  • [09:18:00] <robotronics> and copy those file as per the suggestion.
  • [09:18:03] <Beagle8> but you have to follow the same procedure what mentioned in same link
  • [09:18:13] <Beagle8> yes rename and copy
  • [09:18:17] <robotronics> ok..
  • [09:18:21] <robotronics> i will try..
  • [09:18:22] <Beagle8> and order is important
  • [09:18:36] <robotronics> what are features present inside the OS.
  • [09:19:03] <Beagle8> i tried USB only
  • [09:19:32] <Beagle8> and once confirmed taken new linux version and trying to port
  • [09:19:54] <Beagle8> and got stuck :(
  • [09:19:56] <robotronics> well i have connected keyboard and mouse through USB hub
  • [09:20:14] <Beagle8> ok
  • [09:20:31] <robotronics> so with this Angstrom image the website you mentioned will detect the keyboard and mouse .
  • [09:20:35] <robotronics> ?
  • [09:20:56] <Beagle8> ok it should work i didnt try that
  • [09:21:10] <robotronics> ok..
  • [09:21:41] <robotronics> how Angstrom had design the User interface for this OS.
  • [09:21:59] <Beagle8> no idea
  • [09:22:04] <robotronics> ok..
  • [09:22:46] <robotronics> if we what to do some changes, then is there is any website where source code is available.
  • [09:23:00] <robotronics> and compiling procedure for the target
  • [09:23:34] <Beagle8> go to beagleboard.org
  • [09:23:53] <Beagle8> there is one link made for beginners
  • [09:24:05] <robotronics> ok.
  • [09:24:12] <Beagle8> that i found useful and other one os git user manual
  • [09:24:19] <Beagle8> *is
  • [09:24:32] <robotronics> ok..
  • [09:24:41] <Beagle8> they have given step by step how to install
  • [09:25:34] <Beagle8> i tried same but dont know booting gets hanged after compressing
  • [09:26:05] <Beagle8> it seems there are many patches need to apply when you checkout any code form kernel.org
  • [09:26:29] <Beagle8> regrding the same can someone help
  • [09:27:18] * raster (n=raster@enlightenment/developer/raster) Quit ("Gettin' stinky!")
  • [09:27:23] <robotronics> i haven't reached to this stage uptill yet.. otherwise i will guide you.
  • [09:27:36] <Beagle8> ok no problem
  • [09:27:58] * magnet is now known as Guest156
  • [09:28:46] * gadiyar (n=chatzill@192.163.20.231) has joined #beagle
  • [09:29:34] * wayne_ (i=56ab7252@gateway/web/freenode/x-tsyyctwpdqqdgaji) has joined #beagle
  • [09:30:53] <Beagle8> what are the patches need to be applied to run linux on beagle board rev c
  • [09:31:07] * pfoetchen (n=pfoetche@dslb-094-217-205-070.pools.arcor-ip.net) has joined #beagle
  • [09:31:11] <Beagle8> if i am using v2.26.29-omap1
  • [09:36:54] * _koen_ (n=x0115699@192.94.94.106) has joined #beagle
  • [09:42:25] * cajun-rat (n=cajun-ra@82-69-40-129.dsl.in-addr.zen.co.uk) has joined #beagle
  • [09:48:36] * _koen_ (n=x0115699@192.94.94.106) Quit (Remote closed the connection)
  • [09:55:57] * Entasis (n=Jarred@ppp121-45-48-214.lns11.adl2.internode.on.net) has joined #beagle
  • [09:57:06] * robotronics (i=77806b78@gateway/web/freenode/x-xyxoyuwxfzhsyzgo) Quit ("Page closed")
  • [10:09:49] * gadiyar (n=chatzill@192.163.20.231) has left #beagle
  • [10:13:12] * zedstar (n=john@fsf/member/zedstar) Quit (Read error: 110 (Connection timed out))
  • [10:14:15] * jserv-- (n=jserv@61.30.10.70) Quit (Connection timed out)
  • [10:15:18] * jserv-- (n=jserv@61.30.10.70) has joined #beagle
  • [10:18:45] * bearsh|work (n=quassel@inst-232.178.zhaw.ch) has joined #beagle
  • [10:25:17] * Beagle2 (n=Beagle2@121.246.207.187) has joined #beagle
  • [10:27:34] * Beagle2 (n=Beagle2@121.246.207.187) Quit (Client Quit)
  • [10:38:30] * tretas (i=529a0073@gateway/web/freenode/x-aanyubafjxwzqfut) Quit (Ping timeout: 180 seconds)
  • [10:40:42] * bearsh|work (n=quassel@inst-232.178.zhaw.ch) Quit (Remote closed the connection)
  • [10:41:04] * memento_mori_ (n=memento_@89.240.86.64) Quit (Read error: 110 (Connection timed out))
  • [10:41:10] * memento_mori_ (n=memento_@92.28.18.156) has joined #beagle
  • [10:46:07] * greyback (n=greyback@ip-83-147-165-234.dub-3rk1.metro.digiweb.ie) has joined #beagle
  • [11:01:22] * rsalveti (n=rsalveti@189.70.48.107) Quit (Remote closed the connection)
  • [11:17:41] * cbrake_away is now known as cbrake
  • [11:20:49] * rsalveti (n=rsalveti@200.184.118.130) has joined #beagle
  • [11:25:08] * alecrim (n=alecrim@189.2.128.130) has joined #beagle
  • [11:33:09] * vhallac (n=vedat@78.176.92.71) has joined #beagle
  • [11:36:24] * rkirti is now known as rkirti|afk
  • [11:39:03] * calex_ (i=4dc32376@gateway/web/freenode/x-jdyeyioztlaytzpx) has joined #beagle
  • [11:39:20] * calex (n=alexandr@118.35.195-77.rev.gaoland.net) has joined #beagle
  • [11:40:02] * calex_ (i=4dc32376@gateway/web/freenode/x-jdyeyioztlaytzpx) Quit (Client Quit)
  • [11:40:10] * calex (n=alexandr@118.35.195-77.rev.gaoland.net) has left #beagle
  • [11:40:17] * calex (n=alexandr@118.35.195-77.rev.gaoland.net) has joined #beagle
  • [11:42:14] * ldesnogu (n=ldesnogu@ven06-2-82-247-86-183.fbx.proxad.net) has joined #beagle
  • [11:50:08] * edufelipe (n=edufelip@189.4.101.35) has joined #beagle
  • [11:50:42] * memento_mori_ is now known as memento_mori
  • [12:06:58] * wayne_ (i=56ab7252@gateway/web/freenode/x-tsyyctwpdqqdgaji) Quit ("Page closed")
  • [12:07:04] * wayne_ (i=56ab7252@gateway/web/freenode/x-qlxpoulyscfeulfh) has joined #beagle
  • [12:15:59] * __alanc__ (n=a-campbe@192.91.75.29) has joined #beagle
  • [12:18:27] * rsalveti (n=rsalveti@200.184.118.130) Quit (Client Quit)
  • [12:18:36] * MostAwesomeDude (n=simpson@c-67-170-132-175.hsd1.or.comcast.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:19:03] * MostAwesomeDude (n=simpson@c-67-170-132-175.hsd1.or.comcast.net) has joined #beagle
  • [12:19:16] * rsalveti (n=rsalveti@200.184.118.130) has joined #beagle
  • [12:19:21] * MostAwesomeDude (n=simpson@c-67-170-132-175.hsd1.or.comcast.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:19:27] * MostAwesomeDude (n=simpson@c-67-170-132-175.hsd1.or.comcast.net) has joined #beagle
  • [12:19:47] * mru (n=mru@hotblack.mansr.com) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:19:47] * djbclark (i=djbclark@pdpc/supporter/base/djbclark) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:19:47] * lool (n=lool@debian/developer/lool) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:19:55] * lool (n=lool@debian/developer/lool) has joined #beagle
  • [12:19:55] * djbclark (i=djbclark@208-78-97-186.slicehost.net) has joined #beagle
  • [12:19:56] * mru (n=mru@hotblack.mansr.com) has joined #beagle
  • [12:20:09] * rupeshgujare (n=rupesh@59.160.172.220) Quit (Read error: 104 (Connection reset by peer))
  • [12:22:07] * BThompson (n=a0193480@nat/ti/x-ruvrijaugygazklw) has joined #beagle
  • [12:23:50] * _dash_ (i=7bee84cd@gateway/web/freenode/x-oxmrighodqxlmqeo) has joined #beagle
  • [12:23:59] <_dash_> hi all
  • [12:24:16] <_dash_> Is there anybody with USB OTG
  • [12:24:46] * rsalveti (n=rsalveti@200.184.118.130) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * alecrim (n=alecrim@189.2.128.130) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * memento_mori (n=memento_@92.28.18.156) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * rkirti|afk (n=oespirit@203.199.213.3) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * ThomasEgi (n=thomas@pppdyn-4c.stud-ko.rz-online.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * lifeeth (n=praneeth@unaffiliated/lifeeth) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * lcuk (i=lcuk@cpc3-oldh7-0-0-cust590.manc.cable.ntl.com) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * john3909 (n=jsynesio@99-26-125-126.lightspeed.sndgca.sbcglobal.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * ddompe (n=ddompe@200.122.155.113) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * mjl- (n=none@knaagkever.ueber.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * kanth (n=chatzill@63.166.115.40) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * sol-invictus (n=chatzill@143.205.116.245) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * mrc3_ (n=mrc3@nat/ti/x-ibdmfecgrcyfdlln) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * methril|work (n=Methril@127.Red-80-38-102.staticIP.rima-tde.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * lool (n=lool@debian/developer/lool) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * pfoetchen (n=pfoetche@dslb-094-217-205-070.pools.arcor-ip.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * Beagle8 (n=Beagle8@121.246.207.187) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * vitaly__ (n=vitaly@64-71-26-218.static.wiline.com) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * franktango (n=a0746747@nat/ti/x-jdinekdysxesiplb) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * DJW|Home (i=djwillis@82-46-19-72.cable.ubr02.bath.blueyonder.co.uk) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * Guest156 (n=magnet@AMontpellier-151-1-45-236.w92-143.abo.wanadoo.fr) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * Yarrick (i=fyllhund@rankine.df.lth.se) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * DaveDavenport (n=qball@ipd50a4125.speed.planet.nl) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * high-rez (n=gus@carrera.bourg.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * denix (n=denys@nat/ti/x-rvfxiytacdvqxmpz) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * Sept (n=bakljg@c-98-240-226-129.hsd1.mn.comcast.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * zuh (i=3547a31e@humboldt.pingu.fi) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * Crofton (n=balister@pool-71-171-22-222.nwrknj.east.verizon.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * Kerba (n=Tigakatz@port-92-198-6-107.static.qsc.de) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * greyback (n=greyback@ip-83-147-165-234.dub-3rk1.metro.digiweb.ie) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * CruNcher (n=luls_lol@dslb-084-058-124-007.pools.arcor-ip.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * _gm_ (n=_gm_@190.173.102.123) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * sakoman_ (n=sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * sol-invictus_ (n=chatzill@pidellelle.ifit.uni-klu.ac.at) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:24:46] * sakoman (n=sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:25:27] * lool (n=lool@debian/developer/lool) has joined #beagle
  • [12:25:27] * rsalveti (n=rsalveti@200.184.118.130) has joined #beagle
  • [12:25:27] * alecrim (n=alecrim@189.2.128.130) has joined #beagle
  • [12:25:27] * greyback (n=greyback@ip-83-147-165-234.dub-3rk1.metro.digiweb.ie) has joined #beagle
  • [12:25:27] * memento_mori (n=memento_@92.28.18.156) has joined #beagle
  • [12:25:27] * pfoetchen (n=pfoetche@dslb-094-217-205-070.pools.arcor-ip.net) has joined #beagle
  • [12:25:27] * Beagle8 (n=Beagle8@121.246.207.187) has joined #beagle
  • [12:25:27] * vitaly__ (n=vitaly@64-71-26-218.static.wiline.com) has joined #beagle
  • [12:25:27] * rkirti|afk (n=oespirit@203.199.213.3) has joined #beagle
  • [12:25:27] * ThomasEgi (n=thomas@pppdyn-4c.stud-ko.rz-online.net) has joined #beagle
  • [12:25:27] * franktango (n=a0746747@nat/ti/x-jdinekdysxesiplb) has joined #beagle
  • [12:25:27] * CruNcher (n=luls_lol@dslb-084-058-124-007.pools.arcor-ip.net) has joined #beagle
  • [12:25:27] * DJW|Home (i=djwillis@82-46-19-72.cable.ubr02.bath.blueyonder.co.uk) has joined #beagle
  • [12:25:27] * lifeeth (n=praneeth@unaffiliated/lifeeth) has joined #beagle
  • [12:25:27] * lcuk (i=lcuk@cpc3-oldh7-0-0-cust590.manc.cable.ntl.com) has joined #beagle
  • [12:25:27] * john3909 (n=jsynesio@99-26-125-126.lightspeed.sndgca.sbcglobal.net) has joined #beagle
  • [12:25:27] * _gm_ (n=_gm_@190.173.102.123) has joined #beagle
  • [12:25:27] * sakoman_ (n=sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) has joined #beagle
  • [12:25:27] * Guest156 (n=magnet@AMontpellier-151-1-45-236.w92-143.abo.wanadoo.fr) has joined #beagle
  • [12:25:27] * sol-invictus_ (n=chatzill@pidellelle.ifit.uni-klu.ac.at) has joined #beagle
  • [12:25:27] * Yarrick (i=fyllhund@rankine.df.lth.se) has joined #beagle
  • [12:25:27] * ddompe (n=ddompe@200.122.155.113) has joined #beagle
  • [12:25:27] * DaveDavenport (n=qball@ipd50a4125.speed.planet.nl) has joined #beagle
  • [12:25:27] * high-rez (n=gus@carrera.bourg.net) has joined #beagle
  • [12:25:27] * mjl- (n=none@knaagkever.ueber.net) has joined #beagle
  • [12:25:27] * mrc3_ (n=mrc3@nat/ti/x-ibdmfecgrcyfdlln) has joined #beagle
  • [12:25:27] * sol-invictus (n=chatzill@143.205.116.245) has joined #beagle
  • [12:25:27] * methril|work (n=Methril@127.Red-80-38-102.staticIP.rima-tde.net) has joined #beagle
  • [12:25:27] * kanth (n=chatzill@63.166.115.40) has joined #beagle
  • [12:25:27] * Kerba (n=Tigakatz@port-92-198-6-107.static.qsc.de) has joined #beagle
  • [12:25:27] * denix (n=denys@nat/ti/x-rvfxiytacdvqxmpz) has joined #beagle
  • [12:25:27] * Sept (n=bakljg@c-98-240-226-129.hsd1.mn.comcast.net) has joined #beagle
  • [12:25:27] * zuh (i=3547a31e@humboldt.pingu.fi) has joined #beagle
  • [12:25:27] * Crofton (n=balister@pool-71-171-22-222.nwrknj.east.verizon.net) has joined #beagle
  • [12:25:27] * sakoman (n=sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) has joined #beagle
  • [12:25:58] * djbclark (i=djbclark@pdpc/supporter/base/djbclark) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:25:58] * ldesnogu (n=ldesnogu@ven06-2-82-247-86-183.fbx.proxad.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:25:58] * _gm__ (n=_gm_@190.173.102.123) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:25:58] * Yuvi (n=yuvi@d-69-161-87-68.cpe.metrocast.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:25:58] * ScriptRipper (n=martin@opensuse/member/MartinMohring) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:25:58] * koen (n=koen@s55917625.adsl.wanadoo.nl) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:25:58] * mpr (n=mpr@aggr.com) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:26:08] * royerfa (n=fabroy01@fw-tnat.cambridge.arm.com) has joined #beagle
  • [12:27:05] * djbclark (i=djbclark@pdpc/supporter/base/djbclark) has joined #beagle
  • [12:27:05] * ldesnogu (n=ldesnogu@ven06-2-82-247-86-183.fbx.proxad.net) has joined #beagle
  • [12:27:05] * _gm__ (n=_gm_@190.173.102.123) has joined #beagle
  • [12:27:05] * Yuvi (n=yuvi@d-69-161-87-68.cpe.metrocast.net) has joined #beagle
  • [12:27:05] * ScriptRipper (n=martin@opensuse/member/MartinMohring) has joined #beagle
  • [12:27:05] * mpr (n=mpr@aggr.com) has joined #beagle
  • [12:27:05] * koen (n=koen@s55917625.adsl.wanadoo.nl) has joined #beagle
  • [12:27:30] * suihkulokki (i=nchip@84.20.150.76) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:27:30] * niclas (n=n-anderb@nat/ti/x-4823dd165b5f2ed0) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:27:30] * oh3gdd (n=oh3gdd@oh3tr.ele.tut.fi) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:27:30] * philv (n=huh@lebesgue.cowpig.ca) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:27:30] * bkero (n=bkero@osuosl/staff/bkero) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:27:30] * valhalla (n=valhalla@81-174-25-108.dynamic.ngi.it) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:27:30] * Donald-- (i=donald82@xob.kapsi.fi) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:27:30] * AK6L (n=xunil@nowai.yar.ly) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:27:30] * calculus (n=calculus@gentoo/user/calculus) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:27:30] * muriani (i=james@internal.directron.us) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:14] * suihkulokki (i=nchip@84.20.150.76) has joined #beagle
  • [12:28:14] * niclas (n=n-anderb@nat/ti/x-4823dd165b5f2ed0) has joined #beagle
  • [12:28:14] * oh3gdd (n=oh3gdd@oh3tr.ele.tut.fi) has joined #beagle
  • [12:28:14] * philv (n=huh@lebesgue.cowpig.ca) has joined #beagle
  • [12:28:14] * bkero (n=bkero@osuosl/staff/bkero) has joined #beagle
  • [12:28:14] * valhalla (n=valhalla@81-174-25-108.dynamic.ngi.it) has joined #beagle
  • [12:28:14] * Donald-- (i=donald82@xob.kapsi.fi) has joined #beagle
  • [12:28:14] * muriani (i=james@internal.directron.us) has joined #beagle
  • [12:28:14] * AK6L (n=xunil@nowai.yar.ly) has joined #beagle
  • [12:28:14] * calculus (n=calculus@gentoo/user/calculus) has joined #beagle
  • [12:28:42] * MostAwesomeDude (n=simpson@c-67-170-132-175.hsd1.or.comcast.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * andersos_ (n=andersos@d991.ip15.netikka.fi) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * Stskeeps (n=chobits@pc-10-195.skjoldhoej.dk) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * tsjsieb (n=tsjsieb@dejongbeheer.nl) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * viridior (n=viridis@ip98-169-152-164.dc.dc.cox.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * freddy (n=freddy@hotel742.server4you.de) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * jkridner (n=jason@99.18.31.220) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * XorA (n=nnXorA@www.xora.org.uk) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * av500 (n=av500@p50996ded.dip0.t-ipconnect.de) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * tomba (i=tomba@taika.fi) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * powderluv (n=powderlu@ip67-89-254-6.z254-89-67.customer.algx.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * mturquette (n=mturquet@adsl-76-249-233-224.dsl.rcsntx.sbcglobal.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * craw (n=craw@77.237.253.46) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * bjdooks (n=ben@trinity.fluff.org) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * j24 (n=j24@213.251.161.87) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * cbrake (n=cbrake@oh-69-34-21-229.sta.embarqhsd.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:28:42] * AndrevS (n=Andre@ks26301.kimsufi.com) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:29:16] * denix0 (n=denix@pool-71-255-235-240.washdc.east.verizon.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:29:16] * ogra (n=ogra@ubuntu/member/ogra) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:29:16] * ElmiTheWizard (n=ElmiTheW@91.176.3.238) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:29:16] * colla (n=chatzill@94.92.186.18) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:29:16] * mrec (n=mrec@carstoponline.de) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:29:16] * c1arence (n=clarence@123-204-55-131.static.seed.net.tw) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:29:16] * TheUni (n=TheUni@xbmc/staff/theuni) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:29:16] * simon42 (n=simon@10.65.238.89.serverhousing.manitu.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [12:29:25] * MostAwesomeDude (n=simpson@c-67-170-132-175.hsd1.or.comcast.net) has joined #beagle
  • [12:29:25] * andersos_ (n=andersos@d991.ip15.netikka.fi) has joined #beagle
  • [12:29:25] * Stskeeps (n=chobits@pc-10-195.skjoldhoej.dk) has joined #beagle
  • [12:29:25] * tsjsieb (n=tsjsieb@dejongbeheer.nl) has joined #beagle
  • [12:29:25] * viridior (n=viridis@ip98-169-152-164.dc.dc.cox.net) has joined #beagle
  • [12:29:25] * freddy (n=freddy@hotel742.server4you.de) has joined #beagle
  • [12:29:25] * jkridner (n=jason@99.18.31.220) has joined #beagle
  • [12:29:25] * XorA (n=nnXorA@www.xora.org.uk) has joined #beagle
  • [12:29:25] * av500 (n=av500@p50996ded.dip0.t-ipconnect.de) has joined #beagle
  • [12:29:25] * powderluv (n=powderlu@ip67-89-254-6.z254-89-67.customer.algx.net) has joined #beagle
  • [12:29:25] * tomba (i=tomba@taika.fi) has joined #beagle
  • [12:29:25] * mturquette (n=mturquet@adsl-76-249-233-224.dsl.rcsntx.sbcglobal.net) has joined #beagle
  • [12:29:25] * bjdooks (n=ben@trinity.fluff.org) has joined #beagle
  • [12:29:25] * cbrake (n=cbrake@oh-69-34-21-229.sta.embarqhsd.net) has joined #beagle
  • [12:29:25] * AndrevS (n=Andre@ks26301.kimsufi.com) has joined #beagle
  • [12:29:25] * j24 (n=j24@213.251.161.87) has joined #beagle
  • [12:29:25] * craw (n=craw@77.237.253.46) has joined #beagle
  • [12:29:26] * javaJake (n=javaJake@unaffiliated/javajake) has joined #beagle
  • [12:29:37] * denix0 (n=denix@pool-71-255-235-240.washdc.east.verizon.net) has joined #beagle
  • [12:29:37] * ogra (n=ogra@ubuntu/member/ogra) has joined #beagle
  • [12:29:37] * ElmiTheWizard (n=ElmiTheW@91.176.3.238) has joined #beagle
  • [12:29:37] * colla (n=chatzill@94.92.186.18) has joined #beagle
  • [12:29:37] * mrec (n=mrec@carstoponline.de) has joined #beagle
  • [12:29:37] * c1arence (n=clarence@123-204-55-131.static.seed.net.tw) has joined #beagle
  • [12:29:37] * TheUni (n=TheUni@xbmc/staff/theuni) has joined #beagle
  • [12:29:37] * simon42 (n=simon@10.65.238.89.serverhousing.manitu.net) has joined #beagle
  • [12:30:34] <adj> everyone with beagle :)
  • [12:30:49] * robclark (n=robclark@nat/ti/x-scudygctxhkjghfb) has joined #beagle
  • [12:30:59] * _koen_ (n=x0115699@nat/ti/x-rnvvaulgelzglqud) has joined #beagle
  • [12:31:25] <mru> morning _koen_
  • [12:32:28] <_koen_> hey mru
  • [12:34:52] <_dash_> Is there anybody with USB OTG
  • [12:34:54] <_dash_> ??
  • [12:34:59] * _koen_ (n=x0115699@nat/ti/x-rnvvaulgelzglqud) Quit (Remote closed the connection)
  • [12:36:03] <mru> everyone with beagle :)
  • [12:37:36] <_dash_> mru: nice joke but in specific anybody with OTG used on beagle ??
  • [12:39:18] <mru> most people with beagle
  • [12:39:28] <_dash_> mru: ha ha
  • [12:39:29] <mru> you need to be more specific
  • [12:39:59] <_dash_> ok
  • [12:40:35] <_dash_> I am having some problem with USB OTG on beagle.
  • [12:40:44] <mru> yeah, I guessed that
  • [12:41:06] * robotronics (i=790dc5a1@gateway/web/freenode/x-vauquboqploaoshq) has joined #beagle
  • [12:41:16] <_dash_> I am connecting USB hub to it b4 poweron
  • [12:41:32] <robotronics> hello, i am newbie to beagleboard
  • [12:41:45] <_dash_> and Some devices like wifi and ethernet adapter are connected to HUB
  • [12:42:12] <_dash_> problem here is thes devices are not getting enumerated.
  • [12:42:18] <robotronics> I Copy the following files on to MMC in the following order: 1. MLO as MLO 2. u-boot as u-boot.bin 3. u-boot for flash as u-boot-f.bin 4. ramdisk image as ramdisk.gz 5. Kernel (uImage) as uImage.bin 6. reset.scr as boot.scr 7. x-loader image as x-load.bin.ift 8. Regular script file as normal.scr
  • [12:42:56] <_dash_> mru: I need to plug out and plug in HUB for getting enumeration done
  • [12:43:07] <robotronics> also i connected the usb hub
  • [12:45:20] <robotronics> Image on the SD card, will detect the usb hub in which i connect keyboard, mouse and LAN. it detect all three. but after detection it struct, can seen any desktop, what is the reason behind that
  • [12:45:40] <robotronics> struck
  • [12:47:20] <koen> mru: what are your first impressions of the neon code tms470 generates?
  • [12:48:43] <DJW|Home> koen: do you know of any issues building libgles-omap3_3.00.00.06.bb? Just tried on a clean temp folder and it is grumbleing about some Unicode stuff, not seen that before and wondering if it is just me.
  • [12:48:48] * DJW|Home is now known as DJWillis
  • [12:49:15] <mru> koen: the vectoriser?
  • [12:49:34] <mru> faster on one file, slower on one, no significant change on the rest
  • [12:49:52] <koen> DJWillis: use .09 or .08a if you must
  • [12:50:33] * koen notices e17 has a -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it startup param
  • [12:51:50] <ElmiTheWizard> koen: you have a guinea pig. :)
  • [12:51:58] <ElmiTheWizard> koen: male or female?
  • [12:52:20] <ElmiTheWizard> koen: i just noticed your photos...
  • [12:52:22] <koen> ElmiTheWizard: 2 males :)
  • [12:52:44] <ElmiTheWizard> koen: 2 males? And you're keeping them together?
  • [12:53:12] <ElmiTheWizard> koen: I have 4: one (very happy) male & 3 females :)
  • [12:53:22] <koen> yes, they get along fine
  • [12:53:36] * _roger_ (n=a0740758@192.91.75.29) has joined #beagle
  • [12:54:02] <ElmiTheWizard> but I won't put them next to my keyboard / BB / any other electronic device....
  • [12:54:13] * edufelipe (n=edufelip@189.4.101.35) Quit (Read error: 145 (Connection timed out))
  • [12:54:25] <ElmiTheWizard> I'm pretty convince the stuff wouldn't survive it. ;)
  • [12:55:16] <koen> I've been trying to teach mine DSP coding: http://www.flickr.com/photos/koenkooi/3324773993/
  • [12:55:34] <koen> they still prefer eating and sleeping over coding, though
  • [12:55:39] <ElmiTheWizard> ROFL
  • [12:56:38] <ElmiTheWizard> ow...
  • [12:56:47] <ElmiTheWizard> the omap for dummies book
  • [12:56:50] <ElmiTheWizard> :-/
  • [12:57:11] <ElmiTheWizard> I hope the poor animal won't get any brain damage from it.
  • [12:57:51] <jkridner|work> good morning all
  • [12:58:27] <robotronics> good morning
  • [12:58:29] <koen> hey jkridner|work
  • [12:58:42] <robotronics> I put angstrom Image on the SD card, will detect the usb hub in which i connect keyboard, mouse and LAN. it detect all three. but after detection it struct, can seen any desktop, what is the reason behind that
  • [13:00:41] * _STeVE__ (i=5e5cba12@gateway/web/freenode/x-kzdfohlkqgmidsma) has joined #beagle
  • [13:07:32] <adj> robotronics: you need to rephrase "after detection it struct, can seen any desktop" a bit. I'm afraid I don't understand what seems to be the issue
  • [13:08:15] * royerfa (n=fabroy01@fw-tnat.cambridge.arm.com) Quit (Read error: 104 (Connection reset by peer))
  • [13:08:58] * memento_mori (n=memento_@92.28.18.156) Quit (Read error: 110 (Connection timed out))
  • [13:08:58] * royerfa (n=fabroy01@fw-tnat.cambridge.arm.com) has joined #beagle
  • [13:09:04] * memento_mori (n=memento_@78.148.255.185) has joined #beagle
  • [13:10:07] * koen heads out
  • [13:11:20] <ElmiTheWizard> koen: feeding Bert?
  • [13:13:44] <Crofton|work> probably off to party
  • [13:14:03] * _STeVE__ (i=5e5cba12@gateway/web/freenode/x-kzdfohlkqgmidsma) Quit ("Page closed")
  • [13:14:19] * cbrake is now known as cbrake_away
  • [13:14:45] <DJWillis> koen: getting 08 or 09 in a format TI will let me give out is proving a real pain :(, oh joy
  • [13:15:07] * edufelipe (n=edufelip@notebook121.wireless.ufsc.br) has joined #beagle
  • [13:18:33] * brijesh (n=bksingh@nat/ti/x-btztthrefkalovlh) has joined #beagle
  • [13:19:49] * kevinsc__ (n=kevinsc@nat/ti/x-ixavhnrkoqymutxt) has joined #beagle
  • [13:19:55] * kevinsc__ (n=kevinsc@nat/ti/x-ixavhnrkoqymutxt) has left #beagle
  • [13:21:16] <robotronics> I put angstrom Image on the SD card, will detect the usb hub in which i connect keyboard, mouse and LAN. it detect all three. but after detection it struck, cannot seen any screen further, what is the reason behind that. I am using pico projector as display medium.
  • [13:22:02] <robotronics> stuck
  • [13:26:53] * memento_mori (n=memento_@78.148.255.185) Quit (Read error: 110 (Connection timed out))
  • [13:27:09] * memento_mori (n=memento_@92.27.14.204) has joined #beagle
  • [13:31:43] * jipi (n=jipi@bb121-6-205-139.singnet.com.sg) has joined #beagle
  • [13:33:17] * guillaum1 (n=GZBA4143@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) Quit ("Leaving.")
  • [13:36:35] * dirk2 (n=dirk@p5B040C2A.dip0.t-ipconnect.de) has joined #beagle
  • [13:38:23] * thaytan (n=jan@78.16.242.11) Quit (Read error: 60 (Operation timed out))
  • [13:38:45] * robotronics (i=790dc5a1@gateway/web/freenode/x-vauquboqploaoshq) Quit (Ping timeout: 180 seconds)
  • [13:43:52] * _chase_ (n=chase@nat/ti/x-gxavecbmviklqhxp) has joined #beagle
  • [13:50:17] <khasim> koen : pin
  • [13:50:32] * thaytan (n=jan@78.16.242.11) has joined #beagle
  • [13:50:50] <khasim> koen: ping
  • [13:51:18] <av500> [15:10] * koen heads out
  • [13:51:29] <av500> khasim: pics?
  • [13:53:41] <khasim> av500: sure, will send you one.
  • [13:53:54] * khasim has to rework on naming and logo
  • [13:54:01] * vhallac (n=vedat@78.176.92.71) Quit (Read error: 113 (No route to host))
  • [13:54:02] <av500> khasim: if sent a board, dont bother with a pic :-)
  • [13:54:08] <av500> khasim: if you sent a board, dont bother with a pic :-)
  • [13:54:12] * katie (n=katierh@nat/ti/x-lywghtswpfbrukbm) has joined #beagle
  • [13:54:13] * djlewis (n=bubba@65-66-76-175.dsl.tcworks.net) has joined #beagle
  • [13:54:28] <khasim> I will be happy to send you a board.
  • [13:54:38] * bbbb (i=dce319a2@gateway/web/freenode/x-veechgswnuqbtfzc) Quit ("Page closed")
  • [13:54:42] <av500> :-)
  • [13:58:47] <khasim> have seen tooterboard.org
  • [14:00:10] <khasim> av500:
  • [14:00:36] <av500> khasim: that you in the pic? :-)
  • [14:00:37] <wayne_> hi all, can anyone tell me what this means "Error, the USB hardware is not on B mode" ?
  • [14:00:47] <cajun-rat> at boot time?
  • [14:00:53] <wayne_> yep
  • [14:01:15] <cajun-rat> i fix it by rebooting with a power cycle rather than the reset button
  • [14:01:29] <khasim> av500: in my pc it is different :)
  • [14:01:40] <wayne_> 2secs...i'll give it a shot
  • [14:01:43] <khasim> av500: anyways we have been asked to change the name and logo
  • [14:02:44] <wayne_> cajun-rat: Do you know what B mode means or why this occurs?
  • [14:03:23] <cajun-rat> i think it is referring to usb-b mode, but i don't know what causes it.
  • [14:03:36] <wayne_> now i've lost DVI
  • [14:04:24] <av500> wayne_: impossible, its right there next to the expansion connector...
  • [14:04:41] <wayne_> av500: ha ha
  • [14:05:23] <DJWillis> khasim: how is the board stuff going?
  • [14:06:13] <khasim> DJWillis: completed the prototyping, was not so impressed by the size and layout, we are doing a respin, should be getting the next version in next two weeks
  • [14:06:43] <DJWillis> khasim: that sounds familiar, glad it's making progress.
  • [14:07:27] <khasim> but the price is going high day by day, now because of memory prices have gone high we end up paying 4 $ more
  • [14:07:42] <khasim> the current pricing looks like 75$
  • [14:08:11] <khasim> we started with 50 then 59 now 69 :(
  • [14:08:44] <av500> khasim: what mem?
  • [14:09:40] <khasim> 128MB DDR2 and 128MB NAND
  • [14:09:54] <av500> where do you fab?
  • [14:10:02] <DJWillis> khasim: that sort of thing really does seem to dog small projects. Is that just a normal PoP setup?
  • [14:10:05] <khasim> India this time
  • [14:10:24] <khasim> DJWillis: yes normal pop
  • [14:10:30] <khasim> from Micron
  • [14:10:52] <khasim> I am again back on searching a name for the portal
  • [14:11:24] <khasim> any suggestions are accepted
  • [14:12:49] <wayne_> right its back, but should I be worried about the message "mtdparts variable not set, see 'help mtdparts'", I've looked at the help but aint sure what I am doing
  • [14:14:36] <cajun-rat> khasim: some ideas http://pastebin.com/me01f59e
  • [14:15:43] <av500> cool, ROFICULL
  • [14:15:52] <av500> mix of ROFL and difficult...
  • [14:17:26] <khasim> this board is mainly meant for instrumentation, industrial, data terminals, low end media player, ... an open portal that can bring the community closer through this forum is my interest
  • [14:18:24] <_dash_> Is the anyone to talk regarding USB OTG problem on beagle ??
  • [14:20:53] * khasim reads 147 people in room ...
  • [14:21:24] <djlewis> lurkers, all lurking about
  • [14:21:26] * booxter_ (n=booxter@cpmsq.epam.com) has joined #beagle
  • [14:21:59] * mru is now known as _troll_
  • [14:22:06] <_troll_> lurking, waiting to troll
  • [14:22:09] * _troll_ is now known as mru
  • [14:22:27] <djlewis> perhaps wanting to troll
  • [14:22:27] <DJWillis> khasim: indieboard? Independent, industrial board ;-)
  • [14:23:08] <khasim> DJWillis: more worried for a global appeal, shouldn't look like a country specific :)
  • [14:23:15] * lifeeth (n=praneeth@unaffiliated/lifeeth) Quit (Remote closed the connection)
  • [14:23:28] <av500> hindiboard?
  • [14:23:38] <khasim> :)
  • [14:23:43] <_dash_> khasim: I am facing problem with USB OTG on beagle
  • [14:23:52] <_dash_> do u have just 5 mins to discuss ?
  • [14:23:58] <khasim> sure
  • [14:24:13] <_dash_> ok let me describe this way ...
  • [14:24:18] <khasim> what kernel version
  • [14:24:30] <_dash_> V2.6.29-r35
  • [14:24:41] <khasim> :(
  • [14:24:44] <_dash_> bitbake comiled kernel with OE
  • [14:24:47] <khasim> haven't tested teh same
  • [14:24:55] <_dash_> ohh ..
  • [14:24:58] <khasim> any ways what's the problem
  • [14:25:38] <khasim> does it work with Koen's pre-built image ?
  • [14:25:40] <_dash_> If I connect USB hub to OTG b4 powerup then devices connected to USB hub don't get enumerated after boot is complete
  • [14:26:48] <khasim> ?
  • [14:26:56] <_dash_> I haven't checked with koen's image
  • [14:27:02] <_dash_> I will check it
  • [14:27:19] <khasim> try this, if that works then you might be missing some patches
  • [14:27:29] <khasim> do you have mini A to usb A cable?
  • [14:27:34] <khasim> is your hub self powered
  • [14:27:59] <_dash_> nope USB hb is having separate poer supply
  • [14:28:01] * khasim has to move to latest kernel for beagle and update the wiki
  • [14:28:10] <wayne_> i have tried with images built from narc', OTG not working
  • [14:28:29] <_dash_> In my case OTG is working
  • [14:28:44] <khasim> can you try validation images, just to check your board and setup before going into the kernel
  • [14:29:20] <wayne_> the hub works with a different image, for instance the BB demo
  • [14:29:21] <_dash_> I guess setup is OK
  • [14:29:22] * davidm2 (n=David@nat/ti/x-vdlrjhsauqhfgjok) has joined #beagle
  • [14:29:39] <khasim> you meaning mini A to usb A is in ?
  • [14:30:09] <_dash_> since hub works perfectly fine if I plug it in after poer up and boot is done
  • [14:30:18] <_dash_> *powe up
  • [14:30:42] <_dash_> but if I put it in b4 pewr up it does not
  • [14:30:57] <khasim> ideally I have seen the reverse way ...
  • [14:31:02] * greyback (n=greyback@ip-83-147-165-234.dub-3rk1.metro.digiweb.ie) Quit ()
  • [14:31:03] <_dash_> means ?
  • [14:31:25] <khasim> like if you power and insert the hub it doesn't but when you power it up along with hub it works
  • [14:31:36] <khasim> You might be missing some simple patch
  • [14:32:02] <khasim> you can try mailing to linux-omap-vger...
  • [14:32:03] <_dash_> how come do I know which patch since I am doing all with bitbake ?
  • [14:32:10] <_dash_> OK
  • [14:32:14] <khasim> also try koen's pre-built image
  • [14:32:27] <khasim> if that works then you can just get the right patch
  • [14:32:38] <_dash_> where do I find it ?? in FS itself ?
  • [14:32:47] * greyback (n=greyback@ip-83-147-165-234.dub-3rk1.metro.digiweb.ie) has joined #beagle
  • [14:33:27] <khasim> http://www.angstrom-distribution.org/beagleboard-demo-image-available
  • [14:33:29] * Xerion (i=xerion@82-170-197-160.ip.telfort.nl) Quit (Read error: 60 (Operation timed out))
  • [14:33:37] <_dash_> OK
  • [14:33:40] <_dash_> thanks
  • [14:34:17] <wayne_> that'll probably work for you dash, as it fixed my problem
  • [14:34:22] * rkirti|afk is now known as rkirti
  • [14:34:45] <_dash_> So do I need to update kernel ?
  • [14:35:29] * booxter (n=booxter@cpmsq.epam.com) Quit (Read error: 110 (Connection timed out))
  • [14:35:43] <cajun-rat> is there a list of patches that went into those builds?
  • [14:36:20] <_dash_> cajun-rat:
  • [14:36:34] <_dash_> R u talking abt kernel patches
  • [14:36:36] <_dash_> ??
  • [14:36:39] * Beagle8 (n=Beagle8@121.246.207.187) Quit (Remote closed the connection)
  • [14:36:40] <cajun-rat> yep
  • [14:37:04] * Sgo (i=9dfdda10@gateway/web/freenode/x-ckuahkvmwcgrwlkn) has joined #beagle
  • [14:37:07] <jkridner|work> just saw http://www.edn.com/article/CA6676166.html
  • [14:37:18] <jkridner|work> looks like Gerald has been at the keyboard.
  • [14:37:35] <Sgo> Hello, does anyone know how to install a package in angstrom?
  • [14:37:41] <Sgo> in the beagleboard?
  • [14:37:46] <_dash_> U can find them in bitbake recipes
  • [14:38:02] <_dash_> cajun-rat: U can find them in bitbake recipes
  • [14:38:21] <Sgo> cause i don't have 'make', 'gcc', ipkg.. etc
  • [14:38:29] <Sgo> how can i install them?
  • [14:38:32] <DJWillis> Afternoon jkridner|work
  • [14:38:50] <DJWillis> Sgo: opkg? ;-)
  • [14:38:51] <cajun-rat> sure, knowing the bb recipe and oe version would be enough
  • [14:39:24] <Sgo> so, what should i do?
  • [14:39:29] <djlewis> google knows :)
  • [14:39:59] <Sgo> he doesn't
  • [14:40:05] * tsjsieb (n=tsjsieb@dejongbeheer.nl) Quit ("ChatZilla 0.9.85 [Firefox 3.0.13/2009080315]")
  • [14:40:51] <Sgo> i downloaded make but i can not install it, cause is uses make to compile
  • [14:41:24] * _dash_ (i=7bee84cd@gateway/web/freenode/x-oxmrighodqxlmqeo) Quit ("Page closed")
  • [14:41:25] <cajun-rat> Sgo: you need to setup openembedded on your desktop machine
  • [14:41:29] * DJWillis thinks he really should try and hack more on getting the Package-kit OPKG backend working well, koen, did that ever really go anywhere.
  • [14:42:07] <DJWillis> Sgo: do you want to compile images or just install packages? opkg will let you install what you want from the Angstrom feeds.
  • [14:45:33] * mrc_001_ (n=mrc_001@212-183-112-134.adsl.highway.telekom.at) has joined #beagle
  • [14:48:22] * nrossi (n=na@58.96.37.61) Quit ()
  • [14:48:37] * LarryTM (i=59ab69ee@gateway/web/freenode/x-dbzouqslncfzpneq) has joined #beagle
  • [14:48:59] * davidm2 (n=David@nat/ti/x-vdlrjhsauqhfgjok) Quit (Remote closed the connection)
  • [14:49:10] * LarryTM (i=59ab69ee@gateway/web/freenode/x-dbzouqslncfzpneq) Quit (Client Quit)
  • [14:50:00] * greyback (n=greyback@ip-83-147-165-234.dub-3rk1.metro.digiweb.ie) Quit ()
  • [14:51:25] * sakoman_ would be very happy if DJWillis finished the package-kit opkg backend :-)
  • [14:51:44] <sakoman_> it clearly needs a bunch of work
  • [14:52:22] <DJWillis> sakoman_: I started looking at it, as it sort of makes a mess of an otherwise nice system (well more of a mess then IPKG does in the 1st place ;-))
  • [14:52:51] * mrc_001 (n=mrc_001@212-183-118-14.adsl.highway.telekom.at) Quit (Read error: 60 (Operation timed out))
  • [14:53:09] * Sgo (i=9dfdda10@gateway/web/freenode/x-ckuahkvmwcgrwlkn) Quit ("Page closed")
  • [14:53:19] <DJWillis> sakoman_: I did manage to fool the latest gnome_packagekit into building to test some hacks, it took one look at my attempts and bailed, the CLI at least told me to get stuffed ;-)
  • [14:53:22] * dual (n=dual@5.79-160-122.customer.lyse.net) has joined #beagle
  • [14:53:26] <sakoman_> DJWillis: I'd love to include it in the Gnome image I'm working on
  • [14:53:30] * ssvb (n=ssvb___@viktor.cosmicparrot.net) has joined #beagle
  • [14:53:54] <sakoman_> DJWillis: I have it building - just doesn't work :-)
  • [14:54:10] <sakoman_> I could send you my work-in-progress recipes
  • [14:54:30] <DJWillis> sakoman_: I have been working on getting XFCE 4.6.* working in OE as a viable setup (much like your Gnome work) so that was my reasoning for looking at it.
  • [14:55:24] <DJWillis> sakoman_: if you want, please do, I need to fix up some bugs in xfconf for XFCE today but i'll try and get a look at it (Angstrom/OE really needs a good GUI package manager setup).
  • [14:55:57] <DJWillis> sakoman_: I know koen was hacking on it at some point but I am not sure if he just built or hacked the code about?
  • [14:56:22] <sakoman_> DJWillis: I do have some fears that the gnome-packagekit stuff will be a bit heavy-weight for OMAP3, but we'll see
  • [14:56:57] <sakoman_> DJWillis: I talked with him about it and he confirmed that it doesn't work and that he would love for someone to carry on with it :-)
  • [14:57:20] <sakoman_> I think he just got it building and gave it a quick tryout
  • [14:58:17] <DJWillis> sakoman_: ahh, ok, so much for my 'help request'. I think the gnome GUI is a bit heavy, we shall see, I guess at least there are a few GUI options to one backend.
  • [15:01:17] * edufelipe (n=edufelip@notebook121.wireless.ufsc.br) Quit ()
  • [15:04:38] * davidm2 (n=David@nat/ti/x-aiekrzkaupxqwnde) has joined #beagle
  • [15:04:44] * edufelipe (n=edufelip@notebook121.wireless.ufsc.br) has joined #beagle
  • [15:06:32] <edufelipe> Hi there
  • [15:06:50] <edufelipe> Trying to get angstrom running following the steps on the wiki
  • [15:07:16] <edufelipe> But in there it says that I should untar the demo image onto the FAT partition. Is that right?
  • [15:07:33] * killring (n=killring@adsl-76-234-133-19.dsl.sfldmi.sbcglobal.net) has joined #beagle
  • [15:08:09] <djlewis> I follow this one.
  • [15:08:15] <djlewis> http://elinux.org/BeagleBoardBeginners
  • [15:23:43] <ddompe> koen: ping
  • [15:24:00] * ss_ (i=ddb9ee25@gateway/web/freenode/x-hrbwwtamwxtbmefo) has joined #beagle
  • [15:27:16] * ss_ (i=ddb9ee25@gateway/web/freenode/x-hrbwwtamwxtbmefo) Quit (Ping timeout: 180 seconds)
  • [15:27:41] * khasim (n=a0393720@192.163.20.231) Quit (Remote closed the connection)
  • [15:31:51] * sli_ (n=sli@195.6.193.205) has joined #beagle
  • [15:32:05] * greyback (n=greyback@ip-83-147-165-234.dub-3rk1.metro.digiweb.ie) has joined #beagle
  • [15:32:54] * kozak (n=subbu@122.166.48.72) has joined #beagle
  • [15:38:12] * edufelipe (n=edufelip@notebook121.wireless.ufsc.br) Quit (Read error: 110 (Connection timed out))
  • [15:38:50] * wayne_ (i=56ab7252@gateway/web/freenode/x-qlxpoulyscfeulfh) Quit ("Page closed")
  • [15:46:28] * ThomasEgi (n=thomas@pppdyn-4c.stud-ko.rz-online.net) Quit (Remote closed the connection)
  • [15:46:46] * franktango (n=a0746747@nat/ti/x-jdinekdysxesiplb) has left #beagle
  • [15:47:29] * shankar (n=shankar@122.172.37.202) has joined #beagle
  • [15:48:32] * edufelipe (n=edufelip@189.4.109.71) has joined #beagle
  • [15:48:43] * ThomasEgi (n=thomas@pppdyn-4c.stud-ko.rz-online.net) has joined #beagle
  • [15:52:08] * davidm3 (n=David@nat/ti/x-ouraqnvjuafqddsy) has joined #beagle
  • [15:54:05] * dual (n=dual@5.79-160-122.customer.lyse.net) Quit (Remote closed the connection)
  • [15:55:00] * djlewis is heading to the big city, later...
  • [15:55:08] <av500> take care
  • [15:55:26] <djlewis> ubet... in a while..
  • [15:55:31] * djlewis (n=bubba@65-66-76-175.dsl.tcworks.net) Quit ("Leaving.")
  • [15:55:55] <av500> tomba: ping
  • [15:56:41] <jkridner|work> any japanese speakers here to translate the jokes: http://www.youtube.com/watch?v=fX5bghvIQxU
  • [15:57:38] * jserv-- (n=jserv@61.30.10.70) Quit (Connection timed out)
  • [15:57:41] * davidm2 (n=David@nat/ti/x-aiekrzkaupxqwnde) Quit (Remote closed the connection)
  • [15:58:11] * mru could do with a joke, but sadly speaks no japanese
  • [15:59:19] * jserv-- (n=jserv@61.30.10.70) has joined #beagle
  • [16:00:05] <av500> jkridner|work: try #ffmpeg-devel :-)
  • [16:02:56] * guillaum1 (n=GZBA4143@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) has joined #beagle
  • [16:08:25] * guillaum1 (n=GZBA4143@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) Quit (Remote closed the connection)
  • [16:08:35] * guillaum1 (n=GZBA4143@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) has joined #beagle
  • [16:09:20] * guillaum1 (n=GZBA4143@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) Quit (Remote closed the connection)
  • [16:09:38] * guillaum1 (n=GZBA4143@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) has joined #beagle
  • [16:11:10] * priddix (i=5eab8c61@gateway/web/freenode/x-dvxngaybcjlsqshi) Quit (Ping timeout: 180 seconds)
  • [16:13:45] * joetheprogrammer (i=62c8bb0c@gateway/web/freenode/x-ocimjbhsyldjpjoo) has joined #beagle
  • [16:14:18] * likewise_ (n=chatzill@82-171-51-231.ip.telfort.nl) has joined #beagle
  • [16:15:56] <av500> mru: no, tearing! :-)
  • [16:16:27] <joetheprogrammer> I recently built the xfce image of Angstrom linux using the instructions on elinux.org. When it boots, it is hanging on 'Configuring the hal' and will not boot any further. Does anyone have any ideas on what the problem might be?
  • [16:16:31] <mru> are those tears in your eyes, or is it just interlacing?
  • [16:18:11] <tomba> av500: yep?
  • [16:19:02] <mru> hey tomba, how's the dss submission to linux-omap going?
  • [16:19:19] <jkridner|work> what do people here think about me posting a request to linux-omap@vger to get people to present at http://wiki.omap.com/index.php/ETechDays_Community_Lightning_Talks ? would it seem like spam?
  • [16:19:48] <CruNcher> av500 you said your company made 720p MP work on the DM6441, what are the exact specs your codec is supporting ?
  • [16:20:06] <CruNcher> ehh decoder :)
  • [16:20:14] * joetheprogrammer (i=62c8bb0c@gateway/web/freenode/x-ocimjbhsyldjpjoo) has left #beagle
  • [16:20:15] <tomba> mru: it's not going to linux-omap, as Tony doesn't want drivers etc there. it goes to mainline. but I haven't had time and energy to push it forward, nor do I even know what would be the proper way
  • [16:20:33] <tomba> mru: I guess I'll just mail it to lkml at some point
  • [16:20:47] * docelic (n=docelic@78.134.197.132) has joined #beagle
  • [16:21:34] <mru> phear the rmk...
  • [16:23:46] <av500> tomba: struct omap_display *display = fb2display(fbi);
  • [16:23:59] <av500> is that *display alsways != NULL=
  • [16:24:01] <av500> is that *display alsways != NULL?
  • [16:24:10] <CruNcher> av500 ?
  • [16:24:21] <av500> e.g. if gfx t:none ....
  • [16:24:47] <CruNcher> are you from dicas ;) ?
  • [16:24:56] <av500> CruNcher: I never said dm6441
  • [16:25:02] <av500> the video you linked to was omap3...
  • [16:25:19] <sakoman_> jkridner|work: I don't think a Japanese speaker would be much help since I'm pretty sure that isn't Japanese he is speaking :-)
  • [16:25:28] <tomba> av500: umm no, it can be null also
  • [16:25:55] <av500> well, then e.g. omapfb_blank() has a problem
  • [16:25:57] * sakoman_ has very limited Japanese skills but has been there enough to know what it sounds like :-)
  • [16:26:09] <av500> if (display->state != OMAP_DSS_DISPLAY_ACTIVE)
  • [16:26:19] <av500> thats where it just oopsed
  • [16:26:59] <av500> of course none was not intended ....
  • [16:27:06] <tomba> av500: yeah, I guess there may be checks missing in other places also.
  • [16:27:54] <CruNcher> av500 ahh ok somehow i doub't they didn't used the DSP for that :P
  • [16:27:59] <sakoman_> hey tomba!
  • [16:28:12] <tomba> sakoman_: hey!
  • [16:28:20] <sakoman_> Just starting to add support to dss2 for more lcd panels
  • [16:28:36] <sakoman_> gumstix is getting a 3.5" and 7" ready
  • [16:28:46] <av500> tomba: well, now I told you, so I can stop worrying about it :-)
  • [16:29:03] <tomba> sakoman_: are they all "dummy" panels?
  • [16:29:20] <sakoman_> the 3.5" has obnoxious SPI setup required
  • [16:29:42] <sakoman_> don't know about the 7" since I haven't gotten specss yet
  • [16:30:01] <tomba> sakoman_: ok. I think for dummy panels we should have just one driver, and write support to set all timings etc via some mechanism
  • [16:30:01] <av500> sakoman: which one?
  • [16:30:24] * guillaum1 (n=GZBA4143@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) Quit ("Leaving.")
  • [16:30:36] * _gm__ (n=_gm_@190.173.102.123) Quit ("Leaving")
  • [16:30:41] * khasim (n=a0393720@192.163.20.231) has joined #beagle
  • [16:31:03] * _gm__ (n=_gm_@190.173.102.123) has joined #beagle
  • [16:31:10] <sakoman_> av500: it's an lg.philips panel (320x240)
  • [16:31:30] <sakoman_> tomba: agreed, that would be nice
  • [16:31:49] <sakoman_> we'll need to make sure to handle sync polarity in that driver too
  • [16:32:12] * guillaum1 (n=gl@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) has joined #beagle
  • [16:34:34] * _roger_ (n=a0740758@192.91.75.29) Quit ("Leaving.")
  • [16:34:52] <av500> sakoman_: the 7"?
  • [16:35:49] <sakoman_> av500: don't know, as I mentioned I don't have a spec yet. I usually see it when the proto arrives on my doorstep :-)
  • [16:36:06] * pfoetchen (n=pfoetche@dslb-094-217-205-070.pools.arcor-ip.net) Quit ("leaving")
  • [16:38:45] * _gm__ (n=_gm_@190.173.102.123) Quit ("Leaving")
  • [16:39:07] * gdm (n=gdm@190.173.102.123) has joined #beagle
  • [16:41:05] <av500> sakoman_: ok.. thought you had a name/part#
  • [16:41:36] <av500> tomba: or you map "none" to a dummy that exists but does nothing....
  • [16:46:42] * booxter_ (n=booxter@cpmsq.epam.com) Quit (Read error: 113 (No route to host))
  • [16:53:10] * rupeshgujare (n=rupesh@124.123.18.114) has joined #beagle
  • [16:55:29] * djlewis (i=41401e0d@gateway/web/freenode/x-ydcxtcdmfzkzkwbp) has joined #beagle
  • [16:56:12] * ssvb (n=ssvb___@viktor.cosmicparrot.net) Quit ("Leaving")
  • [16:57:52] * Han_ (i=8054671b@gateway/web/freenode/x-rwkagydvtbqwwmkf) has joined #beagle
  • [17:02:57] * khasim (n=a0393720@192.163.20.231) Quit (Remote closed the connection)
  • [17:05:18] * shankar (n=shankar@122.172.37.202) Quit (Remote closed the connection)
  • [17:10:18] * Wiedi (n=wiedi@newton-air.w.fruky.net) has joined #beagle
  • [17:11:11] * florian (n=fuchs@port-217-146-132-69.static.qsc.de) Quit ("Client exiting")
  • [17:12:00] * edufelipe (n=edufelip@189.4.109.71) Quit (Read error: 145 (Connection timed out))
  • [17:13:33] * Pete_ (i=5ed43312@gateway/web/freenode/x-ggezxzpixeqwrdur) has joined #beagle
  • [17:16:30] <ds2> morning
  • [17:18:57] * javaJake (n=javaJake@unaffiliated/javajake) Quit ("bbl, maybe")
  • [17:20:27] * mrc_001_ is now known as mrc_001
  • [17:27:01] <djlewis> morning ds2
  • [17:27:04] * jjg (n=jjg@12.40.200.74) has joined #beagle
  • [17:27:12] * djlewis is now known as djlewis_
  • [17:28:07] * Entasis (n=Jarred@ppp121-45-48-214.lns11.adl2.internode.on.net) Quit ("Leaving")
  • [17:37:42] * thaytan (n=jan@78.16.242.11) Quit (Read error: 110 (Connection timed out))
  • [17:38:16] * khasim (n=a0393720@192.163.20.231) has joined #beagle
  • [17:41:42] * thaytan (n=jan@78.16.242.11) has joined #beagle
  • [17:43:22] * sol-invictus_ (n=chatzill@pidellelle.ifit.uni-klu.ac.at) Quit ("ChatZilla 0.9.85 [Firefox 3.0.13/2009080315]")
  • [17:44:55] * yogi (n=florin@iucha.net) has joined #beagle
  • [17:45:49] * dual (n=dual@5.79-160-122.customer.lyse.net) has joined #beagle
  • [17:47:28] * prpplague (n=dave123_@70.151.1.192) has joined #beagle
  • [17:51:31] * dual (n=dual@5.79-160-122.customer.lyse.net) Quit (Read error: 104 (Connection reset by peer))
  • [17:51:46] * florian (n=fuchs@f048136207.adsl.alicedsl.de) has joined #beagle
  • [17:55:47] * khasim (n=a0393720@192.163.20.231) Quit (Remote closed the connection)
  • [17:58:51] * bobkatzz (i=43a6a4bb@gateway/web/freenode/x-kzsvptmxevdfdxrq) has joined #beagle
  • [17:59:41] * prpplague (n=dave123_@70.151.1.192) Quit ()
  • [18:00:05] <bobkatzz> eTech Lightning Talk outline done - breaking for lunch - then storyboarding the illustrations - then into Flash for those and - with any luck tomorrow will have first draft pdf up on the site
  • [18:00:30] <av500> bobkatzz: woa
  • [18:00:31] <Crofton|work> hhe
  • [18:00:44] <Crofton|work> you sound like you are a lot better at this stuff than me
  • [18:00:49] <av500> you'll get that done faster than an OE build!
  • [18:01:35] <bobkatzz> < - - keeping him off the street and outta the heat
  • [18:01:58] <bobkatzz> creative procrastination - it's a fine art
  • [18:02:03] <bobkatzz> B^)
  • [18:02:27] <bobkatzz> it's arelief after buggering SDR-Shell for 2 days hehe
  • [18:03:15] <bobkatzz> every day there's a new include that reveals itself :( - NOT complaining though :)
  • [18:04:04] <bobkatzz> once I get that list together I'll prolly find out I could have designed it all using Gnuradio mods hehe
  • [18:04:19] * docelic (n=docelic@78.134.197.132) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:04:19] * ThomasEgi (n=thomas@pppdyn-4c.stud-ko.rz-online.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:04:19] * mru (n=mru@hotblack.mansr.com) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:04:19] * lemay (n=chatzill@ip68-107-86-146.sd.sd.cox.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:04:19] * Openfree (n=Openfree@58.33.78.0) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:04:19] * Pavlov (n=pavlov@shell.off.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:04:19] * jconnolly (n=jconnoll@firebug.buglabs.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:04:19] * Darek- (i=darek@work.sznajder.org) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:04:20] <bobkatzz> haven't even had time to play with any of that
  • [18:04:30] <ds2> flash?!
  • [18:04:38] <ds2> how do you put flash into PDF?!
  • [18:04:46] * docelic (n=docelic@78.134.197.132) has joined #beagle
  • [18:04:46] * ThomasEgi (n=thomas@pppdyn-4c.stud-ko.rz-online.net) has joined #beagle
  • [18:04:46] * mru (n=mru@hotblack.mansr.com) has joined #beagle
  • [18:04:46] * lemay (n=chatzill@ip68-107-86-146.sd.sd.cox.net) has joined #beagle
  • [18:04:46] * Openfree (n=Openfree@58.33.78.0) has joined #beagle
  • [18:04:46] * Pavlov (n=pavlov@shell.off.net) has joined #beagle
  • [18:04:46] * jconnolly (n=jconnoll@firebug.buglabs.net) has joined #beagle
  • [18:04:46] * Darek- (i=darek@work.sznajder.org) has joined #beagle
  • [18:05:02] <av500> ds2: PrtScr, no?
  • [18:05:13] <bobkatzz> don't talk to me about flash - it doesn't run on the BB yet - otherwise me and my AS3 would be all over it like flies on caca
  • [18:05:30] * thaytan (n=jan@78.16.242.11) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:05:30] * PuffTheMagic (n=quassel@unaffiliated/puffthemagic) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:05:30] * Phobbes_1way (n=Phobbes@chimaeric.net) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:05:30] * ArteK (n=Artur@81.15.241.96) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:05:30] * notaz (n=notaz@82-135-242-201.static.zebra.lt) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:05:30] * kulve (i=c0b458db@humboldt.pingu.fi) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:05:30] * Weiss (n=taw27@zazu.bitwiz.org.uk) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:05:30] * Foolean (n=emil@90-227-176-224-no128.tbcn.telia.com) Quit (wolfe.freenode.net irc.freenode.net)
  • [18:05:39] <ds2> av500: what's the point of flash then?
  • [18:06:06] <bobkatzz> would like to do an SDR signal viewer though suing the bitMapObject class - oooooooooo- spooky!
  • [18:06:08] * dual (n=dual@5.79-160-122.customer.lyse.net) has joined #beagle
  • [18:06:10] <bobkatzz> using
  • [18:06:33] <bobkatzz> no point - that's the point :)
  • [18:06:35] * thaytan (n=jan@78.16.242.11) has joined #beagle
  • [18:06:35] * ArteK (n=Artur@81.15.241.96) has joined #beagle
  • [18:06:35] * PuffTheMagic (n=quassel@unaffiliated/puffthemagic) has joined #beagle
  • [18:06:35] * Phobbes_1way (n=Phobbes@chimaeric.net) has joined #beagle
  • [18:06:35] * notaz (n=notaz@82-135-242-201.static.zebra.lt) has joined #beagle
  • [18:06:35] * kulve (i=c0b458db@humboldt.pingu.fi) has joined #beagle
  • [18:06:35] * Weiss (n=taw27@zazu.bitwiz.org.uk) has joined #beagle
  • [18:06:35] * Foolean (n=emil@90-227-176-224-no128.tbcn.telia.com) has joined #beagle
  • [18:06:44] <av500> bobkatzz: and why not paint the pixels directly instead of burning them in flahs?
  • [18:06:59] * PuffTheMagic (n=quassel@unaffiliated/puffthemagic) Quit (SendQ exceeded)
  • [18:07:02] <bobkatzz> huh?
  • [18:07:31] <bobkatzz> how do you turn off all the "enters" and Leaves" ??
  • [18:07:37] <av500> ?
  • [18:07:46] <bobkatzz> I thought I used to know that
  • [18:07:51] <av500> ah, your client somehow
  • [18:08:03] <bobkatzz> yeah there is a way not to see those
  • [18:08:14] <bobkatzz> an irc command i think
  • [18:08:22] <av500> i do it in my clinet, no idea if you can the the server too...
  • [18:08:26] <av500> /help...
  • [18:08:39] <bobkatzz> now theres a thought ;P
  • [18:09:00] * PuffTheMagic (n=quassel@unaffiliated/puffthemagic) has joined #beagle
  • [18:09:08] <bobkatzz> um - not in beaglechat browser version
  • [18:09:12] <bobkatzz> heh
  • [18:09:28] <bobkatzz> ok - gotta - eat and get back to work - bye
  • [18:09:31] <av500> cu
  • [18:09:38] <bobkatzz> bbl
  • [18:09:43] * bobkatzz (i=43a6a4bb@gateway/web/freenode/x-kzsvptmxevdfdxrq) Quit ("Page closed")
  • [18:09:51] <cajun-rat> use "/leave --disable"
  • [18:09:54] <mru> in irssi: /ignore #channel joins quits
  • [18:11:36] * FuL|OUT is now known as fulgas
  • [18:13:03] * flo_lap (n=fuchs@f048136207.adsl.alicedsl.de) has joined #beagle
  • [18:13:17] * florian (n=fuchs@f048136207.adsl.alicedsl.de) Quit (Nick collision from services.)
  • [18:13:23] * flo_lap is now known as florian
  • [18:16:15] * myhrman (n=miranda@h-79-136-58-55.NA.cust.bahnhof.se) has joined #beagle
  • [18:18:16] * dirk2 (n=dirk@p5B040C2A.dip0.t-ipconnect.de) Quit ("Konversation terminated!")
  • [18:18:56] * CruNcher (n=luls_lol@dslb-084-058-124-007.pools.arcor-ip.net) Quit ()
  • [18:19:02] * CruNcher (n=luls_lol@dslb-084-058-124-007.pools.arcor-ip.net) has joined #beagle
  • [18:20:38] * ssvb (n=ssvb___@a88-112-120-50.elisa-laajakaista.fi) has joined #beagle
  • [18:23:25] * hrw (n=hrw@chello089078170228.chello.pl) has joined #beagle
  • [18:25:28] * sol-invictus_ (n=chatzill@pidellelle.ifit.uni-klu.ac.at) has joined #beagle
  • [18:25:36] <hrw> morning
  • [18:26:23] <keesj> hi hrw , where are you hanging out?
  • [18:26:50] <hrw> keesj: had some trips to do
  • [18:29:07] * kulve (i=c0b458db@humboldt.pingu.fi) Quit (Read error: 60 (Operation timed out))
  • [18:29:11] * kulve (i=01c93bb1@humboldt.pingu.fi) has joined #beagle
  • [18:29:13] * thaytan (n=jan@78.16.242.11) Quit (Read error: 60 (Operation timed out))
  • [18:29:49] <hrw> german highways roxx
  • [18:29:50] * thaytan (n=jan@78.16.242.11) has joined #beagle
  • [18:30:11] <keesj> LSD
  • [18:35:41] <keesj> germany is pretty cool
  • [18:36:06] <keesj> what I have seen of it (and that is not that much :P )
  • [18:36:23] <av500> the highway thing is overrated....
  • [18:36:39] <hrw> av500: not quite
  • [18:36:53] <hrw> av500: you need to do >1kkm on Polish roads
  • [18:36:54] * mrc3__ (n=mrc3@nat/ti/x-nraqseygnvnprsqz) has joined #beagle
  • [18:36:56] * mrc3__ (n=mrc3@nat/ti/x-nraqseygnvnprsqz) Quit (Remote closed the connection)
  • [18:37:15] * mrc3_ (n=mrc3@nat/ti/x-ibdmfecgrcyfdlln) Quit (Read error: 104 (Connection reset by peer))
  • [18:37:15] <av500> in day2day use, being allowed to go fast is useless, couz all the others want the same...
  • [18:37:21] * __alanc__ (n=a-campbe@192.91.75.29) Quit (Read error: 131 (Connection reset by peer))
  • [18:37:22] * mrc3__ (n=mrc3@nat/ti/x-ynerrdzgapythovx) has joined #beagle
  • [18:37:34] <hrw> av500: I did Szczecin -> Gliwice by Polish roads (3, S3, E65, A4) and back by Germany (A4, A15, A10, A11)
  • [18:37:58] <av500> well, at least we have roads...
  • [18:38:08] * nhg (i=c05e5e6a@gateway/web/freenode/x-cxeyljtsyxmmizmw) has joined #beagle
  • [18:38:27] * nhg (i=c05e5e6a@gateway/web/freenode/x-cxeyljtsyxmmizmw) Quit (Client Quit)
  • [18:38:28] * niclas (n=n-anderb@nat/ti/x-4823dd165b5f2ed0) Quit (Read error: 104 (Connection reset by peer))
  • [18:41:30] * Pete_ (i=5ed43312@gateway/web/freenode/x-ggezxzpixeqwrdur) Quit (Ping timeout: 180 seconds)
  • [18:44:05] * niclas (n=n-anderb@nat/ti/x-aknimhdyvgyhgkua) has joined #beagle
  • [18:45:49] * Phobbes_1way (n=Phobbes@chimaeric.net) Quit (Read error: 60 (Operation timed out))
  • [18:45:52] * Phobbes_away (n=Phobbes@chimaeric.net) has joined #beagle
  • [18:47:29] * bkero <3's his touchbook )
  • [18:47:58] <ThomasEgi> you got a touchbook?
  • [18:48:30] <av500> I think the shipped some
  • [18:48:45] <av500> saw them in some hw porn today...
  • [18:49:48] <bkero> Yea
  • [18:49:52] <bkero> ThomasEgi: http://www.blueheaven.ws/
  • [18:50:10] <av500> yes this
  • [18:53:19] * cbrake_away is now known as cbrake
  • [18:54:54] * rkirti (n=oespirit@203.199.213.3) Quit (Read error: 110 (Connection timed out))
  • [18:55:33] * jjg (n=jjg@12.40.200.74) Quit (Read error: 54 (Connection reset by peer))
  • [18:58:44] * BThompson (n=a0193480@nat/ti/x-ruvrijaugygazklw) Quit ("Leaving.")
  • [18:59:52] * Hans61 (i=d4b745fe@gateway/web/freenode/x-gddzwnyyzevwlzvq) has joined #beagle
  • [19:00:28] * Hans61 (i=d4b745fe@gateway/web/freenode/x-gddzwnyyzevwlzvq) Quit (Client Quit)
  • [19:01:05] * BThompson (n=a0193480@nat/ti/x-iyrqwrbnkrcbzhvl) has joined #beagle
  • [19:02:55] * ElmiTheWizard (n=ElmiTheW@91.176.3.238) Quit (Read error: 110 (Connection timed out))
  • [19:07:22] * jipi (n=jipi@bb121-6-205-139.singnet.com.sg) Quit ("Leaving")
  • [19:08:28] * fann (i=806bf1a9@gateway/web/freenode/x-ukrtjaaysrprgttt) has joined #beagle
  • [19:09:29] <fann> hi all, I am trying to do some CPU performance on OMAP35x. Has anyone ran a 720P HD image on this processor and measured the performance?
  • [19:10:23] <fann> IS anyone here?
  • [19:10:32] <fann> you who???
  • [19:10:52] <mru> have patience
  • [19:11:11] * fann (i=806bf1a9@gateway/web/freenode/x-ukrtjaaysrprgttt) Quit (Client Quit)
  • [19:11:17] <mru> apparently not
  • [19:11:23] <Crofton> rofl
  • [19:11:31] <ThomasEgi> ... there he left.. no patience the joung padawan had.
  • [19:11:37] <ThomasEgi> to the dark side he turned.
  • [19:11:52] <AndrevS> Oh hello....
  • [19:12:43] <AndrevS> so, today I started trying some stuff on my new beagleboard.
  • [19:13:33] <mru> hope you're liking it
  • [19:13:55] <AndrevS> I haven't got the screen to work the way I want it.
  • [19:15:19] <AndrevS> But the screen should support 1280x1024... but when I select that it says over range...
  • [19:16:17] <mru> does any mode work for you?
  • [19:16:27] <AndrevS> Lower resolutions work
  • [19:16:27] <mru> and what are you running on it?
  • [19:16:32] <mru> OE?
  • [19:16:35] <mru> ubuntu?
  • [19:16:37] <AndrevS> debian
  • [19:16:44] <mru> that's not really recommended
  • [19:16:57] <av500> slackware?
  • [19:17:16] <av500> gentubundebian?
  • [19:17:25] * kozak (n=subbu@122.166.48.72) Quit (Remote closed the connection)
  • [19:18:28] <AndrevS> on lower resolutions i got an image but it flickers, it could be the monitor, it's a used monitor from my work. but there I only used it with vga interface, not the dvi interface.
  • [19:18:46] * mru is now known as _troll_
  • [19:18:48] <av500> vga? on BB?
  • [19:18:49] <_troll_> yggdrasil
  • [19:19:00] <av500> susandriva
  • [19:19:21] * _troll_ is working on a distro for linux-powered vending machines: snackware
  • [19:19:22] <AndrevS> no
  • [19:19:25] <AndrevS> the monitor
  • [19:19:32] <AndrevS> it's an old monitor from my work
  • [19:19:44] <av500> yes, but how do you connect vga to BB?
  • [19:19:49] <AndrevS> i do not
  • [19:20:00] <AndrevS> we got new monitors at work, and they sold the old ones.
  • [19:20:18] <_troll_> av500: he said he used the vga input previously, now he's using dvi
  • [19:20:39] <AndrevS> I have used this monitor before, but only it's vga port. I haven't verified the dvi port with an other device.
  • [19:20:57] * _troll_ is now known as mru
  • [19:23:40] * cajun-rat (n=cajun-ra@82-69-40-129.dsl.in-addr.zen.co.uk) Quit ("Leaving.")
  • [19:24:08] * dual (n=dual@5.79-160-122.customer.lyse.net) Quit (Remote closed the connection)
  • [19:26:17] * rupeshgujare (n=rupesh@124.123.18.114) has left #beagle
  • [19:29:59] * guillaum1 (n=gl@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) Quit ("Leaving.")
  • [19:30:12] * niclas (n=n-anderb@nat/ti/x-aknimhdyvgyhgkua) Quit ()
  • [19:30:14] * guillaum1 (n=Guillaum@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) has joined #beagle
  • [19:35:36] * booxter_ (n=booxter@212.98.182.22) has joined #beagle
  • [19:48:29] <hrw> by all
  • [19:48:33] * hrw is now known as hrw|gone
  • [19:50:22] * likewise_ (n=chatzill@82-171-51-231.ip.telfort.nl) Quit (Read error: 110 (Connection timed out))
  • [19:50:37] * likewise_ (n=chatzill@82-171-51-231.ip.telfort.nl) has joined #beagle
  • [19:58:50] * booxter__ (n=booxter@212.98.182.22) has joined #beagle
  • [20:00:41] * jjg (n=jjg@12.40.200.74) has joined #beagle
  • [20:10:08] <djlewis_> AndrevS: I set to 1280x1024x60 and it works on my Samsung 17"dvi good.
  • [20:13:04] <AndrevS> so that is adding 'omapfb.mode=dvi:1280x1024MR-16@60' to the boorargs.
  • [20:13:28] * booxter_ (n=booxter@212.98.182.22) Quit (Read error: 110 (Connection timed out))
  • [20:14:24] * josh___ (i=42d38692@gateway/web/freenode/x-jxecflzbnmhieavu) has joined #beagle
  • [20:14:57] <josh___> hi, is there a u-boot expert in the house?
  • [20:19:09] * _memento_mori_ (n=memento_@78.144.223.23) has joined #beagle
  • [20:20:48] * booxter_ (n=booxter@212.98.182.22) has joined #beagle
  • [20:21:27] * memento_mori (n=memento_@92.27.14.204) Quit (Read error: 110 (Connection timed out))
  • [20:22:35] * dl9pf (n=dl9pf@opensuse/member/dl9pf) has joined #beagle
  • [20:32:19] * josh___ (i=42d38692@gateway/web/freenode/x-jxecflzbnmhieavu) Quit ("Page closed")
  • [20:33:58] * ant__ (n=andrea@host117-251-dynamic.14-87-r.retail.telecomitalia.it) has joined #beagle
  • [20:36:09] * myhrman (n=miranda@h-79-136-58-55.NA.cust.bahnhof.se) Quit (Read error: 104 (Connection reset by peer))
  • [20:36:51] <djlewis_> AndrevS: yes.
  • [20:37:37] <djlewis_> I am at work and i get distracted by things I have to do sometimes :P
  • [20:37:39] * mrc_001_ (n=mrc_001@212-183-115-4.adsl.highway.telekom.at) has joined #beagle
  • [20:38:57] * booxter (n=booxter@212.98.182.22) has joined #beagle
  • [20:40:17] * booxter__ (n=booxter@212.98.182.22) Quit (Read error: 110 (Connection timed out))
  • [20:42:52] * mrc_001 (n=mrc_001@212-183-112-134.adsl.highway.telekom.at) Quit (Nick collision from services.)
  • [20:42:56] * mrc_001_ is now known as mrc_001
  • [20:48:45] * flo_lap (n=fuchs@f048136207.adsl.alicedsl.de) has joined #beagle
  • [20:49:09] * florian (n=fuchs@f048136207.adsl.alicedsl.de) Quit (Nick collision from services.)
  • [20:49:21] * flo_lap is now known as florian
  • [20:51:35] * __alanc__ (n=a-campbe@nat/ti/x-jjhfbfcnrfforvld) has joined #beagle
  • [20:51:37] * john3909 (n=jsynesio@99-26-125-126.lightspeed.sndgca.sbcglobal.net) Quit (Read error: 110 (Connection timed out))
  • [20:52:32] * john3909 (n=jsynesio@99-26-125-126.lightspeed.sndgca.sbcglobal.net) has joined #beagle
  • [20:53:05] * vitaly_ (n=vitaly@64-71-26-218.static.wiline.com) has joined #beagle
  • [20:57:40] * booxter_ (n=booxter@212.98.182.22) Quit (Read error: 110 (Connection timed out))
  • [20:57:49] * pk23 (i=1855338e@gateway/web/freenode/x-knyifegkrioiweit) has joined #beagle
  • [20:58:07] * pk23 (i=1855338e@gateway/web/freenode/x-knyifegkrioiweit) Quit (Client Quit)
  • [20:58:13] * DJWillis (i=djwillis@82-46-19-72.cable.ubr02.bath.blueyonder.co.uk) Quit ("Manny: It's my scythe. I like to keep it next to where my heart used to be.")
  • [20:59:06] * Jiuy (i=t6kyha00@rhea.oamk.fi) Quit (Read error: 60 (Operation timed out))
  • [20:59:33] * flo_lap (n=fuchs@f048136207.adsl.alicedsl.de) has joined #beagle
  • [20:59:41] * florian (n=fuchs@f048136207.adsl.alicedsl.de) Quit (Nick collision from services.)
  • [20:59:45] * flo_lap is now known as florian
  • [21:02:58] * booxter (n=booxter@212.98.182.22) Quit (Read error: 110 (Connection timed out))
  • [21:04:54] * booxter (n=booxter@212.98.182.22) has joined #beagle
  • [21:07:56] * Jiuy (i=t6kyha00@rhea.oamk.fi) has joined #beagle
  • [21:09:03] * vitaly__ (n=vitaly@64-71-26-218.static.wiline.com) Quit (Read error: 113 (No route to host))
  • [21:12:52] * booxter (n=booxter@212.98.182.22) Quit (Read error: 104 (Connection reset by peer))
  • [21:17:55] * booxter (n=booxter@212.98.182.22) has joined #beagle
  • [21:17:59] * BThompson (n=a0193480@nat/ti/x-iyrqwrbnkrcbzhvl) Quit ("Leaving.")
  • [21:24:04] * jevin (n=jevin@c-24-13-123-108.hsd1.in.comcast.net) has joined #beagle
  • [21:25:04] * jevin (n=jevin@c-24-13-123-108.hsd1.in.comcast.net) Quit (Client Quit)
  • [21:26:16] <jkridner|work> hmmm..... http://www.blackhawk-dsp.com/products/usb100.aspx ($99 USB JTAG)
  • [21:33:11] * jeaneus (n=a0271968@nat/ti/x-dpmjseintkfrtnhi) has joined #beagle
  • [21:45:05] * booxter (n=booxter@212.98.182.22) Quit (Read error: 104 (Connection reset by peer))
  • [21:45:28] * javaJake (n=javaJake@unaffiliated/javajake) has joined #beagle
  • [21:46:23] * ArteK (n=Artur@81.15.241.96) has left #beagle
  • [21:55:21] * jeaneus (n=a0271968@nat/ti/x-dpmjseintkfrtnhi) has left #beagle
  • [21:57:34] * alecrim (n=alecrim@189.2.128.130) Quit (Remote closed the connection)
  • [21:58:44] * XorA is now known as XorA|gone
  • [22:04:12] * booxter (n=booxter@212.98.182.22) has joined #beagle
  • [22:25:42] <ds2> *splat*
  • [22:30:45] * guillaum1 (n=Guillaum@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) Quit ("Leaving.")
  • [22:30:57] * guillaum1 (n=gl@AMontsouris-153-1-22-194.w86-212.abo.wanadoo.fr) has joined #beagle
  • [22:32:29] * wardred (n=wardred@75.142.253.144) has joined #beagle
  • [22:32:51] * brijesh (n=bksingh@nat/ti/x-btztthrefkalovlh) Quit ()
  • [22:34:31] <av500> splat?
  • [22:34:43] * greyback (n=greyback@ip-83-147-165-234.dub-3rk1.metro.digiweb.ie) Quit ("sl??n")
  • [22:35:07] <av500> jkridner|work: yes, but it does not do omap3, no?
  • [22:36:36] * Wiedi (n=wiedi@newton-air.w.fruky.net) Quit ("^C")
  • [22:40:35] <jkridner|work> it can do the DSP, but someone needs to finish writing the how-to doc.
  • [22:40:59] <jkridner|work> you can take CCSv4 and debug DSP code using it, but you have to take the DSP out of reset first.
  • [22:41:14] <av500> jkridner|work: yes
  • [22:41:19] <av500> but why not the arm?
  • [22:41:28] <av500> jtag codes s3cr3t?
  • [22:41:38] <av500> ti secret or arm secret?
  • [22:41:45] * mru has omap-l137 evm w/ onboard usb jtag...
  • [22:41:58] <av500> yes, arm9....
  • [22:42:11] <av500> mru: btw, thanks
  • [22:42:11] <mru> but 674x dsp
  • [22:42:27] <mru> for what?
  • [22:42:34] <av500> for /* place the interface name in ifr.ifr_name */
  • [22:42:48] <jkridner|work> my understanding is that the TI debug stack for ARM is just too slow and needs to be refactored.
  • [22:42:49] * mru is confused
  • [22:43:04] <mru> ifr.ifr_name sounds like networking stuff
  • [22:43:15] <av500> you answered a q about how to get the MAC address to "lucy" in 2004 :-)
  • [22:43:20] <mru> oh
  • [22:43:25] <jkridner|work> the same debug code used for the C674x will work on the C64x+ on OMAP3.
  • [22:43:29] <av500> and I just needed that, so gg foud it
  • [22:43:33] <jkridner|work> just the config stuff that is missing.
  • [22:45:02] * dl9pf (n=dl9pf@opensuse/member/dl9pf) Quit ("KVIrc 3.4.2 Shiny http://www.kvirc.net/")
  • [22:45:53] <mru> btw, I guess you've already seen my new blag post
  • [22:46:34] <av500> new? 10 days old...
  • [22:46:39] <mru> today
  • [22:46:50] <mru> guess you haven't then...
  • [22:46:51] <av500> ah, right for some reason you rss does not like me...
  • [22:47:17] * av500 reads noe
  • [22:47:18] * av500 reads noq
  • [22:47:22] * av500 reads now
  • [22:47:43] * florian (n=fuchs@f048136207.adsl.alicedsl.de) Quit (Read error: 113 (No route to host))
  • [22:48:19] <av500> k
  • [22:50:17] <djlewis_> time to head home... afterwhile...
  • [22:50:28] <av500> djlewis_: ask me...
  • [22:51:31] <djlewis_> av500: maybe not, might be a long answer ;)
  • [22:51:55] <ds2> yes, as in the sound of slime hitting a hard surface:P
  • [22:52:20] <djlewis_> sounds like an answer that might require boots too.
  • [22:52:25] * ElmiTheWizard (n=ElmiTheW@91.182.172.97) has joined #beagle
  • [22:52:35] <ldesnogu> mru: it seems FLAC strikes again :)
  • [22:53:16] <av500> yeah, im recoding all my mp3s to flac now...
  • [22:53:41] <ds2> jkridner|work: do you have anything specific in mind for the Leopard intro talk?
  • [22:53:59] * djlewis_ (i=41401e0d@gateway/web/freenode/x-ydcxtcdmfzkzkwbp) Quit ()
  • [22:54:48] <jkridner|work> nope, just "this is what it is and why you might want to get involved"
  • [22:58:23] <ds2> 'k
  • [22:58:55] <jkridner|work> since nobody wants to go first, I added 4 more time-slots at the end and gave myself a short presentation at the beginning: http://wiki.omap.com/index.php/ETechDays_Community_Lightning_Talks
  • [22:59:31] <jkridner|work> less of me and more of you. (trying to be the anti-Jim Rome).
  • [23:01:14] <jkridner|work> hopefully no one will be upset if i drop my full presentation. if no one signs up for the new slots, I'll put my presentation back in.
  • [23:01:15] <ds2> multiple presentations are allowed?
  • [23:01:44] <jkridner|work> hmmm.... for that, I suggest waiting until Sunday.
  • [23:01:54] <ds2> problem is I am on PDT... the early slots are early for my local time
  • [23:02:22] <ds2> I work better from 1300 to 0300 PDT ;)
  • [23:02:42] <jkridner|work> OK with me if you move to the 3PM slot.
  • [23:02:48] <mru> sounds like he's a real hacker ;-)
  • [23:03:05] <ds2> the current slot is fine; I get a chance to grab food before hand
  • [23:07:22] <mru> ldesnogu: I don't understand what's so special about flac
  • [23:07:35] <mru> there's no 64-bit arithmetic for gcc to fail on
  • [23:09:47] * likewise_ (n=chatzill@82-171-51-231.ip.telfort.nl) Quit ("ChatZilla 0.9.85 [Firefox 3.0.13/2009080315]")
  • [23:12:10] * rsalveti (n=rsalveti@200.184.118.130) Quit (Read error: 113 (No route to host))
  • [23:12:42] * robclark (n=robclark@nat/ti/x-scudygctxhkjghfb) Quit ()
  • [23:16:06] * brolin_ (n=brolin@200.24.16.85) has joined #beagle
  • [23:21:10] * mrc_001 (n=mrc_001@212-183-115-4.adsl.highway.telekom.at) Quit ()
  • [23:25:25] <ldesnogu> mru, I am not sure what's so special about it either
  • [23:25:45] * davidm3 (n=David@nat/ti/x-ouraqnvjuafqddsy) Quit (Remote closed the connection)
  • [23:25:46] <ldesnogu> IIRC I found two main functions eating most of the time
  • [23:25:51] <ds2> is there a hidden '#pragman TRIGGER_COMPILE_BUG 1'?
  • [23:26:03] <ldesnogu> I should dig out what I did
  • [23:26:24] <ldesnogu> ds2, there's no such thing, just send your compiler to mru that should be enough
  • [23:29:35] * fulgas is now known as FuL|OUT
  • [23:30:02] * __alanc__ (n=a-campbe@nat/ti/x-jjhfbfcnrfforvld) Quit ()
  • [23:32:56] * katie (n=katierh@nat/ti/x-lywghtswpfbrukbm) Quit ()
  • [23:35:42] * pfoetchen (n=pfoetche@dslb-094-217-205-070.pools.arcor-ip.net) has joined #beagle
  • [23:36:18] * ldesnogu (n=ldesnogu@ven06-2-82-247-86-183.fbx.proxad.net) Quit ("Leaving")
  • [23:42:10] * pfoetchen (n=pfoetche@dslb-094-217-205-070.pools.arcor-ip.net) Quit ("leaving")
  • [23:42:15] * pfoetchen (n=pfoetche@dslb-094-217-205-070.pools.arcor-ip.net) has joined #beagle
  • [23:47:24] * raster (n=raster@enlightenment/developer/raster) has joined #beagle
  • [23:49:51] * wardred (n=wardred@75.142.253.144) Quit (Remote closed the connection)
  • [23:54:41] * rsalveti (n=rsalveti@189.70.48.107) has joined #beagle
  • [23:59:35] * _memento_mori_ is now known as memento_mori