**** BEGIN LOGGING AT Thu Dec 29 03:00:00 2016 Dec 29 07:36:34 I have an a4tech pk-336e webcameras attached with my BBB. I am getting select timeout with camera at 640x480 but image is fine at 320x240. but with logitech camera i am getting perfect image. Is that an issue with BBB or camera.. Enlighten me guys Dec 29 07:36:35 Thanks Dec 29 08:22:43 hi all Dec 29 08:24:41 does anyone know how to go about getting the beaglebone enhanced? the indiegogo campaign has ended but I'm dying to get my hands on that gigabit ethernet jack Dec 29 09:11:30 osirase: what gigabit does it use? I cannot find this info Dec 29 09:11:39 Is there any bootlog? Dec 29 09:19:48 yegorich: basically its just a faster PHY Dec 29 09:20:32 veremit: it is not that unimportant, especially in regard to EEE Dec 29 09:21:12 for reference, from the schematics on elinux.org .. its an Atheros AR8035 Dec 29 09:21:55 p14 .. http://elinux.org/SanCloud:BeagleBoneEnhanced#Hardware_Files Dec 29 09:22:45 I've bought a screen cape from 4D Systems (4DCAPE-70T) which don't get a picture in 80% of the times when I boot my BBB. If I SSH into the BB and restart lightdm, the cape works every time. Any idea about what the problem might be? Dec 29 09:25:22 mattiz: sounds peculiar .. anything in the Xorg.0.log ? Dec 29 09:26:31 or even lightdm has its own log which may shine some light on it Dec 29 09:26:39 https://gist.github.com/mattiz/8cc06a133930836ce59fd97b67711c3b Dec 29 09:26:57 this is the only meaningful log i could find Dec 29 09:27:22 "pin 44e108a0.0 already requested by 0-0070; cannot claim for panel" Dec 29 09:27:59 hmm .. sounds like potential DT conflict .. what kernel ? Dec 29 09:28:00 it looks like something is using the pins, and don't release them until sometime after the booting process Dec 29 09:28:22 agh time .. gotta hit the shower .. BBL :/ sorry! Dec 29 09:29:38 no problem Dec 29 09:29:54 I use the latest Debian image, by the way Dec 29 09:30:01 downloaded yesterday Dec 29 11:11:37 hi which JTAG EMULATOR is suitable for BEAGLEBONE BLACK and BEAGLEBOARD-X15 Dec 29 11:20:44 any that works with your debuggin software Dec 29 11:22:01 ok any debugging device it will work Dec 29 11:22:49 people always think they need jtag... Dec 29 11:29:36 tbr: *shrug* Dec 29 11:30:29 yep Dec 29 13:30:10 Hello People Dec 29 13:33:33 veremit: i found a solution. HDMI was competing with the LCD display for some IO-pins Dec 29 13:33:42 fixed it by disabling HDMI Dec 29 15:34:36 Hi guys. I am using a beaglebone black to upload a csv file to my google drive. I am able to create a folder on google using python but I cannot upload my files to it. I keep getting this error. f.SetContentFile('') AttributeError: 'file' object has no attribute 'SetContentFile'. Anyone knows what does this error mean please? Dec 29 16:01:03 hi there channel :-) Dec 29 16:01:48 * vagrantc waves on behalf of #beagle Dec 29 16:02:49 #me Dec 29 16:03:32 beagleboard X15 what is it for? Dec 29 16:03:59 what's the purpose of X15? Dec 29 16:04:14 looks great board Dec 29 16:07:37 development Dec 29 16:08:37 mistawright, development? Dec 29 16:09:42 the beaglebone black is a dev board as well. doesnt have to be used for development but that is their intended purposes Dec 29 16:10:47 Hi guys. I am using a beaglebone black to upload a csv file to my google drive. I am able to create a folder on google using python but I cannot upload my files to it. I keep getting this error. f.SetContentFile('') AttributeError: 'file' object has no attribute 'SetContentFile'. Anyone knows what does this error mean please? Dec 29 16:11:48 mistawright, what about X15, what's your opinion, what is it for? just roughly Dec 29 16:12:45 its for whatever you want. I bought the beaglebone black to use as a linux flight controller for a quadcopter Dec 29 16:13:12 it also serves as a board that i try to do c++ development on to further my learning Dec 29 16:16:16 is your beagleboard black rev C 4gB eMMC, mistawright? Dec 29 16:16:40 sorry 4GB Dec 29 16:18:43 yeah Dec 29 16:18:56 i also have odroid xu4 for instance Dec 29 16:19:14 different boards bought for different but similar reasons Dec 29 16:20:28 mistawright, what about udoo hardware? Dec 29 16:20:58 mistawright, do u know them? Dec 29 16:21:36 dury: i use the beagleboard-x15 as a arm build machine (along with about a dozen other types of boards)... it works ok for that Dec 29 16:24:19 vagrantc, just want to know what I can do with x15 apart of what you explained, see? Dec 29 16:25:26 the options are infinite, it is a computer Dec 29 16:26:15 i mean, you could hook it up to robotics and literally make you coffee, but the X15 is surely overkill for that Dec 29 16:28:05 vagrantc, one of the main purpose of X15, please Dec 29 16:28:41 vagrantc, as you said it's a computer, right... Dec 29 16:29:22 dury: there is no dedicated purpose, it's a relatively low-power, relatively high performance moderately priced computer Dec 29 16:29:42 vagrantc, it has 2 ethernet connection for instance Dec 29 16:29:49 * vagrantc gives up Dec 29 16:30:24 ok Dec 29 16:31:49 when is the robo cape out Dec 29 16:31:59 anyone know Dec 29 16:35:20 what's robo cape stand for, chris33? Dec 29 16:37:36 http://www.strawsondesign.com/#!board-features **** BEGIN LOGGING AT Thu Dec 29 16:57:07 2016 Dec 29 17:15:28 chris33, soon from what i understand. was told it was held up due to licensing or something Dec 29 17:15:50 ok ty Dec 29 17:16:02 ive been waiting for a while for this guy Dec 29 17:17:05 the dc motor stuff is cool. I would assume you can use the ardupilot build for BBBmini on it as it has the mpu9250 and the bmp280 for altitude even though the ms5611 would have been better Dec 29 17:22:03 Question: When asking for path to a folder is it asking for directory? if my file located in /root/Desktop/My_file isn't this a path to my folder or this is a directory? how can I find the path? **** BEGIN LOGGING AT Thu Dec 29 18:01:37 2016 Dec 29 20:27:17 mattiz: that would do it :) Dec 29 20:27:20 hi Dec 29 20:29:12 I wanted to follow the guide in the topic and found the dead link https://www.mahdiyusuf.com/post/6176918750/survival-guide-irc on https://beagleboard.org/chat (; Dec 29 20:33:12 henk: what/where? Dec 29 20:34:25 »For a quick guide on how to participate in IRC, read and watch this IRC survival guide.« with »this IRC survival guide.« being a link to https://www.mahdiyusuf.com/post/6176918750/survival-guide-irc to which my firefox says »Firefox can't find the server at www.mahdiyusuf.com.« Dec 29 20:35:08 on http://bbb.io/chat, which is the first link in this channel’s /topic Dec 29 20:46:01 henk: classic :) thanks for that .. will poke the webmasters Dec 29 20:52:46 veremit: hehe, thanks (: **** ENDING LOGGING AT Fri Dec 30 03:00:00 2016