**** BEGIN LOGGING AT Tue Nov 26 02:59:58 2013 Nov 26 03:20:14 anyone working on getting TinyG working with Json on the beagle? Nov 26 03:20:45 I just got TinyG setup on my laptop and about to set it up on the BeagleBone Black. Nov 26 03:21:34 tinyG, the motion-control software? I'm curious what it means to have it set up on your laptop; I thought it was exclusively for embedded systems Nov 26 03:22:46 (not the K-pop group, I assume.. Though having them on one's 'bone wouldn't necessarily... I'll show myself out.) Nov 26 03:23:15 so TinyG is a board that will handle machine code Nov 26 03:23:40 you connect to it over USB Nov 26 03:23:58 https://www.synthetos.com/project/tinyg/ Nov 26 03:24:21 right, but then you just spit g-code at it using a terminal program or a purpose-built sender or something, right? Nov 26 03:24:33 you can input commands via serial console... so what I got going was making tinyG move a stepper via my laptop's USB Nov 26 03:24:39 yep Nov 26 03:24:50 but it also has json Nov 26 03:25:03 so you can set it up to work through that... Nov 26 03:25:18 which still uses serial, but just through js Nov 26 03:25:43 ahh, neat. okay, the laptop part of the equation, I was not aware of. thanks! Nov 26 03:25:58 well, the laptop doesn't have to be part of the equation Nov 26 03:26:10 you can run TinyG from the beagleblack's USB Nov 26 03:26:18 but you have to have everything setup in js to handle serial Nov 26 03:26:59 https://github.com/giseburt/TinyG-node Nov 26 03:27:09 I guess it's called TinyG-node ;-) Nov 26 03:27:39 anyways, just asking if anyone on the channel has got it up and running... Nov 26 03:29:32 I sure haven't but that looks spiffy. What's the goal of running it on the 'bone rather than its native platform; more CPU for smoother math or faster motion or something? Nov 26 03:30:03 I think the idea is to shake things up Nov 26 03:30:32 what I mean is that typically you would use an Arduino --lacks userspace stuff-- or you would use a laptop/desktop as a dedicated machine Nov 26 03:30:58 if you could use a beagle, well that is a more efficient use of resources... Nov 26 03:31:08 at least that is what I think the argument is... Nov 26 03:31:21 the other arg. is: "why not?" :-p Nov 26 03:41:55 I'm right there with ya on the "why not?" angle. :) So does that mean you're planning to run the machine's UI on the same board as the motion-control? Nov 26 03:45:11 that's what you could do, yes. Nov 26 03:45:39 at least that is one compelling reason to do this whole thing... and something that isn't out there --at least I don't know of one. Nov 26 04:07:33 hello Nov 26 04:08:19 I wish to build a wireless router using beagleboard, can it be done ? thanks Nov 26 04:09:52 if you have to ask, then the answer's probably no. ;) Nov 26 04:10:35 What are the hardware requirements for a wireless router? what are the hardware capabilities of the beagleboard? what should the software do? do you have the skills to make software do that? There's your answer. Nov 26 04:13:53 There is a daughter board from TI which has wifi + bluetooth, can it be plug in and work ? Nov 26 04:22:56 I don't know, but you can use USB devices. Nov 26 04:37:27 Hi how do I get a wifi dongle to work on BBB? Nov 26 04:38:38 I tried Ourlink and a Wi-Pi and the BBB don't recognise either one. Nov 26 04:41:03 eikeon do you know anything abt the BBB? Nov 26 04:42:17 Bink_: which chipset does your dongle have, and which tutorial were you following? Nov 26 04:42:24 also, pastebin the output of lsusb Nov 26 04:43:40 Well I am new on the BBB, and trying to use a ourlink or a Wi-Pi dongle but neither will work Nov 26 04:45:01 I didn't follow any tutorial. I used the BBB guide on BBB site. Nov 26 04:45:50 I have two RPis and chatting on the model A one. Nov 26 04:46:38 http://www.catb.org/esr/faqs/smart-questions.html Nov 26 04:48:10 briefly: "neither will work" isn't a useful question. "I see it in lsusb but there are no modules loaded, and I followed XYZ's tutorial to install the modules but I got errors at step 7" is a useful question. You see? Nov 26 04:53:17 Well, sorry, I am not very english literate. Please bare with me. When the window for network appears I have no clue what to enter in that window as for example in RPi is user friendly and comes up with a window to log into the hotspot. Nov 26 04:55:30 And the dongle in RPi is automatically recognized and configurred. The BBB does not recognize the dongles, nor do they turn on. Nov 26 04:56:17 Bink_: is the module for the dongle loaded/ or even built in the kernel? Nov 26 04:56:39 sounds like not :/ Nov 26 04:57:04 Not that I know of. I don't see the linux boot up list. Nov 26 04:57:26 I doubt the firmware is loaded for the wifi dongle Nov 26 04:57:41 Ok, so I need to upgrade? Nov 26 04:57:58 what dongle are you using? Nov 26 04:58:23 Ourlink or a Wi-Pi Nov 26 04:58:30 you may just need to install the driver Nov 26 04:59:07 from the CD that came with it??? Nov 26 05:00:54 Or do I have to down load it on a SD card then load into the BBB? Nov 26 05:01:50 And which driver you suggest I use to activate the dongle in BBB? Nov 26 05:04:05 thurgood u still there? Nov 26 05:04:19 not sure which package they'd be in Nov 26 05:05:13 ok then I will search for the package I need.... Thank u thurgood.... Nov 26 05:05:43 when you plug it in does dmesg show any changes? Nov 26 05:06:18 No. the led don't lite up either. Nov 26 05:06:54 Not enuf power to it??? Nov 26 05:07:45 are you powering the bbb through the usb or barrel connector? Nov 26 05:08:05 if USB you may be right about the power Nov 26 05:08:31 Ralink RT5370 appears to be the chipset Nov 26 05:09:00 it's own power supply thru the barrel connector. Nov 26 05:10:02 how many amps is the power supply? Nov 26 05:10:22 so I need a powered USB hub? Nov 26 05:10:35 1000mA Nov 26 05:13:28 Both of my RPis have powered USB hubs due to the sesitivity of the RPi's power usage. Nov 26 05:24:02 Well I guess the chat is over.... thank u thurgood... Nov 26 05:24:25 sure, sorry I couldn't be more help Nov 26 05:25:28 K, maybe next time... will keep searching for answers thru the BBB site. bye. Nov 26 05:25:29 why are you pi'ing in beagle? Nov 26 05:27:05 Trying to get the dongles to work on my BBB as it won't recognize the dongles to get on net. Nov 26 05:28:39 AND I found this chat site and thought I cud find someone to give me ans to why the BBB won't see the dongles. Nov 26 05:29:14 Ok, mrpackethead? Nov 26 06:03:48 Hello, does anyone knows is there any new beagleboard? Nov 26 06:04:07 latest BeagleBoard is BeagleBone Black. Nov 26 06:04:43 Does they have a delevoping beagleboard? Nov 26 06:06:51 There is an announced relationship with Arduino to develop the Arduino Tre. Nov 26 06:07:03 No other announcements on plans at this point. Nov 26 06:07:43 Is there other board like cheap beagleboneblack with duo core? Nov 26 06:21:47 hi all. can you run linux on a standalone bbb ? Nov 26 06:23:05 sure can Nov 26 06:23:53 i mean just a bbb untethered to any computer. and can you run apps like gimp and libre office with it Nov 26 06:24:03 yeah it's its own computer Nov 26 06:24:18 bring your own mouse, keyboard, and monitor Nov 26 06:24:37 ok. cool. im buying one just for that purpose. can you add it to a network? Nov 26 06:24:40 and maybe ethernet and probably 5v adapter Nov 26 06:25:22 yep Nov 26 06:25:31 RJ45 on board Nov 26 06:25:52 bbb is currently out o stock on rs-online. scheduled delivery is still on mid december. cant wait to get hold of it. Nov 26 06:26:18 i'll be going more frequently on this room b that time. thanks! Nov 26 06:26:25 no problemo Nov 26 06:26:32 There are more distributors that might have it in stock Nov 26 06:26:43 I ordered mine about two weeks ago, got it in 5 days Nov 26 06:27:05 thing is i'm in manila and we dont have that much supplier nearby Nov 26 06:27:07 Depends on where you live and where they can ship it to, I guess Nov 26 06:27:10 ahh yeah Nov 26 06:27:23 delivery charge will be as costly as the board :( Nov 26 06:27:29 bye Ferris. thanks again Nov 26 06:27:29 I believe it Nov 26 06:27:33 see ya dood Nov 26 06:28:07 or doodette Nov 26 06:28:10 bbb? Nov 26 06:28:40 BeagleBone Black! Nov 26 06:29:25 which is better bbb compare to pi model b? Nov 26 06:30:17 <_av500_> depends Nov 26 06:30:22 <_av500_> if you want HD video, rpi Nov 26 06:30:25 <`Ishq> Pi has a better graphics processor Nov 26 06:30:34 <_av500_> if you want to connect stuff, BBB Nov 26 06:30:34 <`Ishq> BBB has a more powerful CPU and more GPIO ports Nov 26 06:31:09 but pi have lower power CPU and more powerful graphic Nov 26 06:31:25 Can bbb play HD video? Nov 26 06:31:30 no Nov 26 06:31:40 ? Nov 26 06:31:44 it's not a set-top-box or XBMC target Nov 26 06:31:53 if you want XBMC, buy a pi Nov 26 06:32:19 I play movies in pi not using XBMC but omxplayer in Raspbian Nov 26 06:32:31 <_av500_> same thing Nov 26 06:32:40 <_av500_> wont work on the BBB Nov 26 06:32:50 even the omxplayer? Nov 26 06:32:55 <_av500_> even magic Nov 26 06:33:06 magic? Nov 26 06:33:12 <_av500_> zauberei Nov 26 06:33:25 <_av500_> IvanT: it will not work Nov 26 06:33:46 What about partial HD? Nov 26 06:34:15 <_av500_> what part? Nov 26 06:34:17 <_av500_> lower left? Nov 26 06:34:25 <_av500_> you can do VGA and maybe a bit of 720p Nov 26 06:34:28 780p Nov 26 06:34:32 <_av500_> depends Nov 26 06:34:38 <_av500_> its still 16bit only, so ugly Nov 26 06:35:09 the beagleboard have great improvement, the older board have lower speed and high cost Nov 26 06:35:44 <_av500_> true Nov 26 06:35:57 <_av500_> though the XM is not much slower Nov 26 06:36:08 it's still not a multimedia board though Nov 26 06:36:09 <_av500_> it also did only 720p Nov 26 06:36:10 the first board is $100+ Nov 26 06:38:23 the pi say maybe they will have new board at 2 or 3 years later, so I ask is there any developing board, do you know any? Nov 26 06:39:13 <_av500_> you want to wair 2-3 years? Nov 26 06:39:15 <_av500_> wait Nov 26 06:39:27 <_av500_> the BBB is what is here today, there is no use to speculate Nov 26 06:39:35 <_av500_> if you need HD video, it is not for you Nov 26 06:40:00 I can wait because the pi model b have low cpu and now I have model b Nov 26 06:40:14 <_av500_> fine Nov 26 06:40:34 <_av500_> if you need a fast CPU and HD video, you have to look elsehwere Nov 26 06:40:49 but just only pi and bbb are cheap Nov 26 06:41:04 <_av500_> see, there is a lesson here to be learned Nov 26 06:41:19 the others with duo core is double the price Nov 26 06:41:48 what do you do with your bbb? Nov 26 06:42:15 <_av500_> I hang out on irc mostly Nov 26 06:42:32 other than that? Nov 26 06:42:46 is that not a killer app? Nov 26 06:42:46 do you use the pins? Nov 26 06:43:04 * vagrantc chuckles Nov 26 06:43:33 * IvanT Think Nov 26 06:44:52 What OS do you use? Nov 26 06:44:59 in bbb? Nov 26 06:45:24 <_av500_> linux Nov 26 06:45:33 which linux? Nov 26 06:45:40 that's just a kernel Nov 26 06:45:41 ubuntu? Nov 26 06:45:45 <_av500_> Torvalds' Nov 26 06:46:02 Trollvalds' Linux Nov 26 06:46:11 ubuntu or angstrom Nov 26 06:46:23 Linux Torvald is a human not a OS. Nov 26 06:46:59 his name is Linus Nov 26 06:47:22 oh yeah, Linus Torvald I forgot Nov 26 06:48:06 @_av500: Then which OS do you use? Nov 26 06:48:19 <_av500_> homebrew Nov 26 06:48:27 <_av500_> and buildroot Nov 26 06:48:32 ? Nov 26 06:48:40 haven't heard of it Nov 26 06:48:48 Can bbb use ubuntu? Nov 26 06:49:08 @IvanT: yes we can use ubuntu Nov 26 06:49:54 armv7 based boards can use most distros Nov 26 06:50:05 one of the biggest advantages of the beaglebone black vs. raspberry pi is that it's armv7, which means it can run most distros Nov 26 06:50:24 it's the pi that's "special" and needs everything recompiled for its ancient ARMv6 Nov 26 06:50:24 Yeah, what about Raspbian? Nov 26 06:50:36 rather than being limited to something built specifically for it, such as raspbian Nov 26 06:50:37 plain debian works Nov 26 06:50:38 <_av500_> can yousay Debian? Nov 26 06:50:57 Raspbian wheezy not debian Nov 26 06:51:00 IvanT: raspbian is just debian's armhf port rebuilt for armv6, basically. Nov 26 06:51:06 there's a fedora built special for raspberry Nov 26 06:51:18 IvanT: so you'd be better of running debian on any armv7 capable hardware Nov 26 06:51:27 there's also fedora rebuilt for ARMv8 Nov 26 06:51:49 I know it is debian port and Ubuntu is also a debian port. Nov 26 06:52:15 But I doesn't know can it run Raspbian Wheezy? Nov 26 06:52:31 why do you think it needs to? Nov 26 06:53:07 IvanT: it's better to run Debian wheezy. Nov 26 06:53:19 IvanT: but technically, yes, it could run on raspbian. Nov 26 06:53:30 I'm sure you're able to drive a mercedes v8 with only 4 cylinders to be more like a VW Golf. but why would you? Nov 26 06:53:33 because Raspbian have many resources of learning, if I switch to debian or ubuntu i need to download all that files again Nov 26 06:53:55 dm8tbr: What do you mean? Nov 26 06:54:38 IvanT: running raspbian (which is built for ARMv6) on ARMv7 would be giving away lots of performance Nov 26 06:54:40 IvanT: sounds like you should just start experimenting to find out what works, at this point. Nov 26 06:55:49 <_av500_> rasbian is debian Nov 26 06:55:56 <_av500_> both are linux Nov 26 06:56:16 There is a problem with Pi, the problem is that when some problem happen, I have to off the switch, and the Raspbian will destroy, and need to reinstall, luckily I have the berryboot bootloader that won't destory the raspbian immediately. Nov 26 06:56:39 <_av500_> the cargo is strong in this one Nov 26 06:56:59 <_av500_> looks like you need rpiclockmodromboot Nov 26 06:57:10 Does the problem will happen in bbb? Nov 26 06:57:37 <_av500_> bad things always happen when you cut power to a emmc that is writing Nov 26 06:57:46 <_av500_> or sdcard Nov 26 06:57:57 <_av500_> muchthe same as for the C64 floppy drive Nov 26 06:58:06 brzzzzkffff Nov 26 06:58:08 bad things will happen at any time with anything for no apparent reason Nov 26 06:58:52 does bbb have berryboot? Nov 26 06:59:04 <_av500_> sigh Nov 26 06:59:09 or other bootloader? Nov 26 06:59:09 <_av500_> no Nov 26 06:59:12 <_av500_> it has u-boot Nov 26 06:59:46 * _av500_ forks uboot into dogboot Nov 26 07:00:00 * IvanT What is that? Nov 26 07:00:03 forkin da projects, feein da skids Nov 26 07:01:10 IvanT: it's a _proper_ bootloader Nov 26 07:01:44 proper, like a bow-tie? Nov 26 07:02:44 as opposed to shirtless-friday, bcm booting through GPU Nov 26 07:02:46 winchester knot Nov 26 07:03:08 thanks Nov 26 07:06:01 IvanT: it sounds like so far you're mostly just replicating instructions from other people. Once you're ready to take the plunge and do things on your own, you should look at buying something more advanced. More work, more learning experience. Nov 26 07:06:59 how do you do the underline? Nov 26 07:08:00 @av500:I have been trying to set up the project beagle bone android boot, I am using beaglebone black, I have been following your forums, you have specifically mentioned that I should be using a USB host android device, are ther any android phones in the market that have this feature Nov 26 07:08:36 I had to take a break from the channel for a week and I remember why instantly Nov 26 07:09:55 <_av500_> kmit: we used the galaxy nexus and the nexus 7 Nov 26 07:10:06 <_av500_> there are other phones too, but you have to google that yourself Nov 26 07:10:19 <_av500_> you can also use a linux PC, it does not have to be an android phone Nov 26 07:10:25 <_av500_> vvu|Log_away: ^^^^ Nov 26 07:10:47 <_av500_> have a look at vvu's github, there should be linux code too Nov 26 07:19:48 @av5000:well I am planning to work on HTC 1x, I would like to know how we can check the status of CONFIG_USB_OTG and USB_NET_RNDIS_HOST Nov 26 07:21:13 I think this guy mispriced the BBB http://www.ebay.nl/itm/BB-BBLK-000-Circuitco-Beaglebone-Black-Cortex-A8-Dev-Board-Run-Linux-and-Gnome-/300986567245 Nov 26 07:21:26 almost 1k pounds Nov 26 07:22:27 <_av500_> kmit: kmit do you have /proc/config.gz? Nov 26 07:22:29 <_av500_> on the phone Nov 26 07:22:47 <_av500_> I know nothing about HTC, you might take that question to the HTC crowd Nov 26 07:25:16 @av500: I am checking Nov 26 07:33:57 @av500:okay thanks, I will try using a linux PC, I have a query, can I use beagle bone black as the android device Nov 26 08:38:01 can anoyone direct me to a list of all syscalls supported on arm linux becauyse sys_time does not seem to be Nov 26 08:38:07 so im wondering wtf over Nov 26 08:44:23 mark4: how about https://github.com/beagleboard/linux/blob/beaglebone-3.2/arch/arm/kernel/calls.S Nov 26 08:45:02 CALL(OBSOLETE(sys_time)) Nov 26 08:45:03 ugh Nov 26 08:45:18 this returns -1 and = error and no result Nov 26 08:45:41 so what has this been replaced with? Nov 26 08:45:51 and is it only obsoleted on arm or is it obsoleted everywhere? Nov 26 08:45:53 ty btw Nov 26 08:46:22 np, I know google. Nov 26 08:46:31 but you got me interested :) Nov 26 08:46:36 i dont use google. Nov 26 08:46:42 well maybe you should... Nov 26 08:46:48 well. i very very very rarely use "google" Nov 26 08:46:53 good morning everybody Nov 26 08:46:54 or another search provider Nov 26 08:46:57 and personally i think anyone who does is insane Nov 26 08:47:01 i use startpage Nov 26 08:47:36 CALL(sys_clock_gettime) Nov 26 08:47:43 startpage = google results iirc Nov 26 08:47:44 maybe that one? Nov 26 08:47:54 das yes it proxies it Nov 26 08:48:01 google STILL does not get to track "me" Nov 26 08:48:29 they are quite capable of profiling such simple misdirections Nov 26 08:49:23 clock_gettime is for user defined clock/timers i think Nov 26 08:49:48 but NOT capable of associating those searches with me specifically Nov 26 08:50:07 http://linux.die.net/man/3/clock_gettime Nov 26 08:50:33 yes it gets the time of the clock whose ID you have specified Nov 26 08:50:35 nsa is capturing everything, so who cares about google :) Nov 26 08:50:49 google is more incidious than nsa Nov 26 08:51:00 how do you know? Nov 26 08:51:10 google has more money Nov 26 08:51:36 hah, maybe they get sponsored by nsa and therefore have money Nov 26 08:52:22 mark4: http://pastebin.com/LM4mDQyC Nov 26 08:53:02 sys_ni_syscall <--- i assume these are all "not implemented" Nov 26 08:53:35 gettimeofday im aware of. i was hoping to avoid using that Nov 26 08:53:45 why? Nov 26 08:54:02 if you need time for benchmarking use clock_gettime Nov 26 08:54:12 i forget why - i used to use it for this but sys_time was a better choice Nov 26 08:54:15 WAS. Nov 26 08:54:22 actually still IS a better choice on x86 Nov 26 08:54:26 but it does not seem to work on arm Nov 26 08:54:35 it returns -1 and no result Nov 26 08:56:11 I guess sys_time and gettimeofday all end up in the same code Nov 26 08:56:47 except gettimeofday is returning data and systime is not Nov 26 08:57:32 then we have a winner Nov 26 08:58:08 not yet. the values its returning are not making sense Nov 26 08:58:16 which is probably a good indication i screwed up Nov 26 08:58:59 ok thats better Nov 26 09:00:44 ok yup. fixt. was passing the tz/tv parameters in the wrong order Nov 26 09:00:56 because im using forth i should be specifying them backwards :) Nov 26 09:02:15 http://www.cs.fsu.edu/~baker/devices/lxr/http/source/linux/kernel/time.c#L57 Nov 26 09:02:38 mark4: if you set CONFIG_AEABI=n you can have sys_time back Nov 26 09:02:57 but then you fall back to legacy ABI Nov 26 09:03:00 vaizik im not bricking a prefectly good kernel :) Nov 26 09:03:07 just saying.. :) Nov 26 09:03:11 or just use sys_settimeofday() which ends up doing the same Nov 26 09:03:12 im not going to mess with recompiling my beagleboard xm kernel lol Nov 26 09:03:14 er, get Nov 26 09:03:22 sys_gettimeofday() Nov 26 09:03:31 yes. thats what i ahve reverted to using Nov 26 09:03:56 now my .date doesnt tell me its year 2103 Nov 26 09:04:39 it isnt Nov 26 09:04:56 i know that. you know that. my forth compiler insisted that it was Nov 26 09:15:20 I have not used forth for at least 20 years.. :O Nov 26 09:15:52 www.isforth.com <--- 32 bit x86 linux forth. the kernel is written on 100% pure asm (nasm) and uses no external libs. all done via syscalls Nov 26 09:16:01 the forth im working on right now is the arm port of that compiler Nov 26 09:16:48 can I ask why? :) Nov 26 09:17:05 sure. because developing applications in c is like opening a can with a rock Nov 26 09:17:16 well. thats a slight tweaking of a quote from a friend of mine Nov 26 09:17:17 I mean forth is probably the simplest language to compile or even interpret but still Nov 26 09:17:42 it also executes as fast as compiled C when its made t do so Nov 26 09:18:08 well. isforth the x86 forth was never intended to be optimized. yet ive never seen anything it does be slower than the equiv c Nov 26 09:18:23 in fact my terminfo stuff including full text windowing is FASTER than ncurses Nov 26 09:18:27 but... thats not a bash against ncurses Nov 26 09:18:39 I don't mind a bit of ncurses bashing Nov 26 09:18:49 just don't kill it Nov 26 09:19:01 ncurses caters to all the stupid fuck ups in every single terminal there is. libncurses has GOBS of duct tape code Nov 26 09:19:22 yes that's kinda the point. or was when it was created. Nov 26 09:19:23 i refuse to fix other peopls broken stuff just to make my compiler work with it Nov 26 09:19:35 yes. thats an admirable thing for him to do Nov 26 09:20:02 but if your terminal stupidly defins 0 as not black. then your going to get a putrid non black background in my compiler Nov 26 09:20:06 i.e. gnome term Nov 26 09:20:29 or. if your so freeking stupid you put terminfo files in /lib/terminfo then... my forth system is simply going to not work at all Nov 26 09:20:44 i wont look in /lib/terminfo becayse the FHS says terminfo goes in /usr/share/terminfo Nov 26 09:21:01 yet every debian distribution out there has their head up their ass and puts terminfo files in /lib/terminfo Nov 26 09:21:05 so what exectly are you implementing in Forth? :) Nov 26 09:21:07 i refuse to fix my code Nov 26 09:21:13 1: its fun Nov 26 09:21:25 no, what. not why Nov 26 09:21:29 2: i can now develop linux applications and NEVER take evne so much as a single look at shitty C code Nov 26 09:21:41 oooh Nov 26 09:21:51 right now im implementing forth :) Nov 26 09:22:15 you're like one of those carpenters that spent years making their own tool chests ;) Nov 26 09:22:24 i hit a wall with my x86 forth - one i didnt hit on my 8051 forth or my avr forth or probably this arm forth Nov 26 09:22:33 no im not making forths for the sake of making forths Nov 26 09:22:41 i fully intend to use them. Nov 26 09:22:58 when i start working i want to get the components to build a CNC milling machine Nov 26 09:23:08 I wield my Forth in anger, let ye who doubt this enter my stack and be popped Nov 26 09:23:09 and use a few atmga32u4's from adafruit to control it Nov 26 09:23:32 its called drop not pop :P Nov 26 09:23:37 :) Nov 26 09:23:48 yea my calculator has drop too Nov 26 09:23:53 should have remembered Nov 26 09:24:12 im going to sneek in when your not looing and silently redistribute that calculator Nov 26 09:24:17 Vaizki_: you made my day Nov 26 09:24:18 looking Nov 26 09:24:54 it's just a crappy HP 35s Nov 26 09:25:19 I can't manage without RPN or Excel Nov 26 09:25:55 operator presidence is UTTERLY FUCKING MORONIC. Nov 26 09:26:13 order of operations should always equate exactly to "the order they are presented in" Nov 26 09:26:22 anyway, I wish the HP 35s had a 3 or 4 line display tbh Nov 26 09:26:27 that alone makes C horrendously stupid Nov 26 09:26:30 thats called 48, no? Nov 26 09:26:58 I have a 48sx at home, but it's a huge chunk of battery gobbling madness :) Nov 26 09:27:04 the 35s is nice and light Nov 26 09:27:09 and cheap as chips Nov 26 09:27:41 yes, I have 2 Nov 26 09:27:46 the anniversary edition Nov 26 09:27:59 yes.. well the 33s was just horrid Nov 26 09:28:04 its cheap shit compared to the older ones Nov 26 09:28:04 like a cheap remote for a satellite tv box Nov 26 09:28:06 so ill send u copies of my arm forth once ive ironed out all the wrinkles Nov 26 09:28:24 just github it for all the world? Nov 26 09:28:30 e.g. the 32SII Nov 26 09:28:34 no Nov 26 09:28:37 is way better in terms of buttons Nov 26 09:28:38 i wont use github Nov 26 09:28:41 haha Nov 26 09:28:46 Vaizki_: he dont do github Nov 26 09:28:50 right Nov 26 09:28:59 I just steal shit from there Nov 26 09:29:02 is not the forth way Nov 26 09:29:02 too much fucking hard work to maintain it Nov 26 09:29:12 we need forthhub Nov 26 09:29:13 more like a fifth column Nov 26 09:29:17 could always just broadcast it on shortwave using CW Nov 26 09:29:58 archived for all eternity as electromagnetic waves hurtling through the vast nothing of interplanetary vacuum Nov 26 09:33:32 Vaizki_, if there was forthhub i wouldnt use it. too much like hard work Nov 26 09:33:45 i have no interest in "managing" things other than on my laptop Nov 26 09:34:10 want a copy it will be zipped up and shipped out to www.isforth.com and it will be a zip. not a version history browsing web site Nov 26 09:34:30 i also hate it when people use version control as a distribution medium Nov 26 09:34:51 have you guys ever seen the HP Prime calculator in real life? Nov 26 09:36:11 well it's probably crap. Nov 26 09:41:00 but it does have a 400MHz ARM9 inside.. wonder if it would be easy to hack.. :O Nov 26 09:55:31 mark4: btw: opening a can with a rock is very easy and straight forward: https://www.youtube.com/watch?v=oH2NahLjx-Y Nov 26 10:26:56 other than these technical refference manuals, anyone know of a good resource ofr learning about the PRUs and assembly on the BB Black? Nov 26 10:29:15 iirc there is a page on elinux Nov 26 10:29:55 oh.. and you have to use the right TRM: spruh73c.pdf Nov 26 10:30:03 other versions contain less information Nov 26 10:57:45 [kernel] anithamol closed pull request #76: Added camera cape support for Beaglebone Black (3.8...3.8) http://git.io/A3G6MQ Nov 26 11:15:40 [kernel] anithamol opened pull request #77: 3.8 (3.8...3.8) http://git.io/Yv276w Nov 26 12:28:03 guys! Problem :_) gstreamer-plugins-bad is not building from Angstrom Sources, Here's the pastebin of the build procedure, If anyone can help :) "http://pastebin.com/KRz9JspE" Nov 26 12:37:38 kevin-rz2: looks like the problem is with omap3-sgx-modules not gstreamer-plugins-bad Nov 26 12:38:55 kevin-rz2: try to install ia32-libs in your host machine as TI installer fails for this reason Nov 26 12:42:37 kevin-rz2: hmmm, well the problem is this " error: implicit declaration of function 'cpu_is_omap3530'" not the TI installed. Looks like you're trying to build the sgx modules against an unsupported kernel Nov 26 12:46:52 Hello everone this is my first time here Nov 26 12:47:00 everyone Nov 26 12:49:25 i will resume in a few words:what is the command line to install a downloaded repository that is now on my desktop on the beagle black? sorry but i'm new to linux angstrom and i am totally lost :-( Nov 26 12:50:50 no one here? Nov 26 12:52:42 anyone here? Nov 26 12:53:27 no one here but us chickens. Nov 26 12:54:12 yes i can imagine !...can u help me with a beaglebone problem? Nov 26 12:54:30 so, you downloaded a .deb file and you want to install it? Nov 26 12:55:34 er wait, you're using angstrom. im only familiar with the debian install on BBBk Nov 26 12:55:51 cip1959 : opkg install helloworld-0.0.ipk Nov 26 12:55:56 if its debian based, dpkg is what you're looking for. Nov 26 12:56:30 * flufmnstr suggests listening to MatthieuG, however. Nov 26 12:56:32 i downloaded a remote repo on my computer but i don't know the command lines on my mac os terminal in order to install that repo in the beaglebone black. My beagle is angsytrom linux....isn't it opkg ? Nov 26 12:57:39 MatthieuG what do you mean about install world ? sorry but i'm a bit new to the beagle Nov 26 12:59:32 helloworld is just an example package, the command is "opkg" followed by "install" and "the/path/of/your/package" Nov 26 13:02:21 MatthieuG thanks for your answers...thats where i'm stuck....i cannot figure out the path to that directory wich is on my MAC desktop.....driving me crazy since last night..... Nov 26 13:03:06 well i am using the default kernel configuration, should i run menuconfig and enable something? or move to an older kernel version? the one present in Angstrom is 3.8 Nov 26 13:05:19 how do you reach a path on a directory installed on the desktop iMac .....need that path to opkg install to the beaglebone black ...... Nov 26 13:12:23 ssh 192.168.7.2 -l root Nov 26 13:13:21 cip1959: you dont Nov 26 13:13:36 cip1959: different computers with no filesharing between them Nov 26 13:14:40 IMHO, download filezilla Nov 26 13:15:05 use sftp://[beagle ip] as the host and port 22 Nov 26 13:15:23 drop the file, ssh in, run opkg. Nov 26 13:17:06 or ssh into the bone, sftp back into your mac, get [filename], run opkg Nov 26 13:17:42 KotH, thanks for your answer...yes i have done that command line and i can enter in the beagleblack via termina. But i want to install the package ans the command must be opkg install (full path). i will try now as i have a path mabye of this type: opkg install /users/pietrocipolla/Desktop/Libetech-QR-Entry. But is there some kind of .ipk to put in the end ?? Nov 26 13:17:43 basically, you cant install a package one one computer to another. you have to put it on the destination computer Nov 26 13:19:06 if the package you wish to install isnt on the beaglebone, its not going to work. Nov 26 13:19:39 move the package from your mac, to the bone. then run opkg install blah.ipk Nov 26 13:21:06 it needs a path in the local filesystem. Nov 26 13:21:16 Flufmnstr thanks for your answers, but how do i move it ? i mean it must be on the mac before you install it? this is driving me crazy.... Nov 26 13:21:25 your iMac is not the bone's local file system Nov 26 13:22:03 ive given you 2 options for moving files across computers Nov 26 13:22:13 can you give me a clue on how to do this? Nov 26 13:22:32 [05:14:47] IMHO, download filezilla Nov 26 13:22:33 [05:15:12] use sftp://[beagle ip] as the host and port 22 Nov 26 13:22:33 [05:15:31] drop the file, ssh in, run opkg. Nov 26 13:22:33 [05:17:13] or ssh into the bone, sftp back into your mac, get [filename], run opkg Nov 26 13:23:13 or if you still have the URL you got the package from do wget [package URL] Nov 26 13:24:14 any work around for that? i need to run uvch264_src on gstreamer 1.0 :/ Nov 26 13:26:02 cip1959: well, the bbb is a different computer. you cannot access files from one computer on another without some form of file sharing or file transfer Nov 26 13:26:33 Flufmnstr , yes this is the url : https://github.com/sciguy14/LibeTech-QR-WebSystem.git so you mean i have to make this command line: wget https://github.com/sciguy14/LibeTech-QR-WebSystem.git ? Nov 26 13:26:41 cip1959: i think the simplest solution would be to either use scp/sftp as flufmnstr suggested or run a local webserver on your mac Nov 26 13:27:08 cip1959: git repos are downloaded using git, not wget ;) Nov 26 13:27:35 oooohhhhhhh a git repo. Nov 26 13:28:13 Koth i tried the command line: Git clone https://github.com/sciguy14/LibeTech-QR-WebSystem.git but no luck Nov 26 13:28:36 lowercase g in git Nov 26 13:29:21 yes i did it in lowercase but still..... Nov 26 13:29:40 try git clone git://github.com/sciguy14/LibeTech-QR-WebSystem.git Nov 26 13:29:49 it might not like the https handeler Nov 26 13:29:55 * flufmnstr is not a git master Nov 26 13:30:23 *try on the bone, of course. Nov 26 13:30:58 otherwise, if you're just in terminal without SSHing into the bone youll clone it to your Mac Nov 26 13:31:51 ok just tries exactly ....the cursor has gone down....no errors......no confirmation yet...i'm waiting..... Nov 26 13:32:41 * flufmnstr cant remember if theres feedback durring a git clone Nov 26 13:34:14 the beagle looks as it's working....but after the command line you suggested still no confirmation but no errors... Nov 26 13:34:51 i dont remember if git clone gives feedback while it does its thing. Nov 26 13:35:12 but it should be contacting the download site and fetching the files Nov 26 13:35:31 you mean the package could have been installed without feedback from the terminal line Nov 26 13:35:54 the package could be isntalling without feed back to the terminal, yes. Nov 26 13:36:10 if its done installing it should atleast drop you back to the command line Nov 26 13:36:14 cip1959: stupid question: do you have network on you bbb? Nov 26 13:36:45 yes i have the network cable and functioning Nov 26 13:37:34 root@beaglebone:~# git clone git://github.com/sciguy14/LibeTech-QR-WebSystem.git that the line i entered but still no errors but no feedbak neither Nov 26 13:38:51 o_0 Nov 26 13:39:02 i just ran it on my rpi and it went through in 3 seconds. Nov 26 13:39:07 you typed didnt you? Nov 26 13:39:10 another stupid question: how can i see in terminal if that package could have been installed on the bone? Nov 26 13:39:31 cip1959: do you have any linux knowledge? Nov 26 13:39:35 typed enter? yes on the keyboard of course... Nov 26 13:39:50 cip1959: if not, i recomend getting a book on linux basics, shell comands and such Nov 26 13:40:01 list the directory. you should see a LibeTech-QR-WebSystem Nov 26 13:40:03 folder Nov 26 13:40:10 *if it cloned properly Nov 26 13:40:13 flufmnstr: s/folder/directory/ Nov 26 13:40:23 flufmnstr: linux is not a mac ;) Nov 26 13:40:27 that one Nov 26 13:40:45 i grew up on windows, some habits are hard to break ;) Nov 26 13:41:21 cip1959: list the directory with ls Nov 26 13:41:24 and look for LibeTech-QR-WebSystem Nov 26 13:41:31 flufmnstr: you've been tainted for life! Nov 26 13:41:33 ;) Nov 26 13:41:35 if its not there, it didnt clone. Nov 26 13:41:43 KotH I AM THE UNCLEAN! Nov 26 13:42:10 * KotH cleans flufmnstr with aqua reiga Nov 26 13:42:32 ls in the mac terminal i suppose Nov 26 13:43:16 this is the response of the terminal: Cloning into LibeTech-QR-WebSystem.gitls... fatal: remote error: Repository not found. root@beaglebone:~# Nov 26 13:44:06 i ran it and got this http://pastebin.com/5WExXz48 Nov 26 13:44:23 so, im guessing the problem is on your end. Nov 26 13:44:26 can you ping google? Nov 26 13:45:03 do ping -c 5 google.com Nov 26 13:45:21 if you dont get a response the bone cant see the internet. Nov 26 13:46:02 yes google pinged: root@beaglebone:~# ping -c 5 google.com PING google.com (194.78.99.173) 56(84) bytes of data. 64 bytes from 173.99-78-194.cache.googlevideo.com (194.78.99.173): icmp_req=1 ttl=58 time=22.8 ms 64 bytes from 173.99-78-194.cache.googlevideo.com (194.78.99.173): icmp_req=2 ttl=58 time=22.2 ms 64 bytes from 173.99-78-194.cache.googlevideo.com (194.78.99.173): icmp_req=3 ttl=58 time=22.5 ms 64 bytes from 173.99-78-194. Nov 26 13:47:00 no no i'm in internet that is not the problem flufmnstr Nov 26 13:47:21 just making sure, since it failed looking for the git server Nov 26 13:49:05 yes it is funny......i will try again Nov 26 13:50:39 when i make an "ls" in termina i get this: root@beaglebone:~# ls Desktop Nov 26 13:51:09 yep, it didnt transfer. :-\ Nov 26 13:51:38 well, i did " git clone git://github.com/sciguy14/LibeTech-QR-WebSystem.git " and it worked on my raspberry pi Nov 26 13:52:06 so it can be a BBB problem??? Nov 26 13:52:18 doubt it. Nov 26 13:52:31 Question, if I have a 125khz reader can I also make it write? Nov 26 13:52:37 im guessing your git install is borked some how Nov 26 13:52:45 What chips should I be looking for Nov 26 13:52:46 i thouth i had the ultimate machine but it's not the case....... Nov 26 13:52:52 try reinstalling git and try again Nov 26 13:53:06 beaglebones are very much an ultimate machine. Nov 26 13:53:13 *very much not Nov 26 13:53:28 they're a neat computing toy. Nov 26 13:53:39 av500: you know this Nov 26 13:54:39 wat? Nov 26 13:54:46 Hei flufmnstr.....i tried again and got this !! root@beaglebone:~# git clone git://github.com/sciguy14/LibeTech-QR-WebSystem.git Cloning into LibeTech-QR-WebSystem... remote: Counting objects: 18, done. remote: Compressing objects: 100% (13/13), done. remote: Total 18 (delta 3), reused 18 (delta 3) Receiving objects: 100% (18/18), 82.03 KiB, done. Resolving deltas: 100% (3/3), done. Nov 26 13:54:56 now do ls Nov 26 13:55:06 av500: can any 125khz reader module also write tags Nov 26 13:55:24 I've seen some come for a parallax specific piece of hardware Nov 26 13:55:26 root@beaglebone:~# ls Desktop LibeTech-QR-WebSystem Nov 26 13:55:39 but it's expensive as fuck and there are thousands of cheap 125khz readers on ebay Nov 26 13:55:52 the parallax being http://www.parallax.com/product/28440 Nov 26 13:56:07 so it looks like BBB is not so bad.....it's in the box i suppose now Nov 26 13:56:26 cip1959 there you go. the repository is now cloned into that directory Nov 26 13:56:31 ebay being http://www.ebay.nl/itm/UART-125Khz-EM4100-RFID-Card-Key-ID-Reader-Module-RDM6300-RDM630-For-Arduino-/111166697698 Nov 26 13:57:05 * KotH didnt know that av500 is an expert in rfid readers from ebay Nov 26 13:57:16 av500 knows everything Nov 26 13:57:20 but magic code Nov 26 13:57:20 * flufmnstr makes note of that for later.... Nov 26 13:57:21 thanks for your precious hel flufmnstr !......so its cloned and ready to use i suppose or are there any other commands ? Nov 26 13:57:52 well, im guessing oull have to build it next. but thats not my field Nov 26 13:58:04 i know next to nothing about compiling programs Nov 26 13:58:16 i bairly know anyhting about compiling kernels Nov 26 13:58:22 barely Nov 26 13:58:30 and spelling. Nov 26 13:58:49 the master of this program says it's compiled and ready to run on the bone.......well thats what he says on is blog Nov 26 13:58:54 most writer modules are 13.56mhz Nov 26 13:59:00 which is something I am not looking for Nov 26 14:00:10 somesomething: it's possible to bitbang 125kHz Nov 26 14:00:30 somesomething: use magic then Nov 26 14:00:37 cip1959 looking at the readme, it looks like there is a few more steps. but im not familiar with that program so i cant help :-\ Nov 26 14:00:40 KotH: could you elaborate Nov 26 14:01:42 anyway thanks again flufmnstr...i will continue to study the program...as i want to install a qr code entry on my outside door business....(hotel) Nov 26 14:02:37 somesomething: http://bit.ly/zu7kGq Nov 26 14:02:54 ah, then youll probably want to hack up that code a little bit. it seems like it drops the current valid QR code when a new email is entered. but, seems like a good starting point. Nov 26 14:03:04 cip1959: uhh... Nov 26 14:03:10 cip1959: i hope this is nothing security relevant Nov 26 14:03:35 yeah. its not very secure...... but itll work. Nov 26 14:03:37 ...if it works Nov 26 14:04:54 besides, how are you in a part of the world with prevelent smart phones but no RFID door keys? Nov 26 14:05:11 well i just need that clients enter ONLY ounce as they will retrieve their "real"rfid keycard via the internal touch screen check in kiosk Nov 26 14:05:28 aahhhhh. makes sense. Nov 26 14:05:29 at reception desk Nov 26 14:07:26 yes...but the other difficult part of the software is the web based that i installed on my webserver...but it gives me a line 66 error......have to study why......pity that the master does not respond to any mail.....jeremy blum is a lazy but very intelligent student ;o)) Nov 26 14:10:03 cip1959: did he write that stuff for you? Nov 26 14:10:11 cip1959: or is it just stuff you got of ther intarwebz? Nov 26 14:10:50 cip1959: and just for the record: "intelligent students" write often code with a very poor maintainability Nov 26 14:12:41 no i just found it on the web a month or so....but i'm just starting to build it from now....one good thing is having it installed on the BBB.....but the difficult part of it is still on the next corner.....i got all the stuff , diodes, logitech cam etc......hope it will work anyway Nov 26 14:13:44 KotH yes it's true.....but the idea is not so bad.....in his video he says not wanting to promote as not so interesting for the world market... Nov 26 14:14:48 i can see the novelty of it. i could totally use something like that at a convention Nov 26 14:15:21 have a QR code flash on a screen. then first person to make it back to the booth with the right code gets a prize. Nov 26 14:15:40 or have diffrent codes for different prizes. or random codes Nov 26 14:15:46 hrmmm.... Nov 26 14:15:53 yes good idea too.. Nov 26 14:15:55 * flufmnstr bookmarks that code for later Nov 26 14:17:52 flufmnstr...i case you decide to give it a try and succeed please let me know...... Nov 26 14:18:07 flufmnstr: such code is easy to write yourself Nov 26 14:18:21 flufmnstr: heck, quite a lot of systems in europe use that Nov 26 14:18:47 flufmnstr: {train, cinema, concert,...} tickets are the first that come to mind Nov 26 14:18:51 are you gus outside europe? i'm in Belgium Nov 26 14:18:57 guys Nov 26 14:19:06 yes, i'm outside europe: Switzerland Nov 26 14:19:09 we invented QR codecs? Nov 26 14:19:22 ;o))) Nov 26 14:20:43 us here Nov 26 14:20:50 av500: toyota did :) Nov 26 14:20:59 (at least according to wikipedia) Nov 26 14:22:16 gd evening folks! Nov 26 14:50:50 /msg NickServ identify Nov 26 14:51:02 time to change the password! Nov 26 14:51:41 no worry, somebody will change it for home Nov 26 14:51:41 him Nov 26 14:52:09 hi there channel :-) got my BBB this morning Nov 26 14:52:30 gz Nov 26 14:54:17 there is no much to play with it I'm new about it Nov 26 14:55:19 can someone help me, please Nov 26 14:56:26 with what? Nov 26 14:56:28 not without a specific question, no :) Nov 26 14:57:13 plug-in through usb to my computer Nov 26 14:58:09 I'm sure there is a question in there somewhere Nov 26 14:59:03 I have lots of questions Nov 26 14:59:26 where did you come from? Nov 26 14:59:34 where did you go? Nov 26 14:59:41 where did you come from, cotton-eyed Joe? Nov 26 14:59:47 dury: http://beagleboard.org/Getting%20Started Nov 26 14:59:56 I also plug an usb stick in the usb host, but nothing happens. Is it possible to browse the usb stick Nov 26 15:01:28 Anguel__ : red all that already Nov 26 15:02:01 what do you see in dmesg or lsusb when plugging in the USB device? Nov 26 15:02:13 I'm gonna play the "generic linux box troubleshooting" game Nov 26 15:05:08 Hi - am thinking about the BB Black for my 13 year old son. Pros/Cons?? he loves computers, has started programming in VB, interested in engineering.... thoughts? Nov 26 15:05:37 dury: https://groups.google.com/forum/#!topic/beagleboard/uWMNdBv_aPg Nov 26 15:05:52 Guest84201: does he know linux very well? Nov 26 15:06:04 no ont at all... a learning opportunity? Nov 26 15:06:10 Guest84201: eh.. Nov 26 15:06:23 Guest84201: probably too steep a learning curve for a 13y old Nov 26 15:06:36 Guest84201: you need quite a bit of linux knowledge to be successfull with embedded linux Nov 26 15:06:37 Guest84201: this is a development board, not a toy pc Nov 26 15:06:44 Guest84201: and you need a lot of electronics too Nov 26 15:07:08 understood - thank you. Nov 26 15:07:21 Guest84201: i would go either for something less complex, if you want to get him to embedded systems, like an arduino board, or get him interested in low level linux first Nov 26 15:07:26 Guest84201, I would start with a PC Nov 26 15:07:41 Anguel__: starting with an embedded system isnt a bad idea Nov 26 15:07:59 Anguel__: prevents the boy from getting sucked into thinking that games are all there is to computers Nov 26 15:08:21 Anguel__: especially in todays world, where computers are so complex that they are hard to grasp as a kid Nov 26 15:08:47 but i dont have kids, so i'm no expert in this Nov 26 15:09:11 don't think embedded is encouraging though Nov 26 15:09:13 my thought too - more to the PC than YouTube and MineCraft.... I had to write in Basic to make anything cool on my Apple IIe Nov 26 15:09:14 Guest84201: what is your goal btw? Nov 26 15:09:36 Anguel__: never underestimate the power of a blinking led Nov 26 15:09:57 ok, but maybe not with a BBB Nov 26 15:10:10 yes, the BBB is too complex Nov 26 15:10:12 goal is to open his eyes to using the PC for more. Internet is fine, but making the PC do what you want is more important. Be an active participant, not a spectator... Nov 26 15:10:23 heck, most adults fail at that (if this channel is any reference) Nov 26 15:10:35 Guest84201: hmm.. Nov 26 15:10:51 Guest84201: then an arduino class system should be good, i think Nov 26 15:11:11 he did remarkably well with his Mind Storm, but not really complex... Nov 26 15:11:21 Guest84201: they are simple enough to understand (no complicated memory system, OS or stuff like that) and you can do fun things with them Nov 26 15:11:53 Guest84201: make him build his own robot using a uC instead of mindstorms :) Nov 26 15:12:08 OK< i'll google it -> if it is a good introduction for him, i'd rather get him interested and build on it. Nov 26 15:12:40 Guest84201: also a good idea is to get him interested in electronics Nov 26 15:12:56 Guest84201: there should be a lot of books around that are accessible to kids of his age Nov 26 15:13:09 yes, maybe you should google for answers to your questions, here people are too biased to answer such questions :) Nov 26 15:13:10 Guest84201: for both electronics and uC systems/android based systems Nov 26 15:13:21 any specific places to go to learn about the arduino class system??? Nov 26 15:13:21 * KotH is not biased Nov 26 15:13:43 Guest84201: sorry, i hardly know what arduino is. never used it myself Nov 26 15:13:58 Guest84201: but lots of "uneducated" people use it for small scale electronics Nov 26 15:14:03 Guest84201: so it cannot be too difficult Nov 26 15:14:08 Guest84201: and I would start programming in C, not VB :) Nov 26 15:14:23 Anguel__ : BBB is now connected by USB to the computer and the usb of the BBB is connected and usb stick.. so it's impossible to see its contents. correct or not Nov 26 15:14:54 Anguel__: you cannot get a kid interested in something abstract just because. you need something he can use it for (however abstract that is) Nov 26 15:15:06 dury: correct Nov 26 15:15:24 OK - thanks all. Cheers! Nov 26 15:15:46 Guest84201: please report back how it went :) Nov 26 15:16:11 dury: do you know linux? Nov 26 15:16:47 after updating angstrom, I have an issue with my beaglebone black on win7. Nov 26 15:17:21 beagleBert: what issue? Nov 26 15:17:50 win7 does recognize the beaglebone, but win7 keeps telling me, there are no drivers Nov 26 15:18:11 sounds like a windows driver problem Nov 26 15:18:25 which is no surprise if you know how bad the USB code of windows is Nov 26 15:19:27 Anguel__ : so to see the contents of that usb stick. I have to plug the power supply, screen through micro hdmi and keyboard and mouse by usb and of course ethernet cable as well then it boots the linux distro that it has inside.. it's correct? Nov 26 15:20:24 KotH: yes, it is a driver problem. I have usbview disgnostics Nov 26 15:20:25 dury: or you can login via ssh into the board and see the contents on the command prompt Nov 26 15:20:39 beagleBert: did you reinstall drivers? Nov 26 15:20:53 beagleBert: you are aware that this channel is 99.999% linux and everyone will recomend you to use linux instead of windows unless you are into BDSM? Nov 26 15:20:56 anguel__: yes Nov 26 15:21:04 KotH: not yet Nov 26 15:21:09 beagleBert: ok Nov 26 15:21:27 beagleBert: this channel is 99.999% linux, and everyone here will recommend to use linux instead of windows Nov 26 15:21:28 * Anguel__ is using Win7 and not a single problem so far Nov 26 15:21:36 Anguel__ : could you drive me how to do that, please? Nov 26 15:22:22 Anguel__ : launch the terminal application, correct? Nov 26 15:22:27 dury: sorry, you need to learn at least a little linux to be able to use the BBB Nov 26 15:22:35 Anguel__: you are the 0.0001% ;) Nov 26 15:22:51 Anguel: which win7 drivers do you use? Nov 26 15:23:30 beagleBert, http://beagleboard.org/Getting%20Started#step2 Nov 26 15:23:45 * das counts 0.0009% of the population left => BSD ? Nov 26 15:24:12 Anguel__ : I know I bit, but could drive me which command to see the contents though, please Nov 26 15:24:13 * Anguel__ is proud to be the minority Nov 26 15:24:21 das: no, they are the ones with windows problems ;) Nov 26 15:25:05 KotH, you have to prove it is a win problem :) Nov 26 15:25:59 Anguel__: i developed usb devices. i know how bad the windows usb sstack is Nov 26 15:26:04 Anguel__ : ssh package is installed Nov 26 15:26:23 Anguel__: >20 black screens per day are hard to beat Nov 26 15:27:09 Anguel__: black screen as in "windows freezes hard or turns power off imediatly" Nov 26 15:27:20 Anguel__: no bluescreen Nov 26 15:27:28 omg Nov 26 15:27:34 Anguel__: and the usual cause was a wrong bit in some descriptor table on the device Nov 26 15:27:48 Anguel__: or an answer to a request that windows didnt expect Nov 26 15:28:11 * Anguel__ is only using USB CDC :) Nov 26 15:28:43 usbser is probably the worst windows driver i've seen in my life Nov 26 15:29:02 how about libusb? does it inherit those problems? Nov 26 15:29:11 only part of it Nov 26 15:29:33 the whole enumeration process is done before libusb gets access to the device Nov 26 15:29:44 a ok Nov 26 15:30:03 Anguel__ : when you finish with KotH. Would you assist me please? Nov 26 15:30:12 and enumeration is the process when most of the descriptors are read ;) Nov 26 15:30:23 dury: hint: you are not entitled to help Nov 26 15:30:30 dury: getting help is a privilege Nov 26 15:30:33 dury: i am not a free teacher, I gave you hints but I am not going step by step Nov 26 15:30:38 dury: you must work for it Nov 26 15:30:44 dury: show that you are wothy to receive help Nov 26 15:30:53 worthy* Nov 26 15:32:43 KotH: if you developed usb devices, you might be able to judge from a log file, what went wrong with driver installation... Nov 26 15:32:59 just that access to the usb stick that's all? Nov 26 15:33:02 beagleBert, did you reinstall those drivers? Nov 26 15:33:06 yes Nov 26 15:33:39 what error do you get? Nov 26 15:33:54 Anguel__ : me? Nov 26 15:34:07 beagleBert Nov 26 15:35:09 * Anguel__ is happy to have achieved 733 KB/s between PSoC and BBB via libusb Nov 26 15:36:11 anguel: drivers not found, unknown vendor Nov 26 15:36:20 anguel_:Port_#0001.Hub_#0004 Nov 26 15:36:22 Anguel__ : sorry... just typed ssh 192.168.7.2 not success Nov 26 15:36:57 dury, where did you type it? Nov 26 15:37:32 Anguel__ : in terminal $ Nov 26 15:37:36 beagleBert, does your angstrom boot? Nov 26 15:37:40 which image Nov 26 15:40:44 Anguel: Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.12-beaglebone-2013.09.05.img Nov 26 15:41:20 anguel: I think it boots... Nov 26 15:41:45 beagleBert, can you log in via ssh through net? Nov 26 15:41:46 anguel: otherwise it would not identify itself to the USB hub. Nov 26 15:42:11 Anguel__ : in firefox http://192.168.7.2/Support/bone101/ Nov 26 15:42:15 anguel: this is what I'm going to do next ;) Nov 26 15:42:37 anguel: although... there's no cable around Nov 26 15:42:59 Anguel__ : it says board connected Nov 26 15:43:13 dury, what ssh error do you get? Nov 26 15:44:02 Anguel__ : after typing ssh 192.168.7.2 ? Nov 26 15:44:30 yes Nov 26 15:45:21 Anguel__: this => ssh_exchange_identification: Connection closed by remote host Nov 26 15:49:27 hello all Nov 26 15:49:47 how to install lxml in my BBB Nov 26 15:49:56 I have python 2.7 Nov 26 15:50:21 Anguel__: what I did wrong or what I missed to type in command prompt, then? Nov 26 15:55:01 dury, not sure Nov 26 15:59:38 ????? Nov 26 15:59:45 null?? Nov 26 16:00:05 python, know? Nov 26 16:01:40 fpa_: try searching in your package manager Nov 26 16:03:01 Turl: tnks.. how? Nov 26 16:03:43 fpa_: I'd need to know what distro you're using Nov 26 16:04:03 Turl: angstrom Nov 26 16:07:01 anyone know a good nodejs tutorial? Nov 26 16:07:10 (I'm fluent with JS) Nov 26 16:07:37 fpa_: http://elinux.org/Installing_A_Software_Package_In_Angstrom Nov 26 16:08:14 Turl: wow tnks Nov 26 16:08:22 I try... Nov 26 16:13:39 Turl: I found -> python-xml - 2.7.3-r0.3.7 Nov 26 16:13:52 are ok, true? Nov 26 16:14:39 Turl: It support import xml.etree.ElementTree Nov 26 16:17:38 fpa_: probably, but I don't know for sure Nov 26 16:17:59 Turl: okay, I test... Nov 26 17:17:14 does anyone know if the tiwi-ble can work with the dm3730? the platform chart says am335 is supported Nov 26 17:19:22 we used with the R2 version previously instead of the ble version( R2 is phased out ) Nov 26 17:45:00 Hi all , i'm new to the beaglebone black and linux. I just updated to the latest angstrom version and installer a wna1100 wifi dongle. My problem is that it deactivate the ethernet port. How do i get both of them to work ? Nov 26 17:51:06 izandral: connman is managing network connections Nov 26 17:52:03 yes , i've been able to set a static ip on my ethernet connection and i want the wifi to stay in dhcp , but i don't know how to get them both to work at the same time Nov 26 17:52:20 if i plug the wifi the ethernet stops working Nov 26 17:53:18 different IP-ranges? Nov 26 17:54:12 for now yes , but the end project is i need the wifi to connect to a wireless modem and give internet to the ethernet port Nov 26 19:28:11 hello everyone Nov 26 20:01:05 gyz Nov 26 20:01:10 i have a doublt Nov 26 20:01:37 how the gpio pins communicate with the microprocessor/ Nov 26 20:01:55 on what interface? Nov 26 20:02:06 is it an spi or i2c or what? Nov 26 20:04:00 anyone can help me out? Nov 26 20:09:15 bimodh: they don't use a bus. You drive them from the GPIO driver. Please see this example: http://www.armhf.com/index.php/using-beaglebone-black-gpios/ Nov 26 20:30:09 hi the channel :-) Nov 26 20:30:31 I have red the documentation and I'm trying my best with BBB Nov 26 20:30:57 right now the board it's connected to the computer by usb Nov 26 20:35:49 I just plugged and usb stick in its usb port... the question is how do I browse the contents of that usb stick I just plugged in? Nov 26 20:36:16 it can be done by a command prompt... but I don't know what's the command line using ssh Nov 26 20:40:54 Hi I was wondering if anyone has any experience with Reading GPIO input from the one of the PRU on the board? Nov 26 21:03:46 anyone know what the max baud rate is on a dm3730 uart? I'm checking google now, but TI's docs seem to be down Nov 26 21:04:45 thurgood: can u help? Nov 26 21:05:06 thurgood: in theory it will go up to something like 512kbaud, but in reality with the way most of the plls are configured most likely limited to 230kbaud Nov 26 21:05:29 dury what's the ? Nov 26 21:06:22 got my BBB plug in by usb, in my computer, right? Nov 26 21:06:37 depends slightly on your OS Nov 26 21:06:54 it should automount either in /media or /mnt Nov 26 21:08:17 and the same time I got and usb stick plug in the BBB board, how do I see the contents of it? Nov 26 21:08:19 thanks prpplague Nov 26 21:08:43 ls /media/ Nov 26 21:09:10 assuming angstrom Nov 26 21:09:31 thurgood: in debian Nov 26 21:09:34 df -ah should show all mount points Nov 26 21:09:48 hang on Nov 26 21:09:50 rather than straight up guessing Nov 26 21:11:11 thurgood: bbb is connected by usb to the computer Nov 26 21:12:06 thurgood: and one usb stick in the BBB usb host. I want to se its contents Nov 26 21:16:43 thurgood: are u there? Nov 26 21:16:53 thurgood: busy? Nov 26 21:17:07 thought I answered.... Nov 26 21:17:23 in ssh type df -ah Nov 26 21:17:49 or alternately mount all by itself Nov 26 21:18:46 then ls the mount point in question Nov 26 21:19:19 thurgood: sorry ask you this silly question but how to go to ssh? Nov 26 21:20:22 what is your host machine? Nov 26 21:20:46 does angstrom have a package manager, like apt-get or something? Nov 26 21:20:57 chaincrusher: opkg Nov 26 21:21:08 thurgood, thanks. Nov 26 21:21:09 thurgood: hostname? Nov 26 21:21:33 dury: no, the OS on your desktop Nov 26 21:22:12 thurgood: debian Nov 26 21:23:01 thurgood: maybe I did not answer you correctly, sorry Nov 26 21:24:04 thurgood: I'm running debian linux Nov 26 21:24:47 new capes available soon from circuitco - https://plus.google.com/101339419642360856354/posts/fQnv385Udzt Nov 26 21:25:14 thurgood: please be patient, I'm new with BBB Nov 26 21:25:46 thurgood: just improving with it Nov 26 21:27:13 Ooh, that looks like an OLED? Nov 26 21:27:28 ok, and what are you running on the bbb? Nov 26 21:28:19 what's the best OS to run on the bbb? Nov 26 21:29:04 prpplague - when's the replicape coming? Nov 26 21:29:54 W1N9Zr0: scheduled for the same time as the other new capes, around mid-jan Nov 26 21:29:58 thurgood: I just connect an usb stick in the bbb usb host and I want to see the contents of it that's all Nov 26 21:30:11 ok, cool Nov 26 21:30:37 angstrom web page is down, looks like the repos are too ... Nov 26 21:30:56 if you're running debian just run ssh from the console Nov 26 21:31:46 the user is probably root.. but that depends on what OS you're running Nov 26 21:32:30 thurgood: would you please tell me how to run ssh from the console.. I know the package is installed Nov 26 21:34:46 thurgood: sorry to ask you those elementary questions... believe me Nov 26 21:35:44 `ssh @
` is the command Nov 26 21:37:14 thurgood: right, thanks indeed.... really appreciate your help and suggestions.... thanks so much :-) Nov 26 21:38:59 see what I can do once again thank u so much Nov 26 21:39:44 have to go, getting late over here Nov 26 21:50:57 Heyho... Nov 26 21:51:12 Still no xbmc on BBB. Dang it Nov 26 21:53:43 Kernle: you mean on a platform not designed for video? Nov 26 21:55:02 Kernle: there are several builds of xmbc, just that no one uses it as it really isn't what bbb was designed for Nov 26 22:02:03 tehKitten: prpplague: Yeah... I know that its not designed for that. Thats what everyone says, and I'm aware of that. Its still a uni project, and I need to evaluate that shit. Even if its just to say "jup, it sucks" ;-) Nov 26 22:03:01 Kernle: then you can try one of the four or five different xmbc builds Nov 26 22:04:17 prpplague: No luck so far. Either I'm to stupid to find the builds, or they are well hidden. Nov 26 22:04:37 I tried Ubuntu and Angstrom, both without luck (Ubuntu crashes, and Angstrom denies to install) Nov 26 22:04:57 hehe denies to install? Nov 26 22:05:16 Jup. Something about kernel... can't remember exactly. Nov 26 22:05:32 (Oh the irony) Nov 26 22:06:26 Kernle: well... there is no way for someone to help you with the exact text of the error Nov 26 22:08:45 prpplague: I'm aware of that... I'm a developer ;-) Nov 26 22:09:12 of course you are.... Nov 26 22:09:40 How so? Nov 26 22:11:36 Oh cool, one of those "my bbb wont boot at all" days Nov 26 22:28:14 prpplague: satisfy_dependencies_for cannot satisfy the following dependencies for xbmc: kernel-image-3.2.30 Nov 26 22:28:52 Kernle: the version of xbmc you are trying to install is for the beaglebone white distribution based on the 3.2 kernel Nov 26 22:32:16 Uhm.... meaning? Nov 26 22:34:36 Kernle: the image you are trying to use is for the beagle bone white, not the beagle bone black. The black only works with kernels versions 3.8 or greater Nov 26 22:35:35 And, how do I fix this? Chosing a different repo or stuff? Nov 26 22:42:13 Or maybe a different distri carpman / prpplague Nov 26 22:42:15 ? Nov 26 22:57:15 hello, can I use an actual monitor for the beagle bone? Nov 26 22:58:36 <_av500_> do you have a non-actual one as well? Nov 26 22:58:42 <_av500_> the BBB has HDMI out Nov 26 23:13:41 :/ ... no info @ xbmc? :( Nov 26 23:19:07 woot, got the tiwi-ble working , had the incorrect firmware (even though the filename matched) for the dm3730 baudrate Nov 26 23:52:17 Im having a hard time finding a case I like for the BBB! Nov 26 23:53:20 Many don't offer any access the to the power/reset buttons. Is it possible to wire up alternate power/reset buttons? Nov 26 23:58:34 Sure. Desolder the button, greenwire in the extensions. Nov 27 00:03:14 is it possible without soldering? Nov 27 00:03:15 umm.. the power button has a pin on P9/7 Nov 27 00:03:21 just use that Nov 27 00:03:26 yes this is more like what im after Nov 27 00:03:49 where can i find documentation about that? Nov 27 00:03:53 oops.. it's pin 9 on P9 Nov 27 00:04:30 https://github.com/CircuitCo/BeagleBone-Black/blob/master/BBB_SCH.pdf?raw=true Nov 27 00:04:40 schematics are good... Nov 27 00:04:55 i see in the reference manual that power button is listed under "expansion" Nov 27 00:05:49 ohh thats quite technical... Nov 27 00:06:34 search for PWR_BUT in it and it may make some sense Nov 27 00:06:54 but basically to "press" the button, connect pin 9 of P9 to ground Nov 27 00:07:22 pin 10 for reset Nov 27 00:07:53 perfect thank you : D Nov 27 00:08:37 doesn't hurt to understand the schematic though ;) Nov 27 00:08:38 The case Im looking at is metal, and the cover screws on...And i just can't see putting 4 screws in somethign with the power button inside Nov 27 00:08:45 yeah I' Nov 27 00:08:49 I'm looking at it Nov 27 00:09:03 not that I understand it..but I'm looking Nov 27 00:09:57 well on page 2, you see the power button Nov 27 00:10:20 and you see it connect the PWR_EN pin on the PMIC to DGND when pressed Nov 27 00:10:29 yes Nov 27 00:10:50 and you also see this: 11 PWR_BUT >>---- coming in Nov 27 00:11:10 that means, go to page 11 and find PWR_BUT there to see where that goes ;) Nov 27 00:11:41 and on page 11 you find the P9 connector with PWR_BUT on pin 9 Nov 27 00:12:01 ahh yes page 11..thats looking better Nov 27 00:13:27 I dont see anything that screams "boot button" is there a pin for that too? Nov 27 00:13:45 and thank you for teaching me to fish a little : D Nov 27 00:15:01 yes there's a button labeled uSD BOOT :) Nov 27 00:15:39 i see it on page 6 Nov 27 00:16:24 yes, again a button that grounds a pin when pressed.. Nov 27 00:16:54 and goes to SYS_BOOT2 which is LCD_DATA2 Nov 27 00:17:22 it's a shared pin, at boot time it's used for boot button, later can be used for other stuff Nov 27 00:17:49 I think it's used by the HDMI stuff on BBB Nov 27 00:18:09 but shouldn't matter, it's also available on P8 Nov 27 00:18:22 anyway, time to sleep, have fun& Nov 27 00:18:27 thank you again Nov 27 00:47:24 Ping Nov 27 00:52:09 Asking again... how to get xbmc running on bbb? :/ Nov 27 01:04:39 something seems very broken on BBB with angstrom 2012.12 and bonscript. I can not even toggle USR0 led. I can write a script that turns it on or off and it works but if the script toggles ON/OFF and does not exit it wont work. Its almost like it wont work till the some fd is closed? Nov 27 01:05:04 I installed bonscript via npm install fresh so not what came with 2012.12 Nov 27 01:16:40 hmm ok something different. I was write to do a digitalWrite(MYPIN,MYVAL) where myval was 0 or 1 but that does not work. It seems to only work if I use b.HIGH b.LOW where b is the bonscript object. Kinda odd it wont take another var Nov 27 01:21:36 meh. ok it switch from a number to boolean and that function it seems does not accept a boolean. Nov 27 02:03:49 Ding Nov 27 02:04:29 How do I plug a beagle in Nov 27 02:05:48 find closest lamp, unplug, cut wire, hold beagle in one hand, hold exposed wires in other, plug back into wall. ;-) Nov 27 02:07:20 The high voltage won't hurt me? Nov 27 02:10:27 the beagle will protect you. Nov 27 02:10:39 that's what it is made for, as you know. Nov 27 02:14:27 jkridner: be careful someone may try that :P Nov 27 02:14:39 :-) Nov 27 02:14:43 hope not. **** ENDING LOGGING AT Wed Nov 27 03:00:00 2013