• [00:03:00] * rbarraud (~rbarraud@125-239-196-121.jetstream.xtra.co.nz) has joined #beagle
  • [00:03:49] * rsalveti (~rsalveti@177.97.250.72) has joined #beagle
  • [00:03:49] * rsalveti (~rsalveti@177.97.250.72) Quit (Changing host)
  • [00:03:49] * rsalveti (~rsalveti@linaro/rsalveti) has joined #beagle
  • [00:05:30] * gustavoz_ (~gustavoz@host59.190-231-15.telecom.net.ar) Quit (Quit: Leaving)
  • [00:09:30] * dwery (~dwery@nslu2-linux/dwery) Quit (Ping timeout: 260 seconds)
  • [00:16:23] * vPraetor (~ubnuser@203.101.61.10) Quit (Read error: Connection reset by peer)
  • [00:16:39] * vPraetor (~ubnuser@203.101.61.10) has joined #beagle
  • [00:17:01] * Darek- (~darek@work.sznajder.org) Quit (Ping timeout: 248 seconds)
  • [00:17:25] * movax (~movax@99-9-113-80.lightspeed.livnmi.sbcglobal.net) Quit (Ping timeout: 252 seconds)
  • [00:17:53] * Darek- (darek@work.sznajder.org) has joined #beagle
  • [00:18:34] * zllfdd (~quassel@222.85.94.74) has joined #beagle
  • [00:24:22] * Borillion (~Borillion@adsl-99-23-188-99.dsl.pltn13.sbcglobal.net) has joined #beagle
  • [00:24:34] <Borillion> xxiao, hi
  • [00:25:19] * movax (~movax@99-9-113-80.lightspeed.livnmi.sbcglobal.net) has joined #beagle
  • [00:27:42] * KeatonT (~KeatonT@unaffiliated/keatont) has joined #beagle
  • [00:28:06] <Borillion> xxiao, The patch you gave me Im trying to use it and get "can't find file to patch at input line 5"
  • [00:31:53] <Borillion> nm its because I deleted the drivers folder
  • [00:33:02] * jkridner___ (~jason@pdpc/supporter/active/jkridner) Quit (Read error: Connection reset by peer)
  • [00:33:39] * jkridner_ (~jason@68.61.13.123) has joined #beagle
  • [00:33:47] * jkridner_ (~jason@68.61.13.123) Quit (Changing host)
  • [00:33:47] * jkridner_ (~jason@pdpc/supporter/active/jkridner) has joined #beagle
  • [00:38:39] <Sh0rtWave> hey question
  • [00:39:06] <Sh0rtWave> is the Li-5m03 available anywhere precompiled as a module for the demo image that comes with an xM?
  • [00:39:15] <Sh0rtWave> LI-5M03 driver, that is
  • [00:52:23] * enthdegree (~enthdegre@wikimedia/enthdegree) Quit (Quit: HydraIRC -> http://www.hydrairc.com <- Wibbly Wobbly IRC)
  • [00:57:55] * rbarraud (~rbarraud@125-239-196-121.jetstream.xtra.co.nz) Quit (Ping timeout: 244 seconds)
  • [00:59:15] * emeb (~ericb@ip72-223-81-94.ph.ph.cox.net) Quit (Quit: Leaving.)
  • [01:00:15] * Borillion (~Borillion@adsl-99-23-188-99.dsl.pltn13.sbcglobal.net) Quit (Ping timeout: 260 seconds)
  • [01:01:34] * emeb_mac (~ericb@ip72-223-81-94.ph.ph.cox.net) has joined #beagle
  • [01:09:13] * divine (~divine@68-189-15-67.dhcp.snlo.ca.charter.com) Quit (Ping timeout: 245 seconds)
  • [01:10:27] <xxiao> Borillion: it's odd
  • [01:10:35] <xxiao> i applied it and built that kernel just fine
  • [01:10:43] <xxiao> in short it's verified by me
  • [01:19:46] * Borillion (~Borillion@96.24.68.250) has joined #beagle
  • [01:20:10] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [01:20:10] <xxiao> Borillion: that patch was tested , not sure why it did not work for u
  • [01:22:25] * zllfdd (~quassel@222.85.94.74) Quit (Ping timeout: 260 seconds)
  • [01:27:52] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [01:28:44] <riskable> OK, I've determined that driving the LEDs on my 8x8 matrix works great straight from the Beaglebone's GPIO pins... No need for transistors (its very low power). However, in order to make it work like a proper display I also need to enable/disable connecting the half the pins to ground. On the Arduino I could simply connect these cathodes to digital pins and set them to LOW. Can I do something like that on the Beaglebone or do I
  • [01:28:44] <riskable> need to use some transistors?
  • [01:30:56] * gustavoz (~gustavoz@host59.190-231-15.telecom.net.ar) has joined #beagle
  • [01:31:03] <riskable> I don't want to fry my BB by setting "echo 1 > gpio38/value" having that pass through a 220ohm resistor and an LED connected to gpio39 which is set to "echo 0 > gpio39/value"
  • [01:32:04] * thealphanerd (~thealphan@24-246-14-164.cable.teksavvy.com) has joined #beagle
  • [01:32:04] * thealphanerd (~thealphan@24-246-14-164.cable.teksavvy.com) Quit (Changing host)
  • [01:32:04] * thealphanerd (~thealphan@unaffiliated/thealphanerd) has joined #beagle
  • [01:34:23] * almost_anna (~aad@50-0-191-227.dsl.static.sonic.net) Quit (Quit: almost_anna)
  • [01:37:05] * rbarraud (~rbarraud@125-239-196-121.jetstream.xtra.co.nz) has joined #beagle
  • [01:46:03] <jacekowski> riskable: read the manual
  • [01:46:13] <jacekowski> riskable: omap pins are not meant to source that kind of current
  • [01:46:20] <riskable> jacekowski: I am, but it isn't very clear on this point
  • [01:46:28] <riskable> jacekowski: That's what I thought
  • [01:46:48] <riskable> jacekowski: What would you recommend for controlling ground connect/disconnect on the Beaglebone? Some transistors?
  • [01:49:13] <jacekowski> depends on your circuit
  • [01:49:25] <jacekowski> i would think about using some 4000 series logic
  • [01:49:38] <jacekowski> possibly a shift register
  • [01:49:59] <riskable> I've got shift registers... That's actually what I was thinking about
  • [01:50:59] <riskable> Got a 74HC595AN right in front of me and probable a dozen more in my storage bins :)
  • [01:52:21] * thealphanerd (~thealphan@unaffiliated/thealphanerd) Quit (Quit: thealphanerd)
  • [01:54:51] * thealphanerd (~thealphan@unaffiliated/thealphanerd) has joined #beagle
  • [01:56:19] * KeatonT (~KeatonT@unaffiliated/keatont) Quit (Quit: Textual IRC Client: http://www.textualapp.com/)
  • [02:09:38] * Borillion (~Borillion@96.24.68.250) Quit (Ping timeout: 240 seconds)
  • [02:12:31] * RITRedbeard (~RITReadbe@c-68-37-165-37.hsd1.nj.comcast.net) has joined #beagle
  • [02:24:43] * diablorosso (~xweber@p5B2D04A4.dip0.t-ipconnect.de) has joined #beagle
  • [02:26:30] * diablorosso_ (~xweber@p5B2D071A.dip0.t-ipconnect.de) Quit (Ping timeout: 248 seconds)
  • [02:44:19] * contempt (contempt@unaffiliated/contempt) Quit (Ping timeout: 245 seconds)
  • [02:44:29] * contempt (contempt@unaffiliated/contempt) has joined #beagle
  • [02:57:29] * lemonade`_ (~lemonade_@pool-71-178-182-87.washdc.fios.verizon.net) has joined #beagle
  • [02:59:10] * raster (raster@enlightenment1.osuosl.org) has joined #beagle
  • [02:59:10] * raster (raster@enlightenment1.osuosl.org) Quit (Changing host)
  • [02:59:10] * raster (raster@enlightenment/developer/raster) has joined #beagle
  • [03:04:06] * KeatonT (~KeatonT@unaffiliated/keatont) has joined #beagle
  • [03:07:02] * Sh0rtWave (~Sh0rtWave@unaffiliated/shortwave) Quit (Quit: Sh0rtWave)
  • [03:27:31] * lemonade`_ is now known as lemonade`
  • [03:31:03] * heathkid (~heathkid@unaffiliated/heathkid) has joined #beagle
  • [03:33:50] * almost_anna (~aad@50-0-191-227.dsl.static.sonic.net) has joined #beagle
  • [03:43:21] * aholler_ (~aholler@p57B20861.dip0.t-ipconnect.de) has joined #beagle
  • [03:44:57] * mranostay scrolls up
  • [03:45:32] * KeatonT (~KeatonT@unaffiliated/keatont) Quit (Quit: Computer has gone to sleep.)
  • [03:46:20] <mranostay> the SNR in this channel is kinda low
  • [03:46:25] * aholler (~aholler@p57B2047B.dip0.t-ipconnect.de) Quit (Ping timeout: 265 seconds)
  • [03:50:53] * KeatonT (~KeatonT@unaffiliated/keatont) has joined #beagle
  • [03:53:10] <KeatonT> why must you be 1.8V beaglbone i2c
  • [03:53:12] <KeatonT> whyyyyyyy
  • [03:53:31] <ds2> 1.8V is great
  • [03:53:52] <mranostay> level shift ftw?
  • [03:54:02] <KeatonT> well might just use a transistor in this case.
  • [03:54:13] <KeatonT> Only need to shift the logic in one direction.
  • [03:54:28] <KeatonT> wait...
  • [03:54:29] <KeatonT> nvm
  • [03:54:36] <KeatonT> ugh.
  • [03:59:34] <ds2> just use 1.8V parts
  • [03:59:56] <mranostay> ds2: planning on E-ELC btw?
  • [04:00:14] <ds2> mranostay: no budget, so no
  • [04:01:03] <mranostay> heh ouch
  • [04:01:45] <mranostay> ds2: you are self employed right?
  • [04:01:57] <ds2> mranostay: yes, hence no travel budget :)
  • [04:02:35] <mranostay> heh i'm making E-ELC a business trip slash vacation since i'm paying it for it
  • [04:02:52] <mranostay> well it assumes if my talk gets accepted and all
  • [04:03:05] <ds2> problem is I donno the cheap places to stay in europe
  • [04:03:29] <mranostay> there is none :)
  • [04:03:55] <mranostay> i'll be camping out at some hostel probably
  • [04:04:03] <ds2> hahah
  • [04:04:16] <mranostay> need to have my old college to re-issue my student id :)
  • [04:04:20] <ds2> what subject did you proposed?
  • [04:06:07] <mranostay> beaglebone: the perfect telemetry platform
  • [04:07:18] <ds2> that sounds interesting
  • [04:07:36] <mranostay> it does doesn't it? :)
  • [04:07:49] <mranostay> have no slides and a half-designed cape :)
  • [04:08:12] <ds2> caps are trival
  • [04:08:48] <mranostay> also need to get a weatherstation cape whenever they ship
  • [04:09:12] <ds2> just build it yourself
  • [04:09:33] <mranostay> well i can also ask koen nicely :)
  • [04:10:42] <ds2> build exactly what you need
  • [04:13:37] <ds2> mranostay: what kind of link are you using?
  • [04:14:03] * lemonade` (~lemonade_@pool-71-178-182-87.washdc.fios.verizon.net) Quit (Remote host closed the connection)
  • [04:15:20] <mranostay> ds2: link?
  • [04:15:36] <ds2> yeah, for the telemetery
  • [04:16:08] <mranostay> simple ethernet to internet. although i would like to get into zigbee stuff
  • [04:16:24] <ds2> oh
  • [04:16:31] <ds2> so this won't work for really rural stuff
  • [04:16:46] <mranostay> nope
  • [04:17:27] <mranostay> you would need some sort of a GPMS radio for that
  • [04:18:02] <ds2> or use a ham radio if you are licensed
  • [04:18:26] <mranostay> nope although i should look into that
  • [04:18:43] <mranostay> never did the ham radio thing for some reason
  • [04:18:57] <ds2> it is pretty easy to do now
  • [04:19:21] <mranostay> yeah no morse code even :)
  • [04:20:12] * lkesteloot (~lkesteloo@c-71-204-172-217.hsd1.ca.comcast.net) has joined #beagle
  • [04:20:38] * mgburr (~quassel@c-71-203-188-172.hsd1.fl.comcast.net) has joined #beagle
  • [04:24:00] <mranostay> ds2: are you allowed to request a handle? or do they not recycle them?
  • [04:24:07] * k4rtik (~k4rtik@122.179.45.180) has joined #beagle
  • [04:24:23] * jefferai (~quassel@kde/amarok/mitchell) Quit (Remote host closed the connection)
  • [04:24:43] * djerome (~djerome@ip68-2-20-108.ph.ph.cox.net) Quit (Remote host closed the connection)
  • [04:27:39] <dm8tbr> getting a vanity callsign is possible in most countries
  • [04:28:33] * GPSFan (~kenm@64.92.145.112) Quit (Remote host closed the connection)
  • [04:29:04] <mranostay> dm8tbr: how about old expired ones?
  • [04:29:43] <dm8tbr> depends on the country, mostly yes
  • [04:30:00] * jefferai (~quassel@kde/amarok/mitchell) has joined #beagle
  • [04:30:02] <dm8tbr> there is a grace period
  • [04:30:24] <mranostay> i want to get my late grandpa's one
  • [04:31:16] <dm8tbr> ah, family should be easier
  • [04:31:28] <dm8tbr> which jurisdiction?
  • [04:33:31] <mranostay> united states
  • [04:33:53] <dm8tbr> definitely possible
  • [04:35:12] <ds2> mranostay: kind of
  • [04:35:32] <KeatonT> Gotta get me some of these guys??? http://cubloc.com/download/etc/P82B715_6.pdf
  • [04:35:48] * mgburr (~quassel@c-71-203-188-172.hsd1.fl.comcast.net) Quit (Remote host closed the connection)
  • [04:46:04] * divine (~divine@68-189-15-67.dhcp.snlo.ca.charter.com) has joined #beagle
  • [04:49:27] * k4rtik (~k4rtik@122.179.45.180) Quit (Ping timeout: 256 seconds)
  • [04:53:09] <KeatonT> Got any electronics gurus around?
  • [04:55:31] <ds2> no, they all dropped dead
  • [04:57:26] <KeatonT> lol
  • [04:57:42] <KeatonT> I'm trying to figure out how you'd wire up theses i2c extenders.
  • [04:58:09] <KeatonT> Basically the documentation is not clear if the logic lines are isolated from the Vcc
  • [05:00:10] <KeatonT> Logic signal input voltage levels are output without change and
  • [05:00:10] <KeatonT> are independent of VCC
  • [05:00:33] <ds2> is there a reason you cannot read the schematics?
  • [05:00:41] <ds2> or do you have a hatred of parts from TI?
  • [05:00:49] <ds2> or do you not like reading at all?
  • [05:01:51] <KeatonT> I'm reading them now I'm just not 100% familiar with the verbiage.
  • [05:02:16] <KeatonT> I'm definitely not a electrical engineer, but slowly I'm figuring things out.
  • [05:02:47] <KeatonT> From what I can tell the Vcc is isolated and the logic input voltage will stay the same.
  • [05:02:59] <KeatonT> Which is exactly what I needed to know.
  • [05:03:00] <ds2> which Vcc are you talking about?
  • [05:03:08] <ds2> on what part
  • [05:03:22] <KeatonT> the P82B715
  • [05:03:33] <KeatonT> It's an i2c bus extender.
  • [05:04:18] <ds2> you're on your own for that one
  • [05:15:51] <KeatonT> lol I think I figured it out.
  • [05:16:18] * mranostay is dead
  • [05:16:32] <mranostay> ds2: wouldn't they be both dead and alive?
  • [05:26:44] * hitlin37 (~chatzilla@182.71.144.118) has joined #beagle
  • [05:28:14] <ds2> mranostay: that's Mr S's cat :P
  • [05:28:34] * tasslehoff (~tasslehof@147.84-49-231.nextgentel.com) has joined #beagle
  • [05:28:38] <mranostay> poor cat
  • [05:28:53] <mranostay> he shouldn't have been allowed to own pets :)
  • [05:29:05] <ds2> :)
  • [05:29:51] <mranostay> did the cat use an 1/18 of life in that case?
  • [05:30:44] * ericb2 (~X@unaffiliated/ericb2) Quit (Quit: . . . ........)
  • [05:36:12] * mranostay (~mranostay@pdpc/supporter/active/mranostay) Quit (Quit: leaving)
  • [05:38:15] * mranostay (~mranostay@pdpc/supporter/active/mranostay) has joined #beagle
  • [05:42:30] * C-o-r-E (~nash@modemcable200.212-81-70.mc.videotron.ca) Quit (Remote host closed the connection)
  • [05:43:19] * k4rtik (~k4rtik@122.179.45.180) has joined #beagle
  • [05:44:02] * C-o-r-E (~nash@modemcable200.212-81-70.mc.videotron.ca) has joined #beagle
  • [05:45:36] * harshpb (~harshpb@122.248.163.3) has joined #beagle
  • [05:46:58] * arti_t (~arti_t@122.166.11.13) has joined #beagle
  • [05:52:28] <_av500_> yaaaaaaaaaaaaaaaaaaaaawn
  • [05:53:00] <mranostay> christ
  • [05:53:10] <mranostay> we have a _av500_ sighting
  • [05:53:24] <mranostay> man the decks and battlestations!
  • [05:55:00] * Lachlan (~Lachlan@ppp118-210-210-36.lns20.adl6.internode.on.net) Quit (Quit: Leaving)
  • [06:01:42] * hattwick (~hattwick@68-184-17-253.dhcp.unas.ma.charter.com) Quit (Ping timeout: 244 seconds)
  • [06:02:11] * tor (~tor@c-1465e655.125-1-64736c10.cust.bredbandsbolaget.se) has joined #beagle
  • [06:03:40] * abogani (~abogani@140.105.207.246) has joined #beagle
  • [06:03:46] * abogani (~abogani@140.105.207.246) Quit (Changing host)
  • [06:03:46] * abogani (~abogani@ubuntu/member/abogani) has joined #beagle
  • [06:10:30] * KeatonT (~KeatonT@unaffiliated/keatont) Quit (Quit: Computer has gone to sleep.)
  • [06:14:20] * damir__ (~damir@217-72-91-162.ipv4.tusmobil.si) has joined #beagle
  • [06:19:23] * emeb_mac (~ericb@ip72-223-81-94.ph.ph.cox.net) Quit (Quit: emeb_mac)
  • [06:21:38] * damir__ (~damir@217-72-91-162.ipv4.tusmobil.si) Quit (Quit: Leaving.)
  • [06:22:36] * Guest33077 (~bleh1@46.226.186.114) has joined #beagle
  • [06:22:45] * lyakh (~lyakh@dslb-188-109-034-055.pools.arcor-ip.net) has joined #beagle
  • [06:25:02] * k4rtik_ (~k4rtik@122.179.72.61) has joined #beagle
  • [06:27:40] * k4rtik (~k4rtik@122.179.45.180) Quit (Ping timeout: 246 seconds)
  • [06:30:46] <_av500_> ducks and butterwaffles
  • [06:35:42] * k4rtik_ (~k4rtik@122.179.72.61) Quit (Ping timeout: 244 seconds)
  • [06:37:08] * LetoThe2nd (~jd@unaffiliated/letothe2nd) Quit (Ping timeout: 240 seconds)
  • [06:38:48] * harshpb (~harshpb@122.248.163.3) Quit (Remote host closed the connection)
  • [06:41:10] * harshpb (~harshpb@122.248.163.4) has joined #beagle
  • [06:44:04] * k4rtik (~k4rtik@122.172.182.182) has joined #beagle
  • [06:54:14] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
  • [06:56:21] * _sundar_ (~sundar@110.234.156.82) Quit (Ping timeout: 252 seconds)
  • [06:59:57] * k4rtik (~k4rtik@122.172.182.182) Quit (Quit: leaving)
  • [07:03:46] * _sundar_ (~sundar@223.235.106.252) has joined #beagle
  • [07:07:59] * lkesteloot (~lkesteloo@c-71-204-172-217.hsd1.ca.comcast.net) Quit (Quit: lkesteloot)
  • [07:09:54] * jacekowski (~jacekowsk@2001:41d0:8:2d8d::2) Quit (Ping timeout: 272 seconds)
  • [07:11:49] * kalem (~kalem@host185-195-static.104-82-b.business.telecomitalia.it) has joined #beagle
  • [07:11:49] * kalem (~kalem@host185-195-static.104-82-b.business.telecomitalia.it) Quit (Changing host)
  • [07:11:49] * kalem (~kalem@unaffiliated/kalem) has joined #beagle
  • [07:15:43] * krajo1 (~krajo1@ip4-83-240-125-22.cust.nbox.cz) has joined #beagle
  • [07:15:56] * jacekowski (jacekowski@2001:41d0:8:2d8d::2) has joined #beagle
  • [07:16:24] * Guest33077 (~bleh1@46.226.186.114) Quit (Ping timeout: 245 seconds)
  • [07:16:45] * krajo1 (~krajo1@ip4-83-240-125-22.cust.nbox.cz) Quit (Client Quit)
  • [07:20:34] * jpirko (~jirka@ip-89-102-8-67.net.upcbroadband.cz) has joined #beagle
  • [07:24:19] * arti_t (~arti_t@122.166.11.13) Quit (Read error: Connection reset by peer)
  • [07:24:55] * arti_t (~arti_t@122.166.11.13) has joined #beagle
  • [07:26:20] * florian_kc (~fuchs@port-217-146-132-69.static.qsc.de) has joined #beagle
  • [07:26:20] * florian_kc (~fuchs@port-217-146-132-69.static.qsc.de) Quit (Changing host)
  • [07:26:20] * florian_kc (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [07:29:24] * florian_kc is now known as florian
  • [07:33:02] <lautriv> so i run in a strange behaviour here : i have an image on SD-Card to use on the target and a dir on the host with same content. if i boot that SD, shutdown and move to target, then will rsync the dir to the SD i get i/o errors. but if i mkfs or rm -r /target/* it will rsync fine. any thoughts ?
  • [07:33:14] * drakkan1000 (~drakkan@dynamic-adsl-78-12-150-1.clienti.tiscali.it) has joined #beagle
  • [07:33:39] <lautriv> *move to host
  • [07:34:41] * Qbert (~mattias@stingdhcp-101.holding.kth.se) has joined #beagle
  • [07:37:05] * nailgg_ (5561f9e4@gateway/web/freenode/ip.85.97.249.228) has joined #beagle
  • [07:37:54] <nailgg_>
  • [07:44:44] * dENNES (~Adium@port375.ds1-hr.adsl.cybercity.dk) has joined #beagle
  • [07:54:35] * ychavan (ychavan@nat/redhat/x-muuclpojlzlrtnsn) has joined #beagle
  • [07:55:18] * aholler_ is now known as aholler
  • [07:58:45] * hattwick (~hattwick@68-184-17-253.dhcp.unas.ma.charter.com) has joined #beagle
  • [08:00:51] * nailgg_ (5561f9e4@gateway/web/freenode/ip.85.97.249.228) Quit (Ping timeout: 245 seconds)
  • [08:01:01] * tasslehoff (~tasslehof@147.84-49-231.nextgentel.com) Quit (Quit: WeeChat 0.3.7)
  • [08:04:00] <aholler> find /var/db/pkg/ -not -newer /var/db/pkg/sys-devel/gcc-4.7.0/gcc-4.7.0.ebuild -name '*.ebuild'
  • [08:04:03] <aholler> uups
  • [08:04:29] * Anduck (~Anduck@a88-85-129-77.mpynet.fi) has joined #beagle
  • [08:05:15] <lautriv> aholler, tell us more :P
  • [08:05:38] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Remote host closed the connection)
  • [08:05:47] <aholler> at least I post something. You should try that when asking ;)
  • [08:06:48] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [08:08:01] * dENNES (~Adium@port375.ds1-hr.adsl.cybercity.dk) Quit (Quit: Leaving.)
  • [08:08:36] <lautriv> aholler, how could i ask without post ?
  • [08:09:05] <aholler> e.g. by using dpaste.com for you i/o errors
  • [08:09:14] * pfefferz (~pfefferz@cpe-70-123-135-48.austin.res.rr.com) Quit (Read error: Operation timed out)
  • [08:11:03] <lautriv> aholler, they are somewhat generic, my first assumtion was SD/SDHC because the kexecboot can only use SD and the booting kernel does SDHC but i used another SD with just 1G and same behaviour. it's also ext2 so no specials on mount.
  • [08:11:30] <aholler> generic i/o errors?
  • [08:11:58] <aholler> EIOGENERIC? ;)
  • [08:12:24] <lautriv> nah, EIOFAILEDSOMEHOW
  • [08:12:53] <lautriv> i'll reproduce now.
  • [08:18:15] * jpirko (~jirka@ip-89-102-8-67.net.upcbroadband.cz) Quit (Remote host closed the connection)
  • [08:21:12] * Russ (foobar@ip68-106-254-4.ph.ph.cox.net) has joined #beagle
  • [08:21:30] * ant_work (~ant@host6-80-static.42-85-b.business.telecomitalia.it) has joined #beagle
  • [08:25:58] * pfefferz (~pfefferz@cpe-70-123-135-48.austin.res.rr.com) has joined #beagle
  • [08:27:34] * jpsaman (~jpsaman@2001:4cb8:17:1:f24d:a2ff:fe65:bd7e) has joined #beagle
  • [08:27:34] * jpsaman (~jpsaman@2001:4cb8:17:1:f24d:a2ff:fe65:bd7e) Quit (Changing host)
  • [08:27:34] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
  • [08:31:37] * dENNES (~Adium@192.38.36.16) has joined #beagle
  • [08:35:03] * stuk_gen (~quassel@151.65.17.253) has joined #beagle
  • [08:39:14] * thealphanerd (~thealphan@unaffiliated/thealphanerd) Quit (Quit: thealphanerd)
  • [08:41:41] * arti_t (~arti_t@122.166.11.13) Quit (Read error: Operation timed out)
  • [08:51:47] * mrcan (~mrcan@unaffiliated/mrcan) has joined #beagle
  • [08:53:28] * dENNES (~Adium@192.38.36.16) Quit (Quit: Leaving.)
  • [08:54:22] * arti_t (~arti_t@122.166.11.13) has joined #beagle
  • [08:55:55] <stuk_gen> koen: i get error when opkg install kernel-module-hid-multitouch in beagleboard and beaglebone. When you have time can try this? thanks
  • [09:02:42] * _sundar_ (~sundar@223.235.106.252) Quit (Read error: Connection reset by peer)
  • [09:05:59] * almost_anna (~aad@50-0-191-227.dsl.static.sonic.net) Quit (Quit: almost_anna)
  • [09:07:58] * ceyusa (~vjaquez@fanzine.igalia.com) has joined #beagle
  • [09:09:29] * AurumSpark (~Aurum@64.104.132.72) has joined #beagle
  • [09:10:49] * ericb2 (~X@aud25-1-88-166-8-11.fbx.proxad.net) has joined #beagle
  • [09:10:49] * ericb2 (~X@aud25-1-88-166-8-11.fbx.proxad.net) Quit (Changing host)
  • [09:10:49] * ericb2 (~X@unaffiliated/ericb2) has joined #beagle
  • [09:10:56] * ericb2 (~X@unaffiliated/ericb2) Quit (Remote host closed the connection)
  • [09:15:02] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [09:19:26] * phantoxe (~destroy@a95-92-89-24.cpe.netcabo.pt) has joined #beagle
  • [09:20:22] <lautriv> aholler, still around ?
  • [09:23:27] * plasmab (~Stephen@client-82-26-201-105.pete.adsl.virginmedia.com) has joined #beagle
  • [09:26:19] * Anduck (~Anduck@a88-85-129-77.mpynet.fi) Quit (Ping timeout: 244 seconds)
  • [09:28:38] * kag_anil (~kag_anil@59.97.56.214) has joined #beagle
  • [09:29:49] * _sundar_ (~sundar@117.193.178.0) has joined #beagle
  • [09:30:36] <kag_anil> which piece of code is require by beagle bone for DVI-D cape??
  • [09:30:53] <kag_anil> in the kernel source
  • [09:31:06] * m0erk (c1ae9455@gateway/web/freenode/ip.193.174.148.85) has joined #beagle
  • [09:31:20] * Anduck (~Anduck@a88-85-129-77.mpynet.fi) has joined #beagle
  • [09:31:59] * jpirko (jirka@nat/redhat/x-uvghmcofhurtjell) has joined #beagle
  • [09:32:29] * LetoThe2nd (~jd@unaffiliated/letothe2nd) has joined #beagle
  • [09:33:56] <m0erk> is there a working audio in the TI's Sitara SDK for beagle-xm?
  • [09:34:57] <aholler> lautriv: yes
  • [09:35:53] <lautriv> aholler, could you spend a minute to try a git clone ? i have a source which hangs up unexpected and not sure if it's the server or me .
  • [09:35:54] * dENNES (~Adium@192.38.36.16) has joined #beagle
  • [09:37:07] * panto (~panto@195.97.110.117) has joined #beagle
  • [09:37:39] * Anduck (~Anduck@a88-85-129-77.mpynet.fi) Quit (Ping timeout: 245 seconds)
  • [09:38:20] <aholler> you know the concept behind irc-channels, do you? ;)
  • [09:38:56] <lautriv> aholler, what exactly ?
  • [09:39:05] <aholler> /who
  • [09:39:40] <aholler> you ask, someone might answer
  • [09:39:49] <aholler> so just post the git-url
  • [09:39:57] <lautriv> aholler, this one -> git://acx100.git.sourceforge.net/acx100/acx-mac80211
  • [09:40:12] <av500> its sourceforge
  • [09:40:16] <av500> no further questions
  • [09:40:47] <lautriv> av500, you mean they suck by default ?
  • [09:41:02] <mru> sourceforget
  • [09:42:33] * mrcan_ (~mrcan@95.8.149.248) has joined #beagle
  • [09:42:33] * mrcan_ (~mrcan@95.8.149.248) Quit (Changing host)
  • [09:42:33] * mrcan_ (~mrcan@unaffiliated/mrcan) has joined #beagle
  • [09:44:12] <lautriv> it worked once and there is no alternative :(
  • [09:44:34] * mrcan (~mrcan@unaffiliated/mrcan) Quit (Ping timeout: 265 seconds)
  • [09:48:37] * dwery (~dwery@2-225-213-131.ip177.fastwebnet.it) has joined #beagle
  • [09:48:47] * dwery (~dwery@2-225-213-131.ip177.fastwebnet.it) Quit (Changing host)
  • [09:48:47] * dwery (~dwery@nslu2-linux/dwery) has joined #beagle
  • [09:55:50] <lautriv> ok, forget that part, there is a wrong URL on this page .......... this one it correct -> git://acx100.git.sourceforge.net/gitroot/acx100/acx-mac80211
  • [09:56:17] * Anil (~kag_anil@59.97.57.177) has joined #beagle
  • [09:56:39] * mythos (~mythos@unaffiliated/mythos) Quit (Ping timeout: 265 seconds)
  • [09:57:39] * kag_anil (~kag_anil@59.97.56.214) Quit (Ping timeout: 245 seconds)
  • [10:02:09] * Anil is now known as kag_anil
  • [10:02:54] <kag_anil> which piece of code is require by beagle bone for DVI-D cape??
  • [10:03:04] * lpi (c13ccf12@gateway/web/freenode/ip.193.60.207.18) has joined #beagle
  • [10:05:23] <lpi> I have a question about gpio: it is not a module, but just a driver compiled within the kernel, no?
  • [10:05:50] <mru> what difference does it make?
  • [10:06:03] <lpi> you can't unload it on-the-fly
  • [10:06:15] <aholler> not true
  • [10:06:25] <mru> I know what modules are
  • [10:06:55] <lpi> I know how to unload a module: rmmod
  • [10:07:07] <lpi> but there is not gpio or thing like that listed in lsmod
  • [10:07:23] <lpi> so I conclude that GPIo is compiled directly in the kernel
  • [10:07:33] <lpi> so if you want to unload it, need to recompile
  • [10:07:39] <lpi> I'm right?
  • [10:07:40] <aholler> there is a file named bind in sys which can be used to bind/unbind stuff linked into the kernel
  • [10:07:52] <lpi> mmhhh interesting
  • [10:07:57] <lpi> so it's a king of module?
  • [10:08:01] <mru> aholler: sure, but that doesn't unload the actual code from memory
  • [10:08:21] <aholler> he didn't say that
  • [10:08:30] <mru> he said unload
  • [10:08:33] <mru> not unbind
  • [10:08:39] <aholler> anyway, it's an xy-problem
  • [10:10:42] <lpi> so to be simple: modprobe can load/rm code in the kernel space, and bind is the same except that it doesn't free the memory
  • [10:11:03] <aholler> no
  • [10:11:04] <mru> bind is not the same
  • [10:11:41] <aholler> using bind you can't load new code as the code is inside the kernel
  • [10:12:08] <mru> bind/unbind works on things already in the kernel, be they built-in or loaded modules
  • [10:12:20] <aholler> you just can (un-)initialize stuff using bind
  • [10:12:40] * Russ (foobar@ip68-106-254-4.ph.ph.cox.net) Quit (Ping timeout: 260 seconds)
  • [10:12:50] <lpi> Ok I understood
  • [10:12:58] <mru> you can sort of simulate (un)plugging a device
  • [10:13:00] <lpi> thank you for these explanations
  • [10:13:36] * Anil (~kag_anil@59.97.57.177) has joined #beagle
  • [10:14:20] * Anil (~kag_anil@59.97.57.177) Quit (Client Quit)
  • [10:15:31] * Anil (~kag_anil@59.97.57.177) has joined #beagle
  • [10:15:34] * kag_anil (~kag_anil@59.97.57.177) Quit (Ping timeout: 245 seconds)
  • [10:15:38] * Anil is now known as kag_anil
  • [10:16:05] <kag_anil> clear
  • [10:16:31] <aholler> looks more like fog
  • [10:16:38] <mru> rain here
  • [10:17:29] * tasslehoff (~tasslehof@145.79-161-31.customer.lyse.net) has joined #beagle
  • [10:19:05] * plasmab (~Stephen@client-82-26-201-105.pete.adsl.virginmedia.com) Quit (Ping timeout: 260 seconds)
  • [10:19:40] * dENNES (~Adium@192.38.36.16) Quit (Quit: Leaving.)
  • [10:20:23] <av500> closed shutters here
  • [10:20:33] <aholler> kellerkind
  • [10:20:39] <av500> i'm sure there is some kind of weather outside..
  • [10:21:03] <jannau> it's in the cloud, at least here
  • [10:22:42] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) Quit (Excess Flood)
  • [10:24:19] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
  • [10:25:21] * mythos (~mythos@unaffiliated/mythos) has joined #beagle
  • [10:26:11] * kaio (~kaio@fedora/kaio) has joined #beagle
  • [10:29:20] * mrcan__ (~mrcan@unaffiliated/mrcan) has joined #beagle
  • [10:31:55] * mrcan_ (~mrcan@unaffiliated/mrcan) Quit (Ping timeout: 260 seconds)
  • [10:31:59] * yegorich (3e911ef2@gateway/web/freenode/ip.62.145.30.242) has joined #beagle
  • [10:32:22] * mrcan (~mrcan@unaffiliated/mrcan) has joined #beagle
  • [10:33:17] <yegorich> Hi! I have a question regarding pinmux description.
  • [10:33:17] * Simple_dev (5e198077@gateway/web/freenode/ip.94.25.128.119) has joined #beagle
  • [10:33:24] <Simple_dev> Hi
  • [10:33:39] <Simple_dev> Maybe someone can answer my question
  • [10:33:41] <mru> maybe if the rain eases up a little I'll go out and get some rain pictures, speaking of shutters
  • [10:33:53] <aholler> wales?
  • [10:34:25] <Simple_dev> I'm looking for some dev board, prior to OMAP based(cause there is exp with it)
  • [10:34:44] <yegorich> in file arch/arm/mach-omap2/mux33xx.c there are descriptions of all possible pin functions: _AM33XX_MUXENTRY(GPMC_A0, 0, "gpmc_a0", "mii2_txen", "rgmii2_tctl", "rmii2_txen", "gpmc_a16", "pr1_mii_mt1_clk", NULL, "gpio1_16"),
  • [10:34:48] <Simple_dev> I do not need GPU or Ether/bt/wifi
  • [10:34:50] <mru> aholler: england
  • [10:35:25] * mrcan__ (~mrcan@unaffiliated/mrcan) Quit (Ping timeout: 260 seconds)
  • [10:35:36] <Simple_dev> So I'm looking for advice...
  • [10:35:43] <yegorich> and in board file these pins will configured in following way: {"gpmc_a0.rgmii2_tctl", OMAP_MUX_MODE5 | AM33XX_PIN_INPUT_PULLDOWN},
  • [10:35:52] <Simple_dev> Mostly I wanna to create simple GPS+GPRS device
  • [10:36:23] <yegorich> is the text after "." relevant or OMAP_MUX_MODE5 is enough to define pin function?
  • [10:36:24] <aholler> mru: I've heard in london water is or might get rationalized. Unbelievable
  • [10:36:39] <mru> I think you mean rationed
  • [10:36:47] <aholler> yes
  • [10:36:50] <mru> rationalised means something else entirely
  • [10:36:56] * lautriv (~lautriv@f050080165.adsl.alicedsl.de) Quit (Remote host closed the connection)
  • [10:36:58] <Simple_dev> so I need the only interface for it (UART or GPIO), SDcard slot and something to debug(JTAG/serial console)
  • [10:37:28] <aholler> here we use the same word for both
  • [10:38:04] * FunkyPenguin (u716@opensuse/member/FunkyPenguin) Quit (Ping timeout: 245 seconds)
  • [10:43:21] * Simple_dev (5e198077@gateway/web/freenode/ip.94.25.128.119) Quit (Ping timeout: 245 seconds)
  • [10:43:38] * movax (~movax@99-9-113-80.lightspeed.livnmi.sbcglobal.net) Quit (Ping timeout: 246 seconds)
  • [10:44:11] * lpi (c13ccf12@gateway/web/freenode/ip.193.60.207.18) Quit (Ping timeout: 245 seconds)
  • [10:48:21] * bradfa (~bradfa@173.225.52.244) has joined #beagle
  • [10:54:09] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Quit: Client exiting)
  • [10:55:47] * babilen (~babilen@unaffiliated/babilen) has joined #beagle
  • [10:56:30] * angs (~a@gw.venturelab.ideon.se) has joined #beagle
  • [10:57:59] * kag_anil (~kag_anil@59.97.57.177) Quit (Ping timeout: 252 seconds)
  • [11:03:21] * kalem (~kalem@unaffiliated/kalem) Quit (Ping timeout: 265 seconds)
  • [11:15:29] * plasmab (~Stephen@client-82-26-201-105.pete.adsl.virginmedia.com) has joined #beagle
  • [11:15:38] * mgburr (~quassel@75-145-200-241-Jacksonville.hfc.comcastbusiness.net) has joined #beagle
  • [11:22:21] * jpirko (jirka@nat/redhat/x-uvghmcofhurtjell) Quit (Remote host closed the connection)
  • [11:23:06] * ScottCh (~scott@99-46-157-129.lightspeed.rlghnc.sbcglobal.net) has joined #beagle
  • [11:24:10] * tor (~tor@c-1465e655.125-1-64736c10.cust.bredbandsbolaget.se) Quit (Quit: Ex-Chat)
  • [11:25:21] * tor (~tor@c-1465e655.125-1-64736c10.cust.bredbandsbolaget.se) has joined #beagle
  • [11:28:42] * angs (~a@gw.venturelab.ideon.se) Quit (Quit: Leaving)
  • [11:32:00] * flo_lap (~fuchs@sign-4db6072d.pool.mediaWays.net) has joined #beagle
  • [11:32:00] * flo_lap (~fuchs@sign-4db6072d.pool.mediaWays.net) Quit (Changing host)
  • [11:32:00] * flo_lap (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [11:32:17] * flo_lap is now known as florian
  • [11:43:21] * lpi (c13ccf12@gateway/web/freenode/ip.193.60.207.18) has joined #beagle
  • [11:44:10] * Anduck (~Anduck@a88-85-129-77.mpynet.fi) has joined #beagle
  • [11:44:47] <lpi> Concerning the discussion above, gpio is not a module, but driver code that have been added to the kernel code before compile the kernel?
  • [11:46:25] * rbarraud_ (~rbarraud@125-239-196-121.jetstream.xtra.co.nz) has joined #beagle
  • [11:46:50] * rbarraud (~rbarraud@125-239-196-121.jetstream.xtra.co.nz) Quit (Ping timeout: 244 seconds)
  • [11:53:09] * phantoxeD (~destroy@a95-92-89-24.cpe.netcabo.pt) Quit (Read error: Connection reset by peer)
  • [11:53:30] * phantoxeD (~destroy@a95-92-89-24.cpe.netcabo.pt) has joined #beagle
  • [11:54:56] * alinrus_ (~alinrus@188.24.51.145) has joined #beagle
  • [11:55:51] * yegorich (3e911ef2@gateway/web/freenode/ip.62.145.30.242) Quit (Ping timeout: 245 seconds)
  • [11:56:02] * cosmo1t (montenis@cosmo.2y.net) Quit (Ping timeout: 244 seconds)
  • [11:56:33] * ka6sox (ka6sox@nasadmin/ka6sox) Quit (Ping timeout: 244 seconds)
  • [11:56:51] <av500> yes, there are parts of the kernel that are not a module
  • [11:57:13] * damir__ (~damir@217-72-91-162.ipv4.tusmobil.si) has joined #beagle
  • [11:57:38] * Qbert (~mattias@stingdhcp-101.holding.kth.se) Quit (Ping timeout: 240 seconds)
  • [11:57:40] * plasmab (~Stephen@client-82-26-201-105.pete.adsl.virginmedia.com) Quit (Ping timeout: 260 seconds)
  • [11:57:41] * rbarraud_ (~rbarraud@125-239-196-121.jetstream.xtra.co.nz) Quit (Ping timeout: 248 seconds)
  • [11:58:02] * Qbert (~mattias@stingdhcp-101.holding.kth.se) has joined #beagle
  • [11:59:08] * alinrus (~alinrus@unaffiliated/alinrus) Quit (Ping timeout: 240 seconds)
  • [12:00:04] * ka6sox (ka6sox@nasadmin/ka6sox) has joined #beagle
  • [12:00:17] * sakoman_ (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) Quit (Remote host closed the connection)
  • [12:00:43] * sakoman_ (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) has joined #beagle
  • [12:01:07] * __av500__ (~vladimir@b2b-46-252-131-98.unitymedia.biz) has joined #beagle
  • [12:01:08] * meklort (~meklort@router.meklort.com) Quit (Ping timeout: 240 seconds)
  • [12:01:08] * av500 (~vladimir@b2b-46-252-131-98.unitymedia.biz) Quit (Ping timeout: 240 seconds)
  • [12:01:20] * __av500__ is now known as av500
  • [12:01:43] * riskable (~quassel@c-69-180-64-152.hsd1.fl.comcast.net) Quit (Ping timeout: 244 seconds)
  • [12:02:53] * raster (raster@enlightenment/developer/raster) Quit (Ping timeout: 244 seconds)
  • [12:02:55] * alinrus_ is now known as alinrus
  • [12:03:02] * riskable (~quassel@c-69-180-64-152.hsd1.fl.comcast.net) has joined #beagle
  • [12:03:12] * alinrus (~alinrus@188.24.51.145) Quit (Changing host)
  • [12:03:13] * alinrus (~alinrus@unaffiliated/alinrus) has joined #beagle
  • [12:03:24] * cosmo1t (montenis@cosmo.2y.net) has joined #beagle
  • [12:07:22] * ant_work (~ant@host6-80-static.42-85-b.business.telecomitalia.it) Quit (Read error: Connection reset by peer)
  • [12:08:14] * babilen (~babilen@unaffiliated/babilen) has left #beagle
  • [12:12:34] <lpi> av500: so how I can't know if gpio driver is correctly loaded so? I mean, is there a command like 'lsmod' that list all the things that have been added to the kernel? Google returns nothing
  • [12:12:47] <lpi> -'t
  • [12:13:02] <lpi> -so
  • [12:13:58] * ericb2 (~X@aud25-1-88-166-8-11.fbx.proxad.net) has joined #beagle
  • [12:13:58] * ericb2 (~X@aud25-1-88-166-8-11.fbx.proxad.net) Quit (Changing host)
  • [12:13:58] * ericb2 (~X@unaffiliated/ericb2) has joined #beagle
  • [12:15:33] * tema (~tema@ppp91-122-7-44.pppoe.avangarddsl.ru) has joined #beagle
  • [12:15:57] <lpi> maybe they are all listed in /sys/kernel/debug?
  • [12:18:40] * arti_t (~arti_t@122.166.11.13) Quit (Read error: Connection reset by peer)
  • [12:23:04] * arti_t (~arti_t@122.166.11.13) has joined #beagle
  • [12:23:33] * rcranetx (~rcranetx@nat/ti/x-nqltjmqutkhmxlxa) has joined #beagle
  • [12:23:51] <aholler> your board wouldn't work without the kernel using gpios
  • [12:24:25] <m0erk> i need help... simulink is not connection to the board anymore... but normal SSH connection is possible
  • [12:24:38] <m0erk> Error executing SSH command: FATAL ERROR: Network error: Connection refused
  • [12:24:51] <m0erk> but iam able to connect to the board
  • [12:26:47] <lpi> aholler: so the gpio code is included into the kernel code. It is not a module anyway
  • [12:27:22] <aholler> yes
  • [12:28:37] * m0erk (c1ae9455@gateway/web/freenode/ip.193.174.148.85) Quit (Quit: Page closed)
  • [12:29:29] * AurumSpark (~Aurum@64.104.132.72) Quit (Quit: Leaving)
  • [12:33:10] * jkridner_ (~jason@pdpc/supporter/active/jkridner) Quit (Read error: Connection reset by peer)
  • [12:33:23] * jkridner__ (~jason@pdpc/supporter/active/jkridner) has joined #beagle
  • [12:35:21] <tasslehoff> anyone got suspend/resume working on 3.2 without musb/ehci as modules?
  • [12:36:20] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Quit: Leaving)
  • [12:39:24] * kalem (~kalem@host185-195-static.104-82-b.business.telecomitalia.it) has joined #beagle
  • [12:39:25] * kalem (~kalem@host185-195-static.104-82-b.business.telecomitalia.it) Quit (Changing host)
  • [12:39:25] * kalem (~kalem@unaffiliated/kalem) has joined #beagle
  • [12:46:23] <tasslehoff> koen: time for my bi-weekly question: any news on the sgx "instant lockup on omap3530 ES3.x"-problem?
  • [12:48:37] * NishanthMenon (~nmenon@192.91.66.189) has joined #beagle
  • [12:53:48] * emeb_mac (~ericb@ip72-223-81-94.ph.ph.cox.net) has joined #beagle
  • [12:53:52] * plasmab (~Stephen@client-82-26-201-105.pete.adsl.virginmedia.com) has joined #beagle
  • [12:54:15] * tor (~tor@c-1465e655.125-1-64736c10.cust.bredbandsbolaget.se) Quit (Ping timeout: 260 seconds)
  • [12:55:22] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 260 seconds)
  • [12:56:39] * tor (~tor@c-5067e655.125-1-64736c10.cust.bredbandsbolaget.se) has joined #beagle
  • [13:00:19] * pfefferz (~pfefferz@cpe-70-123-135-48.austin.res.rr.com) Quit (Quit: Leaving)
  • [13:01:10] * pfefferz (~pfefferz@cpe-70-123-135-48.austin.res.rr.com) has joined #beagle
  • [13:06:08] * harshpb (~harshpb@122.248.163.4) Quit (Ping timeout: 245 seconds)
  • [13:06:37] * gustavoz (~gustavoz@host59.190-231-15.telecom.net.ar) Quit (Quit: Leaving)
  • [13:10:11] * arti_t (~arti_t@122.166.11.13) Quit (Read error: Connection reset by peer)
  • [13:10:51] * arti_t (~arti_t@122.166.11.13) has joined #beagle
  • [13:10:56] * thurbad (~natesewel@64.132.24.248) has joined #beagle
  • [13:13:02] * jelmer_ (~jelmer@193.191.3.82) has joined #beagle
  • [13:17:16] * movax (~movax@99-9-113-80.lightspeed.livnmi.sbcglobal.net) has joined #beagle
  • [13:18:47] * Qbert (~mattias@stingdhcp-101.holding.kth.se) Quit (Disconnected by services)
  • [13:19:14] * Qbert_ (~mattias@stingdhcp-101.holding.kth.se) has joined #beagle
  • [13:22:50] * plasmab (~Stephen@client-82-26-201-105.pete.adsl.virginmedia.com) Quit (Ping timeout: 260 seconds)
  • [13:23:35] * angs (~a@gw.venturelab.ideon.se) has joined #beagle
  • [13:24:39] * GPSFan (~kenm@64.92.145.112) has joined #beagle
  • [13:25:01] * florian (~fuchs@port-217-146-132-69.static.qsc.de) has joined #beagle
  • [13:25:01] * florian (~fuchs@port-217-146-132-69.static.qsc.de) Quit (Changing host)
  • [13:25:01] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [13:25:15] <xxiao> how is it possible to buy some 335x chips? looks like it's always out-of-stock
  • [13:26:55] <lpi> xxiao: do you know how to sold it?
  • [13:27:08] <xxiao> ?
  • [13:27:22] <lpi> solder, solding
  • [13:27:24] <mdp> xxiao, 335x only became RTP status on 1 june, maybe disty went dry
  • [13:28:03] <xxiao> lpi: i dont, my machine knows it
  • [13:28:14] <mdp> xxiao, most likely everybody that was in design took everything once the parts were ramped up
  • [13:28:20] * ant_work (~ant@host6-80-static.42-85-b.business.telecomitalia.it) has joined #beagle
  • [13:28:38] <xxiao> mdp: i just need 5 of them for now, sigh
  • [13:28:41] <lpi> xxiao: I thought you want to weld by hand ^^
  • [13:28:43] <av500> if its like r-pi, they are all on ebay....
  • [13:28:50] <aholler> mayb they don't want to sell them
  • [13:29:22] <mdp> av500, just the boxes???.TI retail boxed AM335x..with a hologram
  • [13:29:23] * emeb_mac (~ericb@ip72-223-81-94.ph.ph.cox.net) Quit (Quit: emeb_mac)
  • [13:29:47] * waltermixxx (d1a72305@gateway/web/freenode/ip.209.167.35.5) has joined #beagle
  • [13:29:47] * thealphanerd (~thealphan@unaffiliated/thealphanerd) has joined #beagle
  • [13:29:48] <mdp> xxiao, I suggest you post on beagleboard list..get Gerald's attention
  • [13:30:02] <mdp> xxiao, assuming you called every distributor already..
  • [13:30:11] * thealphanerd (~thealphan@unaffiliated/thealphanerd) Quit (Client Quit)
  • [13:30:32] <xxiao> mdp: i did not call them, just checked ti's site and all listed distributor there
  • [13:31:08] <xxiao> but you're right, i should do just that
  • [13:31:13] * powool (~pha@redrum.sph.umich.edu) has joined #beagle
  • [13:32:15] * fullstop_ is now known as fullstop
  • [13:32:50] * icota (~quassel@dh207-41-17.xnet.hr) has joined #beagle
  • [13:37:34] * novogrammer (~novogramm@w0109-49-134-81-171.uqwimax.jp) has joined #beagle
  • [13:41:59] * gustavoz (~gustavoz@host245.190-225-68.telecom.net.ar) has joined #beagle
  • [13:43:16] * abogani (~abogani@ubuntu/member/abogani) Quit (Quit: Leaving)
  • [13:46:45] * angs (~a@gw.venturelab.ideon.se) Quit (Quit: Leaving)
  • [13:47:10] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Ping timeout: 260 seconds)
  • [13:48:01] * angs (~a@gw.venturelab.ideon.se) has joined #beagle
  • [13:48:56] * jpirko (jirka@nat/redhat/x-prohpnaoxzswdqar) has joined #beagle
  • [13:49:07] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [13:49:09] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [13:51:01] * prpplague is now known as prp^2
  • [13:51:34] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [13:53:08] <jelmer_> quick question: if I want to get a kernel compiled for the bone with an extra module that isn't in the standard distro, I just change the .config file in the git folder en then do a "bitbake -c compile virtual/kernel -f" then a -c deploy
  • [13:53:56] <jelmer_> and the resulting uimage and modules archive in the deploy folder should be built according to the new .config file right?
  • [13:54:25] <jelmer_> I don't have to include the .config file in some bb recipe?
  • [13:55:17] <xxiao> will it be a separate module or will it be statically linked to kernel
  • [13:55:32] <xxiao> last time i tried(two weeks ago) that procedure did not work for me
  • [13:56:18] <jelmer_> i tried both, I always end up without it..
  • [13:56:46] <jelmer_> if I check the config in /proc/config it looks like it took the old .config
  • [13:57:24] <xxiao> you replace the default defconfig, then bump up PR and it should be there,
  • [13:58:36] <xxiao> currently bitbake is too smart, it will ignore your local changes and just take stuff out from sstate, unless it detects PR update
  • [13:59:08] <jelmer_> what do you mean by PR?
  • [13:59:20] <jelmer_> it's my first time compiling kernels :)
  • [13:59:22] <xxiao> in your bb recipe, package-revision?
  • [14:00:01] <jelmer_> k thx, I'll try that
  • [14:00:39] * mranostay yawns
  • [14:06:32] * arti_t (~arti_t@122.166.11.13) Quit (Ping timeout: 265 seconds)
  • [14:07:40] * Qbert_ (~mattias@stingdhcp-101.holding.kth.se) Quit (Quit: Ex-Chat)
  • [14:08:34] * nickjohnson (u789@gateway/web/irccloud.com/x-ailudlatqxnzvxoo) has joined #beagle
  • [14:18:50] * plasmab (~Stephen@client-82-26-201-105.pete.adsl.virginmedia.com) has joined #beagle
  • [14:25:43] * abogani (~abogani@140.105.207.246) has joined #beagle
  • [14:25:43] * abogani (~abogani@140.105.207.246) Quit (Changing host)
  • [14:25:43] * abogani (~abogani@ubuntu/member/abogani) has joined #beagle
  • [14:26:45] * bornet (~bornetr@pub1.heig-vd.ch) has joined #beagle
  • [14:31:18] * ericb2 (~X@unaffiliated/ericb2) Quit (Quit: Success !!)
  • [14:31:25] <aholler> english weather arrived, only rain since hours :/
  • [14:32:51] * icota (~quassel@dh207-41-17.xnet.hr) Quit (Remote host closed the connection)
  • [14:34:34] * av500 can see sunlight throug the closed shutters
  • [14:35:18] <aholler> that are just friends of et, getting him home
  • [14:35:57] <aholler> search the tin foil hat ;)
  • [14:36:10] * abogani (~abogani@ubuntu/member/abogani) Quit (Remote host closed the connection)
  • [14:37:37] * Geminizer (~Geminizer@sledge.ccr.buffalo.edu) has joined #beagle
  • [14:43:54] * aholler rolls some red penguins into the channel
  • [14:45:49] * aholler (~aholler@p57B20861.dip0.t-ipconnect.de) Quit (Quit: 3.4.2)
  • [14:46:49] * plasmab (~Stephen@client-82-26-201-105.pete.adsl.virginmedia.com) Quit (Ping timeout: 245 seconds)
  • [14:47:18] <bornet> hi there
  • [14:49:58] <bornet> rather new in "beagle-world" I would like to build an Angstrom rootfs (not using the pre-built images) from scratch but I'm currently a bit lost in the different tutorials/how-to/guidelines found from different sources...
  • [14:50:11] <av500> use the one from the angstrom website
  • [14:50:27] * damir__ (~damir@217-72-91-162.ipv4.tusmobil.si) Quit (Quit: Leaving.)
  • [14:50:30] <bornet> http://www.angstrom-distribution.org/building-angstrom ?
  • [14:50:46] <bornet> these are the most up to date ?
  • [14:50:47] * mrcan (~mrcan@unaffiliated/mrcan) Quit (Quit: Leaving)
  • [14:51:59] <av500> yes
  • [14:52:22] <xxiao> https://github.com/Angstrom-distribution/setup-scripts
  • [14:52:33] <xxiao> follow that readme on that URL
  • [14:53:29] * plasmab (~Stephen@client-82-26-201-105.pete.adsl.virginmedia.com) has joined #beagle
  • [14:53:47] <bornet> thks
  • [14:54:03] * ncbas (~ncbas@63-11.bbned.dsl.internl.net) has joined #beagle
  • [14:54:34] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Remote host closed the connection)
  • [14:55:09] * prpplague (~danders@192.91.66.189) has joined #beagle
  • [14:55:19] * aholler (~aholler@p57B20861.dip0.t-ipconnect.de) has joined #beagle
  • [14:57:41] * Sh0rtWave (~Sh0rtWave@unaffiliated/shortwave) has joined #beagle
  • [14:57:52] * abogani (~abogani@140.105.207.246) has joined #beagle
  • [14:57:53] * abogani (~abogani@140.105.207.246) Quit (Changing host)
  • [14:57:53] * abogani (~abogani@ubuntu/member/abogani) has joined #beagle
  • [15:00:38] * Anduck (~Anduck@a88-85-129-77.mpynet.fi) Quit (Ping timeout: 248 seconds)
  • [15:00:40] * mythos (~mythos@unaffiliated/mythos) Quit (Ping timeout: 265 seconds)
  • [15:00:42] * jpirko (jirka@nat/redhat/x-prohpnaoxzswdqar) Quit (Quit: Leaving)
  • [15:00:46] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [15:00:47] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [15:01:03] * davest (dcstewar@nat/intel/x-ndguzpkbepzifupg) has joined #beagle
  • [15:03:18] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [15:03:19] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [15:03:31] * Russ (foobar@ip68-106-254-4.ph.ph.cox.net) has joined #beagle
  • [15:06:01] * abogani (~abogani@ubuntu/member/abogani) Quit (Quit: Leaving)
  • [15:06:55] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [15:10:16] * Anduck (~Anduck@a88-85-129-77.mpynet.fi) has joined #beagle
  • [15:10:58] * emeb (~ericb@ip72-223-81-94.ph.ph.cox.net) has joined #beagle
  • [15:13:53] <aholler> the freezer cgroup is just cool ;)
  • [15:15:33] <koen> systemd uses cgroups
  • [15:15:38] <koen> therefore cgroups are evil, no?
  • [15:17:01] <aholler> I don't think it uses the freezer
  • [15:17:08] * Russ (foobar@ip68-106-254-4.ph.ph.cox.net) Quit (Ping timeout: 245 seconds)
  • [15:17:40] <aholler> anyway, windows uses ssd's too ;)
  • [15:18:16] * mythos (~mythos@unaffiliated/mythos) has joined #beagle
  • [15:18:37] * awozniak (~awozniak@206.83.81.178.ptr.us.xo.net) has joined #beagle
  • [15:18:53] <aholler> and I bet someone works on drm'ed win8 for omap
  • [15:19:42] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Ping timeout: 250 seconds)
  • [15:20:40] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [15:20:41] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [15:20:55] <aholler> therefore omap must be evil ;)
  • [15:21:21] <aholler> but rmk already signed that ;)
  • [15:21:23] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [15:21:23] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [15:21:33] * xxiao hates UEFI
  • [15:21:47] * av500 hates UEFA
  • [15:22:23] <jelmer_> how do I up the PR of the recipe of the kernel for the bone? all I can find is MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}"
  • [15:22:34] <aholler> uefi is at least a standard, the stupid keys which should not be under user control are a complete other thing
  • [15:22:44] <koen> jelmer_: git grep is your friend
  • [15:22:56] <koen> av500: I'm in soccer hating texas now, it's awesome
  • [15:23:02] <aholler> that is as stupid as the stuff intel designed with tpm
  • [15:23:43] * rcranetx (~rcranetx@nat/ti/x-nqltjmqutkhmxlxa) Quit (Remote host closed the connection)
  • [15:23:58] <jelmer_> k thx koen
  • [15:24:53] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [15:24:54] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [15:25:35] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [15:25:36] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [15:25:54] <aholler> koen: why they hate soccer?
  • [15:26:13] <xxiao> because it pronounces like sucker
  • [15:26:21] <stuk_gen> koen: have you read my message?
  • [15:27:20] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [15:27:21] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [15:28:54] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [15:33:21] * _sundar_ (~sundar@117.193.178.0) Quit (Ping timeout: 252 seconds)
  • [15:34:12] * ccssnet (~ccssnet@c-98-216-141-157.hsd1.ma.comcast.net) Quit (Quit: http://atccss.net)
  • [15:34:21] * raster (~raster@221.147.71.45) has joined #beagle
  • [15:34:21] * raster (~raster@221.147.71.45) Quit (Changing host)
  • [15:34:21] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [15:38:24] * novogrammer (~novogramm@w0109-49-134-81-171.uqwimax.jp) Quit (Remote host closed the connection)
  • [15:40:22] <aholler> I wonder when the first android will use windows-update to run on win8-hw ;)
  • [15:41:55] * ccssnet (~ccssnet@c-98-216-141-157.hsd1.ma.comcast.net) has joined #beagle
  • [15:44:12] <aholler> we could make bets when the first one will appear here to get win8 onto his beagleboard ;)
  • [15:45:20] <aholler> s/get/port/
  • [15:45:34] * powool (~pha@redrum.sph.umich.edu) has left #beagle
  • [15:45:54] <xxiao> win8 is just a wall of bricks for its UI, Bill Gates indeed is an engineer
  • [15:46:18] <xxiao> it looks worse than unity
  • [15:48:16] * Russ (foobar@ip68-106-254-4.ph.ph.cox.net) has joined #beagle
  • [16:05:51] * lpi (c13ccf12@gateway/web/freenode/ip.193.60.207.18) Quit (Ping timeout: 245 seconds)
  • [16:06:13] * plasmab (~Stephen@client-82-26-201-105.pete.adsl.virginmedia.com) Quit (Ping timeout: 244 seconds)
  • [16:07:25] * thealphanerd (~thealphan@unaffiliated/thealphanerd) has joined #beagle
  • [16:16:11] * lkesteloot (~lkesteloo@173-167-103-174-sfba.hfc.comcastbusiness.net) has joined #beagle
  • [16:18:31] * _sundar_ (~sundar@117.193.178.0) has joined #beagle
  • [16:18:38] * gustavoz (~gustavoz@host245.190-225-68.telecom.net.ar) Quit (Ping timeout: 240 seconds)
  • [16:20:59] * bornet (~bornetr@pub1.heig-vd.ch) Quit (Quit: Leaving.)
  • [16:23:58] * john3909 (~jsynesio@ip70-181-136-224.sd.sd.cox.net) has joined #beagle
  • [16:25:51] * stuk_gen (~quassel@151.65.17.253) Quit (Remote host closed the connection)
  • [16:27:06] * Dhiraj_ (0cee081e@gateway/web/freenode/ip.12.238.8.30) Quit (Ping timeout: 245 seconds)
  • [16:27:55] <mranostay> aholler: will be first person we k-line in here?
  • [16:27:59] <mranostay> :)
  • [16:28:18] * kalem (~kalem@unaffiliated/kalem) Quit (Quit: Sto andando via)
  • [16:29:28] * ychavan (ychavan@nat/redhat/x-muuclpojlzlrtnsn) Quit (Quit: Leaving)
  • [16:30:20] * dENNES (~Adium@port375.ds1-hr.adsl.cybercity.dk) has joined #beagle
  • [16:30:26] * decadance (~decadance@204.93.201.197) Quit (Quit: leaving)
  • [16:31:24] * decadance (~decadance@204.93.201.197) has joined #beagle
  • [16:31:32] * gustavoz (~gustavoz@host12.201-253-247.telecom.net.ar) has joined #beagle
  • [16:31:34] <av500> guys, which were the BBs with usb EHCI issues? the Bs?
  • [16:31:39] <av500> B4 OK or affected?
  • [16:31:42] * decadance (~decadance@204.93.201.197) Quit (Client Quit)
  • [16:31:52] <av500> or was that not fixed only in C*?
  • [16:32:32] * gustavoz_ (~gustavoz@host122.186-109-203.telecom.net.ar) has joined #beagle
  • [16:32:40] * decadance (~decadance@204.93.201.197) has joined #beagle
  • [16:32:49] * gustavoz_ (~gustavoz@host122.186-109-203.telecom.net.ar) Quit (Remote host closed the connection)
  • [16:32:56] <mranostay> are we talking about boards here? :)
  • [16:32:59] * tema (~tema@ppp91-122-7-44.pppoe.avangarddsl.ru) Quit (Ping timeout: 265 seconds)
  • [16:34:05] <av500> yeah, sorry for on-topic
  • [16:34:22] * jluisn (~quassel@187.115.172.24) has joined #beagle
  • [16:35:47] * ant_work (~ant@host6-80-static.42-85-b.business.telecomitalia.it) Quit (Quit: Leaving)
  • [16:36:24] * gustavoz (~gustavoz@host12.201-253-247.telecom.net.ar) Quit (Ping timeout: 245 seconds)
  • [16:36:27] <mranostay> av500: i seem to recall they fixed it in B4
  • [16:36:30] <mranostay> so long ago :)
  • [16:36:49] <av500> yeah, I forgot :)
  • [16:37:16] <aholler> just read the srm
  • [16:37:58] <mranostay> quitters read the manual
  • [16:38:24] * davest1 (dcstewar@nat/intel/x-epodnjnrzielhtma) has joined #beagle
  • [16:39:04] <aholler> the real answer is: it depends on the kernel ;)
  • [16:39:28] * davest (dcstewar@nat/intel/x-ndguzpkbepzifupg) Quit (Ping timeout: 245 seconds)
  • [16:41:20] * gustavoz (~gustavoz@host122.186-109-203.telecom.net.ar) has joined #beagle
  • [16:42:05] * almost_anna (~aad@50-0-191-227.dsl.static.sonic.net) has joined #beagle
  • [16:42:54] * NulL` (~bleh1@217.28.3.169) has joined #beagle
  • [16:44:42] <av500> mranostay: no, it was C3 that has the EHCI power issues
  • [16:44:44] * fierman (~SjaffieZ@yavin.puscii.nl) Quit (Ping timeout: 252 seconds)
  • [16:44:45] <av500> and fixed in C$
  • [16:44:47] <av500> C4
  • [16:44:53] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [16:45:24] <mranostay> av500: one letter off. close enough :)
  • [16:46:43] <aholler> fools don't read manuals
  • [16:55:01] * Dhiraj (0cee081e@gateway/web/freenode/ip.12.238.8.30) has joined #beagle
  • [16:56:39] <riskable> When is the A6 Beaglebone due out?
  • [16:58:28] <Dhiraj> hi jkridner__, I have configured the gpmc registers using mmap, but when i try to read or write to gpmc "error: bus error" message is displayed. can you help me identify and take care of this problem?
  • [16:58:55] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Ping timeout: 250 seconds)
  • [16:58:58] <jkridner__> I can try.
  • [16:59:13] <jkridner__> can you pastebin all the steps you used to configure the GPMC registers?
  • [16:59:32] <jkridner__> did you map the resulting target memory as well?
  • [16:59:52] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [17:00:23] * _sundar_ (~sundar@117.193.178.0) Quit (Quit: Ex-Chat)
  • [17:02:20] * ncbas (~ncbas@63-11.bbned.dsl.internl.net) Quit (Ping timeout: 252 seconds)
  • [17:04:25] <mdp> s/map/mmap/
  • [17:04:59] <koen> s/steps/ exact steps/
  • [17:05:09] <jkridner__> Dhiraj: you still around?
  • [17:05:47] <jkridner__> Dhiraj: a bus error is typically just because you are accessing a memory address that isn't mapped.
  • [17:05:52] <Dhiraj> yes,
  • [17:06:33] <jkridner__> pastebin.com if you are looking for a pastebin tool. The folks over at #gentoo-prefix showed me the wgetpaste last week.
  • [17:06:59] <Dhiraj> i have mapped both the register map and the gpmc memory map
  • [17:07:33] <mru> bus error can mean you tried to access a _physical_ address that doesn't map to a peripheral
  • [17:07:54] <mru> accessing an unmapped virtual address just gives you a segmentation fault
  • [17:07:56] <Dhiraj> jkridner: i have mapped both register map and the gpmc memory
  • [17:08:24] <jkridner__> mru: thanks
  • [17:09:56] <mdp> Dhiraj: to mru's point, we need to see a dump of your gpmc configuration
  • [17:09:59] <Dhiraj> jkridner: should i past the source code?
  • [17:10:05] <jkridner__> yes
  • [17:10:13] <Dhiraj> ok
  • [17:10:17] <jkridner__> any reason not to share it?
  • [17:12:06] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Remote host closed the connection)
  • [17:12:23] * dENNES (~Adium@port375.ds1-hr.adsl.cybercity.dk) Quit (Quit: Leaving.)
  • [17:12:38] <Dhiraj> no
  • [17:15:07] <ds2> isn't a correlatory to mru's point - a sigbus is when there is no associated chipset with the address, be it an internal SoC CS or an external CS?
  • [17:15:32] * Dhiraj_ (0cee081e@gateway/web/freenode/ip.12.238.8.30) has joined #beagle
  • [17:15:34] <mru> there are other causes of sigbus too
  • [17:15:51] * waltermixxx (d1a72305@gateway/web/freenode/ip.209.167.35.5) Quit (Ping timeout: 245 seconds)
  • [17:15:57] <Dhiraj_> i have copied the source code on pastebin
  • [17:16:15] <mru> such as attempting an unaligned access of a non-cached address
  • [17:16:27] <ds2> that's a bus not a segv?
  • [17:16:55] <mru> segv usually means a virtual address wasn't mapped at all
  • [17:17:06] * Dhiraj (0cee081e@gateway/web/freenode/ip.12.238.8.30) Quit (Ping timeout: 245 seconds)
  • [17:17:09] <riskable> Arg, fried my BB... Was being so careful with my 'bone's connections because I know it is so fragile. Should've paid more attention to where I plugged things into my shift register!
  • [17:17:23] <mru> sigbus means there was a virtual mapping in place, but the access was still somehow invalid at the bus level
  • [17:17:30] <mru> hence the name
  • [17:17:50] <ds2> 'k
  • [17:17:56] <mru> generally speaking
  • [17:18:11] <mru> there are obscure cases where the signal isn't the one you might expect
  • [17:18:13] <ds2> *nod* on some arch'ed segv, ill, and bus seems to be scrambled
  • [17:18:43] <mru> I've even seen sigfpe for invalid floating-point load/stores
  • [17:19:25] <Dhiraj_> jkridner__: i am new to pastebin. i have copied source code to the pastbin and also downloaded pastebin tool. do i need to do any thing else too? :)
  • [17:19:29] <riskable> I need more jumper wires. This mistake was the result of me running out of different colors and plugging the wrong wire into one of the shift register's pins.
  • [17:19:33] <jkridner__> Dhiraj_: paste the URL here.
  • [17:19:38] <ds2> then there is x86 where sigbus's are rare
  • [17:19:41] <Dhiraj_> ok
  • [17:19:54] <mru> ds2: you can easily get sigbus on x86
  • [17:20:04] <ds2> mru: what do you have to do?
  • [17:20:19] <av500> ds2: jumper the ISA card wrongly
  • [17:20:20] <Dhiraj_> jkridner: http://pastebin.com/hGAFQ91R
  • [17:20:20] <mru> try to access a physical address that doesn't have anything attached
  • [17:20:25] <ds2> x86's don't exactly care about alignment and it requires no ACK'ing of bus cycles
  • [17:20:35] * fierman (~SjaffieZ@yavin.puscii.nl) has joined #beagle
  • [17:20:44] <ds2> mru: how would it know? x86 bus's don't ack the cycle
  • [17:20:55] <mru> then how does it know when the data returns?
  • [17:20:56] <riskable> Plugged the ground into the wrong spot and the circuit went the wrong way... 66mA into a GPIO on my 'bone fried it, apparently
  • [17:21:09] <ds2> it just latches after a certain time
  • [17:21:18] <ds2> it is one of the diff with say the old 68K bus which acks it.
  • [17:21:22] <mru> and if the target takes longer to respond?
  • [17:21:22] <jkridner__> Dhiraj_: what is the printed output when run?
  • [17:21:28] <riskable> If it was just 60mA it might have been OK if it was one of the more flexible GPIOs (I think)... 66, blammo
  • [17:21:30] <ds2> PCI acks but not the older stuff
  • [17:21:43] <Dhiraj_> jkridner: bus error
  • [17:21:44] <ds2> the target should assert the wait signal for a longer/slower response
  • [17:21:49] <mru> so access something in the pci address space that isn't actually mapped
  • [17:21:59] <mru> ds2: and if there is no target?
  • [17:22:00] <jkridner__> Dhiraj_: without *any* other line printed?
  • [17:22:16] <ds2> mru: it just latches whatever garbage is there
  • [17:22:24] <mru> fucked up architecture
  • [17:22:29] <ds2> actually it'd depend on the bridge chip
  • [17:22:45] <jkridner__> Dhiraj_: You might try using the 'devmem2' utility from the command line first.
  • [17:22:46] <ds2> the CPU doesn't care unless they redid the buses in the current stuff
  • [17:23:08] <ds2> seem to recall such a discussion on one of the ML's
  • [17:23:09] <mru> anyway, you can probably find some peripheral that hates unaligned accesses to its mmio regs or something
  • [17:23:11] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Ping timeout: 250 seconds)
  • [17:23:29] <Dhiraj_> it displays all the config and status register and then a bus error
  • [17:23:41] <riskable> For reference, Adafruit was sold out of Beaglebones so I looked on Amazon and noticed it's on sale today for $79: http://www.amazon.com/Specialcomp-BeagleBone-Rev-A5/dp/B007KW80M6/ref=sr_1_1?ie=UTF8&qid=1339434914&sr=8-1&keywords=beaglebone
  • [17:23:44] <Dhiraj_> jkridner : it displays all the config and status register and then a bus error
  • [17:24:19] <jkridner__> riskable: Special Computing has been selling it there at that price for a while. not saying you shouldn't jump on it, but it didn't just start today.
  • [17:24:23] <riskable> $10 off is pretty good considering every other store I've ever seen has it for $89 (or more with bundled stuff I don't need)
  • [17:24:32] <jkridner__> Dhiraj_: pastebin that as well.
  • [17:24:44] <riskable> jkridner__: Well, I didn't mean "just today" I meant "I noticed it today"
  • [17:24:54] <riskable> ...but thanks for the heads-up
  • [17:26:20] <jkridner__> Dhiraj_: I'm downloading what you wrote and duplicating it.
  • [17:27:03] <jkridner__> k, I got http://pastebin.com/B815tYXM
  • [17:27:22] <koen> riskable: I'll look at your patches later this week, busy with business trip
  • [17:27:33] <riskable> koen: Oh, there's no rush
  • [17:27:35] * angs (~a@gw.venturelab.ideon.se) Quit (Read error: Connection reset by peer)
  • [17:27:54] * peabody124 (~peabody12@c-98-201-56-63.hsd1.tx.comcast.net) Quit (Quit: peabody124)
  • [17:27:56] * Dhiraj_ (0cee081e@gateway/web/freenode/ip.12.238.8.30) Quit (Ping timeout: 245 seconds)
  • [17:28:00] <jkridner__> Dhiraj_: do you know if you've configured the ...
  • [17:28:01] <riskable> koen: I actually will be sending three more patches soon to add new recipes: zeromq, pyzmq, and ipython
  • [17:28:13] <riskable> pyzmq is giving me trouble
  • [17:28:18] * Dhiraj (0cee081e@gateway/web/freenode/ip.12.238.8.30) has joined #beagle
  • [17:28:19] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [17:28:20] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [17:28:34] <riskable> I think for pyzmq I'm just going to make a patch that has it remove like 90% of the setup script, LOL
  • [17:28:34] <Dhiraj> jkridner: updated, http://pastebin.com/hGAFQ91R
  • [17:29:02] <riskable> pyzmq's setup.py writes a little c program that calls some zeromq functions to test it out... Obviously that won't work when cross-compiling
  • [17:29:02] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [17:29:03] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [17:29:28] <jkridner__> Dhiraj: do you know if you've configured the GPMC to use a READY line or anything like that?
  • [17:29:54] <jkridner__> it seems like if the GPMC is mapped to 0, you'd be getting a GPMC access.
  • [17:29:57] <riskable> Anyone know of a good jumper wire pack with odd colors that aren't the same ol' black, red, white, orange, green, blue? Like maybe pastel versions?
  • [17:30:16] <jkridner__> I tried 'devmem2 0 w' and got a bus error that way.
  • [17:30:25] <agmlego> riskable: Easy enough to make your own.
  • [17:31:01] <Dhiraj> jkridner: no, i have not configured any read or wait signal.
  • [17:31:14] <riskable> agmlego: Whenever I make my own they end up getting all bent out of shape and all my existing wire spools are the usual colors anyway
  • [17:31:39] <jkridner__> Dhiraj: do you have anything connected to the bus to detect the access? Have you configured the pin muxes as well?
  • [17:31:54] <riskable> agmlego: Though maybe you're right... DIY might be the best approach. I just love those little thin jumpers with the black ends thickly wrapped.
  • [17:31:59] <agmlego> riskable: Try old hookup wire. That tends yto come in all sorts of colours and patterns.
  • [17:32:20] <agmlego> riskable: Also, you can buy one-position plastic housing from Mouser, $18/1000.
  • [17:32:23] <riskable> I have some clear-coated magnet wire that's interesting-looking. I think I'll use that
  • [17:32:28] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [17:32:29] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [17:32:40] <agmlego> riskable: Then you just crimp the ends and insert in, and you end up with ones like the ones Adafruit sells.
  • [17:32:46] <riskable> agmlego: Finding anything at mouser.com is a huge PITA. Got a link?
  • [17:32:51] <agmlego> One moment.
  • [17:33:07] <Dhiraj> jkridner: even i get bus error when i do 'devmem2 0 w '
  • [17:33:40] <agmlego> riskable: http://www.i3detroit.com/unobtanium-obtained
  • [17:33:45] <riskable> On second thought, my time is too precious to waste it building 500 little jumper wires, LOL
  • [17:34:03] <agmlego> riskable: Or, if you do not want the epic story, http://www.mouser.com/ProductDetail/Harwin/M20-1060100/?qs=ShCLZQHurZHoXRer%252bcx%252brQ%3d%3d
  • [17:34:18] <mru> I just grab whatever wire I can find and cut little pieces
  • [17:34:34] <agmlego> riskable: Well, ask your local hackerspace to pick them up, maybe. Lots of folk just make them to keep hands busy while doing other things.
  • [17:34:49] <agmlego> I make mine while waiting for big projects to compile.
  • [17:35:01] <riskable> agmlego: Not a bad idea
  • [17:35:03] <Dhiraj> jkridner: no, i haven't configured pinmux.
  • [17:35:19] <mru> with a good wire stripper it doesn't take many seconds apiece
  • [17:35:25] <Dhiraj> jkridner: should i do that first?
  • [17:35:44] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [17:35:45] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [17:35:49] <agmlego> mru: And a good 0.1" crimper.
  • [17:35:54] <agmlego> One of the nice ratcheting ones.
  • [17:36:05] <mru> crimper? what for?
  • [17:36:15] <mru> just strip the ends and leave it at that
  • [17:36:15] <agmlego> I can crank out six or seven a minute when distracted, and maybe twice that if I focus.
  • [17:36:21] * fierman (~SjaffieZ@yavin.puscii.nl) Quit (Ping timeout: 248 seconds)
  • [17:36:38] <agmlego> mru: riskable was complaining about them getting bent and wanting the nicer ones with proper ends.
  • [17:36:44] <agmlego> So, crimps and housings.
  • [17:36:51] <mru> pedantic
  • [17:36:58] <agmlego> Plus, you need crimps if you want female ends.
  • [17:37:05] <jkridner__> Dhiraj: yup.
  • [17:37:10] <agmlego> Which are tremendously useful.
  • [17:37:16] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [17:37:17] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Max SendQ exceeded)
  • [17:37:21] <riskable> I wish the bone wasn't so fragile. An ATMega328p laughs in the face of accidental 66mA input :D. Also, if you fry it it only costs $3 to replace, hehe
  • [17:37:29] <jkridner__> You can do it from userspace using the omap_mux debugfs interface.
  • [17:37:38] * tema (~tema@178.16.155.142) has joined #beagle
  • [17:37:50] <riskable> I already have loads of female jumpers. I bought a big pack ages ago for a single project and I haven't used them since
  • [17:37:50] <agmlego> riskable: Technically, the ARM is pretty cheap to replace.
  • [17:37:55] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [17:38:03] <agmlego> riskable: You just need to be able to resolder BGA.
  • [17:38:05] <riskable> agmlego: Yeah, well, I'm not going to desolder the SMD component and replace it :P
  • [17:38:09] <agmlego> ::shrugs::
  • [17:38:17] <agmlego> Also, apples to spacecraft.
  • [17:38:33] <riskable> Need a BB with a chip socket
  • [17:38:35] <Dhiraj> sure, thank you. i will update that first.
  • [17:38:44] <agmlego> Think of the bone more as your desktop PC motherboard than something you can throw around in ESD environments like an ATMEGA.
  • [17:38:54] <agmlego> riskable: A chip socket for BGA?
  • [17:39:07] <agmlego> They do make BGA sockets, but they are $$$$.
  • [17:39:58] <riskable> The chip in question only comes in BGA format?
  • [17:40:20] * rohitsuresh (c05e5c0e@gateway/web/freenode/ip.192.94.92.14) has joined #beagle
  • [17:42:08] <agmlego> Yes.
  • [17:42:15] <agmlego> As do most ARMs.
  • [17:42:26] <agmlego> Again, apples to spacecraft.
  • [17:42:30] <rohitsuresh> Hi! I am a newbie to beaglebone. I am using the Angstrom 3.2.18. I am trying to write a custom device driver (installable module )onto the beaglebone. Could someone give me an idea on how it is done? Thanks
  • [17:42:35] <riskable> Yeah, I suppose
  • [17:43:20] * rohitsuresh (c05e5c0e@gateway/web/freenode/ip.192.94.92.14) has left #beagle
  • [17:43:58] * rohitsuresh (c05e5c0e@gateway/web/freenode/ip.192.94.92.14) has joined #beagle
  • [17:44:05] <riskable> Well, that rhoitsuresh guy certainly didn't wait long enough to get his question answered!
  • [17:44:13] <agmlego> Nope.
  • [17:44:15] <rohitsuresh> i logged off by mistake
  • [17:44:18] <rohitsuresh> sorry..
  • [17:44:22] <riskable> 50 seconds is too short
  • [17:44:26] <agmlego> The first question I was going to ask is how well he knows Linux.
  • [17:44:31] <rohitsuresh> New to the chat window :)
  • [17:44:34] * djlewis (~djelwis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [17:44:52] <rohitsuresh> I have worked on Linux 2.6.38 version
  • [17:44:56] <rohitsuresh> earlier
  • [17:44:58] <agmlego> The second question I would ask is if he has looked up on Google "how to write a device driver on Linux".
  • [17:45:08] <agmlego> Because Angstrom is nothing but Linux.
  • [17:45:14] <agmlego> Nothing special here.
  • [17:45:17] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
  • [17:45:45] <rohitsuresh> In Linux, I used to use menuconfig to set a device driver as an installable module.
  • [17:46:04] <rohitsuresh> I cannot find that in Angstrom 3.2 :(
  • [17:46:08] <rohitsuresh> Am i missing something?
  • [17:47:02] <aholler> obviously as angstrom is a linux too
  • [17:47:03] <agmlego> rohitsuresh: I am not sure. What kinds of queries have you tried already?
  • [17:47:54] * nebi (~nebi@irc.nebit.nu) Quit (*.net *.split)
  • [17:47:54] * armin76 (~armin@gentoo/developer/armin76) Quit (*.net *.split)
  • [17:48:26] * nebi (~nebi@irc.nebit.nu) has joined #beagle
  • [17:48:26] * armin76 (~armin@gentoo/developer/armin76) has joined #beagle
  • [17:49:24] <rohitsuresh> I have tried looking up on google, about a way to write an installable module on Linux 3.2
  • [17:49:59] <agmlego> Using what queries?
  • [17:51:45] * fierman (~SjaffieZ@yavin.puscii.nl) has joined #beagle
  • [17:54:48] <agmlego> rohitsuresh: note that i am asking this not to be a dick, but to determine what avenues of pursuit you have already tried to make the process of helping you more expedient.
  • [17:59:54] <rohitsuresh> agmlego: I have successfully built the kernel with the SPI patch. At the moment, I am trying to create a custom driver which I will be using to connect to a prototype board. I am trying to find a way to do that.
  • [18:00:43] <agmlego> And you have done this type of thing before on other distros?
  • [18:01:32] <rohitsuresh> Yes. I have been able to write custom device drivers on the Mini6410 ARM11 platform running on Linux 2.6.38
  • [18:01:50] <agmlego> And the sole thing you are lacking is menuconfig?
  • [18:05:17] <rohitsuresh> agmlego: I think I have found a workaround. Let me try that before I post more queries. Thank you for your time.
  • [18:05:27] <agmlego> OK, no problem.
  • [18:05:37] <agmlego> Do tell us what you found, either way it works out.
  • [18:07:24] * rohitsuresh (c05e5c0e@gateway/web/freenode/ip.192.94.92.14) has left #beagle
  • [18:07:40] * decadance (~decadance@204.93.201.197) Quit (Quit: leaving)
  • [18:08:17] * heathkid (~heathkid@unaffiliated/heathkid) Quit (Disconnected by services)
  • [18:08:27] * fierman (~SjaffieZ@yavin.puscii.nl) Quit (Ping timeout: 252 seconds)
  • [18:08:45] * victrola` (~decadance@204.93.201.197) has joined #beagle
  • [18:08:52] * pingpong (c05b42bd@gateway/web/freenode/ip.192.91.66.189) has joined #beagle
  • [18:12:02] * pingpong (c05b42bd@gateway/web/freenode/ip.192.91.66.189) Quit (Client Quit)
  • [18:13:29] * phantoxe (~destroy@a95-92-89-24.cpe.netcabo.pt) Quit ()
  • [18:14:16] * fierman (~SjaffieZ@yavin.puscii.nl) has joined #beagle
  • [18:29:26] * fierman (~SjaffieZ@yavin.puscii.nl) Quit (Read error: Operation timed out)
  • [18:29:34] * fierman (~SjaffieZ@yavin.puscii.nl) has joined #beagle
  • [18:39:34] <aholler> koen: don't forget to get some z-max while you are there ;)
  • [18:40:24] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [18:41:26] * mturquette (~mturquett@nat/ti/x-pljkqmnnghfveezz) Quit (Remote host closed the connection)
  • [18:41:45] * rcf (~rcf@178-117-158-72.access.telenet.be) has joined #beagle
  • [18:43:39] * fierman (~SjaffieZ@yavin.puscii.nl) Quit (Ping timeout: 252 seconds)
  • [18:43:41] * kaio (~kaio@fedora/kaio) Quit (Ping timeout: 244 seconds)
  • [18:47:46] * ericb2 (~X@aud25-1-88-166-8-11.fbx.proxad.net) has joined #beagle
  • [18:47:46] * ericb2 (~X@aud25-1-88-166-8-11.fbx.proxad.net) Quit (Changing host)
  • [18:47:46] * ericb2 (~X@unaffiliated/ericb2) has joined #beagle
  • [18:47:48] * krajo1 (~krajo1@ip4-83-240-125-22.cust.nbox.cz) has joined #beagle
  • [18:49:13] * djlewis (~djelwis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Ping timeout: 245 seconds)
  • [18:50:24] * kalem (~kalem@unaffiliated/kalem) has joined #beagle
  • [19:00:48] * fierman (~SjaffieZ@yavin.puscii.nl) has joined #beagle
  • [19:03:16] * dENNES (~Adium@port375.ds1-hr.adsl.cybercity.dk) has joined #beagle
  • [19:04:10] * djlewis (~djelwis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [19:27:33] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Ping timeout: 250 seconds)
  • [19:28:11] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [19:40:51] * damir__ (~damir@tm.213.143.72.147.lc.telemach.net) has joined #beagle
  • [19:41:12] * ncbas (~ncbas@63-11.bbned.dsl.internl.net) has joined #beagle
  • [19:44:24] * kevinsc (~a0214685@nat/ti/x-sapcnmkrscbutoxo) has joined #beagle
  • [19:48:08] * pfefferz (~pfefferz@cpe-70-123-135-48.austin.res.rr.com) Quit (Ping timeout: 240 seconds)
  • [19:48:47] * cosmo1t (montenis@cosmo.2y.net) Quit (Ping timeout: 244 seconds)
  • [19:52:35] * cosmo1t (montenis@cosmo.2y.net) has joined #beagle
  • [19:56:14] * robtow (~rob@nat/ti/x-pnhnpiqpqzuzfrgx) has joined #beagle
  • [20:01:03] * FunkyPenguin (u716@gateway/web/irccloud.com/x-sageuiaacitavpze) has joined #beagle
  • [20:01:03] * FunkyPenguin (u716@gateway/web/irccloud.com/x-sageuiaacitavpze) Quit (Changing host)
  • [20:01:03] * FunkyPenguin (u716@opensuse/member/FunkyPenguin) has joined #beagle
  • [20:10:43] * NulL` (~bleh1@217.28.3.169) Quit (Ping timeout: 245 seconds)
  • [20:12:23] * Anduck (~Anduck@a88-85-129-77.mpynet.fi) Quit (Ping timeout: 245 seconds)
  • [20:17:40] * Anduck (~Anduck@a88-85-129-77.mpynet.fi) has joined #beagle
  • [20:19:28] * pfefferz (~pfefferz@ip-64-134-25-234.public.wayport.net) has joined #beagle
  • [20:19:48] * educa (b276178f@gateway/web/freenode/ip.178.118.23.143) has joined #beagle
  • [20:23:36] * panto (~panto@195.97.110.117) Quit (Quit: Leaving)
  • [20:24:45] * XMPPwocky (~wocky@unaffiliated/xmppwocky) has joined #beagle
  • [20:36:09] * Geminizer (~Geminizer@sledge.ccr.buffalo.edu) Quit (Quit: Linkinus - http://linkinus.com)
  • [20:37:27] * kalem (~kalem@unaffiliated/kalem) Quit (Quit: kalem)
  • [20:43:41] * tasslehoff (~tasslehof@145.79-161-31.customer.lyse.net) Quit (Quit: WeeChat 0.3.7)
  • [20:49:37] * rbarraud_ (~rbarraud@125-239-196-121.jetstream.xtra.co.nz) has joined #beagle
  • [20:51:09] * jelmer_ (~jelmer@193.191.3.82) Quit (Quit: This computer has gone to sleep)
  • [20:51:46] * tor (~tor@c-5067e655.125-1-64736c10.cust.bredbandsbolaget.se) Quit (Quit: Ex-Chat)
  • [20:53:16] * XMPPwocky (~wocky@unaffiliated/xmppwocky) Quit (Quit: leaving)
  • [21:01:05] * davest1 (dcstewar@nat/intel/x-epodnjnrzielhtma) Quit (Quit: Leaving.)
  • [21:01:25] * davest (dcstewar@nat/intel/x-tjvvkduikfxqvsaq) has joined #beagle
  • [21:02:01] * rcf (~rcf@178-117-158-72.access.telenet.be) Quit (Quit: This war is mine)
  • [21:05:48] * kiilo (~kiilo@modemcable096.222-163-184.mc.videotron.ca) Quit (Remote host closed the connection)
  • [21:07:26] * kevinsc (~a0214685@nat/ti/x-sapcnmkrscbutoxo) Quit (Ping timeout: 244 seconds)
  • [21:09:42] * krajo1 (~krajo1@ip4-83-240-125-22.cust.nbox.cz) Quit (Quit: Konversation terminated!)
  • [21:14:02] * mgburr (~quassel@75-145-200-241-Jacksonville.hfc.comcastbusiness.net) Quit (Remote host closed the connection)
  • [21:14:46] <Sh0rtWave> yo yo
  • [21:17:41] * dENNES (~Adium@port375.ds1-hr.adsl.cybercity.dk) Quit (Quit: Leaving.)
  • [21:18:22] * tholm (~tholm@190.172.201.242) has joined #beagle
  • [21:20:30] <Dhiraj> jkridner_: hi jkridner__, i have congifured the pinmux to gpmc settings, still i see the same error "bus error"
  • [21:36:20] * ScottCh (~scott@99-46-157-129.lightspeed.rlghnc.sbcglobal.net) Quit (Ping timeout: 260 seconds)
  • [21:37:06] * Dhiraj (0cee081e@gateway/web/freenode/ip.12.238.8.30) Quit (Ping timeout: 245 seconds)
  • [21:43:00] * Dhiraj (0cee081e@gateway/web/freenode/ip.12.238.8.30) has joined #beagle
  • [21:43:41] * jluisn (~quassel@187.115.172.24) Quit (Read error: Connection reset by peer)
  • [21:43:43] <Dhiraj> jkridner_: hi jkridner__, i have congifured the pinmux to gpmc settings, still i see the same error "bus error"
  • [21:55:59] * drakkan1000 (~drakkan@dynamic-adsl-78-12-150-1.clienti.tiscali.it) Quit (Quit: Ex-Chat)
  • [21:57:05] <mranostay> gah
  • [21:57:18] <mranostay> you don't need to repeat yourself
  • [22:03:38] * rbarraud_ (~rbarraud@125-239-196-121.jetstream.xtra.co.nz) Quit (Ping timeout: 240 seconds)
  • [22:04:20] * dwery (~dwery@nslu2-linux/dwery) Quit (Ping timeout: 260 seconds)
  • [22:06:18] * pfefferz (~pfefferz@ip-64-134-25-234.public.wayport.net) Quit (Ping timeout: 245 seconds)
  • [22:08:10] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Quit: Verlassend)
  • [22:14:42] * ssvb (~ssvb@a88-114-220-213.elisa-laajakaista.fi) Quit (Ping timeout: 265 seconds)
  • [22:18:27] * dwery (~dwery@nslu2-linux/dwery) has joined #beagle
  • [22:19:19] * tema (~tema@178.16.155.142) Quit (Quit: Ex-Chat)
  • [22:20:54] * mazzanet_ (~mazzanet@fe1-1.mel-ii.bdr1.mazzanet.id.au) has joined #beagle
  • [22:20:54] * mazzanet_ (~mazzanet@fe1-1.mel-ii.bdr1.mazzanet.id.au) Quit (Changing host)
  • [22:20:54] * mazzanet_ (~mazzanet@hpavc/mazzanet) has joined #beagle
  • [22:22:19] * Thor_ (~thor@vips.webbredaktoren.se) has joined #beagle
  • [22:23:00] * j4son_ (jdog@206.51.234.64) has joined #beagle
  • [22:24:02] * Calchan_ (user99590@gentoo/developer/calchan) has joined #beagle
  • [22:24:35] * davest (dcstewar@nat/intel/x-tjvvkduikfxqvsaq) Quit (Quit: Leaving.)
  • [22:24:42] * jevin_ (~jevin@napalm.jevinskie.com) has joined #beagle
  • [22:24:56] * ShadowJK_ (jk@terminus.enivax.net) has joined #beagle
  • [22:25:28] * phantoneD (~destroy@95.92.89.24) has joined #beagle
  • [22:25:36] * bobsickl1 (bob@motsugo.ucc.gu.uwa.edu.au) has joined #beagle
  • [22:25:44] * W1N9Zr0 (~W1N9Zr0@24-212-193-98.cable.teksavvy.com) Quit (Disconnected by services)
  • [22:25:59] * W1N9Zr9528 (~W1N9Zr0@24-212-193-98.cable.teksavvy.com) has joined #beagle
  • [22:26:50] * lemonade` (~lemonade`@pool-71-178-182-87.washdc.fios.verizon.net) has joined #beagle
  • [22:27:42] * thaytan_ (~thaytan@113.94.233.220.static.exetel.com.au) has joined #beagle
  • [22:28:17] * alinrus_ (~alinrus@188.24.51.145) has joined #beagle
  • [22:28:33] * phantoxeD (~destroy@a95-92-89-24.cpe.netcabo.pt) Quit (Ping timeout: 244 seconds)
  • [22:28:57] * cosmo1t (montenis@cosmo.2y.net) Quit (Ping timeout: 244 seconds)
  • [22:29:08] * hitlin37 (~chatzilla@182.71.144.118) Quit (Ping timeout: 240 seconds)
  • [22:29:09] * wmat_ (wmat@wallace.mixdown.ca) has joined #beagle
  • [22:29:36] * alinrus (~alinrus@unaffiliated/alinrus) Quit (Ping timeout: 248 seconds)
  • [22:29:36] * mazzanet (~mazzanet@hpavc/mazzanet) Quit (Ping timeout: 248 seconds)
  • [22:29:36] * Thor (~thor@unaffiliated/thor) Quit (Ping timeout: 248 seconds)
  • [22:29:37] * j4son (jdog@206.51.234.64) Quit (Ping timeout: 248 seconds)
  • [22:29:37] * thaytan (~thaytan@113.94.233.220.static.exetel.com.au) Quit (Ping timeout: 248 seconds)
  • [22:29:37] * alinrus (~alinrus@188.24.51.145) has joined #beagle
  • [22:29:38] * jevin (~jevin@napalm.jevinskie.com) Quit (Ping timeout: 248 seconds)
  • [22:29:38] * regnirps (~regnirpsM@184-157-252-31.dyn.centurytel.net) Quit (Ping timeout: 248 seconds)
  • [22:29:38] * zuh (~zuh@humboldt.pingu.fi) Quit (Ping timeout: 248 seconds)
  • [22:29:38] * wmat (wmat@wallace.mixdown.ca) Quit (Ping timeout: 248 seconds)
  • [22:29:38] * mps (mp@aggr.com) Quit (Ping timeout: 248 seconds)
  • [22:29:38] * ShadowJK (jk@terminus.enivax.net) Quit (Ping timeout: 248 seconds)
  • [22:29:38] * zuh (~zuh@humboldt.pingu.fi) has joined #beagle
  • [22:29:38] * Calchan (user26350@gentoo/developer/calchan) Quit (Ping timeout: 248 seconds)
  • [22:29:39] * bobsickle (bob@motsugo.ucc.gu.uwa.edu.au) Quit (Ping timeout: 248 seconds)
  • [22:29:39] * alinrus (~alinrus@188.24.51.145) Quit (Ping timeout: 248 seconds)
  • [22:29:39] * zuh (~zuh@humboldt.pingu.fi) Quit (Ping timeout: 248 seconds)
  • [22:29:42] * hitlin37 (~chatzilla@182.71.144.118) has joined #beagle
  • [22:29:59] * Sh0rtWave (~Sh0rtWave@unaffiliated/shortwave) Quit (Ping timeout: 244 seconds)
  • [22:29:59] * mrshu_ (xg@92.240.248.100) Quit (Ping timeout: 244 seconds)
  • [22:30:30] * jkridner__ (~jason@pdpc/supporter/active/jkridner) Quit (Ping timeout: 244 seconds)
  • [22:30:30] * Guest92236 (~mike@c-71-63-115-202.hsd1.va.comcast.net) Quit (Ping timeout: 244 seconds)
  • [22:30:31] * _av500_ (~av500@lgf.archos.com) Quit (Ping timeout: 244 seconds)
  • [22:30:38] * ShadowJK_ (jk@terminus.enivax.net) Quit (Ping timeout: 240 seconds)
  • [22:30:38] * ghoti (~paul@scratch.it.ca) Quit (Ping timeout: 240 seconds)
  • [22:30:38] * mnt_real (~mnt_real@bas1-montreal43-1177820323.dsl.bell.ca) Quit (Ping timeout: 240 seconds)
  • [22:30:38] * reanguiano (~devnull@ricardoanguiano.com) Quit (Ping timeout: 240 seconds)
  • [22:31:01] * awozniak (~awozniak@206.83.81.178.ptr.us.xo.net) Quit (Ping timeout: 244 seconds)
  • [22:31:01] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) Quit (Ping timeout: 244 seconds)
  • [22:31:16] * educa (b276178f@gateway/web/freenode/ip.178.118.23.143) Quit (Ping timeout: 245 seconds)
  • [22:32:02] * mrshu (xg@92.240.248.100) has joined #beagle
  • [22:32:03] * rblackwe_ (~rblackwe@li178-5.members.linode.com) Quit (Ping timeout: 244 seconds)
  • [22:32:06] * Dhiraj (0cee081e@gateway/web/freenode/ip.12.238.8.30) Quit (Ping timeout: 245 seconds)
  • [22:32:08] * netman87 (netman87@kapsi.fi) Quit (Ping timeout: 269 seconds)
  • [22:32:09] * grey_wolf (~greywolf@c-24-17-167-106.hsd1.wa.comcast.net) Quit (Ping timeout: 269 seconds)
  • [22:32:24] * _av500_ (~av500@lgf.archos.com) has joined #beagle
  • [22:32:34] * damir__ (~damir@tm.213.143.72.147.lc.telemach.net) Quit (Ping timeout: 244 seconds)
  • [22:32:34] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Ping timeout: 249 seconds)
  • [22:32:47] * rblackwe (~rblackwe@li178-5.members.linode.com) has joined #beagle
  • [22:32:56] * ShadowJK (jk@terminus.enivax.net) has joined #beagle
  • [22:33:00] * netman87 (netman87@kapsi.fi) has joined #beagle
  • [22:33:49] * grey_wolf (~greywolf@c-24-17-167-106.hsd1.wa.comcast.net) has joined #beagle
  • [22:34:25] * heathkid (~heathkid@unaffiliated/heathkid) has joined #beagle
  • [22:35:09] <lemonade`> "Further, it is fully expected that for someone designing their own system they would purchase the OMAP35x EVM (http://www.ti.com/omap35x) and utilize the hardware expansion options and documented support channels. Developing a board is a complex task that will cost you thousands of $US." https://groups.google.com/forum/?fromgroups#!msg/beagleboard/8LCOQBQ42kQ/_B9VJ8kbPu4J does this mean that to write the soft
  • [22:35:09] <lemonade`> ware on the beaglebone, it would cost thousands of dollars in addition to the cost of the board?
  • [22:35:12] * damir__ (~damir@tm.213.143.72.147.lc.telemach.net) has joined #beagle
  • [22:35:13] * mps (mp@178.79.142.101) has joined #beagle
  • [22:35:32] * mIKEjONES (~mIKEjONES@c-98-210-194-55.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
  • [22:35:44] * ssvb (~ssvb@a88-114-220-213.elisa-laajakaista.fi) has joined #beagle
  • [22:36:01] * jkridner (~jason@pdpc/supporter/active/jkridner) has joined #beagle
  • [22:36:02] * mIKEjONES (~mIKEjONES@c-98-210-194-55.hsd1.ca.comcast.net) has joined #beagle
  • [22:36:18] * Sh0rtWave (~Sh0rtWave@unaffiliated/shortwave) has joined #beagle
  • [22:36:38] * cwillu (~cwillu@cwillu.com) Quit (Ping timeout: 240 seconds)
  • [22:37:08] * ghoti (~paul@scratch.it.ca) has joined #beagle
  • [22:37:14] * cosmo1t (montenis@cosmo.2y.net) has joined #beagle
  • [22:37:35] * NishanthMenon (~nmenon@192.91.66.189) Quit (Quit: Ex-Chat)
  • [22:38:02] * cwillu (~cwillu@cwillu.com) has joined #beagle
  • [22:38:29] * lyakh (~lyakh@dslb-188-109-034-055.pools.arcor-ip.net) Quit (Quit: thanks, bye)
  • [22:39:27] * zuh (688d00b446@humboldt.pingu.fi) has joined #beagle
  • [22:40:16] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [22:41:07] * KeatonT (~KeatonT@unaffiliated/keatont) has joined #beagle
  • [22:42:26] <aholler> lemonade`: depends on your sw and who you have to pay for. but even sw-devs want to earn money
  • [22:43:02] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
  • [22:43:45] * mnt_real (~mnt_real@bas1-montreal43-1177820323.dsl.bell.ca) has joined #beagle
  • [22:44:00] <lemonade`> aholler: is sw software? I'm considering getting it to learn about low-level computer architecture and kernel and driver workings. would it be really expensive for that?
  • [22:44:01] * awozniak (~awozniak@206.83.81.178.ptr.us.xo.net) has joined #beagle
  • [22:44:03] * Guest92236 (~mike@c-71-63-115-202.hsd1.va.comcast.net) has joined #beagle
  • [22:44:26] * reanguiano (~devnull@ricardoanguiano.com) has joined #beagle
  • [22:44:31] <lemonade`> as in... writing a basic kernel, basic drivers
  • [22:44:40] <aholler> lemonade`: no, linux is free and as long as you do it yourself, it will cost you nothing
  • [22:45:09] <lemonade`> what about the documentation and the associated specs?
  • [22:45:15] <lemonade`> are those free too?
  • [22:45:34] <aholler> yes, is beagleboard.org down?
  • [22:45:39] <lemonade`> no
  • [22:46:18] <lemonade`> but I'm not really sure how to interpret what's on the site, so I'm here asking
  • [22:52:12] * cosmo1t (montenis@cosmo.2y.net) Quit (Ping timeout: 244 seconds)
  • [22:52:22] * lemonade` (~lemonade`@pool-71-178-182-87.washdc.fios.verizon.net) has left #beagle
  • [22:52:39] * prpplague (~danders@192.91.66.189) Quit (Quit: Leaving)
  • [22:52:48] * tema (~tema@ppp89-110-20-82.pppoe.avangarddsl.ru) has joined #beagle
  • [22:55:46] * cosmo1t (montenis@cosmo.2y.net) has joined #beagle
  • [22:56:08] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) Quit (Ping timeout: 240 seconds)
  • [22:57:43] * Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) has joined #beagle
  • [22:58:09] * Dhiraj (0cee081e@gateway/web/freenode/ip.12.238.8.30) has joined #beagle
  • [22:58:35] * contempt (contempt@unaffiliated/contempt) Quit ()
  • [22:59:20] <Dhiraj> jkridner_: hi jkridner, setting up the pin mux did not resolved the bus error.
  • [22:59:55] * damir__ (~damir@tm.213.143.72.147.lc.telemach.net) Quit (Quit: Leaving.)
  • [23:00:21] * contempt (contempt@unaffiliated/contempt) has joined #beagle
  • [23:01:21] * wmat_ is now known as wmat
  • [23:01:51] * wmat is now known as Guest21151
  • [23:03:58] * thaytan_ is now known as thaytan
  • [23:07:40] * saeyne (43b4a8bf@gateway/web/freenode/ip.67.180.168.191) has joined #beagle
  • [23:14:11] * saeyne (43b4a8bf@gateway/web/freenode/ip.67.180.168.191) Quit (Ping timeout: 245 seconds)
  • [23:16:36] * TheUriah (6339196c@gateway/web/freenode/ip.99.57.25.108) has joined #beagle
  • [23:16:41] <TheUriah> hi all
  • [23:17:49] <TheUriah> so, i Beagleboard a live thing? cause I can't seem to find them available for sale anywhere in the US. is it dead?
  • [23:18:11] <TheUriah> and if not, could someone refer me to somewhere US that I could get an xM
  • [23:20:42] <djlewis> most commonly digikey or mouser
  • [23:21:05] * kalem (~kalem@unaffiliated/kalem) has joined #beagle
  • [23:21:50] * Anduck (~Anduck@a88-85-129-77.mpynet.fi) Quit (Ping timeout: 246 seconds)
  • [23:27:48] <ds2> which beagle board?
  • [23:28:08] * av500 (~vladimir@b2b-46-252-131-98.unitymedia.biz) Quit (Ping timeout: 246 seconds)
  • [23:29:09] <TheUriah> BeagleBoard-xM
  • [23:29:51] <ds2> where are you not finding it?
  • [23:29:59] <ds2> had a guy here just order 2 about 30 mins ago
  • [23:30:11] <TheUriah> from where?
  • [23:30:26] <ds2> not sure, I don't get involve in purchasing
  • [23:30:49] <TheUriah> cause I see them listed in stores, but on backorder, most with no projected arrival date
  • [23:31:05] <TheUriah> I can order them all day long if i want, but I have no idea when I will actually get them
  • [23:32:00] <TheUriah> Mouser Stock:0 Digikey stock: 0
  • [23:32:45] <ds2> just order it. some suppliers have a funky inventory system
  • [23:33:19] <TheUriah> well, Digikey already told me they had none, and had no idea when they would even get any
  • [23:34:53] * waltermixxx (63f8999e@gateway/web/freenode/ip.99.248.153.158) has joined #beagle
  • [23:36:34] <TheUriah> I'd love to know where your guy ordered 2 from 30 mins ago
  • [23:37:05] <thurbad> special compintg has some in stock but the're overcharging
  • [23:37:08] <TheUriah> Digikey says they have no idea, Mouser said July, but also told me their last delivery date never happened and got pushed back
  • [23:37:15] <TheUriah> ah..the ones in cases, right?
  • [23:37:28] <thurbad> yeah
  • [23:38:12] <thurbad> *computing... not sure how I mangled that one so badly
  • [23:38:44] <TheUriah> that Special Computing one may be the one I resort to getting
  • [23:39:10] <TheUriah> I need it sooner than later, and it's a company purchase, so a few bucks extra isn't coming out of my pocket anyways
  • [23:39:26] * ncbas (~ncbas@63-11.bbned.dsl.internl.net) Quit (Ping timeout: 252 seconds)
  • [23:39:28] <TheUriah> and they seem to be the only ones domestic that have it
  • [23:40:26] <thurbad> I've ordered from them when I was in a similar boat
  • [23:40:37] * lkesteloot (~lkesteloo@173-167-103-174-sfba.hfc.comcastbusiness.net) Quit (Quit: lkesteloot)
  • [23:40:59] <thurbad> not the best experience as I was on a very tight schedule and they messed up the shipping
  • [23:41:08] * av500 (~vladimir@b2b-46-252-131-98.unitymedia.biz) has joined #beagle
  • [23:41:38] <thurbad> I was halfway across the US when it arrived at the other location
  • [23:42:06] <thurbad> but they did have it in stock
  • [23:42:25] <TheUriah> good to know. luckily i'm not planning on going anywhere
  • [23:42:27] <TheUriah> thanks
  • [23:42:46] <TheUriah> is there any word going around on why stock is so low everywhere?
  • [23:46:27] <thurbad> dunno, maybe everyone hoping for a R:pi finally gave up ~.~
  • [23:46:36] <TheUriah> haha
  • [23:47:23] <TheUriah> it's funny how there's amazing small computing platforms out there now, with tons of amazing projects for them, but if you wanna do one and you don't already have it, you're pretty much SOL right now
  • [23:48:19] <ds2> just run your own build
  • [23:48:23] <thurbad> supply chain stuff is voodoo to me
  • [23:48:40] <TheUriah> run my own build?
  • [23:48:41] <ds2> get enough people to buy 1000 pieces and I'll run a build :P
  • [23:48:53] <ds2> sure
  • [23:49:03] <TheUriah> you mean build my own?
  • [23:49:29] <TheUriah> if that's what you mean, that's not really what I'm looking to do here
  • [23:49:38] <ds2> yes
  • [23:49:39] <jkridner> anybody know a cheap 8x8 switch, kinda like adg2128, but all I really need is simple fets, like a CBT?
  • [23:50:34] <ds2> as in any of the 8 can go to any of the other 8?
  • [23:50:57] <jkridner> yeah.
  • [23:51:01] <jkridner> 64 switches.
  • [23:51:20] <jkridner> I'm trying to emulate a keypad.
  • [23:51:28] <ds2> ah
  • [23:51:31] <ds2> FPGA :D
  • [23:51:34] <ds2> or CPLD
  • [23:51:35] <jkridner> I think I only need 5x5.
  • [23:51:46] <jkridner> well, ideally I'd be able to control with I2C.
  • [23:51:58] <jkridner> I think the ADG2128 would do it fine, but it is a bit of overkill.
  • [23:52:53] * thurbad (~natesewel@64.132.24.248) Quit (Quit: thurbad)
  • [23:53:25] * divine (~divine@68-189-15-67.dhcp.snlo.ca.charter.com) Quit (Ping timeout: 260 seconds)
  • [23:54:11] * Ram_ (ad24c408@gateway/web/freenode/ip.173.36.196.8) has joined #beagle
  • [23:54:22] <Ram_> hi
  • [23:54:25] <jkridner> http://en.wikibooks.org/wiki/Practical_Electronics/IC/4066 + shift registers.
  • [23:54:50] <jkridner> welcome to #beagle Ram_
  • [23:55:21] * jkridner will almost never respond to "hi", so you should be happy. ;-)
  • [23:56:08] * ds2 suspect jkridner is testing a new bot script ;)
  • [23:56:18] <jkridner> :-)
  • [23:58:25] * kiilo (~kiilo@modemcable096.222-163-184.mc.videotron.ca) has joined #beagle
  • [23:59:01] * djlewis (~djelwis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Quit: Leaving.)
  • [23:59:59] <jkridner> ds2: I think all CPLDs/FPGAs require specifying the input vs. output. I'm looking to purely emulate the keypad and not need to analyze the source.