• [00:00:26] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagle
  • [00:00:26] * Topic is 'http://beagleboard.org/chat has a guide on how to ask questions and links to the logs | never ask to ask, just ask | be patient | pastebin a boot log | http://ahsoftware.de/Beaglebone_Black_Boot_explained.svg | http://beagleboard.org/latest-images | http://beagleboard.org/Support/bone101 | direct bonescript/node.js questions to #beagle-bonescript | books: http://bit.ly/bbb-books'
  • [00:00:26] * Set by KotH!~attila@erica.kinali.ch on Wed Jul 15 13:55:07 UTC 2015
  • [00:00:26] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagleboard
  • [00:00:26] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beaglebone
  • [00:07:57] * gustavoz (~gustavoz@186.22.136.136) has joined #beagle
  • [00:09:38] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 260 seconds)
  • [00:11:24] * j0rd_ (~j0rd_@unaffiliated/j0rd-/x-9112651) has joined #beagle
  • [00:14:06] * paranic (~paranic@46-173-81.adsl.cyta.gr) Quit ()
  • [00:26:04] * linkedinyou (~linkediny@unaffiliated/linkedinyou) has joined #beagle
  • [00:26:04] * linkedinyou (~linkediny@unaffiliated/linkedinyou) has joined #beaglebone
  • [00:38:02] * idwer (~irc@unaffiliated/idwer) Quit (Remote host closed the connection)
  • [00:42:23] * idwer (~irc@unaffiliated/idwer) has joined #beagle
  • [00:45:39] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [00:45:45] * tomeff (~tomeff@mail.kczahrada.cz) Quit (Quit: tomeff)
  • [00:46:50] * idwer (~irc@unaffiliated/idwer) Quit (Ping timeout: 240 seconds)
  • [00:57:56] * idwer (~irc@unaffiliated/idwer) has joined #beagle
  • [01:32:05] * drkfdr (~darkfader@ip3e8346be.speed.planet.nl) Quit (Quit: drkfdr)
  • [01:46:18] * VirG (~VirGin@c-73-25-235-187.hsd1.or.comcast.net) Quit (Ping timeout: 255 seconds)
  • [01:48:10] <zmatt> GenTooMan: I don't really claim to grasp time
  • [01:51:30] * stamina (~stamina@177-211-128-083.dynamic.caiway.nl) Quit (Ping timeout: 240 seconds)
  • [02:04:18] * msvb-lab (~mschloh@x55b54a34.dyn.telefonica.de) Quit (Ping timeout: 255 seconds)
  • [02:05:30] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) has joined #beagle
  • [02:07:07] <Liir> Does anyone knows how to read analog input (AIN*) on the BBB? Looking on the internet, it should be in /sys/devices/ocp.3/helper.12#, but I don't have this directory on my system
  • [02:07:38] <zmatt> helper? I've never seen such a thing
  • [02:08:13] <veremit> zmatt.. probably a hack :p
  • [02:08:31] <zmatt> veremit: my first thought is "might be some machinekit thing..?"
  • [02:08:57] <veremit> ocp.3 .. hrm ..
  • [02:09:00] <Liir> found it, it's in helper.15 :)
  • [02:09:10] <veremit> o,O
  • [02:09:21] <Liir> thanks
  • [02:09:27] <zmatt> what kernel is this?
  • [02:09:31] <zmatt> and dtb
  • [02:09:33] <Liir> debian
  • [02:09:40] <zmatt> that's a distribution, not a kernel
  • [02:09:48] <Liir> 3.8
  • [02:09:53] <zmatt> uname -r
  • [02:10:04] <veremit> I got a ocp.3 on my ancient build ..
  • [02:10:09] <veremit> but no helpers
  • [02:10:11] <zmatt> cat /etc/dogtag
  • [02:10:14] <Liir> 3.8.13-bone79
  • [02:10:32] <Liir> BeagleBoard.org Debian Image 2015-03-01
  • [02:10:36] <zmatt> grep ^dtb /boot/uEnv.txt
  • [02:10:40] <zmatt> curious
  • [02:11:25] <veremit> [ 2:10am] michael@beagleblack ~ $ ls /sys/devices/ocp.3/44e0d000.tscadc/TI-am335x-adc/
  • [02:11:25] <veremit> driver iio:device0 modalias power subsystem uevent
  • [02:11:44] <veremit> nearest I got
  • [02:12:02] <veremit> on a 3.13 RN kernel
  • [02:13:03] <zmatt> Liir: the collective knowledge here about such old kernels isn't very high anymore I think, and that will probably not improve over time ;)
  • [02:13:38] <veremit> zmatt... afaik 3.8 is still 'official' ...
  • [02:13:52] <zmatt> I know
  • [02:13:59] <Liir> how should I update my kernel, I updated my BBB with the most recent image
  • [02:13:59] <veremit> although a fine vintage also
  • [02:14:04] <zmatt> in fact new releases are still being done periodically
  • [02:14:40] <veremit> I think RN has a build server no?
  • [02:14:48] <veremit> or similar
  • [02:14:49] <zmatt> Liir: 2015-03-01 is most definitely not the most recent image
  • [02:14:53] <zmatt> or even a recent image
  • [02:15:06] <veremit> you can "apt-get upgrade"
  • [02:15:15] <zmatt> that won't update the kernel though I think
  • [02:15:21] <veremit> hrm
  • [02:15:35] <veremit> what's the apt-cache for linux-image?
  • [02:15:48] <veremit> I'm too used to emerge/portage commands ..
  • [02:16:17] <zmatt> Liir: the most recent official release is 2015-07-28, though personally I've always used the most recent testing image whenever I needed an image
  • [02:17:15] <zmatt> veremit: you mean apt-cache search -n linux-image
  • [02:17:15] <zmatt> ?
  • [02:17:23] <Liir> interesting, I did that last week following links on the BBB website, and that's what I got. Let me see if I can find this one
  • [02:17:31] <zmatt> md5sum: 716fbfe023ad2b64807346503f9951cf
  • [02:17:33] <zmatt> whoops
  • [02:17:36] <zmatt> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Debian_Releases
  • [02:17:42] <veremit> zmatt .. yea that'll do
  • [02:19:07] <zmatt> veremit: or, assuming your pkgcache is intact, just do "apt-get install linux-image-" and then press tab twice
  • [02:19:14] <veremit> although I don't recall the portage command to list slot options :/
  • [02:19:26] <veremit> ah thats nifty
  • [02:19:41] * msvb-lab (~mschloh@x55b54b8d.dyn.telefonica.de) has joined #beagle
  • [02:20:08] <zmatt> veremit: if it doesn't work, check /etc/apt/apt.conf.d/02apt-get-clean
  • [02:21:53] <zmatt> removing *.deb files is okayish to save space (though I'm pretty sure there must be a better way than this), however it should _not_ remove the *.bin files nor set the cache files to ""
  • [02:22:32] <zmatt> that just causes apt to regenerate the files every time, and breaks tab completion
  • [02:22:47] <zmatt> (I hope rcn fixed that in later images)
  • [02:31:11] * Humpelstilzchen (erik@f054181030.adsl.alicedsl.de) Quit (Ping timeout: 256 seconds)
  • [02:34:27] * Defiant (erik@x55b02ad7.dyn.telefonica.de) has joined #beagle
  • [02:46:35] * DJWillis (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net) has joined #beagle
  • [02:49:23] * DJW|Home (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net) Quit (Ping timeout: 264 seconds)
  • [02:54:30] <GenTooMan> zmatt thanks for the spreadsheet really useful
  • [02:55:14] <zmatt> GenTooMan: thanks, although there's still plenty of work to do
  • [02:55:20] <zmatt> it could really use an interactive tool though
  • [02:55:34] <zmatt> (I mean, one that doesn't suck, unlike TI's)
  • [02:59:21] * zmatt gasps
  • [02:59:42] <zmatt> I just discovered the TRM is... wrong.. about something :o
  • [02:59:49] * zmatt can't believe it
  • [03:00:26] * zmatt mops up the puddle of sarcasm on the floor and moves on
  • [03:17:41] <zmatt> hmm, or possibly I am, haven't decided yet
  • [03:21:16] * SpeedEvil (~quassel@tor/regular/SpeedEvil) Quit (Quit: No Ping reply in 180 seconds.)
  • [03:21:53] * SpeedEvil (~quassel@tor/regular/SpeedEvil) has joined #beagle
  • [03:27:36] * SpeedEvil (~quassel@tor/regular/SpeedEvil) Quit (Quit: No Ping reply in 180 seconds.)
  • [03:28:14] * SpeedEvil (~quassel@tor/regular/SpeedEvil) has joined #beagle
  • [03:33:36] * drkfdr (~darkfader@ip3e8346be.speed.planet.nl) has joined #beagle
  • [03:33:42] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) Quit (Ping timeout: 260 seconds)
  • [03:34:07] * idwer (~irc@unaffiliated/idwer) Quit (Remote host closed the connection)
  • [03:34:56] <zmatt> ok ok, so the TRM was right after all... this time :P
  • [03:38:27] * SpeedEvil (~quassel@tor/regular/SpeedEvil) Quit (Quit: No Ping reply in 180 seconds.)
  • [03:39:11] * SpeedEvil (~quassel@tor/regular/SpeedEvil) has joined #beagle
  • [03:44:17] * SpeedEvil (~quassel@tor/regular/SpeedEvil) Quit (Quit: No Ping reply in 180 seconds.)
  • [03:44:52] * SpeedEvil (~quassel@tor/regular/SpeedEvil) has joined #beagle
  • [03:46:16] <veremit> D'OH!
  • [03:46:54] <zmatt> I really could use a packet sniffer on the L3 interconnect with accurate timestamps...
  • [03:51:08] * SpeedEvil (~quassel@tor/regular/SpeedEvil) Quit (Quit: No Ping reply in 180 seconds.)
  • [03:51:44] * SpeedEvil (~quassel@tor/regular/SpeedEvil) has joined #beagle
  • [03:51:54] * Guest53532 (~kona@rrcs-24-153-134-93.sw.biz.rr.com) Quit (Ping timeout: 260 seconds)
  • [03:53:39] * kona (~kona@rrcs-24-153-134-93.sw.biz.rr.com) has joined #beagle
  • [03:53:57] * kona is now known as Guest90177
  • [03:54:13] * VirG (~VirGin@c-73-25-235-187.hsd1.or.comcast.net) has joined #beagle
  • [04:02:59] * tbr (dm8tbr@mail.bfst.de) Quit (Ping timeout: 240 seconds)
  • [04:02:59] * DevaamoBot` (~supybot@medusa.afthd.hg.tu-darmstadt.de) Quit (Read error: Connection reset by peer)
  • [04:30:14] * MichaelLong (~ml@p4FF25F8D.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
  • [04:31:16] * MichaelLong (~ml@p54907B9C.dip0.t-ipconnect.de) has joined #beagle
  • [04:49:38] * rob_w_ (~rob@ppp-212-114-239-245.dynamic.mnet-online.de) has joined #beagle
  • [04:53:20] * rob_w (~rob@unaffiliated/rob-w/x-1112029) Quit (Ping timeout: 265 seconds)
  • [04:55:54] * DevaamoBot (~supybot@medusa.afthd.hg.tu-darmstadt.de) has joined #beagle
  • [04:58:32] * DevaamoBot (~supybot@medusa.afthd.hg.tu-darmstadt.de) Quit (Read error: Connection reset by peer)
  • [05:06:52] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) has joined #beagle
  • [05:13:20] * DevaamoBot (~supybot@medusa.afthd.hg.tu-darmstadt.de) has joined #beagle
  • [05:15:16] * tbr (dm8tbr@mail.bfst.de) has joined #beagle
  • [05:33:36] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) Quit (Quit: This computer has gone to sleep)
  • [06:06:13] * kayatwork (~kayfox@orca.zerda.net) Quit (Read error: Connection reset by peer)
  • [06:06:46] * kayatwork (~kayfox@orca.zerda.net) has joined #beagle
  • [06:48:42] * richardpotthoff (~richardpo@c-50-182-239-203.hsd1.nj.comcast.net) Quit (Ping timeout: 255 seconds)
  • [06:49:27] * citylight2 (~me@84.111.153.0) Quit (Quit: Leaving)
  • [07:00:46] * ohama (ohama@cicolina.org) Quit (Ping timeout: 260 seconds)
  • [07:00:50] * richardpotthoff (~richardpo@c-50-182-239-203.hsd1.nj.comcast.net) has joined #beagle
  • [07:04:01] * ohama (ohama@cicolina.org) has joined #beaglebone
  • [07:08:52] * Henry_Ca_ (~Henry_Cas@71-33-136-26.hlrn.qwest.net) has joined #beaglebone
  • [07:08:53] * Henry_Ca_ (~Henry_Cas@71-33-136-26.hlrn.qwest.net) has joined #beagle
  • [07:08:53] * Henry_Ca_ (~Henry_Cas@71-33-136-26.hlrn.qwest.net) has joined #beagleboard
  • [07:11:02] * Henry_Case (~Henry_Cas@71-208-24-124.hlrn.qwest.net) Quit (Ping timeout: 260 seconds)
  • [07:21:20] * NulL` (~bleh1@178.16.3.80) has joined #beagle
  • [07:27:19] * frv (~frV@home.miradou.com) Quit (Ping timeout: 246 seconds)
  • [07:38:50] * frv (~frV@home.miradou.com) has joined #beagle
  • [08:11:25] * mythos (~mythos@unaffiliated/mythos) Quit (Read error: Connection reset by peer)
  • [08:13:52] * Shadyman (~matthew@unaffiliated/shadyman) Quit (Quit: Leaving.)
  • [08:51:39] * richardpotthoff (~richardpo@c-50-182-239-203.hsd1.nj.comcast.net) Quit (Ping timeout: 240 seconds)
  • [08:53:34] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [08:59:27] * richardpotthoff (~richardpo@c-50-182-239-203.hsd1.nj.comcast.net) has joined #beagle
  • [09:00:23] * Cats_home (~Thunderbi@dsl.198.58.155.114.ebox.ca) Quit (Quit: Cats_home)
  • [09:01:10] * Cats_home (~Thunderbi@dsl.198.58.155.114.ebox.ca) has joined #beagle
  • [09:09:57] * nerienna (~nerienna@p5491E81D.dip0.t-ipconnect.de) has joined #beagle
  • [09:44:32] * krajo1 (~krajo1@host146.nwt.cz) has joined #beagle
  • [09:49:48] * Yotson (~Yotson@2001:980:6ac8:1:1054:a038:ddf1:46a4) has joined #beagle
  • [10:02:53] * kilroi (~kilroy@ip-84-118-180-123.unity-media.net) Quit (Quit: Coyote finally caught me)
  • [10:04:04] * kilroi_off (~kilroy@ip-84-118-180-123.unity-media.net) has joined #beagle
  • [10:04:55] * kilroi_off is now known as kilroi
  • [10:09:18] * jamesaxl (~kvirc@41.249.139.94) has joined #beagle
  • [10:28:03] * joe___ (7bca2091@gateway/web/freenode/ip.123.202.32.145) has joined #beagle
  • [10:28:29] <joe___> Hi , arm 8 can play 4k video?
  • [10:29:22] * joe___ (7bca2091@gateway/web/freenode/ip.123.202.32.145) Quit (Client Quit)
  • [10:32:13] * kunalg (~kunalg@14.139.160.230) has joined #beagle
  • [10:39:12] * kunalg (~kunalg@14.139.160.230) Quit (Quit: kunalg)
  • [10:40:34] <veremit> ahahahahahahahahahahahaha
  • [10:40:50] * c10ud (~c10ud@emesene/dictator/c10ud) has joined #beagle
  • [10:44:47] * dgerlach1 (dgerlach@nat/ti/x-lnywyduykwweyekc) Quit (Ping timeout: 260 seconds)
  • [10:45:52] * stamina (~stamina@177-211-128-083.dynamic.caiway.nl) has joined #beaglebone
  • [10:50:33] <zmatt> "arm 8" ?
  • [10:52:08] * natsurou (~natsurou@190.43.62.151) Quit (Read error: Connection reset by peer)
  • [10:52:43] * natsurou (~natsurou@190.43.62.151) has joined #beagle
  • [10:55:33] * linkedinyou (~linkediny@unaffiliated/linkedinyou) Quit (Read error: Connection reset by peer)
  • [11:12:30] * ikmaak (~ikmaak@541F7D85.cm-5-8b.dynamic.ziggo.nl) Quit (Remote host closed the connection)
  • [11:15:33] * c10ud (~c10ud@emesene/dictator/c10ud) Quit (Remote host closed the connection)
  • [11:16:23] <tbr> 8 arms, that could be a yoctopus!
  • [11:25:33] * ikmaak (~ikmaak@541F7D85.cm-5-8b.dynamic.ziggo.nl) has joined #beagle
  • [11:32:04] <zmatt> lol
  • [11:50:14] * stamina (~stamina@177-211-128-083.dynamic.caiway.nl) Quit (Ping timeout: 260 seconds)
  • [12:15:19] * mythos (~mythos@unaffiliated/mythos) has joined #beagle
  • [12:21:58] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) Quit (Ping timeout: 260 seconds)
  • [12:32:41] * hatim_ is now known as hatim
  • [12:38:55] * j0rd_ (~j0rd_@unaffiliated/j0rd-/x-9112651) Quit (Read error: Connection reset by peer)
  • [12:41:55] * j0rd_ (~j0rd_@unaffiliated/j0rd-/x-9112651) has joined #beagle
  • [12:59:54] * GenTooMan gives zmatt a shop vac to clean up his sarcasm. "There you go the beagle board yoctopus"
  • [13:03:23] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) has joined #beagle
  • [13:04:53] * Cybernaut (~gentoo@pool-108-39-146-142.pitbpa.fios.verizon.net) has joined #beagle
  • [13:08:03] * GenTooMan (~gentoo@pool-108-39-146-142.pitbpa.fios.verizon.net) Quit (Ping timeout: 255 seconds)
  • [13:19:49] * natsurou (~natsurou@190.43.62.151) Quit (Quit: Leaving...)
  • [13:19:52] * hatim is now known as kenobi
  • [13:20:00] * kenobi is now known as obiwan
  • [13:20:08] * obiwan is now known as hatim
  • [13:21:20] * hatim is now known as ObiWan
  • [13:21:28] * ObiWan is now known as Kenobi
  • [13:21:33] * Kenobi is now known as hatim
  • [13:25:19] * hatim is now known as hatim_
  • [13:31:05] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [13:33:06] * NulL`` (~bleh1@178.16.0.80) has joined #beagle
  • [13:36:08] * NulL` (~bleh1@178.16.3.80) Quit (Ping timeout: 268 seconds)
  • [13:36:43] * NulL` (~bleh1@87.254.81.184) has joined #beagle
  • [13:36:45] * NulL` is now known as NulL```
  • [13:39:50] * NulL`` (~bleh1@178.16.0.80) Quit (Ping timeout: 268 seconds)
  • [13:52:13] * DJWillis (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net) Quit (Quit: Manny: It's my scythe. I like to keep it next to where my heart used to be.)
  • [13:54:52] * somazero (~somazero@ip72-198-85-176.ok.ok.cox.net) Quit (Quit: Leaving)
  • [14:04:21] * somazero (~somazero@ip72-198-85-176.ok.ok.cox.net) has joined #beagle
  • [14:25:15] * somazero (~somazero@ip72-198-85-176.ok.ok.cox.net) Quit (Quit: Leaving)
  • [14:30:09] * somazero (~somazero@ip72-198-85-176.ok.ok.cox.net) has joined #beagle
  • [14:32:43] * tomeff (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) has joined #beagle
  • [14:32:44] * tomeff (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) has joined #beagleboard
  • [14:32:44] * tomeff (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) has joined #beaglebone
  • [14:38:01] * c10ud (~c10ud@emesene/dictator/c10ud) has joined #beagle
  • [14:52:01] * tomeff_ (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) has joined #beagle
  • [14:52:01] * tomeff_ (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) has joined #beagleboard
  • [14:52:01] * tomeff_ (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) has joined #beaglebone
  • [14:52:34] * tomeff (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) Quit (Ping timeout: 260 seconds)
  • [14:52:35] * tomeff_ is now known as tomeff
  • [15:13:16] * micges_ (~micges@dcb189.neoplus.adsl.tpnet.pl) has joined #beaglebone
  • [15:13:16] * micges_ (~micges@dcb189.neoplus.adsl.tpnet.pl) has joined #beagle
  • [15:14:14] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 250 seconds)
  • [15:16:45] * micges (~micges@dab140.neoplus.adsl.tpnet.pl) Quit (Ping timeout: 256 seconds)
  • [15:17:04] * micges_ is now known as micges
  • [15:19:22] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [15:32:07] * kilroi (~kilroy@ip-84-118-180-123.unity-media.net) Quit (Quit: Coyote finally caught me)
  • [15:33:15] * kilroi_off (~kilroy@ip-84-118-180-123.unity-media.net) has joined #beagle
  • [15:34:04] * kilroi_off is now known as kilroi
  • [15:36:35] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [15:38:46] * tomeff_ (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) has joined #beagle
  • [15:38:46] * tomeff_ (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) has joined #beagleboard
  • [15:38:46] * tomeff_ (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) has joined #beaglebone
  • [15:39:35] * tomeff (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) Quit (Ping timeout: 252 seconds)
  • [15:39:35] * tomeff_ is now known as tomeff
  • [15:40:08] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) Quit (Quit: This computer has gone to sleep)
  • [15:44:27] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #beagle
  • [15:50:03] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) has joined #beagle
  • [15:50:30] * stamina (~stamina@177-211-128-083.dynamic.caiway.nl) has joined #beaglebone
  • [15:51:00] * dys (~dys@ip-109-44-12-228.web.vodafone.de) Quit (Remote host closed the connection)
  • [15:52:05] * dys (~dys@ip-109-44-12-228.web.vodafone.de) has joined #beagle
  • [15:54:05] * Shadyman (~matthew@unaffiliated/shadyman) has joined #beagle
  • [15:56:31] * kunalg (~kunalg@14.139.160.225) has joined #beagle
  • [15:59:58] * kunalg_ (~kunalg@14.139.160.225) has joined #beagle
  • [16:00:07] * kunalg_ (~kunalg@14.139.160.225) Quit (Client Quit)
  • [16:01:13] * kunalg (~kunalg@14.139.160.225) Quit (Ping timeout: 252 seconds)
  • [16:06:11] * nerdboy (~sarnold@gentoo/developer/nerdboy) Quit (Excess Flood)
  • [16:06:57] <Cybernaut> It says the processor in the X15 can be accept ECC memory types. That is what I would prefer if ussing DDR3 devices. They get issues with memory fade if you aren't careful.
  • [16:07:28] * nerdboy (~sarnold@gatekeeper.gentoogeek.org) has joined #beagle
  • [16:07:49] * nerdboy (~sarnold@gatekeeper.gentoogeek.org) Quit (Changing host)
  • [16:07:49] * nerdboy (~sarnold@gentoo/developer/nerdboy) has joined #beagle
  • [16:08:25] * somazero (~somazero@ip72-198-85-176.ok.ok.cox.net) Quit (Quit: Leaving)
  • [16:16:58] <zmatt> the X15 does not support ECC
  • [16:19:11] <zmatt> the ECC support for DDR of the AM572x is itself also limited: only one of the two controllers supports it, which means the region(s) configured to use ECC can't use interleaving, and there are access restrictions also
  • [16:22:07] * xenoxaos (xenoxaos@2600:3c02::f03c:91ff:feae:2da1) Quit (Ping timeout: 246 seconds)
  • [16:26:32] * Shadyman (~matthew@unaffiliated/shadyman) Quit (Quit: Leaving.)
  • [16:26:33] * xenoxaos (xenoxaos@2600:3c02::f03c:91ff:feae:2da1) has joined #beagle
  • [16:26:36] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [16:31:34] * nerienna (~nerienna@p5491E81D.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
  • [16:32:21] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [16:32:40] * nerienna (~nerienna@p5491E81D.dip0.t-ipconnect.de) has joined #beagle
  • [16:34:22] * xenoxaos (xenoxaos@2600:3c02::f03c:91ff:feae:2da1) Quit (Ping timeout: 246 seconds)
  • [16:38:06] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [16:43:17] * idwer (~irc@unaffiliated/idwer) has joined #beagle
  • [16:46:23] <Cybernaut> Somewhat disappointing. Oh well. Most times you don't "need" ecc but it is useful when you have an industrial environment (noise). Those "soft" errors can have some surprising results.
  • [16:47:23] * praneeth_ (praneeth@nat/ti/x-oagypbbxwjzlogax) Quit (Remote host closed the connection)
  • [16:47:43] * praneeth_ (praneeth@nat/ti/x-vtycfdgnswfiuwpi) has joined #beagle
  • [16:50:06] * xenoxaos (xenoxaos@2600:3c02::f03c:91ff:feae:2da1) has joined #beagle
  • [16:59:22] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) has joined #beaglebone
  • [16:59:24] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) has joined #beagleboard
  • [17:03:16] * bendiken (~bendiken@wikipedia/Arto-B) has joined #beagle
  • [17:07:37] * xenoxaos (xenoxaos@2600:3c02::f03c:91ff:feae:2da1) Quit (Ping timeout: 246 seconds)
  • [17:12:47] * idwer_ (~irc@unaffiliated/idwer) has joined #beagle
  • [17:15:19] * idwer (~irc@unaffiliated/idwer) Quit (Ping timeout: 246 seconds)
  • [17:15:34] * idwer (~irc@unaffiliated/idwer) has joined #beagle
  • [17:17:42] * idwer_ (~irc@unaffiliated/idwer) Quit (Ping timeout: 260 seconds)
  • [17:19:26] * idwer_ (~irc@unaffiliated/idwer) has joined #beagle
  • [17:21:46] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) Quit (Ping timeout: 240 seconds)
  • [17:21:54] * idwer (~irc@unaffiliated/idwer) Quit (Ping timeout: 260 seconds)
  • [17:24:34] * hatim_ is now known as hatim
  • [17:24:55] * hatim is now known as hatim_
  • [17:31:42] * c10ud (~c10ud@emesene/dictator/c10ud) Quit (Quit: cya)
  • [17:32:19] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) has joined #beaglebone
  • [17:32:21] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) has joined #beagleboard
  • [17:41:37] * skhreze (~debian@ip-5-172-247-230.free.aero2.net.pl) has joined #beagle
  • [17:43:10] * xenoxaos (xenoxaos@2600:3c02::f03c:91ff:feae:2da1) has joined #beagle
  • [18:03:58] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) Quit (Ping timeout: 246 seconds)
  • [18:04:02] * thaytan (~thaytan@199.7.70.115.static.exetel.com.au) Quit (Ping timeout: 260 seconds)
  • [18:05:55] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) has joined #beaglebone
  • [18:05:57] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) has joined #beagleboard
  • [18:11:20] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) Quit (Ping timeout: 272 seconds)
  • [18:11:27] * nerienna (~nerienna@p5491E81D.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
  • [18:18:50] * thaytan (~thaytan@199.7.70.115.static.exetel.com.au) has joined #beagle
  • [18:20:15] * idwer_ is now known as idwer
  • [18:22:52] * xenoxaos (xenoxaos@2600:3c02::f03c:91ff:feae:2da1) Quit (Ping timeout: 246 seconds)
  • [18:23:25] * natsurou (~natsurou@190.43.62.151) has joined #beagle
  • [18:25:20] * Ragnorok (~Ragnorok@unaffiliated/ragnorok) Quit (Ping timeout: 265 seconds)
  • [18:25:42] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) Quit (Quit: This computer has gone to sleep)
  • [18:32:50] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [18:34:59] * skhreze (~debian@ip-5-172-247-230.free.aero2.net.pl) Quit (Ping timeout: 264 seconds)
  • [18:37:28] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Ping timeout: 246 seconds)
  • [18:38:46] * skhreze (~debian@ip-5-172-247-203.free.aero2.net.pl) has joined #beagle
  • [19:04:54] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) has joined #beagle
  • [19:10:31] * Ragnorok (~Ragnorok@unaffiliated/ragnorok) has joined #beagle
  • [19:28:35] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) Quit (Quit: This computer has gone to sleep)
  • [19:29:07] * idwer_ (~irc@unaffiliated/idwer) has joined #beagle
  • [19:29:57] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) has joined #beagle
  • [19:31:19] * xenoxaos (xenoxaos@2600:3c02::f03c:91ff:feae:2da1) has joined #beagle
  • [19:31:42] * idwer__ (~irc@unaffiliated/idwer) has joined #beagle
  • [19:32:04] * idwer (~irc@unaffiliated/idwer) Quit (Ping timeout: 250 seconds)
  • [19:34:56] * idwer_ (~irc@unaffiliated/idwer) Quit (Ping timeout: 272 seconds)
  • [19:36:28] * idwer__ is now known as idwer
  • [19:42:29] * idwer_ (~irc@unaffiliated/idwer) has joined #beagle
  • [19:43:23] * skhreze (~debian@ip-5-172-247-203.free.aero2.net.pl) Quit (Ping timeout: 264 seconds)
  • [19:43:50] * nashpa (~nashpa@dliviu.plus.com) Quit (Ping timeout: 240 seconds)
  • [19:45:42] * idwer (~irc@unaffiliated/idwer) Quit (Ping timeout: 272 seconds)
  • [19:46:43] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) Quit (Quit: This computer has gone to sleep)
  • [19:47:07] * skhreze (~debian@ip-5-172-247-206.free.aero2.net.pl) has joined #beagle
  • [19:49:32] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [19:52:02] * idwer_ is now known as idwer
  • [19:52:14] * nashpa (~nashpa@dliviu.plus.com) has joined #beagle
  • [19:53:00] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) has joined #beagle
  • [19:58:19] * kilroi is now known as kilroi_off
  • [20:01:11] * j0rd_ (~j0rd_@unaffiliated/j0rd-/x-9112651) Quit (Read error: Connection reset by peer)
  • [20:02:51] * kilroi_off is now known as kilroi
  • [20:06:53] * stamina (~stamina@177-211-128-083.dynamic.caiway.nl) Quit (Ping timeout: 256 seconds)
  • [20:17:16] * j0rd_ (~j0rd_@unaffiliated/j0rd-/x-9112651) has joined #beagle
  • [20:41:55] * thurgood (~thurgood@cpe-76-90-35-193.socal.res.rr.com) Quit (Remote host closed the connection)
  • [20:45:47] * skhreze (~debian@ip-5-172-247-206.free.aero2.net.pl) Quit (Ping timeout: 264 seconds)
  • [20:47:17] * skhreze (~debian@ip-5-172-247-219.free.aero2.net.pl) has joined #beagle
  • [20:50:22] * Henry_Ca_ (~Henry_Cas@71-33-136-26.hlrn.qwest.net) Quit (Quit: Leaving...)
  • [20:50:39] * Henry_Case (~Henry_Cas@71-33-136-26.hlrn.qwest.net) has joined #beaglebone
  • [20:50:39] * Henry_Case (~Henry_Cas@71-33-136-26.hlrn.qwest.net) has joined #beagle
  • [20:50:39] * Henry_Case (~Henry_Cas@71-33-136-26.hlrn.qwest.net) has joined #beagleboard
  • [20:51:55] * skhreze (~debian@ip-5-172-247-219.free.aero2.net.pl) Quit (Ping timeout: 250 seconds)
  • [20:55:23] * somazero (~somazero@ip72-198-85-176.ok.ok.cox.net) has joined #beagle
  • [20:59:59] * stamina (~stamina@177-211-128-083.dynamic.caiway.nl) has joined #beaglebone
  • [21:06:28] * SpeedEvil (~quassel@tor/regular/SpeedEvil) Quit (Quit: No Ping reply in 180 seconds.)
  • [21:07:04] * SpeedEvil (~quassel@tor/regular/SpeedEvil) has joined #beagle
  • [21:08:00] * skhreze (~debian@ip-5-172-247-217.free.aero2.net.pl) has joined #beagle
  • [21:09:23] * NulL``` (~bleh1@87.254.81.184) Quit (Ping timeout: 268 seconds)
  • [21:12:37] * tomeff (~tomeff@ip-78-102-111-158.net.upcbroadband.cz) Quit (Quit: tomeff)
  • [21:15:40] * krajo1 (~krajo1@host146.nwt.cz) Quit (Quit: Konversation terminated!)
  • [21:20:59] * Cybernaut (~gentoo@pool-108-39-146-142.pitbpa.fios.verizon.net) Quit (Ping timeout: 240 seconds)
  • [21:21:55] * Yotson (~Yotson@2001:980:6ac8:1:1054:a038:ddf1:46a4) Quit (Quit: .)
  • [21:25:12] * dwery (~dwery@nslu2-linux/dwery) has joined #beagle
  • [21:29:06] * kiwichris (~kiwichris@CPE-60-225-146-35.hhui6.ken.bigpond.net.au) Quit (Ping timeout: 240 seconds)
  • [21:34:41] * Cybernaut (~gentoo@pool-108-39-146-142.pitbpa.fios.verizon.net) has joined #beagle
  • [21:38:19] * Vasco is now known as Vasco_O
  • [21:56:29] * kiwichris (~kiwichris@msc1401703.lnk.telstra.net) has joined #beagle
  • [21:58:13] * rob_w_ (~rob@ppp-212-114-239-245.dynamic.mnet-online.de) Quit (Quit: Leaving)
  • [22:01:51] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) has joined #beaglebone
  • [22:01:53] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) has joined #beagleboard
  • [22:08:18] * skhreze_ (~debian@ip-5-172-247-217.free.aero2.net.pl) has joined #beagle
  • [22:10:25] * skhreze (~debian@ip-5-172-247-217.free.aero2.net.pl) Quit (Ping timeout: 256 seconds)
  • [22:13:00] * rob_w (~rob@unaffiliated/rob-w/x-1112029) has joined #beagle
  • [22:13:16] * roric (~roric@h196n19-vrr-a31.ias.bredband.telia.com) Quit (Ping timeout: 250 seconds)
  • [22:15:02] * rob_w (~rob@unaffiliated/rob-w/x-1112029) Quit (Read error: Connection reset by peer)
  • [22:15:54] * jamesaxl (~kvirc@41.249.139.94) Quit (Remote host closed the connection)
  • [22:16:23] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit ()
  • [22:25:22] * linkedinyou|2 (~linkediny@unaffiliated/linkedinyou) has joined #beagle
  • [22:25:22] * linkedinyou|2 (~linkediny@unaffiliated/linkedinyou) has joined #beaglebone
  • [22:25:41] * linkedinyou|2 is now known as linkedinyou
  • [22:33:59] * skhreze_ (~debian@ip-5-172-247-217.free.aero2.net.pl) Quit (Ping timeout: 240 seconds)
  • [22:41:20] * Liir (~francky@108-68-121-177.lightspeed.sntcca.sbcglobal.net) Quit (Quit: This computer has gone to sleep)
  • [22:51:45] * buq2 (~buq2@dsl-trebrasgw2-54f9ad-174.dhcp.inet.fi) Quit (Ping timeout: 268 seconds)
  • [22:52:00] * buq2 (~buq2@dsl-trebrasgw2-54f9ad-174.dhcp.inet.fi) has joined #beagle
  • [22:54:52] * demok (~okan@85.104.220.134) has joined #beagle
  • [22:55:58] * demok (~okan@85.104.220.134) Quit (Client Quit)
  • [23:01:01] * bfederau (~quassel@service.basyskom.com) Quit (Remote host closed the connection)
  • [23:01:13] * bfederau (~quassel@service.basyskom.com) has joined #beagle
  • [23:10:37] * webdaford (~daford@ool-457897a5.dyn.optonline.net) has joined #beagle
  • [23:14:59] * stamina (~stamina@177-211-128-083.dynamic.caiway.nl) Quit (Ping timeout: 252 seconds)
  • [23:22:43] * symgryph (680f1f33@gateway/web/freenode/ip.104.15.31.51) has joined #beagle
  • [23:22:53] * lklklk (779d10cd@gateway/web/freenode/ip.119.157.16.205) has joined #beagle
  • [23:23:00] <lklklk> can we install ROS on BBB
  • [23:23:33] <lklklk> ??
  • [23:23:54] * webdaford (~daford@ool-457897a5.dyn.optonline.net) Quit (Quit: Leaving)
  • [23:25:49] * SpeedEvil (~quassel@tor/regular/SpeedEvil) Quit (Quit: No Ping reply in 180 seconds.)
  • [23:26:22] * SpeedEvil (~quassel@tor/regular/SpeedEvil) has joined #beagle
  • [23:30:17] <_av500_> http://wiki.ros.org/BeagleBone
  • [23:30:33] * Maxzzzzzz (~felipe@201.218.139.7) has joined #beagle
  • [23:30:40] * Maxzzzzzz is now known as Maxz
  • [23:32:35] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 264 seconds)
  • [23:40:03] * symgryph (680f1f33@gateway/web/freenode/ip.104.15.31.51) Quit (Ping timeout: 246 seconds)
  • [23:57:11] * uwe_ (~uwe_@ipservice-092-217-052-185.092.217.pools.vodafone-ip.de) Quit (Ping timeout: 264 seconds)
  • [23:58:42] * uwe_ (~uwe_@dslb-088-067-177-169.088.067.pools.vodafone-ip.de) has joined #beagle