**** BEGIN LOGGING AT Fri Dec 23 03:00:01 2016 Dec 23 06:58:37 * plaw waves to everyone Dec 23 07:31:46 help Dec 23 07:31:52 hi Dec 23 10:49:05 i am unable to get the meaning of this sentence written on http://elinux.org/BeagleBoard/GSoC/Ideas, the sentence is :Students will be expected to demonstrate an understanding of cross-compiling before being accepted Dec 23 10:58:54 zmatt ? Dec 23 12:48:32 anyone knows why I'm getting this error ? ocp:P9_14_pinmux was not found under /sys/devices/platform/ocp Dec 23 12:53:07 bonescript/src/hw_mainline.js:84 Dec 23 12:53:07 if(!pinmux) { throw p + " was not found under " + my.is_ocp(); } Dec 23 12:53:07 ^ Dec 23 12:53:07 ocp:P9_14_pinmux was not found under /sys/devices/platform/ocp Dec 23 13:26:12 maybe a mismatch between bonescript version and kernel/dt ? dunnno Dec 23 13:26:42 based on node name I'd suspect it is related to cape-universal Dec 23 13:27:18 I use neither cape-universal nor bonescript so I can't be much more helpful here :) Dec 23 13:50:34 i am unable to get the meaning of this sentence written on http://elinux.org/BeagleBoard/GSoC/Ideas, the sentence is :Students will be expected to demonstrate an understanding of cross-compiling before being accepted Dec 23 14:17:31 sucode__: you need to know what cross compilation is and how to perform it Dec 23 14:18:48 KotH, since i have propose a project a project for GSoC thats why i am understanding the term (cross-compiler) and searching for project . Dec 23 14:26:35 sucode__: ah.. then you want to talk to someone who is actually involved in the gsoc side of beagle Dec 23 14:27:10 KotH, would you please help to reach to them, since i am very new here . Dec 23 14:37:29 isnt there a contact address on the gsoc page on the wiki? Dec 23 14:37:51 other than that, i only know that jkidner is likely to be responsible Dec 23 15:34:27 hi Dec 23 15:34:34 Anybody here Dec 23 15:34:36 I need help Dec 23 15:37:02 hi Dec 23 15:51:29 hi Dec 23 15:51:32 anyone here Dec 23 15:53:36 * vagrantc thinks it's possible Dec 23 15:59:50 yeah Dec 23 16:01:45 Guest86992: if you give more information about your issues people are more likely to respond Dec 23 16:30:28 @zmatt, i f Dec 23 16:31:12 @zmatt, i upgraded node.js to v6.X and that problem started happening. Dec 23 19:58:23 Hi I am trying to upload a csv file from my beaglebone to a drop box using python. But when I say "from dbupload import DropboxConnection" python complain saying no module named dbupload. What am I doing wrong? Dec 23 20:21:05 kk: you probably do not have dbupload installed on your bbb. so you need to run `pip install dbupload` for instance Dec 23 20:34:51 Hi Moto-Timo. I tried to pip but it says " no distribution found for dbupload" Dec 23 20:36:16 I think the first thing I need to do is to uninstall Dropbox-Uploader. I tried to do sudo unistall Dropbox-Uploader but its say's unknown command. Dec 23 20:47:53 kk: it might be easier to just scp the file to your host and upload from there. This isn't really a BBB issue, but rather a configuration of python and Dropbox app issue. Dec 23 20:48:59 kk: you might also download the dbuploader python source into your current directory and it "might just work" Dec 23 20:49:18 kk: it is clearly not packaged for pypi as a true distrubtion Dec 23 20:49:34 s/distrubtion/distribution/ Dec 23 20:57:19 Hi all, I'm new to BBB, not new to development or embedded systems development. My question is about using shiftOut/SPI: I'm not able to see the pins twiddle on the oscope when I'm shifting out data. Even with the included shiftOut example, I'm just seeing the data pin go low for a while, then come back up. Nothing on clock. Is there something special I need to do to make shiftOut work? Using pins P_22 and P_18, as in the exampl Dec 23 20:57:55 using BBB wireless Dec 23 20:59:03 Using bonescript 0.5.0 Dec 23 21:22:42 : I am new to linux. What is the command to transfer my file to my directory. I want to transfer dbuplod from this location "/root/PythonDropboxUploader/dbupload" to "/root/boot/uboot". I tried cp /root/PythonDropboxUploader/dbupload /root/boot/uboot. Am I correct? What did I do wrong? Dec 23 21:44:19 Quick question guys... Dec 23 21:44:46 I'm trying to run a server and bash is giving me cannot execute/file not found errors Dec 23 21:45:16 I've checked the libraries needed using ldd and they look good Dec 23 21:45:28 file is returning: Dec 23 21:45:29 ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, not stripped Dec 23 21:45:40 I should be able to run that on the BBB correct? Dec 23 21:46:39 trey_: depends Dec 23 21:47:00 trey_: compare to file output of working executables Dec 23 21:47:22 trey_: if that was compiled for "soft float" then it won't work on hardfloat Dec 23 21:47:37 I believe this is compiled for hwfpu Dec 23 21:50:39 And i've created a simlink from ld-linux.so.3 to the hwfpu one Dec 23 21:58:45 Is there a way I can manually specify the loader to use other than symlinking? **** ENDING LOGGING AT Sat Dec 24 03:00:00 2016