**** BEGIN LOGGING AT Sun Aug 05 02:59:59 2012 Aug 05 05:41:29 <_av500_> ogra_: people stopped coming here for the search tool a while ago Aug 05 05:41:46 <_av500_> and jkridner managed to finally 0wn the channel Aug 05 05:42:50 <_av500_> grah, the rain kills the mesh network totally Aug 05 05:49:14 Hello Aug 05 05:49:58 I am trying to install Ubuntu on my BeagleBone using OSX Aug 05 05:50:12 I cannot find anywhere to do it. Can anyone point me to something? Aug 05 05:54:05 http://elinux.org/BeagleBoardUbuntu Aug 05 05:59:41 That doesn't help me with OSX Aug 05 05:59:53 The items only work on Linux Aug 05 06:01:35 you could always install linux in a virtual machine Aug 05 06:04:47 <_av500_> all you need on osx is a way to write the sdcard image Aug 05 06:05:16 <_av500_> if osx cannot even do that .... Aug 05 06:05:52 * _av500_ thinks about selling sdcards for osx users Aug 05 06:07:06 osx should have 'dd' Aug 05 06:07:12 it's a unix bastard after all Aug 05 06:10:27 <_av500_> maybe its sandboxed Aug 05 06:12:57 it has dd Aug 05 06:13:42 I've used it for duplicating beagleboard cards Aug 05 06:14:51 unfortunately macbooks don't share their SD port with VMs... at least mine doesn't Aug 05 06:15:15 but you can buy a usb reader for $10 Aug 05 06:15:29 or less Aug 05 06:15:58 <_av500_> way less Aug 05 06:16:44 depends on how many card types you want to read Aug 05 06:16:57 <_av500_> all the obsolete ones :) Aug 05 06:17:02 <_av500_> smartmedia Aug 05 06:17:04 yup Aug 05 06:17:43 <_av500_> in fact, nand chips are still using the smartmedia "protocol" ... Aug 05 06:17:53 <_av500_> more or les Aug 05 06:18:31 <_av500_> thurbad: btw, what about your "project"? Aug 05 06:18:41 <_av500_> you never posted a youtube link :) Aug 05 06:18:53 heh Aug 05 06:19:25 <_av500_> anmd audio patches for omapfbplay Aug 05 06:19:28 <_av500_> iirc Aug 05 06:20:17 thinking about reworking the audio for openAL rather than using SDL Aug 05 06:20:34 <_av500_> oh Aug 05 06:20:52 <_av500_> and openAL plugs into what? Aug 05 06:20:55 <_av500_> alsa? Aug 05 06:21:06 I believe so Aug 05 06:21:17 <_av500_> so why add a wrapper? Aug 05 06:21:31 <_av500_> if you just want sound out, looke at tinyalsa from android Aug 05 06:21:41 <_av500_> its 100 lines or so Aug 05 06:21:42 oh? Aug 05 06:21:49 nice Aug 05 06:21:55 <_av500_> its one c and one h file Aug 05 06:22:21 what's the license on it? Aug 05 06:23:07 <_av500_> apache i gues Aug 05 06:23:10 <_av500_> s Aug 05 06:25:01 nice it will mix too? Aug 05 06:25:14 <_av500_> no idea Aug 05 06:25:26 <_av500_> android mixes internally Aug 05 06:25:32 <_av500_> so it does not need that Aug 05 06:25:46 <_av500_> tinyalsa calls the kernel api directly Aug 05 06:27:54 i don't suppose it has OGG or MP3 support LOL Aug 05 06:28:02 <_av500_> ? Aug 05 06:28:16 <_av500_> thats what libav is for Aug 05 06:29:39 heh, never thought about that even though I use it for decoding the audio in the video files :P Aug 05 06:29:56 <-- egg on face Aug 05 06:33:54 don't suppose it's thread safe? Aug 05 06:34:15 <_av500_> tinyalsa? Aug 05 06:34:25 yeah Aug 05 06:34:39 <_av500_> i guess its maybe not for you after all :) Aug 05 06:35:00 <_av500_> but in fact, I dont know if it support several "sessions" Aug 05 06:35:04 <_av500_> or "streams" Aug 05 06:35:07 <_av500_> see the code Aug 05 06:35:50 I'm looking now don't see any mention of threads Aug 05 06:40:23 we have multiple streams going that need to be mixed together a music track, the audio track from the video and the odd sound effect occasionally Aug 05 06:40:32 <_av500_> ah right Aug 05 06:40:38 <_av500_> well, tinyalsa might not cover that Aug 05 06:40:43 <_av500_> its tiny Aug 05 06:41:32 heh, yeah Aug 05 06:42:41 cool idea Aug 05 16:14:15 Hi everyone... Are there any active Beagleboard / C++ gurus around and active? Aug 05 16:27:26 CodeMaven: http://www.catb.org/~esr/faqs/smart-questions.html Aug 05 16:33:22 I'm trying to build a simple C++ hello-worlf program on the BeagleBone, but I'm getting the dreaded 'Bus error' message... I've searched high and low through the documentation and forum and havn't found anything for getting gcc to work on the board.... Aug 05 16:39:45 hello wolf? Aug 05 16:39:57 the app that cried wolf? Aug 05 16:40:00 er hello world... Aug 05 16:40:30 when do you get the bus error? Aug 05 16:40:39 gcc is telling me that iostrem is broken.... that can't be right... Aug 05 16:40:40 while compiling or when running the compiled wolf app? Aug 05 16:40:48 In file included from /usr/include/c++/iosfwd:41:0, from /usr/include/c++/ios:39, from /usr/include/c++/ostream:40, from /usr/include/c++/iostream:40, from test.cc:1: /usr/include/c++/bits/stringfwd.h:57:66: internal compiler error: Bus error Aug 05 16:40:54 when compiling Aug 05 16:41:02 so your compiler is broken Aug 05 16:41:07 yes. Aug 05 16:41:21 it's the basic default Angstrom image that came with the board. Aug 05 16:41:29 I tried reinstalling gcc, but no change. Aug 05 16:43:24 I have: gcc - 4.5-r49+svnr184907 Aug 05 17:10:18 hi... is somebody use Qt on beaglebone? Aug 05 17:12:02 I don't know that I must to do, after to compile the qt embedded libs Aug 05 17:56:47 mranostay, prpplague, etc: http://malcolmgladwellbookgenerator.com/images/15.jpg Aug 05 17:57:06 hehe Aug 05 18:32:17 mru: i don't know what you talking about. i don't drink :P Aug 05 18:33:44 I didn't mean to imply you did Aug 05 18:33:50 just thought you might find it funny Aug 05 18:35:59 has anyone had success using buildroot to build a setup for a beagleboard xm rev c? Aug 05 18:36:18 I'm sure _someone_ has Aug 05 18:36:22 for some value of success Aug 05 18:39:08 archos gen8 uses same soc and they build their libc userspace with BR Aug 05 18:50:19 god my isp sucks Aug 05 19:02:40 hi... Aug 05 19:03:09 I did install ubuntu 12.04 into my beagle.... Aug 05 19:03:59 but... I don't be sure what toolchains I must to use Aug 05 19:05:04 where can I download the toolchain? Aug 05 19:06:03 venebone: what are you trying to do? Aug 05 19:07:40 dm8tbr: I want install a toolchain for ubuntu-arm.... I have arm-angstrom-linux-gnueabi and is ok with angstrom distro.... Aug 05 19:08:19 but this toolchain isn't work with ubuntu-arm Aug 05 19:10:58 dm8tbr: do you understand me? Aug 05 19:12:00 I don't understand why you need a cross-compile toolchain Aug 05 19:12:20 I'd expect ubuntu to have one themselves though. Aug 05 19:14:49 dm8tbr: I want to compile on my pc... and then run on my bealgle with ubuntu.... Aug 05 19:18:03 http://packages.ubuntu.com/search?keywords=gcc-arm-linux-gnueabi Aug 05 19:18:11 just chose the right one... Aug 05 19:18:44 dm8tbr: thank you Aug 05 23:59:26 * mranostay pokes mrcan Aug 05 23:59:31 er mru Aug 06 00:05:08 * mru hides Aug 06 00:05:52 mranostay Aug 06 00:06:14 mrcan: wrong nick nothing to see here Aug 06 00:07:45 mru: so ever try a beer called Old Speckled Hen? Aug 06 00:08:50 sure Aug 06 01:10:29 mru: looking at your gist. toolchain fun? Aug 06 01:10:59 * mru feels stalked Aug 06 01:33:56 w|zzy: you around? Aug 06 01:34:02 Hi. Aug 06 01:34:06 Was going to email you today. Aug 06 01:34:09 lol Aug 06 01:34:33 well you can just tell me if you'd like Aug 06 01:35:15 If ya still want it... Aug 06 01:35:24 $? Aug 06 01:35:42 There is discussion about that? Aug 06 01:35:46 lol Aug 06 01:35:50 i'm at the same price Aug 06 01:36:00 you didn't know if you'd want to sell it for that Aug 06 01:36:00 Which is fine. Aug 06 01:36:03 oh ok Aug 06 01:36:15 I just wanted to check with a mate if he wanted to buy it for the same.. Aug 06 01:36:21 gotcha Aug 06 01:36:24 He cant afford it :P Aug 06 01:36:24 don't blame ya Aug 06 01:36:27 lol Aug 06 01:36:47 it's a 7" touchscreen lcd cape for the beaglebone right? Aug 06 01:36:51 just so we're clear lol Aug 06 01:36:51 correct. Aug 06 01:37:06 btw it doesnt come with the plastic stand in all the photos of it Aug 06 01:37:17 do you know if anyone makes cases for it? Aug 06 01:37:23 No idea. Aug 06 01:37:36 ok Aug 06 01:38:04 is paypal good with you? Aug 06 01:38:29 sure.. Aug 06 01:38:36 ill send in a trackable pack Aug 06 01:38:40 good deal Aug 06 01:38:49 care to send a paypal invoice to me? Aug 06 01:38:54 i'll pay right now Aug 06 01:39:52 I cant send it til tomorrow Aug 06 01:39:59 ok, that's fine Aug 06 01:40:06 you have my email still right? Aug 06 01:41:58 sent Aug 06 01:44:31 paid Aug 06 01:44:38 so you can mail it out tomorrow? Aug 06 01:44:52 yes. in about 24hrs.. Aug 06 01:44:58 Its almost midday here and the screen is at home Aug 06 01:46:08 gotcha **** ENDING LOGGING AT Mon Aug 06 02:59:58 2012