**** BEGIN LOGGING AT Wed Sep 24 03:00:00 2014 Sep 24 07:59:44 I have download setup-scripts.git , while configuring I am getting below error Sep 24 07:59:46 ant idea Sep 24 07:59:47 sachin@Latitude:~/greenzone/yocto/setup-scripts$ MACHINE=beaglebone ./oebb.sh config beaglebone Sep 24 07:59:47 BASE_VERSION mismatch, recreating environment-angstrom-v2013.12 Sep 24 07:59:47 /bin/sh is a symlink to dash, please point it to bash instead Sep 24 07:59:47 sachin@Latitude:~/greenzone/yocto/setup-scripts$ Sep 24 08:00:02 sachin@Latitude:~/yocto/setup-scripts$ MACHINE=beaglebone ./oebb.sh config beaglebone Sep 24 08:00:33 you really want angstrom? Sep 24 08:00:38 Yes Sep 24 08:00:53 any recomendation is welcome. Sep 24 08:01:27 Hi guys! Sep 24 08:02:48 sachin_: well reconfigure the alternatives for /bin/sh Sep 24 08:02:59 sachin_: 'the internet' should know how to do that Sep 24 08:03:23 Ok let me check on internet. Sep 24 08:03:49 My main aim is develop drivers on beagleboard, setting up yocto project will it help ? Sep 24 08:05:38 I have a strange problem when I try to establish a TCP connection between BBB and my WIN7 PC. When start the TCP server on BBB and the client on Win7 everthing works fine. But in the other direction - BBB as client, Win7 as server - the tcp handshake fails and i cannot connet to the server Sep 24 08:06:28 Pinging in both directions works fine Sep 24 08:07:49 gadei: check your firewall Sep 24 08:07:51 in wireshark (on win7) i can see the (first) SYN packet from BBB. But my server application isn't able to Sep 24 08:08:15 sachin_: fix your /bin/sh to be bash first Sep 24 08:08:46 @ tbr: I will try (once again :) ) Sep 24 08:11:18 my firewall is disabled Sep 24 08:12:46 any ideas? I also tried the tool iperf. But the same problem. Starting the iperf server on the BBB everything works fine. When i start the server on Win7 ipfer cannot connect Sep 24 08:12:48 gadei: well, then why does your app not act upon the syn? does it work if you try to connect to the app from another computer, other than the BBB? Sep 24 08:13:33 it would be a fun project to take the oe philosophy and create a python based build tool. Sep 24 08:14:55 i like the python way of recipes Sep 24 09:55:02 tbr: fixed /bin/sh to bash Sep 24 09:55:10 now its in process to checkout repos. Sep 24 09:55:18 Thanks. Sep 24 09:55:55 :) Sep 24 10:17:19 bbb all updated :) now just waiting for inspiration to strike Sep 24 10:20:52 @tbr: thanks for the hint ... i'm trying to find another pc to test if TCP connection is possible Sep 24 10:21:43 is there a a good mailing list or a forum where I can/shall but in this problem? Sep 24 12:54:37 Hi all, Sep 24 12:55:39 how can I costantly monitor the state of an input gpio (a pushbutton) from shell avoiding the use of any library ?? (i.e. a loop) Sep 24 12:57:28 make a loop then Sep 24 13:01:48 If gpiox=0 then make something ..... how insert into a loop ??? (very poor bash knowledge unfortunately...) Sep 24 13:01:57 well Sep 24 13:02:04 there are places to ask about basj Sep 24 13:02:06 bash Sep 24 13:02:10 tutorials Sep 24 13:02:17 websites Sep 24 13:02:24 you explored them all already? Sep 24 13:02:34 http://lmgtfy.com/?q=bash+loop+if Sep 24 13:02:37 Freddy_: ^^ Sep 24 13:03:11 still looking for... Sep 24 13:18:13 could this work ? Sep 24 13:18:19 while sleep 1; do Sep 24 13:18:31 if [ "$(cat /sys/class/gpio/gpiox/value)" -eq 0 ]; then Sep 24 13:18:39 echo "button pressed" Sep 24 13:18:44 fi Sep 24 13:18:46 done Sep 24 13:25:32 try and find out Sep 24 13:27:02 not beside a beagle now..... Sep 24 13:28:07 working on the paper for now, this evening will give it a try....(and tomorrow i'll come back with these silly questions...;-)))) Sep 24 13:28:10 you dont need a beagle Sep 24 13:28:27 you can replace the gpio file with any file Sep 24 13:28:33 that you write 0 or 1 to Sep 24 13:28:49 ah yes.....true Sep 24 13:46:34 Hi, someone knows if it has to be the TI sensor tag, we had to use for running this presentation http://jadonk.github.io/bone101/examples/extras/sensortag/ Sep 24 13:46:35 ? Sep 24 13:52:24 hi guys i have installed gentoo on my beaglebone black. is there anything i would need to do to enable usb0? I wasnt sure if the kernel i pulled already support for usb ethernet Sep 24 13:57:09 how do we know which kernel is installed Sep 24 13:59:08 mistawright: I'm looking around https://github.com/beagleboard/image-builder, but I don't see where usb0 is configured, but it does need to be setup as a module, given a fixed IP and given a DHCP server set to provide an address to the host. Sep 24 14:00:07 jkridner, you wouldnt happen to know what options I need to enable for usb0 would you? Sep 24 14:00:11 https://github.com/RobertCNelson/omap-image-builder/blob/58463e3f06f1d0cbc796c94fa50467252fa78cf6/tools/setup_sdcard.sh Sep 24 14:00:16 woglinde, i built the kernel myself from git Sep 24 14:00:41 https://github.com/beagleboard/image-builder/blob/master/tools/setup_sdcard.sh#L973 provides the static IP Sep 24 14:01:42 ok so it sounds like i need enable the rndis i driver Sep 24 14:02:07 not sure where the DHCP server is setup or the gadget driver yet. Sep 24 14:03:17 jkridner, it was already built. i just had to modprobe g_ether and it was available Sep 24 14:04:12 * jkridner wonders if/where https://github.com/RobertCNelson/tools/blob/master/scripts/beaglebone-black-g-ether-load.sh gets installed Sep 24 14:04:44 mistawright: we generally used g_multi instead of g_ether, to get the flash storage and virtual serial interfaces. Sep 24 14:05:05 the DHCP server is setup in that script as well Sep 24 14:08:59 jkridner, I didnt have g_multi available. Will more than likely use the provided g_ether script you linked to Sep 24 15:18:32 jkridner: do you have a special plan to have beagleboard.org in spanish right now? Sep 24 15:24:16 Hi everyone I'm having some trouble with my BBB. I want to run Debian on it. I followed the steps to mount the image on a uSD card and everything went great. The thing is that I connect the BBB to power source and the two middle LEDs keep always on. Last time that wasn't a problem and could enter the BBB on my browser, but I needed to expand to use the whole space on my uSD (16GB). Sep 24 15:24:36 But when i send the "df -h" command I get this "/dev/mmcblk1p2 1.7G 1.3G 284M 83% /media/Angstrom" Sep 24 15:25:07 I guess I still running on Armstrong that is on the eMMC Sep 24 15:25:22 I tried to boot from the uSD pressing the boot button but I get the same result Sep 24 15:26:00 When I tried to expand to use the whole memory I can see there's a second partition that corresponds to the 16GB of my uSD Sep 24 15:26:22 But I don't know how to tell the BBB to boot from that partition and make that partition the default one Sep 24 15:27:20 I am new to BBB, and I am learning to use it to have OLA running and work on a project I am involved into. I would appreciate any help! Thank you! Sep 24 15:29:56 i want help for project on beaglebone Sep 24 15:30:21 taral commercial help? Sep 24 15:30:38 infact just academic project it is. Sep 24 15:31:15 I m doing post graduation course : M,S. in embedded systems. For that i have to do it. Sep 24 15:37:26 i want help for my academic project in BBB Sep 24 16:02:39 DiegoTc: no, but I did at one point try to add some browser language detection... Sep 24 16:03:04 each of the pages stores what language it is in such that I might be able to change based on the browser in the future such that each page had an equivalent. Sep 24 16:03:57 you can check out the source to see, but I'm not sure how to do that if we move to Jekyll and mostly static pages. I think we need to put something in for whatever dynamic we need in express.js in the BoneScript web server. Sep 24 16:17:47 jkridner: just found this: http://nicoespeon.com/en/2013/04/building-a-multinlingual-jekyll-blog/ Sep 24 16:19:00 I don't like that the different languages would have different URLs.... Sep 24 16:19:07 it should just detect the browser config. Sep 24 16:21:22 jkridner: you would do that in the server config, right? Sep 24 16:21:51 yeah, server detects the language and serves up the right content. Sep 24 16:22:13 I mean, there's no issue managing the different pages and the existing server already has a mechanism to do that. Sep 24 16:22:25 ahh yes then we are on the same page Sep 24 16:22:35 (or rather, different pages but same URL) :-p Sep 24 16:25:09 not how every page has a language entry; https://github.com/beagleboard/beagleboard-org/blob/master/db/7.xml Sep 24 16:25:25 OK Sep 24 16:27:18 The 'alt' code in https://github.com/beagleboard/beagleboard-org/blob/master/code/Page/page.js provides a (slightly buggy) mechanism for using cookies to specify alternate versions. Something similar just needs to be done for other language pages. Sep 24 16:27:46 If you want to start by creating a Spanish version of the home page, I can give you the info to put one in the database. Sep 24 16:27:59 the code to server it up would still need to be done. Sep 24 16:30:31 of course, what I really want is to move the server to express.js and have it automatically complete Jekyll macros for the templates and handle whatever dynamic content we need by altering HTML source files similar to the way Helma updates the db/*.xml files. Sep 24 16:35:12 good morning Sep 24 16:37:01 I was looking at using a beagle board black to drive the LDD-H (led driver) will the pwm on the bob work for that? http://www.meanwell.com/search/LDD-H/LDD-H-spec.pdf Sep 24 16:48:31 looking at it, It looks like >2.5-5 is high and < .08v is low Sep 24 18:24:49 doh? it disconnected me Sep 24 19:01:34 Hi Sep 24 20:23:07 this is one of the more quiet channels I have seen :-) Sep 24 20:24:42 Used to be a lot busier Sep 24 20:26:01 haha, I have been here a few times and your the second to say something :-) Sep 24 20:26:25 buzzsaw hm yes was more busy 2 years ago Sep 24 20:26:30 even last year Sep 24 20:26:57 well I am excited my bbb should be here friday! Sep 24 20:27:03 \o/ Sep 24 20:27:14 * emeb has so many beagles Sep 24 20:27:29 originals, whites, blacks... Sep 24 20:27:38 I finally have something worth using something like it on. Sep 24 20:27:39 gotta collect 'em all! Sep 24 20:27:52 what's that? Sep 24 20:29:02 I am going to use it to control a light/other things on my saltwater aquarium Sep 24 20:29:57 4-5 channels of LED, temperature probe, kill switch for heater in over temp situations Sep 24 20:33:34 hm an adrino is not enough for this task? Sep 24 20:34:18 I like the fact that I can just install apache and write a few pages :-D Sep 24 20:34:23 now I have remote control Sep 24 20:34:34 ah okay Sep 24 20:35:02 so sure an adruino could work but... Sep 24 20:35:34 * vagrantc wonders what happened to the beaglebone+arduino combo ... the TRE or something? Sep 24 20:35:51 Now I can pull weather data to simulate over case, pull sunrise and sunset times, poll for moon phase etc Sep 24 20:41:40 hey all, I need help. My brand new BB black is kinda bricked. Sep 24 20:42:04 ok not bricked, but I can't get desktop Sep 24 20:42:09 says something about Panic mode Sep 24 20:42:40 and I tried updating to the latest debian, and now it won't boot up without an sd card Sep 24 20:56:55 No one alive here ? Sep 24 20:57:48 just not constantly active Sep 24 20:58:22 HoloPed: what says something about panic mode? Sep 24 20:58:40 vGR Sep 24 20:58:40 HoloPed: and how did you try updating? Sep 24 20:59:04 vagrantc the kernel I guess because it cannot mount the root partition Sep 24 20:59:50 My Beaglebone Black is not letting me flash it. I hold down the 'boot button' and insert the power cable.. but no luck yet Sep 24 21:08:46 vagrantc, I follow the instructions on the website Sep 24 21:09:12 downloaded an image, used Win32DiskImager to put it on an SD card Sep 24 21:09:31 put it in, held boot, applied power Sep 24 21:09:40 it flashed for a while, then turned all 4 user leds off Sep 24 21:09:53 HoloPed I want that Sep 24 21:11:06 you want what ? Sep 24 21:11:16 oh Sep 24 21:14:09 Yeah, I want flashing to work :) Sep 24 21:14:45 HoloPed: which instructions on which website? which image? Sep 24 21:15:17 from here http://beagleboard.org/latest-images Sep 24 21:15:31 the Debian eMMC flasher Sep 24 21:15:48 and instructions from here Sep 24 21:15:49 http://beagleboard.org/getting-started#update Sep 24 21:20:42 HoloPed: so is it giving you that error on a serial console, or an HDMI monitor, or what? Sep 24 21:20:51 hdmi Sep 24 21:21:04 HoloPed: do you have access to a serial console? Sep 24 21:21:12 I dont know Sep 24 21:21:15 how ? Sep 24 21:21:28 oh you mean serial over the USB ftdi ? Sep 24 21:21:30 usb serial ttl cable to plug into the board? Sep 24 21:21:46 with that, you should be able to see the u-boot output Sep 24 21:21:58 where does it connect ? Sep 24 21:23:29 http://www.elinux.org/Beagleboard:BeagleBone_Black_Serial Sep 24 21:23:34 though that doesn't really show the board Sep 24 21:25:38 Im trying to install Kali on my sd card to run on my BBB. I cant get it to boot. When I tar the image onto the sd card i get Ignoring unknown extended header keyword 'SCHILY.fflags' over and over again. Sep 24 21:26:34 HoloPed: you could also try one of the newer image... Sep 24 21:27:19 https://rcn-ee.net/deb/testing/ Sep 24 21:28:22 HoloPed: don't use the "blank" flasher images, just the regular flasher images. Sep 24 21:28:59 ok Sep 24 21:29:28 i'm going to try all this and report back, thanks ! Sep 24 21:29:37 good luck Sep 24 21:29:55 oh yeah, i have an FTDI cable Sep 24 21:29:56 good Sep 24 21:30:04 that's really helpful for debugging Sep 24 21:37:20 so? is it as easy as apt-get update && apt-get upgrade? Or is the bob non writeable? Sep 24 21:49:46 So I started an Angstrom update (instead of the debian) and it's frozen mid update Sep 24 21:49:50 lovely Sep 24 21:51:09 HoloPed: you mean opkg update? Sep 24 21:51:16 HoloPed: i've heard that's "A Bad Idea" (tm) Sep 24 21:51:59 he panto Sep 24 21:52:18 hi woglinde Sep 24 21:52:32 what is an opkg update? Sep 24 21:52:44 panto funny I heard from other nvidia guys irc is closed Sep 24 21:53:00 or blocked Sep 24 21:53:03 HoloPed: it's the command to update the system from the package manager Sep 24 21:53:52 oh Sep 24 21:53:57 I have yet gotten that far Sep 24 21:54:01 I can't get my BB to even boot Sep 24 21:54:10 woglinde, ? Sep 24 21:54:19 don't give them ideas Sep 24 21:54:29 graphics divison or so Sep 24 21:55:04 anyway time for bed Sep 24 21:55:08 good nite Sep 24 21:55:19 cya Sep 24 22:48:10 sigh... MUSB issues again :( Sep 24 22:48:52 itsa a beagle - you should Expect this... Sep 24 22:49:25 * H-H-H found a perfect use for his bbw Sep 24 22:50:08 ds2: we had fun with it this summer for the beagle display also :) Sep 24 23:01:16 Is there a certain powered usb hub that works best for BBB running arch linux. I have the belkin F4U040 which worked great on Angstrom but switching to Arch. Sep 24 23:02:01 ...why would the OS care about the brand of the hub? Sep 24 23:02:15 shouldn't make ANY difference what distro you run .. if the board's good .. it's fine Sep 24 23:02:35 ok so there may be some power optimisations or not .. but otherwise. Sep 24 23:03:22 agmlego: worried about needed drivers and such, since they change from os to os Sep 24 23:03:40 veremit: thanks, that was my thinking just wanted to be sure Sep 24 23:04:08 kamileon_: Why would there be a driver for a hub? Sep 24 23:06:05 agmlego .. technically there is, but its built into the kernel ;D Sep 24 23:06:47 Well, OK, but it is all the same. Sep 24 23:07:08 WHat I should have said was, "Why would there be a *special* driver for *your* hub?" Sep 24 23:07:21 :) Sep 24 23:07:41 a hub is a hub is a hub, yes. Sep 24 23:08:00 Except the ones that catch fire. Sep 24 23:08:12 lol Sep 24 23:08:17 * buzzsaw did not know if anyone still used hubs... Sep 24 23:08:47 USB hubs? Sep 24 23:08:54 WHat else would you use, buzzsaw? Sep 24 23:09:01 oh usb hub :) Sep 24 23:09:43 19:01 < kamileon_> Is there a certain powered usb hub... Sep 24 23:13:13 its a bit like "is there a car I can drive on the road" lol ... Sep 24 23:14:01 "yes of course, sir. YOu'd have to try pretty hard to find one that didn't .. " Sep 24 23:16:47 [A Sep 24 23:35:52 vvu: :) can't see to get away from that damn block Sep 24 23:43:42 ds2: oh well we work with what we have **** ENDING LOGGING AT Thu Sep 25 03:00:01 2014