**** BEGIN LOGGING AT Thu Dec 17 02:59:58 2015 Dec 17 11:26:51 What is the default video player in BBB Armstrong Dec 17 11:26:53 ? Dec 17 14:14:28 hi, custom board built with BBB as base, running debian jessie minimal fs, trying some LCD stuff, lcd works, accessible via framebuffer, displaying image and lands a terminal during boot, fbi works, mplayer lacks fbdev and fbdev2, if i plug out and in uart after fbi it resets to the terminal, but how do i do that manually? and what can i do to make mplayer work? I also have /dev/dri/card0, can it be used with mplayer? Dec 17 15:06:50 adps, might have to rebuild .. Dec 17 15:19:53 stt_michael: rebuild mplayer? Dec 17 15:20:44 quite possibly .. or check the mplayer command-line/other options for sure Dec 17 16:08:15 greetings rcn-ee :) how's project quad-copter, and have you got an O-Pi yet?! :) Dec 17 16:09:47 hey stt_michael, not yet, been having to much fun trying to get video (mpg) decoding working on x15.. Dec 17 16:10:02 (hates gstreamer..) Dec 17 16:12:04 rcn-ee, what's the blocker? Dec 17 16:12:18 we've had issues with gstreamer on a video mux project .. its a Beast. Dec 17 16:12:42 colleague has to migrate v2.x code to v2.y where it doesn't seem to play nice :/ Dec 17 16:13:40 stt_michael, the blocker, it looks like ti never mainlined their dmabuf/drm patchset for gstreamer (1.2.x) in jessie we have (1.4.4) i got dmabuff (ported) but the drm not so much.. Dec 17 16:15:04 rcn-ee: is this using ducati/omapdce video decoding? Dec 17 16:15:23 jonand, correct... Dec 17 16:16:17 edit] make that 1.2 -> 1.4 .. Dec 17 16:16:32 so same set of version changes .. I think a lot changed Dec 17 16:24:15 rcn-ee: so there is a gstreamer-1.x ducati? Dec 17 16:25:52 jonand, yeap: "vpe" http://git.ti.com/gitweb/?p=glsdk/gst-plugin-vpe.git;a=shortlog Dec 17 22:00:09 I'd like to control the USR0-4 leds from a python program. Dec 17 22:00:28 When I run `strings /usr/local/lib/python2.7/dist-packages/Adafruit_BBIO/GPIO.so | grep USR' Dec 17 22:00:55 on my BBB, I see the USR0 - USR3 labels. Dec 17 22:02:21 https://github.com/adafruit/adafruit-beaglebone-io-python/blob/6dad329f969fe1f11f327cda3ccdbba0141aa90a/source/common.c shows that these strings are so you can get access to the USR lines. Dec 17 22:03:04 But when I try to control the lines from python, the same code that will blink any other output line doesn't seem to blink my USR leds. Dec 17 22:03:50 Do I need to close another process before my own userland code and run them? Dec 17 22:17:47 texture texture everywhere and not a texel to render#$#@#!@#!@!!!! Dec 17 22:21:27 strace python USR.py shows me that the call is failing: open("/sys/class/gpio/export", O_WRONLY) = 3 Dec 17 22:21:49 write(3, "53", 2) = -1 EBUSY (Device or resource busy) Dec 17 22:22:30 ecdhe, likely you will have to change the device-tree config from the default functions Dec 17 22:23:37 stt_michael, that could make sense, it hadn't occurred to me that the default blinking behavior wasn't being driven by a GPIO device. Dec 17 22:24:07 :) Dec 17 22:24:37 I'd imagine it has some tie-in with the default board config somehow Dec 17 22:24:42 look at the getting started books, at least one of them talk about how to do this :D Dec 17 22:25:09 ds2, online or old fashioned wood pulp? Dec 17 22:25:30 dead tree stuff Dec 17 22:26:05 you can get most of them as a ebook if you arbor dead trees Dec 17 22:26:08 eww people still use that stuff .. like the same people who use mailing lists *duck* Dec 17 22:26:15 ;P Dec 17 22:26:49 time to GTFO .. back on alter-ego in a bit Dec 17 23:08:53 Hi Dec 17 23:10:39 Trying to get Openvg and Opengl to run on my new BeagleBone Black. The instructions on how to do this is very limited and all over the place. Dec 17 23:10:56 Any suggestions Dec 17 23:18:55 dpitts .. assume you've seen .. https://groups.google.com/forum/#!category-topic/beagleboard/bPrO73EbNSo Dec 17 23:19:26 won't run full opengl .. but opengles with the right sgx/etc Dec 17 23:21:42 dpitts .. background reading .. http://processors.wiki.ti.com/index.php/Graphics_SDK_Quick_installation_and_user_guide Dec 17 23:22:10 but expect to be out-of-date or incompatible with current firmware :) Dec 17 23:22:29 Lost text entry Dec 17 23:22:50 Than you. I meant OpenGl ES Dec 17 23:23:13 I have read that paper and I got lost a little. Dec 17 23:23:48 I was hoping to install a package via apt-get or something. Dec 17 23:31:53 whoah no .. nothing that simple .. yet .. Dec 17 23:35:33 Do you know of a "How To" that walks you through specifically for BBB. It seems that page describes over all process for multiple different TI processors Dec 17 23:43:06 I've not seen a how-to .. certainly not up-to-date one Dec 17 23:43:17 since various things change periodically, its hard to pin down Dec 17 23:47:34 That has been my results when searching to. Sad I cannot seem to get it working when the hardware is there on the board. Dec 17 23:48:17 Seems it could could be easily added to the image so users would not have to go through the headache Dec 17 23:51:55 its not an easy integration, plus there are proprietary code blobs involved, which don't fit with the debian philosophy, so it remains a task 'for the user' to add Dec 17 23:53:20 An outline of steps could go a long way. Maybe this ability is not used much on the BBB Dec 17 23:56:28 For example getting Openvg working on Raspberry PI is simple since it comes preloaded on the image. I thought Rasbian was a Debian disto. Dec 18 00:01:24 I think the Pi folks have a lot more development resource ... Dec 18 00:01:59 and its more of a graphical device .. the beagle is more focussed on IO .. Dec 18 00:02:27 And the embedded real-time cores Dec 18 00:02:50 That said, though, its good to be able to make use of all of the peripherals :] Dec 18 00:03:22 Yeah. I love the BB and have written a few PRU projects. Dec 18 01:38:37 hello everybody!!! Dec 18 01:39:27 Somebody know where I can download the gerber files, schematics & BOM for beagleboard? Dec 18 01:44:45 I found by myself https://github.com/beagleboard/beagleboard-x15 Dec 18 01:44:54 good night guys! **** ENDING LOGGING AT Fri Dec 18 02:59:59 2015