• [00:00:50] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagle
  • [00:00:50] * 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:50] * Set by jkridner!~jkridner@pdpc/supporter/active/jkridner on Sun Mar 29 23:21:44 UTC 2015
  • [00:00:50] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagleboard
  • [00:00:50] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beaglebone
  • [00:09:39] * kinkazu_ (57732190@gateway/web/freenode/ip.87.115.33.144) has joined #beagle
  • [00:09:49] <kinkazu_> hi all
  • [00:12:10] * behanw (~behanw@167.220.23.56) Quit (Ping timeout: 252 seconds)
  • [00:12:50] <kinkazu_> i ahev got a question
  • [00:13:03] <kinkazu_> i updated kernel from 3.8 to 3.19
  • [00:13:27] <kinkazu_> i can't make my outputs working
  • [00:13:39] <kinkazu_> here is my .dtsi file
  • [00:13:41] <kinkazu_> http://pastebin.com/iFysknH5
  • [00:13:54] <kinkazu_> dtb-rebuilder compiles fine
  • [00:14:05] <kinkazu_> but after reboot
  • [00:14:18] <kinkazu_> there is no gpios in /sys/class/gpio/
  • [00:14:25] <kinkazu_> what do I do wrong
  • [00:14:29] <kinkazu_> ?
  • [00:14:53] <kinkazu_> anybody?
  • [00:16:04] * neem0 (~nemo@198.27.96.163.static-ca.cryptolayer.com) has joined #beagle
  • [00:21:09] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beagleboard
  • [00:21:10] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beaglebone
  • [00:21:10] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beagle
  • [00:25:13] <kinkazu_> everybody in bed?
  • [00:25:40] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) has joined #beaglebone
  • [00:26:21] * mhaberler (~mhaberler@intern-219.stiwoll.mah.priv.at) Quit (Quit: mhaberler)
  • [00:28:42] * thurgood (~thurgood@99-130-100-229.lightspeed.snantx.sbcglobal.net) Quit (Remote host closed the connection)
  • [00:33:33] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
  • [00:39:39] * idwer (~irc@unaffiliated/idwer) Quit (Remote host closed the connection)
  • [00:39:49] * zer0x (~zer0x@90.221.42.199) Quit (Ping timeout: 245 seconds)
  • [00:42:47] * dwery (~dwery@nslu2-linux/dwery) Quit (Ping timeout: 244 seconds)
  • [00:48:44] * manuel__ (~manuel@c-24-61-40-209.hsd1.ma.comcast.net) has joined #beagle
  • [00:48:50] * thurgood (~thurgood@cpe-76-90-35-193.socal.res.rr.com) has joined #beagle
  • [00:53:09] * neem0 (~nemo@198.27.96.163.static-ca.cryptolayer.com) Quit (Ping timeout: 248 seconds)
  • [00:53:47] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) has left #beaglebone
  • [00:54:11] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) has joined #beaglebone
  • [00:55:02] * NishanthMenon (nmenon@nat/ti/x-umgpegqiqtzdrmkq) Quit (Quit: someone redirected /dev/zero to me)
  • [00:55:12] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) Quit (Remote host closed the connection)
  • [00:57:57] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) has joined #beaglebone
  • [01:00:02] * dj_pi (~dj@c-107-5-228-80.hsd1.mi.comcast.net) has joined #beagle
  • [01:03:06] * pwillard (~pwillard@c-73-184-136-133.hsd1.ga.comcast.net) Quit (Quit: Leaving)
  • [01:04:47] * Humpelst1lzchen (~Defiant@f054113088.adsl.alicedsl.de) has joined #beagle
  • [01:06:50] * Humpelstilzchen (erik@f054096160.adsl.alicedsl.de) Quit (Ping timeout: 272 seconds)
  • [01:07:19] * neem0 (~nemo@58.247.90.27) has joined #beagle
  • [01:10:39] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) Quit (Ping timeout: 256 seconds)
  • [01:13:44] * taihsiang (~tai271828@175.41.48.77) has joined #beagle
  • [01:18:04] <zmatt> kinkazu_: you should have four gpiochips in sys/class/gpio
  • [01:18:16] <zmatt> and more importantly, 'export' and 'unexport'
  • [01:20:05] <zmatt> echo the gpio number you want to access from userspace to /sys/class/gpio/export and voila, it should appear as a subdir (annoyingly they are numbered contiguously across the four banks, so gpio 1.21 would be called gpio53 )
  • [01:26:52] * behanw (~behanw@12.10.73.130) has joined #beagle
  • [01:27:57] * zz_repat is now known as repat
  • [01:30:03] * kharus (~textual@118.200.34.113) has joined #beagle
  • [01:32:41] * GenTooMan is faking sleeping mostly.
  • [01:33:32] <GenTooMan> Isn't that method of accessing GPIO rather slow?
  • [01:33:50] <zmatt> of course, sysfs is meant for config
  • [01:34:51] <GenTooMan> apart from the SPI their isn't any faster IO port apart from USB2 with 1 connector right?
  • [01:34:58] <zmatt> I memory-map the relevant GPIO controller, but of course eternal damnation awaits those who travel down the road of /dev/mem ... or so some people seem to think
  • [01:35:32] * nighty-_ (~nighty@hokuriku.rural-networks.com) Quit (Quit: Disappears in a puff of smoke)
  • [01:36:01] <zmatt> direct gpio is pretty fast... you can set or clear any subset of the 32 pins of a single GPIO bank using a single 32-bit write (the GPIO controller has "atomic set" and "atomic clear" registers)
  • [01:36:40] <kinkazu_> zmatt: i wanted to have them automatically loaded into /sys/class and activated high low
  • [01:36:51] <kinkazu_> same as I had in 3.8 kernel and cape manager
  • [01:37:30] <zmatt> kinkazu_: I have no experience with 3.8 and cape manager really... dunno if you can "pre-export" them using device-tree
  • [01:38:00] <kinkazu_> it is possible in 3.8
  • [01:38:09] <zmatt> in any case, exporting them (if not already exported) and echoing "high" or "low" to their direction (that sets direction to output and also sets the level)
  • [01:38:17] <zmatt> so... use the same thing?
  • [01:38:23] <kinkazu_> :D
  • [01:38:26] <kinkazu_> yes yes
  • [01:38:40] <kinkazu_> but I wante dto have this done during bootup
  • [01:38:44] <kinkazu_> as soon as possible
  • [01:38:48] <zmatt> (how btw? I saw something about "gpio hogs" but I haven't looked into it yet)
  • [01:38:52] <kinkazu_> and not through init scripts
  • [01:38:52] <zmatt> yes, hence device tree
  • [01:39:15] <zmatt> note that bone capemgr stuff was also loaded by an init script
  • [01:39:25] <zmatt> if you want it early, put it in your main device tree
  • [01:39:58] <kinkazu_> and that is how it is in 3.19?
  • [01:40:08] * bkearns (~bkearns@216-75-239-130.static.wiline.com) Quit (Quit: Leaving.)
  • [01:40:11] <kinkazu_> all in one
  • [01:40:14] <kinkazu_> dtb
  • [01:40:42] <zmatt> unless the 3.19 you're using has been patched to support dynamic loading, yes
  • [01:41:08] <zmatt> I think the old capemgr thing is only maintained in 3.8, and the new dynamic overlays require a 4.0 kernel
  • [01:41:37] <zmatt> but to be honest, I've never had much need for overlays myself
  • [01:41:44] <kinkazu_> I installed 4.0 kernel, but was scared
  • [01:41:53] <kinkazu_> dtb-rebuuilder is for 3.19
  • [01:41:58] <kinkazu_> I am so lame
  • [01:42:03] <zmatt> what's "dtb-rebuilder" ?
  • [01:42:12] <kinkazu_> you see
  • [01:42:26] <kinkazu_> you can do what you want with device tree
  • [01:42:29] * zmatt just changed and recompiled the mainline dts
  • [01:42:30] <kinkazu_> i need scripts
  • [01:42:32] <kinkazu_> :D
  • [01:42:44] <kinkazu_> git clone https://github.com/RobertCNelson/dtb-rebuilder
  • [01:42:50] <zmatt> well I have a Makefile for it... I'm lazy too ;P
  • [01:42:55] <kinkazu_> I feel so pity for myself
  • [01:43:02] <kinkazu_> I have spen 3 hours and I am nowhere
  • [01:43:09] <kinkazu_> and it is 3am
  • [01:43:17] <kinkazu_> almost
  • [01:43:31] <zmatt> only 3 hours? why are you complaining?
  • [01:43:40] <kinkazu_> moaybe 4
  • [01:43:53] <kinkazu_> more to come
  • [01:44:00] <kinkazu_> this suppouse to be the easiest part
  • [01:44:04] <kinkazu_> I have other problem
  • [01:44:15] <kinkazu_> in both 3.8 and 3.19
  • [01:44:19] <kinkazu_> bbb crashes
  • [01:44:30] <kinkazu_> when i am scanning can0
  • [01:44:41] <zmatt> building my own device tree was something I also deferred for a long time because it seemed complicated at first
  • [01:44:46] <kinkazu_> and doing something with uart4 or uart2
  • [01:44:55] <zmatt> until I just did it and it turned out a piece of cake
  • [01:45:01] <kinkazu_> eh
  • [01:45:04] <kinkazu_> maybe someday
  • [01:45:08] <kinkazu_> as for now
  • [01:45:11] <kinkazu_> black magic
  • [01:45:20] <kinkazu_> was easy in 3.8
  • [01:45:36] <kinkazu_> it is probably easy in 3.19
  • [01:45:42] <zmatt> to be honest, those overlays used in 3.8 ... *those* I consider black magic
  • [01:45:43] <kinkazu_> but not for me
  • [01:45:52] <zmatt> horrible to read
  • [01:46:00] <kinkazu_> you are just kind
  • [01:46:11] <kinkazu_> and you are trying to stop my tears
  • [01:46:13] <kinkazu_> :)
  • [01:46:13] <zmatt> often not preprocessed, so people used raw hex constants for things like pinmux
  • [01:46:35] <kinkazu_> hmm
  • [01:46:42] <kinkazu_> maybe someday
  • [01:47:28] <kinkazu_> I will try to load prepared dtsis
  • [01:47:42] <kinkazu_> and will chek which one does export
  • [01:47:46] <kinkazu_> automatically
  • [01:47:51] <kinkazu_> maybe tomorrow
  • [01:48:09] <kinkazu_> and will move to 4.0
  • [01:48:43] <kinkazu_> will have to learn more about device tree anyway
  • [01:49:07] <kinkazu_> thanks zmatt , its time fo rme to go
  • [01:49:43] * kinkazu_ is sleeping
  • [01:52:29] <GenTooMan> You know KotH is right their are lots of things you would want to use an FPGA for but can't without using some proprietary tool.
  • [01:54:41] * dj_pi (~dj@c-107-5-228-80.hsd1.mi.comcast.net) Quit (Ping timeout: 250 seconds)
  • [01:56:40] * gusnan (~gusnan@unaffiliated/gusnan) Quit (Ping timeout: 244 seconds)
  • [01:58:23] * gusnan (~gusnan@unaffiliated/gusnan) has joined #beagle
  • [02:04:34] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [02:06:48] * foundatron (~foundatro@unaffiliated/foundatron) has joined #beagle
  • [02:08:43] <zmatt> kinkazu_: hold on... (if still here)
  • [02:09:02] <zmatt> I installed the Xilinx IDE once....
  • [02:10:46] * GenTooMan congratulates zmatt. "that the WEB tool one of the 'windows' based one?"
  • [02:11:28] <zmatt> hm, kinkazu_ really gone it seems... oh well, I wanted to show him a snippet of the DTS I'm using currently (along with my syntax highlighting rules) -> http://gerbil.xs4all.nl/snippet.dts.html
  • [02:12:02] <zmatt> coworker mentioned it was the first time he could actually sort of read DTS (compared with the cape/overlay things which tend to look like voodoo)
  • [02:12:15] <zmatt> ehh, ISE or something?
  • [02:13:01] <zmatt> they also installed their new Java-based thing (Vivante?), tried it briefly but couldn't get it to even start
  • [02:13:36] <zmatt> ultimately during the time I was playing with it I ended up mostly using the commandline tools :P
  • [02:13:55] <GenTooMan> I know what you mean
  • [02:14:44] <zmatt> especially since the target was a 32-macrocell Coolrunner II.... like, I'd actually prefer to fill that one in _manually_
  • [02:15:27] <GenTooMan> Heh yeah cause you are talking what a 44 pin TQFP or something? Anyhow I need sleep have headache and my eyes are twitching general bad sign for not enough sleep as ussual. Stayed up late reading my book on SDR.
  • [02:15:33] <zmatt> (I actually managed to reveng a large part of the programming bitstream for it
  • [02:15:34] <zmatt> )
  • [02:15:48] <zmatt> it's what's on the XDS100v2 JTAG debugger
  • [02:16:51] <zmatt> with a little tweaking, it probably significantly work around the deficiencies of the FTDI FT2232H chip
  • [02:17:01] * kinkazu_ (57732190@gateway/web/freenode/ip.87.115.33.144) Quit (Ping timeout: 246 seconds)
  • [02:17:54] <zmatt> xc2c32_vq44 I think
  • [02:18:05] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 256 seconds)
  • [02:18:16] <zmatt> do you happen to know if I can find the BBB component layout in PDF form somewhere?
  • [02:18:44] <zmatt> all I can find are those stupid allegro files, and the low-rew images in the System Reference Manual (which actually seem to be screenshots)
  • [02:18:47] <GenTooMan> they have the pick and place files don't they?
  • [02:19:06] <GenTooMan> don't they have the gerber plots etc?
  • [02:20:02] <GenTooMan> I will look tomorrow morning having a hard time seeing too much late night reading on SDR :)
  • [02:21:50] <zmatt> I mean something like http://gerbil.xs4all.nl/bbb-top.png
  • [02:21:52] <zmatt> but PDF
  • [02:22:00] <zmatt> (sorry for the red color, that's my fault)
  • [02:22:28] <zmatt> pl
  • [02:22:30] <zmatt> *(ok
  • [02:22:39] <zmatt> I still got stuff to do too
  • [02:22:46] * behanw (~behanw@12.10.73.130) Quit (Ping timeout: 255 seconds)
  • [02:23:05] <zmatt> just seems strange it'd so hard to find a pdf instead of some weirdass format :/
  • [02:23:06] * behanw (~behanw@12.10.73.130) has joined #beagle
  • [02:30:27] * kharus (~textual@118.200.34.113) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
  • [02:34:04] * jkridner (~jkridner@pdpc/supporter/active/jkridner) has joined #beagle
  • [02:34:04] * ChanServ sets mode +o jkridner
  • [02:39:58] * l4 (~marius@clients-217-17-87-156.mikrovisata.net) Quit (Quit: Leaving)
  • [02:42:19] * emeb (~ericb@ip68-2-67-191.ph.ph.cox.net) Quit (Read error: Connection reset by peer)
  • [02:42:36] * foundatron (~foundatro@unaffiliated/foundatron) Quit (Ping timeout: 240 seconds)
  • [02:44:14] * emeb (~ericb@ip68-2-67-191.ph.ph.cox.net) has joined #beagle
  • [02:45:24] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [02:46:47] * kharus (~textual@118.200.34.113) has joined #beagle
  • [02:51:14] * manuel__ (~manuel@c-24-61-40-209.hsd1.ma.comcast.net) Quit (Quit: manuel__)
  • [02:55:18] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
  • [02:55:34] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [02:56:25] * repat is now known as zz_repat
  • [02:57:36] * stefanct (ameno@unaffiliated/stefanct) Quit (Ping timeout: 256 seconds)
  • [02:58:06] * ketul (7c7d4564@gateway/web/cgi-irc/kiwiirc.com/ip.124.125.69.100) has joined #beagle
  • [02:58:09] * stefanct (ameno@unaffiliated/stefanct) has joined #beagle
  • [02:58:53] * emeb (~ericb@ip68-2-67-191.ph.ph.cox.net) Quit (Quit: Leaving.)
  • [03:03:19] * manuel__ (~manuel@c-24-61-40-209.hsd1.ma.comcast.net) has joined #beagle
  • [03:08:30] * manuel__ (~manuel@c-24-61-40-209.hsd1.ma.comcast.net) Quit (Quit: manuel__)
  • [03:08:37] * xywsp (~xywsp@port-92-200-79-84.dynamic.qsc.de) Quit (Ping timeout: 248 seconds)
  • [03:09:29] * xywsp (~xywsp@port-92-200-150-45.dynamic.qsc.de) has joined #beagle
  • [03:16:49] * manuel__ (~manuel@c-24-61-40-209.hsd1.ma.comcast.net) has joined #beagle
  • [03:19:50] * boB_K7IQ (~IceChat9@c-73-19-73-115.hsd1.wa.comcast.net) Quit (Ping timeout: 272 seconds)
  • [03:30:06] * stefanct (ameno@unaffiliated/stefanct) Quit (Ping timeout: 265 seconds)
  • [03:31:43] * stefanct (ameno@unaffiliated/stefanct) has joined #beagle
  • [03:35:18] * contempt (contempt@unaffiliated/contempt) Quit (Ping timeout: 252 seconds)
  • [03:41:08] * contempt (contempt@unaffiliated/contempt) has joined #beagleboard
  • [03:41:08] * contempt (contempt@unaffiliated/contempt) has joined #beagle
  • [03:43:38] * manuel__ (~manuel@c-24-61-40-209.hsd1.ma.comcast.net) Quit (Quit: manuel__)
  • [04:00:48] * zz_repat is now known as repat
  • [04:04:07] * thews (~thews@unaffiliated/thews) Quit (Read error: Connection reset by peer)
  • [04:04:08] * thews_ (~thews@unaffiliated/thews) has joined #beagle
  • [04:04:48] * aschmack- (~quassel@cpe-67-253-128-200.rochester.res.rr.com) has joined #beagle
  • [04:07:01] * aschmack (~quassel@cpe-67-253-128-200.rochester.res.rr.com) Quit (Ping timeout: 264 seconds)
  • [04:21:44] * boB_K7IQ (~IceChat9@c-73-221-121-119.hsd1.wa.comcast.net) has joined #beagle
  • [04:33:18] * frv (~frv@2a01:e35:2423:4830:221:6aff:fe95:6f8) Quit (Ping timeout: 272 seconds)
  • [04:34:16] * uuhimhere (~uuhimhere@1.9.99.247) has joined #beagle
  • [04:34:28] * uuhimhere is now known as UnFnBreakble
  • [04:53:15] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [04:57:55] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beagleboard
  • [04:57:55] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beaglebone
  • [04:57:55] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beagle
  • [04:59:49] * DLPeterson (~hazelnuss@c-67-188-127-70.hsd1.ca.comcast.net) Quit (Quit: leaving)
  • [05:01:37] * jpirko (~jirka@ip-94-113-122-192.net.upcbroadband.cz) has joined #beagle
  • [05:05:22] * cbrake1 (~Thunderbi@66.219.186.215) has joined #beagle
  • [05:05:23] * cbrake (~Thunderbi@66.219.186.215) Quit (Read error: Connection reset by peer)
  • [05:10:38] * BennyB_ (~heldb@host-88-217-198-167.customer.m-online.net) has joined #beagle
  • [05:11:14] * zigmoo (~zigmoo@c-75-64-148-245.hsd1.tn.comcast.net) has joined #beagle
  • [05:11:23] * zigmoo (~zigmoo@c-75-64-148-245.hsd1.tn.comcast.net) Quit (Client Quit)
  • [05:11:34] * zigmoo (~zigmoo@c-75-64-148-245.hsd1.tn.comcast.net) has joined #beagle
  • [05:11:38] * zigmoo (~zigmoo@c-75-64-148-245.hsd1.tn.comcast.net) Quit (Client Quit)
  • [05:11:54] * zigmoo (~zigmoo@c-75-64-148-245.hsd1.tn.comcast.net) has joined #beagle
  • [05:12:58] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit ()
  • [05:16:34] * Lightsword (~Lightswor@pool-173-74-134-172.dllstx.fios.verizon.net) Quit (Quit: Lightsword)
  • [05:22:03] * jsnyder (~jsnyder@67-220-22-12.fttp.usinternet.com) Quit (Quit: counting electric sheep)
  • [05:22:29] * ketul (7c7d4564@gateway/web/cgi-irc/kiwiirc.com/ip.124.125.69.100) Quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
  • [05:38:52] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) Quit (Ping timeout: 252 seconds)
  • [05:41:47] * tema (~tema@62.96.109.90) has joined #beagle
  • [05:47:06] * mhaberler (~mhaberler@intern-219.stiwoll.mah.priv.at) has joined #beagle
  • [05:47:06] * mhaberler (~mhaberler@intern-219.stiwoll.mah.priv.at) has joined #beaglebone
  • [05:47:20] * bizarro_1 (~bizarro_1@38.Red-83-33-191.dynamicIP.rima-tde.net) Quit (Quit: Leaving)
  • [06:02:22] * rob_w (~bob@unaffiliated/rob-w/x-1112029) has joined #beagle
  • [06:03:10] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) Quit (Remote host closed the connection)
  • [06:04:17] * calculus (~calculus@gentoo/user/calculus) Quit (Ping timeout: 250 seconds)
  • [06:04:56] * calculus (~calculus@gentoo/user/calculus) has joined #beagle
  • [06:04:56] * ChanServ sets mode +o calculus
  • [06:06:45] * neem0 (~nemo@58.247.90.27) Quit (Ping timeout: 248 seconds)
  • [06:07:02] * neem0 (~nemo@198.27.96.163.static-ca.cryptolayer.com) has joined #beagle
  • [06:09:42] * ppisati (~ppisati@2-230-238-136.ip204.fastwebnet.it) has joined #beagle
  • [06:15:58] * Shadyman (~matthew@unaffiliated/shadyman) Quit (Quit: Leaving.)
  • [06:19:38] * NulL` (~bleh1@217.28.11.180) has joined #beagle
  • [06:28:24] * jsst (~jsst@cable-233-41.zeelandnet.nl) Quit (Read error: Connection reset by peer)
  • [06:29:27] * jsst (~jsst@cable-233-41.zeelandnet.nl) has joined #beagle
  • [06:38:07] * c10ud (~c10ud@emesene/dictator/c10ud) has joined #beagle
  • [06:44:21] * jkridner (~jkridner@pdpc/supporter/active/jkridner) Quit (Read error: Connection reset by peer)
  • [06:44:49] * dastaan (~dastaan@106.79.145.177) has joined #beagle
  • [06:45:35] * jkridner (~jkridner@pdpc/supporter/active/jkridner) has joined #beagle
  • [06:45:35] * ChanServ sets mode +o jkridner
  • [06:52:17] * zer0x (~zer0x@90.221.42.199) has joined #beagle
  • [06:54:04] * frv (~frv@2a01:e35:2423:4830:221:6aff:fe95:6f8) has joined #beagle
  • [07:02:44] * Mounicq1 (~Thunderbi@130.230.21.109.rev.sfr.net) has joined #beagle
  • [07:13:16] * kalem (~kalem@unaffiliated/kalem) has joined #beagle
  • [07:13:17] * kalem (~kalem@unaffiliated/kalem) has joined #beagleboard
  • [07:18:24] <BennyB_> good moning. is ther any way to get capemgr to print a more detailed output to dmesg? I made a cape overlay and it failes to load....
  • [07:19:11] <BennyB_> kernel 3.8.13 capemgr.9: loader: failed to load slot-9 ...
  • [07:20:39] * NulL` (~bleh1@217.28.11.180) Quit (Ping timeout: 245 seconds)
  • [07:21:14] <BennyB_> this is my dmesg output filtered to the relevant lines: http://pastebin.com/1SyKXCkq
  • [07:31:42] * BellinganRoy (~Bellingan@host228-109-static.242-95-b.business.telecomitalia.it) has joined #beagle
  • [07:40:51] * dwery (~dwery@nslu2-linux/dwery) has joined #beagle
  • [07:41:11] * hitlin37 (uid16371@gateway/web/irccloud.com/x-tezbhbuzcwixocic) has joined #beagle
  • [07:41:46] * jamesaxl (~jamesaxl@41.140.5.81) Quit (Remote host closed the connection)
  • [07:44:52] * dastaan_ (~dastaan@1.187.111.146) has joined #beagle
  • [07:45:46] * woglinde (~henning@fb-n15-11.unbelievable-machine.net) has joined #beagle
  • [07:47:51] * dastaan (~dastaan@106.79.145.177) Quit (Ping timeout: 250 seconds)
  • [07:48:21] * geekswine (uid67098@gateway/web/irccloud.com/x-laqycfzlxlgbpwyl) Quit (Quit: Connection closed for inactivity)
  • [07:49:51] * lyakh (~lyakh@xdsl-78-35-226-157.netcologne.de) has joined #beagle
  • [07:50:34] * zigmoo (~zigmoo@c-75-64-148-245.hsd1.tn.comcast.net) Quit (Remote host closed the connection)
  • [07:57:06] * boB_K7IQ (~IceChat9@c-73-221-121-119.hsd1.wa.comcast.net) Quit (Ping timeout: 252 seconds)
  • [07:57:07] * Ceriand|desktop1 (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [07:58:01] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Ping timeout: 264 seconds)
  • [08:10:42] * neem0 (~nemo@198.27.96.163.static-ca.cryptolayer.com) Quit (Ping timeout: 276 seconds)
  • [08:13:09] * mhaberler (~mhaberler@intern-219.stiwoll.mah.priv.at) Quit (Quit: mhaberler)
  • [08:25:07] * neem0 (~nemo@95.211.168.217.static-nl.cryptolayer.com) has joined #beagle
  • [08:29:14] * hamrove_ (~hamrove@96-8-209-215.block0.gvtc.com) has joined #beagle
  • [08:29:36] * nighty-_ (~nighty@hokuriku.rural-networks.com) has joined #beagleboard
  • [08:29:49] * neem0 (~nemo@95.211.168.217.static-nl.cryptolayer.com) Quit (Ping timeout: 256 seconds)
  • [08:30:14] * neem0 (~nemo@95.211.168.217.static-nl.cryptolayer.com) has joined #beagle
  • [08:31:26] * hamrove (~hamrove@96-8-209-215.block0.gvtc.com) Quit (Ping timeout: 250 seconds)
  • [08:32:13] * thurgood (~thurgood@cpe-76-90-35-193.socal.res.rr.com) Quit (Ping timeout: 264 seconds)
  • [08:33:07] * devtea (~tdreyer1@unaffiliated/tdreyer1) Quit (Ping timeout: 255 seconds)
  • [08:34:11] * devtea (~tdreyer1@unaffiliated/tdreyer1) has joined #beagle
  • [08:34:50] * thurgood (~thurgood@cpe-76-90-35-193.socal.res.rr.com) has joined #beagle
  • [08:34:55] * jsolano (~juan@aftr-88-217-180-48.dynamic.mnet-online.de) has joined #beagle
  • [08:39:46] <BennyB_> noone has a hint how can I find out why my overlay failed to load?
  • [08:41:42] * kiwichris (~kiwichris@msc1401703.lnk.telstra.net) Quit ()
  • [08:42:43] * kinkazu_ (57732190@gateway/web/freenode/ip.87.115.33.144) has joined #beagle
  • [08:42:48] <kinkazu_> hi all.
  • [08:43:04] <kinkazu_> anybody has problems with ttyS4 when using kernel 4.0?
  • [08:44:24] * neem0 (~nemo@95.211.168.217.static-nl.cryptolayer.com) Quit (Ping timeout: 252 seconds)
  • [08:44:29] <BennyB_> other question: how can I disable the pins P9_17+18 to be i2c ? I tried with my dtb-file which should configure them as input, but (as aleardy said) the overlay does not load
  • [08:46:47] <kinkazu_> I dunno
  • [08:47:01] * neem0 (~nemo@95.211.168.217.static-nl.cryptolayer.com) has joined #beagle
  • [08:47:07] <kinkazu_> i2c1?
  • [08:47:28] <kinkazu_> which kernel
  • [08:47:30] <BennyB_> yes, i need to disable I2c1
  • [08:47:33] <BennyB_> 3.8.13
  • [08:51:23] * florian_kc (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [08:51:46] <kinkazu_> that is how i dsiable i2c2
  • [08:51:47] <kinkazu_> http://pastebin.com/6hdwxFNb
  • [08:51:52] <kinkazu_> disable
  • [08:52:02] <kinkazu_> so you can try this with i2c1
  • [08:52:26] * florian_kc is now known as florian
  • [08:53:36] * frv (~frv@2a01:e35:2423:4830:221:6aff:fe95:6f8) Quit (Ping timeout: 272 seconds)
  • [08:58:34] <BennyB_> OK, I try
  • [09:00:14] * neem0 (~nemo@95.211.168.217.static-nl.cryptolayer.com) Quit (Ping timeout: 245 seconds)
  • [09:02:44] * LordDVG (~LordDVG@unaffiliated/lorddvg) has joined #beagle
  • [09:14:34] * neem0 (~nemo@58.247.90.27) has joined #beagle
  • [09:19:01] * neem0 (~nemo@58.247.90.27) Quit (Ping timeout: 264 seconds)
  • [09:21:48] * Ceriand|desktop1 (~Ceriand@unaffiliated/ceriand) Quit (Ping timeout: 256 seconds)
  • [09:24:51] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [09:25:04] * dastaan_ (~dastaan@1.187.111.146) Quit (Quit: Leaving)
  • [09:26:28] * caspinol (~caspinol@remote.airspeed.ie) has joined #beagle
  • [09:37:16] * Ceriand|desktop1 (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [09:39:50] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Ping timeout: 272 seconds)
  • [09:43:37] * Mounicq1 (~Thunderbi@130.230.21.109.rev.sfr.net) Quit (Ping timeout: 264 seconds)
  • [09:47:24] * frv (~frv@2a01:e35:2423:4830:221:6aff:fe95:6f8) has joined #beagle
  • [09:52:48] * stt_michael (stt@unaffiliated/veremit) Quit (Read error: Connection reset by peer)
  • [09:54:16] * treeherder (~hive_quee@veles.packetfire.org) Quit (Ping timeout: 240 seconds)
  • [09:55:23] * veremit (~Michael@unaffiliated/veremit) Quit (Ping timeout: 256 seconds)
  • [09:56:18] * treeherder (~hive_quee@veles.packetfire.org) has joined #beagle
  • [10:01:01] * mythos (~mythos@unaffiliated/mythos) Quit (Ping timeout: 264 seconds)
  • [10:02:29] * c10ud (~c10ud@emesene/dictator/c10ud) Quit (Remote host closed the connection)
  • [10:03:16] * c10ud (~c10ud@emesene/dictator/c10ud) has joined #beagle
  • [10:20:26] * pwillard (~pwillard@c-73-184-136-133.hsd1.ga.comcast.net) has joined #beagle
  • [10:24:40] * UnFnBreakble (~uuhimhere@1.9.99.247) Quit (Quit: Leaving)
  • [10:27:13] * kharus (~textual@118.200.34.113) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
  • [10:31:34] * behanw (~behanw@12.10.73.130) Quit (Read error: Connection reset by peer)
  • [10:32:31] * behanw (~behanw@12.10.73.130) has joined #beagle
  • [10:41:44] * tema (~tema@62.96.109.90) Quit (Ping timeout: 252 seconds)
  • [10:46:25] * linuxkernelhacke (~linuxkern@124.123.219.186) Quit (Read error: Connection reset by peer)
  • [10:46:38] <BennyB_> seems not to work...
  • [10:47:20] <BennyB_> the pins tay in mode 2... does someone know where i2c1 p9_17+18 is enabled?
  • [10:47:26] * linuxkernelhacke (~linuxkern@124.123.219.186) has joined #beagle
  • [10:52:16] * nerdboy (~sarnold@gentoo/developer/nerdboy) Quit (Ping timeout: 250 seconds)
  • [10:57:55] * mythos (~mythos@unaffiliated/mythos) has joined #beagle
  • [11:10:33] * Daniele (~daniele@unaffiliated/daniele) Quit (Quit: leaving)
  • [11:11:16] * firemanxbr (~firemanxb@177.66.5.244) has joined #beagle
  • [11:17:38] * LordDVG (~LordDVG@unaffiliated/lorddvg) Quit (Remote host closed the connection)
  • [11:19:48] * sidbh (~Siddharth@219.91.177.193) has joined #beagle
  • [11:23:24] * Daniele (~daniele@unaffiliated/daniele) has joined #beagle
  • [11:37:44] * dastaan (~dastaan@1.187.111.146) has joined #beagle
  • [11:39:14] * cdbachmann (~cdbachman@adsl-69-209-238-248.dsl.chcgil.ameritech.net) Quit (Ping timeout: 265 seconds)
  • [11:42:11] * manuel__ (~manuel@c-24-61-40-209.hsd1.ma.comcast.net) has joined #beagle
  • [11:44:48] * bwarff (~bwarff@58-7-84-110.dyn.iinet.net.au) Quit (Ping timeout: 252 seconds)
  • [11:45:17] * dastaan_ (~dastaan@106.77.14.34) has joined #beagle
  • [11:46:05] * _1_Marvin (~46770069@72.51.72.18) has joined #beagle
  • [11:46:29] * dastaan_ (~dastaan@106.77.14.34) Quit (Client Quit)
  • [11:46:33] * _1_Marvin (~46770069@72.51.72.18) Quit (Client Quit)
  • [11:46:54] * dastaan_ (~dastaan@106.78.178.86) has joined #beagle
  • [11:48:25] * dastaan (~dastaan@1.187.111.146) Quit (Ping timeout: 264 seconds)
  • [11:50:36] * dastaan_ (~dastaan@106.78.178.86) Quit (Client Quit)
  • [11:51:08] * dastaan (~dastaan@106.78.178.86) has joined #beagle
  • [11:51:48] * cdbachmann (~cdbachman@adsl-69-209-198-52.dsl.chcgil.ameritech.net) has joined #beagle
  • [12:24:13] * jpirko (~jirka@ip-94-113-122-192.net.upcbroadband.cz) Quit (Quit: Leaving)
  • [12:27:06] * nivw (~nivw@bzq-218-29-26.cablep.bezeqint.net) Quit (Ping timeout: 256 seconds)
  • [12:28:33] * geekswine (uid67098@gateway/web/irccloud.com/session) has joined #beagle
  • [12:28:33] * geekswine (uid67098@gateway/web/irccloud.com/session) Quit (Changing host)
  • [12:28:33] * geekswine (uid67098@gateway/web/irccloud.com/x-sirfeutowzzuqtuo) has joined #beagle
  • [12:34:21] * jkridner (~jkridner@pdpc/supporter/active/jkridner) Quit (Remote host closed the connection)
  • [12:35:53] * repat is now known as zz_repat
  • [12:37:24] * VirG1 (~VirGin@adsl-76-235-121-110.dsl.pltn13.sbcglobal.net) has joined #beagle
  • [12:39:58] * jpirko (~jirka@ip-94-113-122-192.net.upcbroadband.cz) has joined #beagle
  • [12:40:25] * victortyau (~victortya@190.141.53.117) has joined #beagle
  • [12:44:01] * dastaan (~dastaan@106.78.178.86) Quit (Remote host closed the connection)
  • [12:48:01] * emeb (~ericb@ip68-2-67-191.ph.ph.cox.net) has joined #beagle
  • [12:54:28] * cdbachmann (~cdbachman@adsl-69-209-198-52.dsl.chcgil.ameritech.net) Quit (Quit: Leaving)
  • [12:58:10] * jpirko (~jirka@ip-94-113-122-192.net.upcbroadband.cz) Quit (Quit: Leaving)
  • [12:58:59] * jsolano (~juan@aftr-88-217-180-48.dynamic.mnet-online.de) Quit (Ping timeout: 256 seconds)
  • [13:09:33] * TooLmaN (~TooLmaN@mx1.thomsonplastics.com) has joined #beagle
  • [13:11:45] * bostondriver (~mcambria@132.197.246.66) has joined #beagle
  • [13:12:21] * jpirko (~jirka@ip-94-113-122-192.net.upcbroadband.cz) has joined #beagle
  • [13:14:15] * manuel__ (~manuel@c-24-61-40-209.hsd1.ma.comcast.net) Quit (Quit: manuel__)
  • [13:14:33] * bostondriver (~mcambria@132.197.246.66) has left #beagle
  • [13:15:19] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beagleboard
  • [13:15:19] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beaglebone
  • [13:15:19] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beagle
  • [13:21:14] * veremit (~Michael@unaffiliated/veremit) has joined #beagle
  • [13:27:06] * Redoktyabr (~Thunderbi@2606:a000:110e:8061:f4b8:3901:8275:b554) has joined #beagle
  • [13:28:30] * manuel__ (~manuel@c-24-61-40-209.hsd1.ma.comcast.net) has joined #beagle
  • [13:31:12] * idwer (~irc@unaffiliated/idwer) has joined #beagle
  • [13:39:00] * manuel__ (~manuel@c-24-61-40-209.hsd1.ma.comcast.net) Quit (Quit: manuel__)
  • [13:59:13] * g105b (~g105b@46.38.162.23) Quit (Remote host closed the connection)
  • [14:03:44] * bkearns (~bkearns@216-75-239-130.static.wiline.com) has joined #beagle
  • [14:11:43] * sunrisebeagle (183db12e@gateway/web/freenode/ip.24.61.177.46) has joined #beagle
  • [14:12:18] * sunrisebeagle (183db12e@gateway/web/freenode/ip.24.61.177.46) Quit (Client Quit)
  • [14:13:06] * manuel__ (~manuel@209.6.175.242) has joined #beagle
  • [14:16:12] * sidbh_ (~Siddharth@219.91.187.57) has joined #beagle
  • [14:19:37] * sidbh (~Siddharth@219.91.177.193) Quit (Ping timeout: 255 seconds)
  • [14:21:06] * Knaldgas (~pdj@dhcp-5-103-237-54.seas-nve.net) has joined #beagle
  • [14:23:32] * rob_w (~bob@unaffiliated/rob-w/x-1112029) Quit (Quit: Leaving)
  • [14:23:42] * sidbh__ (~Siddharth@123.201.18.169) has joined #beagle
  • [14:24:30] * FlyingWookie (~FlyingWoo@205-200-65-5.static.mtsallstream.net) has joined #beagle
  • [14:26:10] * Redoktyabr (~Thunderbi@2606:a000:110e:8061:f4b8:3901:8275:b554) Quit (Quit: Redoktyabr)
  • [14:26:40] * sidbh_ (~Siddharth@219.91.187.57) Quit (Ping timeout: 256 seconds)
  • [14:27:19] * NishanthMenon (nmenon@nat/ti/x-cvbnhkzfakwtwzdp) has joined #beagle
  • [14:31:54] * taihsiang (~tai271828@175.41.48.77) Quit (Quit: Leaving)
  • [14:32:37] * sidbh_ (~Siddharth@123.201.18.169) has joined #beagle
  • [14:33:50] * sidbh__ (~Siddharth@123.201.18.169) Quit (Ping timeout: 252 seconds)
  • [14:40:59] * FlyingWookie (~FlyingWoo@205-200-65-5.static.mtsallstream.net) Quit (Ping timeout: 256 seconds)
  • [14:41:04] * Matrixiumn is now known as Xack
  • [14:42:41] * behanw (~behanw@12.10.73.130) Quit (Ping timeout: 256 seconds)
  • [14:42:48] * woglinde (~henning@fb-n15-11.unbelievable-machine.net) Quit (Ping timeout: 250 seconds)
  • [14:43:31] * martinskrtel (clamentine@220-245-146-200.static.tpgi.com.au) has joined #beagle
  • [14:49:14] * dgerlach (dave@nat/ti/x-pmijthogyyqgicen) has joined #beagle
  • [15:03:20] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #beagle
  • [15:11:07] * manuel__ (~manuel@209.6.175.242) Quit (Read error: Connection reset by peer)
  • [15:15:16] * cdbachmann (~cdbachman@dhcp7064.ece.northwestern.edu) has joined #beagle
  • [15:24:39] * johnwalkr (~johnwalkr@p11096-adsau12honb7-acca.tokyo.ocn.ne.jp) has joined #beagle
  • [15:24:40] * Abhishek_ (uid26899@gateway/web/irccloud.com/x-tjpfbuaqvcuacazj) has joined #beagle
  • [15:26:18] * nerdboy (~sarnold@gatekeeper.gentoogeek.org) has joined #beagle
  • [15:26:18] * nerdboy (~sarnold@gatekeeper.gentoogeek.org) Quit (Changing host)
  • [15:26:18] * nerdboy (~sarnold@gentoo/developer/nerdboy) has joined #beagle
  • [15:27:52] * neem0 (~nemo@140.206.255.229) has joined #beagle
  • [15:34:01] * BennyB_ (~heldb@host-88-217-198-167.customer.m-online.net) Quit (Ping timeout: 264 seconds)
  • [15:38:36] * emeb (~ericb@ip68-2-67-191.ph.ph.cox.net) Quit (Quit: Leaving.)
  • [15:39:49] * jpirko (~jirka@ip-94-113-122-192.net.upcbroadband.cz) Quit (Quit: Leaving)
  • [15:43:19] * gusnan (~gusnan@unaffiliated/gusnan) Quit (Ping timeout: 255 seconds)
  • [15:45:00] * gusnan (~gusnan@unaffiliated/gusnan) has joined #beagle
  • [15:45:25] * mythos (~mythos@unaffiliated/mythos) Quit (Ping timeout: 264 seconds)
  • [15:47:36] * ketul (b23e406a@gateway/web/cgi-irc/kiwiirc.com/ip.178.62.64.106) has joined #beagle
  • [15:47:43] * manuel__ (~manuel@209.6.175.242) has joined #beagle
  • [15:49:39] * jsnyder (~jsnyder@67-220-22-12.fttp.usinternet.com) has joined #beagle
  • [15:52:12] * Vasco_O is now known as Vasco
  • [15:52:45] * jpirko (~jirka@ip-94-113-122-192.net.upcbroadband.cz) has joined #beagle
  • [15:53:38] * foundatron (~foundatro@unaffiliated/foundatron) has joined #beagle
  • [15:56:05] * guest221 (80c74bec@gateway/web/freenode/ip.128.199.75.236) has joined #beagle
  • [15:57:42] * __butch__ (~Adium@169.145.89.207) has joined #beagle
  • [16:01:06] * Redoktyabr (~Thunderbi@ncsu-nat1-8.ncstate.net) has joined #beagle
  • [16:02:53] * guest221 (80c74bec@gateway/web/freenode/ip.128.199.75.236) Quit (Quit: Page closed)
  • [16:03:37] * jsolano (~juan@aftr-88-217-180-48.dynamic.mnet-online.de) has joined #beagle
  • [16:07:42] * johnwalkr (~johnwalkr@p11096-adsau12honb7-acca.tokyo.ocn.ne.jp) Quit (Read error: Connection reset by peer)
  • [16:12:29] * johnwalkr (~johnwalkr@p11096-adsau12honb7-acca.tokyo.ocn.ne.jp) has joined #beagle
  • [16:12:40] * vmayoral|pc (~vmayoral|@95.91.237.86) has joined #beagle
  • [16:13:02] * jpirko (~jirka@ip-94-113-122-192.net.upcbroadband.cz) Quit (Quit: Leaving)
  • [16:13:04] * rcn-ee (~voodoo@64.77.213.245) has joined #beagle
  • [16:13:41] * Redoktyabr (~Thunderbi@ncsu-nat1-8.ncstate.net) Quit (Ping timeout: 246 seconds)
  • [16:14:43] * neem0 (~nemo@140.206.255.229) Quit (Read error: Connection reset by peer)
  • [16:15:12] * vmayoral|pc is now known as vmayoral
  • [16:15:21] * neem0 (~nemo@180.169.62.166) has joined #beagle
  • [16:16:33] * behanw (~behanw@167.220.23.119) has joined #beagle
  • [16:16:47] * mythos (~mythos@unaffiliated/mythos) has joined #beagle
  • [16:18:20] * Redoktyabr (~Thunderbi@ncsu-nat1-7.ncstate.net) has joined #beagle
  • [16:19:48] <kinkazu_> hi there
  • [16:20:08] <kinkazu_> anybody had problems with running ttyS4 on 4.0 kernel?
  • [16:20:40] <kinkazu_> works fine with 3.8, doesn't communicate properly in 4.0
  • [16:20:50] <rcn-ee> kinkazu, initially there was... uname -r ?
  • [16:21:06] <kinkazu_> 4.0.0-bone0
  • [16:21:40] <kinkazu_> i am almost sure i have got dtb compiled properly
  • [16:21:59] <kinkazu_> S2 S0 are working ok
  • [16:23:18] <rcn-ee> do you ahve anything else using p9.11/p9.13?
  • [16:23:34] <kinkazu_> nope
  • [16:24:43] <kinkazu_> only can0 and ttyS0 S1 S2 S4
  • [16:24:45] <kinkazu_> enabled
  • [16:25:04] <kinkazu_> all works apart from S4
  • [16:25:13] * manuel__ (~manuel@209.6.175.242) Quit (Read error: Connection reset by peer)
  • [16:25:14] * guset21 (68ec1037@gateway/web/freenode/ip.104.236.16.55) has joined #beagle
  • [16:25:56] <rcn-ee> i'll look into, i need to branch dtb-rebuilder for v4.0.x to today..
  • [16:26:10] <kinkazu_> good
  • [16:26:23] <kinkazu_> I was not sure if it is compatible with 3.19
  • [16:26:25] * nerdboy (~sarnold@gentoo/developer/nerdboy) has left #beagle
  • [16:26:25] * nerdboy (~sarnold@gentoo/developer/nerdboy) has joined #beagle
  • [16:26:34] <kinkazu_> so I dited am335x-boneblack.dtb manually
  • [16:26:37] <kinkazu_> edited
  • [16:27:22] <rcn-ee> it mostly is, couple 'new' dts options in v4.0.x..
  • [16:27:36] <kinkazu_> one more question
  • [16:27:42] <kinkazu_> dtb=am335x-boneblack.dtb i uEnv
  • [16:27:45] <kinkazu_> in
  • [16:28:17] <kinkazu_> I will chane it now to am335x-boneblack-ttyO4.dtb
  • [16:28:20] <kinkazu_> change
  • [16:28:25] <kinkazu_> and reboot
  • [16:28:36] <kinkazu_> I am not sure if it is going to load
  • [16:28:42] <kinkazu_> but it should he?
  • [16:28:46] <rcn-ee> it should
  • [16:28:58] * foundatron (~foundatro@unaffiliated/foundatron) Quit (Quit: Textual IRC Client: www.textualapp.com)
  • [16:29:34] <kinkazu_> i think I have tested this and it dind't work, but will try again
  • [16:30:47] <kinkazu_> in my case
  • [16:30:50] <kinkazu_> it still loads
  • [16:31:05] <rcn-ee> i last tested it back in 4.0-rc6? when i tweaked the config for: CONFIG_SERIAL_8250_NR_UARTS=6
  • [16:31:17] <kinkazu_> am335x-boneblack.dtb
  • [16:32:08] * foundatron (~foundatro@unaffiliated/foundatron) has joined #beagle
  • [16:32:32] <kinkazu_> a ok
  • [16:32:42] <kinkazu_> probably rest of the uEnv is wrong
  • [16:33:01] <kinkazu_> do you have 4.0 compatible uEnv somewhere pasted?
  • [16:34:36] <kinkazu_> and one more question :) how often you are here? I have got a kind of bug present in 3.8, 3.19 and also 4.0
  • [16:34:49] <kinkazu_> when using can0 and one of the uarts
  • [16:34:58] <kinkazu_> bbb hungs up and restarts
  • [16:36:10] <rcn-ee> since it's mainline, report it to the can/usart maintainers for ti
  • [16:36:43] <kinkazu_> will have to learn how to do this :) i mean report
  • [16:37:13] * NulL` (~bleh1@217.28.11.180) has joined #beagle
  • [16:37:16] <kinkazu_> but again, this can wait till I get more info from console debug
  • [16:38:27] <vagrantc> rcn-ee: your dtb-rebuilder is essentially a fork of the linux device tree files with some Makefiles to build them out-of-tree?
  • [16:38:57] * vagrantc managed to use it successfully to generate a .dtb that worked with the LCD7 using jessie's kernel
  • [16:39:59] <rcn-ee> vagrantc, correct, it's a stripped down version that another developer (turns out a debian developer) setup to build all *.dtb (for all arches) i just nuked everything !arm...
  • [16:40:32] <vagrantc> aha
  • [16:40:50] <vagrantc> i was wondering if it would make sense to do something sort of like dkms for modules for the dtb builder stuff
  • [16:40:52] <kinkazu_> rcn-ee: if you find something wrong with ttyS4, where can I find info about this?
  • [16:41:04] <vagrantc> i.e. on new kernel installs, rebuild all the known dtb files
  • [16:41:16] * neem0 (~nemo@180.169.62.166) Quit (Ping timeout: 240 seconds)
  • [16:41:26] <vagrantc> or is it too fragile for something like that to work?
  • [16:41:44] <rcn-ee> vagrantc, here's the main repo: https://git.kernel.org/cgit/linux/kernel/git/devicetree/devicetree-rebasing.git/
  • [16:41:47] * neem0 (~nemo@140.206.254.166) has joined #beagle
  • [16:41:51] * Vasco is now known as Vasco_O
  • [16:42:23] <rcn-ee> the only thing i reallly did was ad this install part: https://github.com/RobertCNelson/dtb-rebuilder/commit/74e2071a087934108dc2c315460584f97d52216c
  • [16:42:38] <vagrantc> oh, ijc. hah
  • [16:42:52] <rcn-ee> but as long as dtc is installed, it's pretty safe to setup as a dkms build..
  • [16:42:57] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) has joined #beagle
  • [16:44:28] <vagrantc> ah, even using the dkms framework... i guess it doesn't have to specifically build kernel modules.
  • [16:46:26] <rcn-ee> idk... you'll also run into a case where someone copyies a custom *.dtb, they don't want that to be overriten by stable kernel updates..
  • [16:48:26] <kinkazu_> Anybody can share 4.0 compatible uEnv.txt with me?
  • [16:49:48] <rcn-ee> kinkazu, 4.0? other then bumping the uname_r this is no difference..
  • [16:50:05] <rcn-ee> (the 4.0 is a just an incrementing number, it could be random...)
  • [16:50:17] <kinkazu_> hmm
  • [16:50:30] <kinkazu_> but dtb=am335x-boneblack-ttyO4.dtb
  • [16:50:33] <kinkazu_> deosn't work
  • [16:50:51] <kinkazu_> so something must be wrong in mu uEnv, no?
  • [16:50:59] <rcn-ee> <rcn-ee> i'll look into, i need to branch dtb-rebuilder for v4.0.x to today..
  • [16:51:06] <rcn-ee> hold your horses..
  • [16:51:11] <kinkazu_> :)
  • [16:51:19] <kinkazu_> needa learn this
  • [16:51:30] <kinkazu_> need to learn to hold my horses
  • [16:51:45] * ketul (b23e406a@gateway/web/cgi-irc/kiwiirc.com/ip.178.62.64.106) Quit ()
  • [16:53:36] <kinkazu_> one more question, in 3.8.13 after gpio tree has been loaded, it was automatically exportd into /sys/class/gpio
  • [16:53:46] <kinkazu_> is it still possible with 4.0
  • [16:57:38] <kinkazu_> have copied and modified argus cape, but after reboot none of my gpios is in /sys/class/gpio
  • [16:57:48] <kinkazu_> here is the .dtsi
  • [16:57:50] <kinkazu_> http://pastebin.com/hrmZuT0z
  • [16:58:48] <kinkazu_> hence question
  • [17:01:41] * manuel__ (~manuel@209.6.175.242) has joined #beagle
  • [17:02:39] <rcn-ee> kinkazu, /dev/ttyS4 works fine..
  • [17:03:15] <rcn-ee> booted with dtb=am335x-boneblack-ttyO4.dtb then from /dev/ttyS0 : /sbin/getty -L ttyS4 115200 vt102
  • [17:03:31] <rcn-ee> rx/tx works as expected...
  • [17:03:46] <kinkazu_> hmm
  • [17:03:55] <kinkazu_> thanks for confirmation
  • [17:05:09] <kinkazu_> uEnv pretty please :) I must have something missing
  • [17:05:24] <kinkazu_> i would like to check dtb=am335x-boneblack-ttyO4.dtb
  • [17:05:56] <rcn-ee> https://paste.debian.net/168318/
  • [17:06:16] <kinkazu_> thank you very much
  • [17:10:04] <kinkazu_> hehe, doesn't boot up, that will be all for now, but I will check it after reflash from image
  • [17:11:03] <rcn-ee> kinkazu, did you copy it exactly? uuid stands for: "Universally unique identifier" so i wouldn't expect it to 'work'...
  • [17:11:23] <kinkazu_> I will boot form card and change uEnv
  • [17:11:26] <kinkazu_> I am lame
  • [17:11:33] <kinkazu_> very fresh
  • [17:12:09] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) Quit (Ping timeout: 276 seconds)
  • [17:13:10] * praneeth (praneeth@nat/ti/x-vlyaxegzrtfmwrci) Quit (Remote host closed the connection)
  • [17:13:21] * neem0 (~nemo@140.206.254.166) Quit (Ping timeout: 250 seconds)
  • [17:13:29] * praneeth (praneeth@nat/ti/x-ajvhhjwukzwclafc) has joined #beagle
  • [17:18:22] * caspinol (~caspinol@remote.airspeed.ie) Quit (Ping timeout: 272 seconds)
  • [17:19:51] <kinkazu_> rcn-ee: still loads wrong dtb
  • [17:19:59] <kinkazu_> do you see anything wrong in my uEnv?
  • [17:19:59] <kinkazu_> http://pastebin.com/BBhghapM
  • [17:21:19] <rcn-ee> Sorry, can't mix the new /boot/uEnv.txt with the old rootfs... first reflash your eMMC: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Debian_Releases
  • [17:21:21] <kinkazu_> my uEnv is from official img downloaded from bbb website
  • [17:22:14] <rcn-ee> For the "may 2014" release, but not the "march 2015" release..
  • [17:22:56] * BellinganRoy (~Bellingan@host228-109-static.242-95-b.business.telecomitalia.it) Quit (Quit: Konversation terminated!)
  • [17:22:59] <kinkazu_> a okyes
  • [17:23:01] <kinkazu_> probably
  • [17:23:02] <kinkazu_> :D
  • [17:23:17] <kinkazu_> ok
  • [17:23:21] <kinkazu_> i know wht to do
  • [17:23:38] <kinkazu_> will be back tomorrow
  • [17:23:45] <kinkazu_> thank you for all help
  • [17:24:36] <kinkazu_> sorry one more question
  • [17:24:40] <kinkazu_> wget https://rcn-ee.com/rootfs/bb.org/release/2015-03-01/lxde-4gb/BBB-eMMC-flasher-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb.img.xz
  • [17:24:47] <kinkazu_> does it go to sd card
  • [17:25:04] <kinkazu_> 4gb
  • [17:25:19] <kinkazu_> or directly to mmc
  • [17:25:38] <kinkazu_> have got 16gb where i do clones with dd
  • [17:25:47] <kinkazu_> hence question
  • [17:26:13] * manuel__ (~manuel@209.6.175.242) Quit (Read error: Connection reset by peer)
  • [17:26:22] <rcn-ee> kinkazu, "it flashes the eMMC" you ahve to dd it first to a microSD card..
  • [17:26:32] <kinkazu_> bootable 16gb with 3.8.13 for clones and other stuff
  • [17:26:38] <kinkazu_> ok
  • [17:26:44] <kinkazu_> all clear now
  • [17:31:53] * H-H-H (~H-H-H@host-92-3-74-79.as43234.net) has joined #beagle
  • [17:34:16] * vmayoral (~vmayoral|@95.91.237.86) Quit (Remote host closed the connection)
  • [17:34:40] * Xack (Matrixiumn@unaffiliated/matrixiumn) Quit (Remote host closed the connection)
  • [17:36:30] * Matrixiumn (Matrixiumn@unaffiliated/matrixiumn) has joined #beagle
  • [17:36:49] * johnwalkr (~johnwalkr@p11096-adsau12honb7-acca.tokyo.ocn.ne.jp) Quit (Quit: Be back later ...)
  • [17:36:49] * trashguy (~trashguy@wepimp.in) has left #beagle
  • [17:40:57] * Matrixiumn is now known as Xack
  • [17:42:55] * hitlin37 (uid16371@gateway/web/irccloud.com/x-tezbhbuzcwixocic) Quit (Quit: Connection closed for inactivity)
  • [17:46:29] * vmayoral (~vmayoral|@95.91.237.86) has joined #beagle
  • [17:48:34] * eFfeM (~frans@c73189.upc-c.chello.nl) has joined #beagle
  • [17:52:58] * kalem (~kalem@unaffiliated/kalem) Quit (Quit: Sto andando via)
  • [18:02:48] * Redoktyabr (~Thunderbi@ncsu-nat1-7.ncstate.net) Quit (Quit: Redoktyabr)
  • [18:06:45] * bizarro_1 (~bizarro_1@105.Red-88-5-40.dynamicIP.rima-tde.net) has joined #beagle
  • [18:07:50] * emeb (~ericb@ip68-2-67-191.ph.ph.cox.net) has joined #beagle
  • [18:14:34] * Ceriand|desktop1 (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [18:18:50] * djlewis (~bubba@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [18:28:39] * boB_K7IQ (~IceChat9@50.46.87.250) has joined #beagle
  • [18:29:35] * johnwalkr (~johnwalkr@p11096-adsau12honb7-acca.tokyo.ocn.ne.jp) has joined #beagle
  • [18:34:23] * natsurou (~natsurou@181.67.65.249) Quit (Ping timeout: 246 seconds)
  • [18:34:37] * johnwalkr (~johnwalkr@p11096-adsau12honb7-acca.tokyo.ocn.ne.jp) Quit (Ping timeout: 272 seconds)
  • [18:35:52] * mistawright (~mistawrig@static-72-64-155-102.tampfl.fios.verizon.net) has joined #beagle
  • [18:36:54] * NishanthMenon (nmenon@nat/ti/x-cvbnhkzfakwtwzdp) Quit (Quit: Am I a turtle?)
  • [18:41:13] * Vasco_O is now known as Vasco
  • [18:41:49] * merdmann (~MIchael@p5B169F30.dip0.t-ipconnect.de) has joined #beagle
  • [18:41:53] * merdmann (~MIchael@p5B169F30.dip0.t-ipconnect.de) has left #beagle
  • [18:43:10] * vmayoral (~vmayoral|@95.91.237.86) Quit (Remote host closed the connection)
  • [18:44:58] * dys (~user@ip-109-41-169-112.web.vodafone.de) has joined #beagle
  • [18:47:37] * vmayoral (~vmayoral|@95.91.237.86) has joined #beagle
  • [18:48:21] * sidbh_ (~Siddharth@123.201.18.169) Quit (Ping timeout: 276 seconds)
  • [18:48:43] * lyakh (~lyakh@xdsl-78-35-226-157.netcologne.de) Quit (Quit: thanks, bye)
  • [18:49:53] * vmayoral (~vmayoral|@95.91.237.86) Quit (Remote host closed the connection)
  • [18:54:02] * vmayoral (~vmayoral|@95.91.237.86) has joined #beagle
  • [18:54:06] * Redoktyabr (~Thunderbi@ncsu-nat1-4.ncstate.net) has joined #beagle
  • [18:54:50] <kinkazu_> Hi, I have built 4.0 kernel using build_kernel.sh, how do I install it?
  • [18:56:29] * eFfeM (~frans@c73189.upc-c.chello.nl) Quit (Quit: Leaving.)
  • [19:01:13] * j0rd (~j0rd_@unaffiliated/j0rd-/x-9112651) Quit (Read error: Connection reset by peer)
  • [19:01:14] * sidbh (~Siddharth@219.91.177.56) has joined #beagle
  • [19:01:22] * drkfdr (~darkfader@ip3e8346be.speed.planet.nl) has joined #beagle
  • [19:10:16] * flo_lap (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [19:11:22] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Disconnected by services)
  • [19:11:25] * flo_lap is now known as florian
  • [19:11:59] * florian_kc (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [19:12:34] * tenseiten is now known as seitensei
  • [19:16:59] * bkearns (~bkearns@216-75-239-130.static.wiline.com) Quit (Quit: Leaving.)
  • [19:18:32] * j0rd (~j0rd_@122.151.136.132) has joined #beagle
  • [19:18:39] * j0rd (~j0rd_@122.151.136.132) Quit (Changing host)
  • [19:18:39] * j0rd (~j0rd_@unaffiliated/j0rd-/x-9112651) has joined #beagle
  • [19:19:15] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beagleboard
  • [19:19:15] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beaglebone
  • [19:19:15] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beagle
  • [19:24:01] * ivector377 (88ed3c69@gateway/web/freenode/ip.136.237.60.105) has joined #beagle
  • [19:25:18] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) Quit (Ping timeout: 256 seconds)
  • [19:25:21] * ivector377_ (88ed3c69@gateway/web/freenode/ip.136.237.60.105) has joined #beagle
  • [19:27:28] * aschmack (~quassel@cpe-67-253-128-200.rochester.res.rr.com) has joined #beagle
  • [19:28:07] * ivector377 (88ed3c69@gateway/web/freenode/ip.136.237.60.105) Quit (Ping timeout: 246 seconds)
  • [19:29:31] * ivector377_ (88ed3c69@gateway/web/freenode/ip.136.237.60.105) Quit (Ping timeout: 246 seconds)
  • [19:29:36] * aschmack- (~quassel@cpe-67-253-128-200.rochester.res.rr.com) Quit (Ping timeout: 240 seconds)
  • [19:31:29] * boB_K7IQ (~IceChat9@50.46.87.250) Quit (Ping timeout: 245 seconds)
  • [19:34:15] * Nekhrist (~Nekhrist@179.159.56.215) has joined #beagle
  • [19:34:15] * Nekhrist (~Nekhrist@179.159.56.215) Quit (Changing host)
  • [19:34:15] * Nekhrist (~Nekhrist@unaffiliated/nechrist) has joined #beagle
  • [19:36:02] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beagleboard
  • [19:36:02] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beaglebone
  • [19:36:02] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) has joined #beagle
  • [19:36:02] <rcn-ee> kinkazu, build the *.deb and "sudo dpkg -i linux-image*.deb ; sudo reboot" (you need the march 2015 rootfs)
  • [19:37:19] <kinkazu_> i,ve got it
  • [19:37:25] <kinkazu_> got files in deploy
  • [19:37:27] <kinkazu_> but if easier
  • [19:37:32] <kinkazu_> i will build .deb
  • [19:37:42] <kinkazu_> thank you again
  • [19:37:58] <rcn-ee> kinkazu, as long as you understand where to stick the zImage/modules/dtb's it's the same...
  • [19:38:08] <rcn-ee> the *.deb makes it easy as a single package
  • [19:38:30] <kinkazu_> i don;t know and that is the problem
  • [19:38:41] <kinkazu_> you helped me before with 3.8.13
  • [19:38:41] * firemanxbr (~firemanxb@177.66.5.244) Quit (Quit: Leaving)
  • [19:39:00] <kinkazu_> cp -v 3.8.13-bone60.zImage /boot/uboot/zImage rm -rf /boot/uboot/dtbs/* tar xfov 3.8.13-bone62-dtbs.tar.gz -C /boot/uboot/dtbs/ tar xfv 3.8.13-bone62-firmware.tar.gz -C /lib/firmware/ tar xfv 3.8.13-bone62-modules.tar.gz -C /
  • [19:39:08] <kinkazu_> but his doesn't apply here
  • [19:39:09] <kinkazu_> :D
  • [19:39:24] <rcn-ee> that's for the May 2014 image..
  • [19:39:31] <kinkazu_> will dpkg -i linux-image*.deb do wverything for me?
  • [19:39:52] <kinkazu_> I know, hence my question after updating bbb
  • [19:39:53] <rcn-ee> as long as it's the march 2015 release..
  • [19:39:58] <kinkazu_> it is now
  • [19:40:05] <rcn-ee> yeap
  • [19:40:14] <kinkazu_> perfect
  • [19:42:17] <kinkazu_> build_deb doesn't work
  • [19:42:20] <kinkazu_> error: object directory /root/4.0/bb-kernel/ignore/linux-src/.git/objects does not exist; check .git/objects/info/alternates. error: invalid object 100644 1185778e6a1e0731a3b33fbbf0a6c42f3cb17aa2 for 'arch/alpha/boot/tools/mkbb.c'
  • [19:42:32] <kinkazu_> aaa
  • [19:42:33] <kinkazu_> ok
  • [19:42:35] <kinkazu_> sorry
  • [19:42:38] <kinkazu_> i am stupid
  • [19:42:45] <rcn-ee> you don't need to be root. ;)
  • [19:44:39] <kinkazu_> i moved the folder from one place to the other, hence problem
  • [19:44:43] * vmayoral (~vmayoral|@95.91.237.86) Quit (Remote host closed the connection)
  • [19:45:10] <kinkazu_> but it is good to know that I don't need to be root
  • [19:45:12] <kinkazu_> to do this
  • [19:45:37] <kinkazu_> hows the dtb-rebuilder for 4.0 going?
  • [19:45:42] <kinkazu_> :)
  • [19:45:57] <kinkazu_> sorry for asking
  • [19:46:55] <kinkazu_> and interrupting
  • [19:47:00] * Shadyman (~matthew@unaffiliated/shadyman) has joined #beagle
  • [19:47:35] <rcn-ee> kinkazu, it's out..
  • [19:49:19] * ivector377 (88ed3c69@gateway/web/freenode/ip.136.237.60.105) has joined #beagle
  • [19:49:57] * boB_K7IQ (~IceChat9@75-146-53-142-Washington.hfc.comcastbusiness.net) has joined #beagle
  • [19:55:25] * ivector377 (88ed3c69@gateway/web/freenode/ip.136.237.60.105) Quit (Ping timeout: 246 seconds)
  • [19:58:09] * Nekhrist (~Nekhrist@unaffiliated/nechrist) Quit (Ping timeout: 245 seconds)
  • [20:00:29] * Chrille (~chrille@stout2.chrillesen.dk) Quit (Ping timeout: 246 seconds)
  • [20:03:06] * gusnan (~gusnan@unaffiliated/gusnan) Quit (Ping timeout: 276 seconds)
  • [20:04:22] * gusnan (~gusnan@unaffiliated/gusnan) has joined #beagle
  • [20:06:16] * Chrille (~chrille@stout2.chrillesen.dk) has joined #beagle
  • [20:07:21] * Redoktyabr (~Thunderbi@ncsu-nat1-4.ncstate.net) Quit (Quit: Redoktyabr)
  • [20:08:23] <kinkazu_> great
  • [20:08:43] * boB_K7IQ (~IceChat9@75-146-53-142-Washington.hfc.comcastbusiness.net) Quit (Ping timeout: 245 seconds)
  • [20:08:46] * SoFLy (~SoFLy@ur-mom.bc.edu) has joined #beagle
  • [20:10:37] * NulL` (~bleh1@217.28.11.180) Quit (Ping timeout: 264 seconds)
  • [20:11:57] * bkearns (~bkearns@216-75-239-130.static.wiline.com) has joined #beagle
  • [20:12:38] * Redoktyabr (~Thunderbi@ncsu-nat1-4.ncstate.net) has joined #beagle
  • [20:15:02] * Nekhrist (~Nekhrist@177.194.78.78) has joined #beagle
  • [20:15:02] * Nekhrist (~Nekhrist@177.194.78.78) Quit (Changing host)
  • [20:15:02] * Nekhrist (~Nekhrist@unaffiliated/nechrist) has joined #beagle
  • [20:17:37] * rob_w (~rob@unaffiliated/rob-w/x-1112029) has joined #beagle
  • [20:22:22] * kalem (~kalem@unaffiliated/kalem) has joined #beagle
  • [20:22:22] * kalem (~kalem@unaffiliated/kalem) has joined #beagleboard
  • [20:27:27] * sudofox is now known as sudoninja
  • [20:27:39] * sudoninja is now known as Sudofox
  • [20:33:01] * rob_w (~rob@unaffiliated/rob-w/x-1112029) Quit (Read error: Connection reset by peer)
  • [20:33:18] * SoFLy (~SoFLy@ur-mom.bc.edu) Quit (Ping timeout: 245 seconds)
  • [20:36:10] * SoFLy (~SoFLy@ur-mom.bc.edu) has joined #beagle
  • [20:38:14] * mhaberler (~mhaberler@intern-219.stiwoll.mah.priv.at) has joined #beagle
  • [20:38:14] * mhaberler (~mhaberler@intern-219.stiwoll.mah.priv.at) has joined #beaglebone
  • [20:40:15] * VirG1 (~VirGin@adsl-76-235-121-110.dsl.pltn13.sbcglobal.net) Quit (Ping timeout: 256 seconds)
  • [20:41:40] * vmayoral (~vmayoral|@95.91.237.86) has joined #beagle
  • [20:41:50] <fishey1> Anyone using yocto & know how to get meta-qt5 + kms working with mesa (software rendering)?
  • [20:42:52] * vmayoral (~vmayoral|@95.91.237.86) Quit (Remote host closed the connection)
  • [20:44:43] * TooLmaN (~TooLmaN@mx1.thomsonplastics.com) Quit (Quit: Off to save the world!)
  • [20:46:04] * Abhishek_ (uid26899@gateway/web/irccloud.com/x-tjpfbuaqvcuacazj) Quit (Quit: Connection closed for inactivity)
  • [20:48:18] * Abhishek_ (uid26899@gateway/web/irccloud.com/x-gocyvqpsudosjcaz) has joined #beagle
  • [20:54:23] * Vasco is now known as Vasco_O
  • [20:54:53] * jsolano (~juan@aftr-88-217-180-48.dynamic.mnet-online.de) Quit (Ping timeout: 244 seconds)
  • [20:57:48] <vagrantc> so the u-boot that has shipped on the BBB for the last year or so has contained a patch more-or-less like this one: https://rcn-ee.com/repos/git/u-boot-patches/v2015.04/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch ?
  • [20:59:19] <vagrantc> seems worth getting the relevent changes into upstream u-boot, no? the main blocker with switching to upstream's config_distro_bootcmd seems to be inconsistant use of bootpart...
  • [21:00:05] * vagrantc thinks it'd be worth breaking backwards compatibility to have a consistant boot framework across many boards
  • [21:00:50] * vagrantc will test some patches in u-boot in debian experimental
  • [21:01:57] <kinkazu_> sorry for being pain in the ass, but ttyO4 still doesn't function properly after upgrading kernel to 4.0 and after use of btb-rebuilder or dtb=am335x-boneblack-ttyO4.dtb
  • [21:02:54] <kinkazu_> I can't do much testing as BBB is put into lectronic board that have been developed for me and ttyO4 is hooked up with GSM and ttyO2 hooked up with GPS of SIM928 modem
  • [21:03:23] <kinkazu_> ttyO2 works fine and outputs GPS position, but I can't communciate with modem
  • [21:03:41] <kinkazu_> this works fine with 3.8.13
  • [21:04:01] <kinkazu_> minicom can connect to /dev/ttyO4 and responds OK to AT
  • [21:04:09] <rcn-ee> kinkazu, use " dtb=am335x-boneblack-ttyS4.dtb" just changed it. ;) an hour or so ago..
  • [21:04:30] <ds2> sigh.... so much less confusion with board files
  • [21:04:51] <kinkazu_> in 4.0 kernel doesn't
  • [21:04:55] <kinkazu_> ups and crash
  • [21:04:58] <kinkazu_> now
  • [21:05:03] <kinkazu_> [ 772.739263] unexpected IRQ trap at vector 00 on debug
  • [21:05:15] <rcn-ee> vagrantc, i'm ready if we switch u-boot to config_distro_bootcmd. ;)
  • [21:05:48] <vagrantc> rcn-ee: ok, i'll be sure to CC you when i submit a patch
  • [21:05:58] <kinkazu_> I was just doing cat /dev/ttyO2 but can0 is enabled (I was not veen scanning)
  • [21:06:13] <kinkazu_> I know that when I disbale can0 there will be no crash
  • [21:06:26] <rcn-ee> vagrantc, i have a shim i've been usign for A10/A20's.. https://github.com/RobertCNelson/netinstall/blob/master/lib/distro_defaults.cmd that emulates what i do on the bbb..
  • [21:06:43] * mistawright (~mistawrig@static-72-64-155-102.tampfl.fios.verizon.net) Quit (Quit: Leaving)
  • [21:07:05] <vagrantc> rcn-ee: in general, it seems like u-boot mainline goes along with whatever the community for that board wants ... maybe CC jkridner as well
  • [21:08:18] <rcn-ee> vagrantc, and if you make it generic enough, that all omap's can be converted to config_distro_bootcmd... I think Tartarus would take that in a heart beat...
  • [21:08:43] <vagrantc> the main question is breaking backwards compatibility
  • [21:09:25] <rcn-ee> for most omap's... u-boot is on the microSD, so you just have to worry about the nand devices.. we 'broke' the beagle a while back, when we switched to generic load... no one cared...
  • [21:09:34] <vagrantc> rcn-ee: so that distro_defaults.cmd ... is that a bootscript you would make available via config_distro_bootcmd ?
  • [21:10:04] <rcn-ee> vagrantc, correct, right now i use that on 'any" config_distro_bootcmd target..
  • [21:10:15] <vagrantc> got it.
  • [21:11:19] <vagrantc> it might need to be enabled on a case-by-case basis, if the boards with NAND has size limits, the config_distro_bootcmd stuff might break that
  • [21:11:59] <rcn-ee> anything omap4/am335x+ will be safe.. it's the omap3's we will have to test, as some of them only have 128Mb's of ram...
  • [21:13:49] * guset21 (68ec1037@gateway/web/freenode/ip.104.236.16.55) Quit (Ping timeout: 246 seconds)
  • [21:14:11] <rcn-ee> kinkazu, can you pastebin your *.dts file and your serial boot log?
  • [21:15:59] <vagrantc> rcn-ee: did you say i should drop that voltage patch?
  • [21:16:17] <Tartarus> Yeah, I'd be agreeable to converting the TI platforms over to the generic distro framework
  • [21:16:24] <Tartarus> OE can work with that too so arago will survive :)
  • [21:17:18] <rcn-ee> vagrantc, yeah drop it... guys at ti found issues on am43xx when in the same situation, since we can't properly tell the sdram we are downclocking in kernel land, it's best to just keep the high volrage (1.5) vs brining it back down to (1.35) as random "issues" can present...
  • [21:18:04] <vagrantc> Tartarus: ah, great to hear it!
  • [21:18:26] <vagrantc> i made a weak attempt a while back, and it looks easier now.
  • [21:18:55] <rcn-ee> vagrantc, originally, arudino folks where trying to elimiate some noise that was causing fcc testing issues, that was one source we looked at..
  • [21:19:28] * vagrantc thinks that's shipping on 2014.10 in jessie at this point
  • [21:19:36] <vagrantc> but i'll drop it from the next updates
  • [21:19:53] <rcn-ee> it'll be fine, as the kernel will put it back to 1.5v. ;)
  • [21:22:17] <rcn-ee> vagrantc, the real fix, is to build board with rev "c" of the pmic an not touch that ldo (in u-boot/kernel), as it's setup for 1.35v ddr by default...
  • [21:26:08] * c10ud (~c10ud@emesene/dictator/c10ud) Quit (Remote host closed the connection)
  • [21:27:07] * j12t (~j12t@c-107-3-142-14.hsd1.ca.comcast.net) Quit (Ping timeout: 255 seconds)
  • [21:27:14] * c10ud (~c10ud@emesene/dictator/c10ud) has joined #beagle
  • [21:30:52] <kinkazu_> rcn-ee: bootlog http://pastebin.com/9nT8dWG4
  • [21:31:21] <kinkazu_> rcn-ee: would you like me to decompile dts after being compiled by dtb-rebuilder?
  • [21:31:28] <kinkazu_> or jus .dts from rebuilder
  • [21:31:54] <rcn-ee> which dtb= did you use?
  • [21:35:12] <kinkazu_> behaves the same when I use dtb=am335x-boneblack-ttyO4.dtb or compiled am335x-boneblack.dts from this: http://pastebin.com/y19J64w9
  • [21:36:16] <kinkazu_> ofcourse all baudrate settings are fine, and modem has got autobauding anyway
  • [21:37:27] <kinkazu_> have got it working with 3.8.13, but was crashing when can0 was in use, so decided to load the newest kernel, because I guess noobody will support me will the old one
  • [21:38:09] <kinkazu_> but without can0 3.8.13 works perfectly ok with GPS on ttyO2 and modem on ttyO4
  • [21:38:51] <kinkazu_> and in 4.0, something is wrong with ttyO4, even if dts is fine, i am almost sure there is no mistake there
  • [21:39:22] <kinkazu_> and said it works on your side, so I am crossed, why it doesn't work with the modem's uart
  • [21:41:11] <kinkazu_> I don't care about can0, that must be something bigger, but why ttyO4 doesn't work withe modem anymore
  • [21:42:31] * c10ud (~c10ud@emesene/dictator/c10ud) Quit (Remote host closed the connection)
  • [21:46:01] * dgerlach (dave@nat/ti/x-pmijthogyyqgicen) Quit (Quit: Leaving.)
  • [21:52:06] * tema (~tema@62.96.109.90) has joined #beagle
  • [21:55:41] * ppisati (~ppisati@2-230-238-136.ip204.fastwebnet.it) Quit (Remote host closed the connection)
  • [21:58:22] * geekswine (uid67098@gateway/web/irccloud.com/x-sirfeutowzzuqtuo) Quit (Quit: Connection closed for inactivity)
  • [22:01:01] * bfederau (~quassel@service.basyskom.com) Quit (Remote host closed the connection)
  • [22:01:18] * bfederau (~quassel@service.basyskom.com) has joined #beagle
  • [22:10:58] * rcn-ee (~voodoo@64.77.213.245) Quit (Quit: Leaving)
  • [22:11:45] * kiwichris (~kiwichris@msc1401703.lnk.telstra.net) has joined #beagle
  • [22:12:31] <kinkazu_> if I want to run kernel with -noirqdebug, where in uEnv this should be put in?
  • [22:13:24] * foundatron (~foundatro@unaffiliated/foundatron) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  • [22:18:41] * cdbachmann (~cdbachman@dhcp7064.ece.northwestern.edu) Quit (Quit: Leaving)
  • [22:19:31] * victortyau (~victortya@190.141.53.117) Quit (Quit: Leaving)
  • [22:25:36] * foundatron (~foundatro@unaffiliated/foundatron) has joined #beagle
  • [22:28:27] * djlewis (~bubba@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Quit: Leaving.)
  • [22:32:40] * Redoktyabr (~Thunderbi@ncsu-nat1-4.ncstate.net) Quit (Quit: Redoktyabr)
  • [22:33:05] * SoFLy (~SoFLy@ur-mom.bc.edu) Quit (Ping timeout: 246 seconds)
  • [22:34:24] * boB_K7IQ (~IceChat9@c-98-247-194-140.hsd1.wa.comcast.net) has joined #beagle
  • [22:38:36] * __butch__ (~Adium@169.145.89.207) Quit (Quit: Leaving.)
  • [22:46:26] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
  • [22:46:36] * NishanthMenon (nmenon@nat/ti/x-gludooladrabsdty) has joined #beagle
  • [22:46:36] * bwarff (~bwarff@58-7-84-110.dyn.iinet.net.au) has joined #beagle
  • [22:47:13] * Moult (~quassel@static.88-198-98-200.clients.your-server.de) Quit (Ping timeout: 255 seconds)
  • [22:47:14] * nighty-_ (~nighty@hokuriku.rural-networks.com) Quit (Quit: Disappears in a puff of smoke)
  • [22:49:37] * Nekhrist (~Nekhrist@unaffiliated/nechrist) Quit (Ping timeout: 250 seconds)
  • [22:55:13] * dj_pi (~dj@c-107-5-228-80.hsd1.mi.comcast.net) has joined #beagle
  • [22:55:41] * tema (~tema@62.96.109.90) Quit (Ping timeout: 256 seconds)
  • [22:56:17] <kinkazu_> I put noirqdebug into cmdline in uEnv.txt, problem with crash on can0 and ttyO2 seem to be gone
  • [22:56:45] * Moult (~quassel@static.88-198-98-200.clients.your-server.de) has joined #beagle
  • [22:56:46] <kinkazu_> probem with ttyO4 is still there no matter why I do
  • [23:08:13] * djinni (~djinni@105.ip-167-114-152.net) Quit (Ping timeout: 264 seconds)
  • [23:08:46] <kinkazu_> ope
  • [23:09:00] <kinkazu_> nope noirqdeub does nothing :(
  • [23:11:14] * gusnan (~gusnan@unaffiliated/gusnan) Quit (Ping timeout: 246 seconds)
  • [23:12:30] <kinkazu_> unless it needst go somewhere else i uenv
  • [23:12:41] * Sleepnbum (~Sleepnbum@pool-98-112-62-126.lsanca.fios.verizon.net) has joined #beagle
  • [23:13:20] * gusnan (~gusnan@85.226.245.225) has joined #beagle
  • [23:13:20] * gusnan (~gusnan@85.226.245.225) Quit (Changing host)
  • [23:13:20] * gusnan (~gusnan@unaffiliated/gusnan) has joined #beagle
  • [23:14:28] * djinni (~djinni@2607:5300:100:200::160d) has joined #beagle
  • [23:15:04] * WillAmes (~py@ool-18b9b3ea.dyn.optonline.net) Quit (Remote host closed the connection)
  • [23:15:43] * WillAmes (~py@ool-18b9b3ea.dyn.optonline.net) has joined #beagle
  • [23:15:48] * cdbachmann (~cdbachman@adsl-69-209-198-52.dsl.chcgil.ameritech.net) has joined #beagle
  • [23:16:07] * foundatron (~foundatro@unaffiliated/foundatron) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  • [23:17:37] * idwer (~irc@unaffiliated/idwer) Quit (Read error: Connection reset by peer)
  • [23:22:26] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 246 seconds)
  • [23:23:25] * rbassett2015 (~rbassett@107-138-24-234.lightspeed.austtx.sbcglobal.net) Quit (Quit: Leaving.)
  • [23:24:24] * boB_K7IQ (~IceChat9@c-98-247-194-140.hsd1.wa.comcast.net) Quit (Ping timeout: 245 seconds)
  • [23:26:17] * kalem (~kalem@unaffiliated/kalem) Quit (Quit: Sto andando via)
  • [23:36:33] * H-H-H (~H-H-H@host-92-3-74-79.as43234.net) Quit (Quit: Leaving)
  • [23:37:58] * j12t (~j12t@198.217.64.131) has joined #beagle
  • [23:42:41] * VirG (~VirGin@adsl-76-235-121-110.dsl.pltn13.sbcglobal.net) has joined #beagle
  • [23:44:54] * bwarff (~bwarff@58-7-84-110.dyn.iinet.net.au) Quit (Ping timeout: 250 seconds)
  • [23:53:34] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #beagle
  • [23:54:07] <kinkazu_> setenv bootargs 'console=ttyO2,115200n8 noirqdebug debug'
  • [23:54:22] <kinkazu_> is this the right place to put kernel parameters?
  • [23:54:35] <kinkazu_> in uEnv?
  • [23:55:38] * dj_pi (~dj@c-107-5-228-80.hsd1.mi.comcast.net) Quit (Ping timeout: 264 seconds)
  • [23:56:44] * j12t (~j12t@198.217.64.131) Quit (Remote host closed the connection)
  • [23:59:01] * neemo (~nemo@58.247.90.27) Quit (Remote host closed the connection)
  • [23:59:19] * neemo (~nemo@58.247.90.27) has joined #beagle