**** BEGIN LOGGING AT Wed Mar 18 02:59:58 2015 Mar 18 03:14:25 hi all.. anyone with experience using mmap to talk to the gpio controllers? i don't seem to be getting correct behavior, i can read the version info but most of the other registers all show up zeroes.. Mar 18 03:18:12 i dumped the memory i could see in the GPIO0 control registers, this doesn't match up with the reset values though, and i'm unable to set pins high via the set register, too.. https://gist.github.com/nasamuffin/fd6687861851f7f2dbcf Mar 18 03:35:42 Is there a good reference on how to process UART information? I can receive it and see it fine from ttyO4 (via cat or screen /dev/ttyO4 9600), but I am not that familiar with serial programming. Just looking for a pointer in the right direction. Mar 18 03:36:46 johnpaul .. you probably want to code a ring-buffer and check using strcmp or similar for your desired match string Mar 18 03:39:24 Ah interesting, that looks like it may help. I will look into that. Working with embedded linux is challenging, but fun haha. Thanks! Mar 18 03:42:17 veremit .. in your opinion, would this be a better approach than termios or libserial? Mar 18 03:43:05 not used either of those Mar 18 03:44:46 Okay. I am using an ID20 RFID reader, so just looking for what is recommended Mar 18 03:44:51 Thanks again, really appreciate it! Mar 18 03:45:09 np Mar 18 03:50:12 Any news on the beagleboard-x15? Mar 18 03:50:20 When will it be available? Mar 18 05:43:33 zmatt: you around? Mar 18 05:44:45 zmatt: was looking thru your example, but not having the touchscreen was a show stopper. the TSC driver and ADC driver seemed very intertwined, Mar 18 05:46:06 so, the solution had to be just filtering the cruddy data I was getting. its good enough now to go with Mar 18 06:02:14 they ahve to be Mar 18 06:02:19 same hw Mar 18 08:59:49 did anyone have used snappy ubuntu core in a beaglebone black? I have some problems trying to make an application to flash an LED Mar 18 09:00:30 isn't that Raspberry Pi 2-only? Mar 18 09:02:17 Mikaela: that's what canonical + pi-foundation pr wants you to believe Mar 18 09:02:29 I see Mar 18 09:03:01 it works better in beaglebone black Mar 18 09:03:05 than raspberry pi Mar 18 09:03:31 it's even explicitly listed on http://www.ubuntu.com/things Mar 18 09:04:13 my problem is that I dont know how to successfully add a library to my application Mar 18 09:06:51 limbonic ? Mar 18 09:08:06 yes woglinde Mar 18 09:08:24 -> < limbonic> my problem is that I dont know how to successfully add a library to my application Mar 18 09:08:29 what application? Mar 18 09:10:40 i try to write an application to blink an LED using python Mar 18 09:10:53 i need to use: Adafruit_BBIO Mar 18 09:11:09 i have install successfully this library in my ubuntu desktop Mar 18 09:11:34 but i am not sure how to include this library in my app when I am building it Mar 18 09:12:09 so snappy can run the code Mar 18 09:14:30 this is my python code: http://paste.ubuntu.com/10619776/ Mar 18 09:18:35 limbonic: I guess that's more of a ubuntu question Mar 18 09:18:57 ogra just timed out, he would have probably known the right channel for this Mar 18 09:19:20 well, there is #snappy :) Mar 18 09:19:53 I was going to suggest that too Mar 18 09:19:53 2015-03-18 11:19:11+0200 -- alis: #snappy 78 :Our 4 Forces: Snappy for Things: http://www.ubuntu.com/things || Snappy for Cloud: http://www.ubuntu.com/cloud/tools/snappy || Snappy for App Devs and Porters: https://developer.ubuntu.com/en/snappy/ || Snappy for Bugs: https://bugs.launchpad.net/snappy-ubuntu :P Mar 18 09:21:18 limbonic, but for your question ... essentially you have to add your lib to the snap Mar 18 09:21:26 ogra_: by the way, you might want to use https://freenode.net/sasl and it looks like your nick is expired if you use ogra and anyone can go to #freenode and ask it to be dropped Mar 18 09:21:39 oops Mar 18 09:21:48 hehe Mar 18 09:21:53 I ask there also yesterday but they didn't help, then I thought maybe someone here has already use snappy in his beaglebone, I will ask also today in #snappy and hopefully someone will know :) Mar 18 09:22:26 thank you all :) Mar 18 09:22:28 limbonic, i have snappy running on ~10 different boards ... one is the beagle Mar 18 09:22:29 to prevent that, just /msg nickserv identify ogra password Mar 18 09:22:47 ogra_, do you know how to add library to the snap? Mar 18 09:23:37 limbonic, https://ograblog.wordpress.com/2015/02/21/meet-node-snapper-a-helper-to-easily-create-snap-packages-of-your-node-js-projects/ thi sis how i add a binary to a snap :) take a look at the node-snapper script Mar 18 09:24:18 (you will need to modify it for your use case) Mar 18 09:24:22 you are a genius! Mar 18 09:24:25 thank you Mar 18 09:24:44 o.O Mar 18 09:24:54 :) Mar 18 09:26:38 :) Mar 18 09:27:12 hm looks not diffrent to docker ;) Mar 18 09:27:38 besides you do not have to fiddle with chroots Mar 18 09:27:45 http://www.piware.de/2015/01/snappy-package-for-robot-operating-system-tutorial/ is also a good read if you want to know how to produce rather complex snaps Mar 18 09:29:00 schnaps? Mar 18 09:29:39 thank you ogra_ for the links Mar 18 09:30:00 woglinde, i am not sure id docker works for beaglebone Mar 18 09:30:03 if* Mar 18 09:30:06 av500, prost :) Mar 18 09:30:42 av500: the game is: every time someone mentions the pi as a good embedded board: you drink Mar 18 09:30:52 in related news, sorry for the loss of your liver Mar 18 09:31:19 ogra hm whould deboostrap works too? Mar 18 09:31:35 orga and would n't that minimize the snap a bit oo? Mar 18 09:31:41 woglinde, on the console it would Mar 18 09:32:22 you would have to unpack the deb manually somehow though ... and the system is readonly ... but theoretically deboostrap would work, yes Mar 18 09:35:41 why do I have to unpack them manually? Mar 18 09:35:47 apt-get would work Mar 18 09:40:59 what are steps to build an custo ubuntu image for beaglebone black?? please help Mar 18 09:48:14 woglinde, no apt get ... Mar 18 09:48:22 snappy is a new world Mar 18 09:49:56 @ogra how to use it? i read abt that but didn't get an idea Mar 18 09:50:12 you use snap packages instead Mar 18 09:50:27 which are more like complete project bundles and less then packages Mar 18 09:50:35 *than Mar 18 09:51:59 ogra_ *sigh* for building the snappy Mar 18 09:52:14 or snap Mar 18 09:52:50 such a snap runs in a very restricted environment by default (only access to two writable dirs, very limited access to the rest of the system, all IPC and system access runs though frameworks which teh admin controls ) Mar 18 09:53:22 *sigh* I know the concepts Mar 18 09:53:31 I talked about your build-script Mar 18 09:53:42 the snap comes not automagicly out of the air Mar 18 09:53:51 no :) Mar 18 09:54:51 debootstrap + custom_script/commands -> base system_with_application -> snap Mar 18 09:56:53 right, thats only an interim solution Mar 18 09:57:23 and no, no base system ... Mar 18 09:57:26 @ogra i am sorry but i am still not able to get you people Mar 18 09:57:40 the resultin tarball only containse the lib and usr/bin dirs Mar 18 09:58:06 hello. Having a BBB with Debian+LXDE, how can i autologin in the desktop as user "Debian" but with SU rights? I need to edit/copy/move files but i don't have permission Mar 18 09:58:15 of the nodejs bits ... not anything of the base system that was used around it to obtain the nodejs bits Mar 18 09:58:17 ogra_ ah okay Mar 18 09:58:50 Parduz use sudo Mar 18 09:59:18 but there will be a standardized way to just define debs your snap should use (at build time though), this is all interim stuff to get things oin Mar 18 09:59:30 *going Mar 18 09:59:37 okay Mar 18 09:59:53 so the snap uses libs from the target system? Mar 18 09:59:56 from the terminal? i do but i have SU rights only in the terminal. I'd like to use the desktop apps as SU. Mar 18 10:00:05 only libc :) Mar 18 10:00:14 everything else has to come with the snap currently Mar 18 10:00:22 hm okay Mar 18 10:00:31 there will be framework snaps that you can depend on Mar 18 10:01:09 enough offtopic Mar 18 10:01:14 yeah Mar 18 10:01:32 go to #snappy for questions :) Mar 18 10:01:46 I have no more Mar 18 10:02:13 @ogra or @woglinde please please somebody explain me steps to build emmc flasher image of ubuntu for BBB Mar 18 10:02:35 thunder_kk just use the scripts from rcn Mar 18 10:02:40 i guess you would have to to ake rcn-ee's script Mar 18 10:02:44 *take Mar 18 10:03:02 LINK please Mar 18 10:03:15 https://github.com/beagleboard/image-builder Mar 18 10:03:46 will this build emmc flasher image for BBB? Mar 18 10:04:02 how about reading the README Mar 18 10:04:07 and coming back Mar 18 10:04:37 ohh okay thank you very much @woglinde and @ogra_ Mar 18 10:04:56 :) Mar 18 10:05:14 sorry woglinde, could you answer me? :) Mar 18 10:06:13 Parduz sorry I do not use desktop-apps with root permissions Mar 18 10:06:18 I am faster with the console Mar 18 10:06:55 sigh .... wish i have a keyboard handy Mar 18 10:07:06 okay i came back with another :) where are options for making image with custom kernel ? Mar 18 10:07:06 ? Mar 18 10:07:20 thunder_kk edit the script? Mar 18 10:07:29 so it uses your kernel build? Mar 18 10:09:31 @woglinde exactly in which script? Mar 18 10:12:22 *sigh* Mar 18 10:12:30 I can not do you your work Mar 18 10:12:37 I and I will not Mar 18 10:12:45 ask your supervisor for another task Mar 18 10:13:42 thankyou Mar 18 10:14:26 New question: any idea about how to install ObTheme on the B Mar 18 10:14:29 BB? Mar 18 10:14:32 http://xyne.archlinux.ca/projects/obtheme/ Mar 18 10:17:03 Parduz isn't that a distribution question? Mar 18 10:18:22 Parduz is a distribution ;) Mar 18 10:18:28 I don't know. I'm a windows developer that needs to write a program for the BBB: i'm still not sure what is distro-related and what is BBB tailored Mar 18 10:19:03 Parduz: uhh... hint: get "linux for dummies" and read it Mar 18 10:19:16 Parduz: you will need quite a bit of linux basics to develop anything on the bbb Mar 18 10:19:33 Parduz: but installation is usually a distro specific thing Mar 18 10:19:40 Parduz: unless you compile yourself Mar 18 10:19:52 Parduz: then it's a build environment specific question ;) Mar 18 10:20:38 and of course installing fancy graphic themes Mar 18 10:20:56 my starting program already runs (wxwidgets app). I was just trying to alter the theme so i could change the look of my app (a kiosk) without hardcoding the colors Mar 18 10:22:28 but user permission and Parduz ignorance are against me. I was trying to edit the theme file but i can't save it.... and i just have a mouse a virtual keyboard where i am right now. That's why the questions Mar 18 10:22:53 you cannot ssh into the bbb? Mar 18 10:23:10 Parduz: if you are running a kiosk app, then you dont want a wm at all Mar 18 10:23:28 Parduz: make your application run fullscreen without window decorations Mar 18 10:23:33 Parduz did you tell your supervisor/team that you are not familiar with linux? Mar 18 10:23:34 not where i am right now (testin the app on an automation machinery in the middle of a big factory)ù Mar 18 10:23:40 Parduz: potentially, set it as main xclient Mar 18 10:24:15 and wx was the poorest choice for multip-os widget system Mar 18 10:24:52 woglinde: yes. I am the one designated to become the linux man Mar 18 10:25:12 i'm courious why is the poorest Mar 18 10:25:48 and, KotH, i dont' get what you mean with "you dont want a wm at all", sorry... could you explain? Mar 18 10:26:11 woglinde: there are worse: xlib ;-) Mar 18 10:26:23 Parduz: wm = window manager, in your case probably openbox Mar 18 10:26:42 ok, ok. yes, it is openbox Mar 18 10:26:56 KotH only for unix/linux Mar 18 10:27:14 hm okay with cygwin for windows too Mar 18 10:27:24 or VxCsrc Mar 18 10:27:45 Parduz: x (the unix graphical interface system that talks to the graphics card) needs a client upon startup that is supposed to handle windows and such. for a kiosk system, you dont want more than one window anyways. just your application. ie you can do without a window manager and just launch your app as main client Mar 18 10:28:19 Parduz: lots of this stuff is basic unix knowledge, you should really get that as soon as possible Mar 18 10:28:28 Parduz: the linux for dummies explains quite a bit of what you need Mar 18 10:28:36 Parduz: not everything though Mar 18 10:29:35 Thanks KotH. I know you're right, but for a lot of reason i need to make something to SHOW the customer we're on the road. Mar 18 10:30:04 Once his thirst will be satisfied, i'll go back to learning the stuffs one after another :) Mar 18 10:30:05 Parduz: i know how that is... i've done my fair share of "i have no clue what i'm doing, but this seems to work" type of hacks Mar 18 10:31:01 and for exactly the same reason as well Mar 18 10:32:07 well, i have to go to the machine again. Mar 18 10:32:12 have fun Mar 18 10:32:41 I'll leave this window open, in the remote case that you'll like to answer my OT questions anyway :D Mar 18 10:32:44 thanks guys Mar 18 11:00:34 Hello Mar 18 11:00:49 Please make a quadcore BBB with 1GByte of ram. Mar 18 11:01:01 Or more ;-) Mar 18 11:01:37 I use BBB as graphical user interface with a 7 inch display. Mar 18 11:01:59 I program it in Java. Including Java Swing and other GUIs. Mar 18 11:02:32 I can run normal Java programs, wich normally run on PC, with no change on BBB. Mar 18 11:03:07 Is anyone of the BBB company here? Mar 18 11:03:47 Using ser2net on BBB I can connect my serial port. Mar 18 11:04:17 I'm so happy with BBB. But I wish to have more ram and processig power. Mar 18 11:04:55 I don't like raspberry PI. Mar 18 11:05:11 Noone here? Mar 18 11:05:35 nope Mar 18 11:06:24 bbb was not made for desktop programs in the first case Mar 18 11:06:49 use a tegra k1 when you need more power out of java Mar 18 11:08:57 Can I solder the tegra k1 to the BBB? Mar 18 11:09:05 ? Mar 18 11:40:12 BBB: how good are your soldering skillz? Mar 18 12:32:31 Hi everyone. We are working on a project which requires the beaglebone to be connected to two wifi networks. We have the following two approaches but couldn't find which one could be feasible. Mar 18 12:32:40 1)One way could be connecting to one wifi network using a cape and connecting another using an adapter to the USB port. If this is possible in beaglebone black could anyone please suggest a wifi cape that can be supported by a beaglebone black. Mar 18 12:32:51 2)Another way is to use two wifi adapters via a USB hub. But given that we are using a USB hub, both the adapters will have to use the common bus in order to connect to the BBBK. does the beaglebone black support this kind of connectivity? Mar 18 13:41:29 * jkridner discovers http://git.ti.com/pru-software-support-package Mar 18 13:51:26 jkridner uhm no Makfiles for building Mar 18 13:52:30 the days of make are over Mar 18 13:54:07 av500 lol Mar 18 13:54:25 anyway it has not sane build framework at all Mar 18 13:54:36 besides the examples are eclipse projects Mar 18 13:54:56 CCS I guess Mar 18 13:54:57 woglinde: sure, Sitara apps doesn't usually do sane build systems. Mar 18 13:55:05 av500 CCS is eclipse Mar 18 13:55:05 yes, CCS is built on Eclipse. Mar 18 13:55:21 * jkridner made a Makefile to build StarterWare library https://gist.github.com/jadonk/a6432fde48408e72fdd7 Mar 18 13:55:26 woglinde for my work with pruss_remoteproc, I used the makefile in labs/lab_4/solution/button_led_0/Debug Mar 18 13:55:32 * av500 looks for his CCS 2.x CD Mar 18 13:55:35 jkridner time to to change company culture Mar 18 13:55:41 wouldn't be hard to do the same thing. Mar 18 13:55:55 and explain these devs that the buildsystem is the most usefull thing Mar 18 13:56:05 yeah, I'm planning some new training sessions. Mar 18 13:56:16 been a while since I've done one Mar 18 13:56:20 hehe Mar 18 13:56:42 cdbachmann okay I quick scanned only some directories Mar 18 13:57:02 main effort of the training session will be to introduce Debian as a proxy of general GNU practices, despite a lack of support for it. Mar 18 13:57:33 (not that Debian practices and GNU practices are so tied together, but they have some useful overlap and Debian practices are generally easier to understand IMO) Mar 18 13:58:10 and only a small subset would ever be adopted anyway. Mar 18 13:58:24 jkridner can CSS import Makefile projects? Mar 18 13:58:36 ups CCS Mar 18 13:59:02 yeah, I think so, but I'd never trust it. Mar 18 13:59:22 data vs. procedural stuff never converts well. Mar 18 13:59:55 project files ---> Makefile might be sane, though not very readable. Mar 18 14:00:04 * jkridner would never trust Makefile ---> project files. Mar 18 14:01:01 for me it worked good in eclipse Mar 18 14:01:10 even with the autotools plugin Mar 18 14:01:24 cmake would be good to Mar 18 14:01:38 and works too on windows Mar 18 14:02:35 I suppose for those interested, I should mention that I managed to use lab4 to combine with mranostay's ws28xx project which although it loses the up/downcall, uses the virtio_id_rproc_serial driver for communication Mar 18 14:27:17 I then took the lab4/ws28xx project and swapped the beaglelogic pru1 code to allow for data collection over the virtio serial console. Mar 18 14:36:17 Has anyone experienced random reboots lately? Anyone have a fix? I never seem to be able to get even a day of uptime. Mar 18 14:38:29 abferm: things seem to have settled on "clean the battery contacts" Mar 18 14:38:50 both sides, carefully, without too much force so that things don't break Mar 18 14:41:36 tbr: I'm not using a battery... I have a reliable source of power and nothing that I could think of that would be causing a spike in draw that it couldn't handle. Mar 18 14:41:53 oh, sorry, wrong channel :D Mar 18 14:42:10 it sounded too much like a familiar issue on different hardware Mar 18 14:43:10 abferm: 14:43:50 up 67 days, 6:45, 1 user, load average: 0.12, 0.06, 0.05 Mar 18 14:43:29 and that's just because I tripped over the power cable... Mar 18 14:53:00 tbr: That is odd, which kernel and and OS image are you using? A while back I remember seeing a couple others on here with the same problem, and I wonder if that is part of the issue. Mar 18 14:54:39 And it isn't a clean reboot, it is like the reset button is pushed. Mar 18 14:54:53 abferm do you use usb devices? Mar 18 14:56:54 Yeah, I have a usb cellular modem. Mar 18 14:57:50 hehe thats it Mar 18 14:57:54 musb goes beserk Mar 18 14:58:01 and watchdog resets the board Mar 18 14:58:04 sorry Mar 18 14:58:17 you have to live with it Mar 18 14:58:31 I doubt hardware is the issue though, as this setup does run for hours usually before I have any sort of problem. Mar 18 14:58:45 musb breaks unpredictible Mar 18 14:58:56 sometimes hours Mar 18 14:59:02 sometimes a couple of days Mar 18 14:59:16 gah, I hate musb, this isn't the first time Ive had problems with it Mar 18 14:59:16 but last not a week long Mar 18 14:59:39 ;( Mar 18 14:59:43 jepp Mar 18 15:00:27 First vbus issues, now watchdogs running out, are you sure there isn't a fix? Mar 18 15:00:52 I am sure Mar 18 15:01:16 latest upstream seems to have some fixes Mar 18 15:01:38 but not for long time issues Mar 18 15:02:04 but for 3.8 and 3.14 no chance Mar 18 15:02:06 sorry Mar 18 15:02:14 fun.... Why doesn't it just restart musb instead of the entire system? That seems to work just fine for vbus errors. Mar 18 15:02:47 I am running upstream... Mar 18 15:03:32 3.19.0-armv7-1 Mar 18 15:04:03 abferm, that kernel is not optimzed for the am335x, use the "bone" variaent... Mar 18 15:04:28 abferm oh good to know that musb on 3.19 is still broken Mar 18 15:04:41 abferm: also make sure that the board and modem get enough power. the power spikes caused by pulsed GSM, especially the first bits of talking to a BTS at full power can easily make the voltage drop enough to cause issues Mar 18 15:04:52 rcn-ee where is the 3.19 bone variant? Mar 18 15:05:10 musb it's "extra" broken on "3.19.0-armv7-1" because i have it set to work on the omap34/dm373x's "musb" ip... Mar 18 15:05:13 tbr oh intressting Mar 18 15:05:21 not the bone's am335x.. Mar 18 15:05:52 sudo apt-get update ; sudo apt-get install linux-image-3.19.1-bone4 ; sudo reboot Mar 18 15:07:03 woglinde: it's part of the handshake, start at full possible power and then start regulating according to what the BTS says the RSS on their side is. That's the annoying drumming sound in the speakers Mar 18 15:07:17 rcn-ee where is the kernel hosted? Mar 18 15:07:48 on repos.rcn-ee.net Mar 18 15:08:08 any image newer then Sep 2014, has that repo enabled by default Mar 18 15:08:51 rcn-ee hm will you put the source code on the github account? Mar 18 15:10:30 woglinde, it's there: https://github.com/RobertCNelson/linux-stable-rcn-ee/tree/3.19.1-bone4 Mar 18 15:10:51 args Mar 18 15:10:51 there's a hint in /etc/apt/sources.list that links to ^^^ Mar 18 15:10:55 more confusion Mar 18 15:11:17 what is the beagleboard account now for? Mar 18 15:11:51 what confusion.. the beagleboard account has repos for "3.8" and "3.14" which are offically blessed as the ones to use.. Mar 18 15:12:05 okay Mar 18 15:12:19 so 3.19 will be there eventually Mar 18 15:12:27 nope. ;) Mar 18 15:12:42 when "overlay's" work mainline, i'll push that version to beagleboard's repo.. Mar 18 15:12:54 okay Mar 18 15:13:00 till then it's just a mainline kernel.. Mar 18 15:13:01 so it will be 4.x than Mar 18 15:13:10 hopefully Mar 18 15:13:56 some people use it, but mainlly i'm just tracking mailine to make sure things still work, there are no regressions, etc.. That way when we move to newer kernel, there's less suprises.. Mar 18 15:14:51 rcn-ee hm so in your 3.19 are no special commits right? Mar 18 15:14:58 for example, without v4.0.x-bone build, i wouldn't have easily tracked this down: http://bugs.elinux.org/issues/137 Mar 18 15:16:12 (need to push 3.19.1 then i can show you the delta..) Mar 18 15:19:02 woglinde, okay tags pushed, you can see the patch delta here: https://github.com/RobertCNelson/linux-stable-rcn-ee/compare/v3.19.1...3.19.1-bone4 Mar 18 15:19:34 pretty small.. Mar 18 15:20:11 thanks for pushing the tags Mar 18 15:21:03 would it be possible for someone to send me a link to the patch for the musb watchdog problem? Mar 18 15:21:34 never heard of it.. Mar 18 15:22:53 abferm? Mar 18 15:23:06 look at the commit log yourself Mar 18 15:23:34 abferm, the watchdot and musb are seperate compoents, never heard of the musb having a dedicated watchdog subsystem.... Mar 18 15:27:33 rcn-ee hm I thought when the musb hangs or makes kernel oops and you have the watchdog configured proably the system will reboot Mar 18 15:29:19 well there is a generic kernel option for panic's/opps/etc... Mar 18 15:29:24 (to reboot) Mar 18 15:29:52 tieing it into the watchdog, would guareentee it'll reboot.. Mar 18 15:42:55 rcn-ee: sorry I was going off something that was said earlier. Mar 18 15:54:21 rcn-ee: Other than the reboots, which were also happening before on earlier bone kernels I've had no problem running the main stream kernel. What all is "optmized" in the bone variant? Most of what I see in the commit history is cape related, and I don't need any of that. Mar 18 15:56:14 abferm, mostly config tweaks for the musb ip and optimizations we can use on newer Cortex-A8 core found in the am335x.. Mar 18 15:56:59 other then that, i also don't test the bone on that branch, so it might break... Mar 18 16:10:11 tbr: my PSU is designed to be able to supply > 3A at 5V Mar 18 16:31:34 * jkridner looks around for those interested in mentoring #beagle-gsoc Mar 18 16:33:24 * jkridner looks at pdp7 Mar 18 16:34:20 what's beagle-gsoc? there's a google project? Mar 18 16:34:53 Google Summer of Code Mar 18 16:34:57 google summer of code Mar 18 16:35:14 i know. relation to beagle? Mar 18 16:35:25 Google pays summer interns $5000 to work on a project over the summer... Mar 18 16:35:29 beagle is one of the participating projects from what I understood Mar 18 16:35:36 BeagleBoard.org is a mentoring organization. Mar 18 16:35:46 project has to be on open source software. Mar 18 16:36:10 BeagleBoard.org would get an allocation to approve a certain number of projects and mentor the students through the process. Mar 18 16:36:19 s/would/will/ Mar 18 16:36:36 oh ok Mar 18 16:36:45 BeagleBoard.org chooses the mentors and the project proposals from students. Mar 18 16:37:01 av500 is our illustrious leader this year and I'm the co-admin. Mar 18 16:37:28 doesn't hurt to peak into #beagle every now and again to try to recruit. if any interest, head on over to #beagle-gsoc. Mar 18 16:37:45 i'm coming yo! Mar 18 16:45:53 is there any dsp accelerated opencv library for bb-xM? Mar 18 16:46:19 no Mar 18 16:46:37 there was ample talk about it though back then Mar 18 16:46:59 and there was some code Mar 18 16:47:22 so it's too old to pursue or something else? Mar 18 16:48:45 BeagleBug_: many people realized that the DSP is not really faster Mar 18 16:48:52 but its there at the same time as the ARM Mar 18 16:49:02 but then, openCV does not handle that case easiöy Mar 18 16:49:04 easily Mar 18 16:49:13 at least back then Mar 18 16:49:27 so using the DSP to make it faster means to run stuff in parallel Mar 18 16:49:49 not just stop the ARM and wait for the DSP to finish in a synchronous call Mar 18 16:50:25 https://www.google.com/search?q=beagleboard+dsp+opencv Mar 18 16:50:30 there was enough done on the library to test a few things and some things on the DSP *could* be made faster. the parallel thing could help in speed, but scheduling stuff was a bit too tough to make it practical as OpenCV was written. AFAIR Mar 18 16:51:29 ok, so no chance of 10x performance improvement on image processing apps? Mar 18 16:52:00 yup Mar 18 16:53:27 it depends Mar 18 16:53:27 everybody talks about performance, but nobody wants to quantify it Mar 18 16:53:27 speed up "what" exactly? Mar 18 16:53:28 just "image processing" does not help Mar 18 16:54:06 background subtraction Mar 18 16:54:39 It's because no one likes the metrics system. Mar 18 16:54:44 (Ha.) Mar 18 16:55:24 the algo i'm running is pixel-based (independent). so massive parallel opportunity Mar 18 21:32:29 hello Mar 18 21:54:11 i'm attempting to get pins that look like bspm_P9_15_27 in /sys/devices/bone_capemgr.9/slots Mar 18 21:55:07 basically, i'm wondering how to make it so that they come up i have P9, 11-15 that i need to get input from and my boss states it is just 'magically showing up' for him Mar 18 21:55:53 running latest stripped down debian Mar 18 23:35:16 I just upgraded to latest debian image and configured my wireless. It works when I run "ifup wlan0" but does not come up on boot and even adding cron job @reboot doesn't bring it up. Ideas? Mar 18 23:36:18 /etc/network/interfaces? Mar 18 23:37:33 yes Mar 18 23:38:10 No, that was my suggestion. Mar 18 23:38:10 I am using the adafruit guide version of ifaces Mar 18 23:38:30 Set it up correctly in the interfaces file, and it will come up on boot. No need for cron or anything like that. Mar 18 23:38:38 YOu have a networking subsystem; use it! Mar 18 23:38:58 Yes, but it stopped comeing up automatically after I upgrade to this new version of debian Mar 18 23:39:12 Then see what changed in the file or the subsystem. Mar 18 23:39:26 Might have just been a simple issue with changing syntax of the config file. Mar 18 23:39:37 Nothing that I can tell. The ihup wlan0 works fine from terminal Mar 18 23:39:47 hmmm Mar 18 23:39:58 Which config file? Mar 18 23:40:04 ... Mar 18 23:40:12 /etc/network/interfaces Mar 18 23:42:27 let me pastebin the file Mar 18 23:43:12 OK. Mar 18 23:43:56 http://pastebin.com/QMqj5LJJ Mar 18 23:44:31 Right, so you are telling debian not to automatically start wlan0. Mar 18 23:44:41 I am? Mar 18 23:44:43 You commented out "atuo wlan0". Mar 18 23:44:57 the "auto" directive stats an interface on boot. Mar 18 23:45:08 The '#' character is a comment. Mar 18 23:45:19 just dumped my password too Mar 18 23:45:22 lol Mar 18 23:45:27 oh Mar 18 23:45:28 (also, now I have your password) Mar 18 23:45:30 Yup. Mar 18 23:45:52 * agmlego|skynet goes to eat dinner. Mar 18 23:46:32 I am sure that is it. Thanks. I just didn't see it **** ENDING LOGGING AT Thu Mar 19 02:59:58 2015