IRC log for #buglabs on 20110111

00:56.54*** join/#buglabs c4milo (~Adium@ool-43548919.dyn.optonline.net)
01:22.08*** join/#buglabs c4milo (~Adium@ool-43548919.dyn.optonline.net)
01:30.10*** join/#buglabs grund (~grund@firebug.buglabs.net)
01:30.10*** mode/#buglabs [+o grund] by ChanServ
03:27.45*** join/#buglabs wwward (~wwward@216.27.144.194)
04:29.26*** join/#buglabs poswald (~poswald@r011042.203112.miinet.jp)
05:22.13*** join/#buglabs ccustine (~ccustine@12.176.192.58)
05:33.58CIA-23Bug Labs: kgilmer * r12811 /bug/trunk/com.buglabs.common/com/buglabs/application/ServiceTrackerHelper.java: com.buglabs.common: deprecated older helper methods and interfaces. Added generics.
05:34.04CIA-23Bug Labs: kgilmer * r12812 /bug/trunk/com.buglabs.common/com/buglabs/application/ (6 files): com.buglabs.common: deprecated older helper classes.
05:59.09*** join/#buglabs guillaum1 (~gl@AMontsouris-153-1-76-130.w90-2.abo.wanadoo.fr)
07:37.06*** join/#buglabs infobot (~infobot@rikers.org)
07:37.07*** topic/#buglabs is Bug Labs IRC Channel. New with logged, indexed goodness, thanks to Tim Riker. see here: http://ibot.rikers.org/%23buglabs/
08:45.46*** join/#buglabs arun (~arun@unaffiliated/sindian)
09:14.09CIA-23Bug Labs: kgilmer * r12813 /dragonfly/trunk/com.buglabs.dragonfly.generators/templates/ (Application.jet Activator.jet Activator.skeleton): com.buglabs.bug.dragonfly.generators: Changes to templates to support R2.x ST framework.
09:14.10CIA-23Bug Labs: kgilmer * r12814 /dragonfly/trunk/com.buglabs.dragonfly.generators/ (9 files in 3 dirs): com.buglabs.bug.dragonfly.generators: Changes to templates to support R2.x ST framework.
09:27.36CIA-23Bug Labs: kgilmer * r12815 /dragonfly/trunk/com.buglabs.dragonfly.ui/src/com/buglabs/dragonfly/ui/jobs/CreateBugProjectJob.java: com.buglabs.bug.dragonfly.ui: Changes to templates to support R2.x ST framework.
09:36.04CIA-23Bug Labs: kgilmer * r12815 /dragonfly/trunk/com.buglabs.dragonfly.ui/src/com/buglabs/dragonfly/ui/jobs/CreateBugProjectJob.java: com.buglabs.bug.dragonfly.ui: Changes to templates to support R2.x ST framework.
10:23.05*** join/#buglabs poswald (~poswald@FL1-119-243-198-49.tky.mesh.ad.jp)
10:36.23*** join/#buglabs GNUtoo|laptop (~gnutoo@host19-55-dynamic.180-80-r.retail.telecomitalia.it)
12:03.09*** join/#buglabs guillaum1 (~GZBA4143@AMontsouris-153-1-76-130.w90-2.abo.wanadoo.fr)
13:52.05*** join/#buglabs desenna (~desenna@firebug.buglabs.net)
14:15.11*** join/#buglabs slashdevnull (~slashdevn@pf1.isgsoftware.net)
14:15.11*** mode/#buglabs [+o slashdevnull] by ChanServ
14:18.59*** join/#buglabs aturley (~aturley@firebug.buglabs.net)
14:28.24*** join/#buglabs ahernandez (~ahernande@firebug.buglabs.net)
15:06.34*** join/#buglabs wwward (~wwward@128.122.171.117)
15:44.28*** join/#buglabs bug_pip (~agibb@firebug.buglabs.net)
16:30.40*** join/#buglabs guillaum1 (~GZBA4143@AMontsouris-153-1-85-13.w90-2.abo.wanadoo.fr)
16:43.51*** join/#buglabs c4milo (~Adium@firebug.buglabs.net)
17:14.00GNUtoo|laptophi,
17:14.15GNUtoo|laptopdoes bug 1.x VH need to be enabled and initialized to get serial on it?
17:15.19GNUtoo|laptopthat is to say if I boot 2.6.37 on it and put console=/dev/ttymxc0
17:15.23GNUtoo|laptopwill it work
17:15.24GNUtoo|laptop?
17:15.37*** join/#buglabs ckundo (~ckundo@firebug.buglabs.net)
17:15.40GNUtoo|laptopof course I need to initialize serial trough cpld
17:18.14grundGNUtoo|laptop , jconnoll|office isn't around today, it probs won't work because the bmi drivers need to be intialized first. Similar cases are true with the new version
17:19.18GNUtoo|laptopgrund, ouch what does the bmi driver do?
17:19.26GNUtoo|laptopwants only serial
17:19.32GNUtoo|laptopI'll look at the source
17:20.03GNUtoo|laptopor is there another way than using vh to get the non /dev/ttymxc4 serials
17:20.20GNUtoo|laptopbecause /dev/ttymxc4 is already initialized by the bootloader(uboot)
17:20.27GNUtoo|laptopI want to try the other serials
17:20.33grunduntil the kernel is up, there isn't power going to the bmi ports, you might be able to rearrange that differently, but...
17:20.47GNUtoo|laptopah ok
17:20.48grundOnce it is up, you can getty that port
17:20.58GNUtoo|laptopnote that I'm porting to a new kernel
17:21.10GNUtoo|laptopso I need serial in some way
17:21.20GNUtoo|laptoprelying on md 0x8.... isn't great
17:23.16grundhmmm, yeah it's not a straight forward serial port, setup needs to happen first. If you look at the code that handles the bmi sense interrupt (not sure where in the old code) it should show you how that slot is powered up, that would be the minimum start before getting the vh driver loaded
17:23.39grundnot trivial, the console serial port from the dock isn't cutting it?
17:24.00GNUtoo|laptopthat's my problem
17:24.02GNUtoo|laptopI do that:
17:25.26GNUtoo|laptoplet me try something
17:30.54GNUtoo|laptopI forgott to activate some stuff
17:31.04GNUtoo|laptopI'll be back when I'll have tested that
17:32.25GNUtoo|laptopit need some io mapping
17:38.20GNUtoo|laptophttp://pastebin.com/F2zp8yPm doesn't work
17:38.22GNUtoo|laptophmmm
17:42.01GNUtoo|laptopI'm also unsure what cmdline to put with 2.6.37
17:42.10GNUtoo|laptopmaybe it's not /dev/ttymxc4 anymore
17:42.11*** join/#buglabs ccustine (~ccustine@12.176.192.19)
17:42.49grundsorry, not sure with the mx stuff, more familiar with the new omap boards
17:42.55GNUtoo|laptopok
17:42.59GNUtoo|laptopthanks a lot anyway
17:43.06GNUtoo|laptopI'll ask someone who knows imx
18:04.28*** join/#buglabs ckundo (~ckundo@firebug.buglabs.net)
18:15.40*** join/#buglabs jedahan (~jedahan@ool-45701a29.dyn.optonline.net)
18:15.58*** join/#buglabs ccustine (~ccustine@12.176.192.19)
18:50.01*** join/#buglabs ccustine (~ccustine@12.176.192.105)
19:20.35*** join/#buglabs guillaum1 (~Guillaume@AMontsouris-153-1-85-13.w90-2.abo.wanadoo.fr)
20:06.13grundinfobot who is jconnoll|office ?
20:06.14infobotI think you lost me on that one, grund
20:15.21GNUtoo|laptophmmm I found where but not why:
20:15.29GNUtoo|laptopread_value = __raw_readw(CPLD_BASE_ADDRESS+CPLD_DBG);
20:15.35GNUtoo|laptopnot promizing at all....
20:15.50GNUtoo|laptoplots of define with cryptic stuff that call other defines with more criptic stuff
20:16.14GNUtoo|laptopmaybe I'll intermediate-compile it?
20:17.27GNUtoo|laptopI think CPLD_BASE_ADDRESS is the problem
20:17.29GNUtoo|laptopI'll look
20:43.01*** join/#buglabs arun (~arun@unaffiliated/sindian)
21:30.47*** join/#buglabs kgilmer (~kgilmer@ntngsk052174.ngsk.nt.ftth4.ppp.infoweb.ne.jp)
21:59.39*** join/#buglabs ckundo_ (~ckundo@firebug.buglabs.net)
22:18.48*** join/#buglabs ccustine (~ccustine@12.176.192.87)
22:57.25*** join/#buglabs ckundo (~ckundo@firebug.buglabs.net)
23:17.19*** join/#buglabs guillaum11 (~gl@AMontsouris-153-1-85-13.w90-2.abo.wanadoo.fr)
23:38.15*** join/#buglabs ckundo (~ckundo@firebug.buglabs.net)
23:56.52*** part/#buglabs slashdevnull (~slashdevn@pf1.isgsoftware.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.