**** BEGIN LOGGING AT Tue May 21 02:59:58 2013 May 21 03:00:35 Read BBB SRM *before* you ask him your questions, will help a lot. May 21 03:02:21 cmake is making me irritable. rtl-sdr works fine, but stuff that builds on it keeps breaking. May 21 03:02:44 is that thet BBB SRM http://circuitco.com/support/index.php?title=BeagleBoneBlack#Hardware_Files? May 21 03:04:40 The SRM under "LATEST PRODUCTION FILES (A5A)" on that page, first link. May 21 03:05:48 found it May 21 03:05:52 thanks May 21 03:07:05 So no one in here has done bare metal with the bbb ? May 21 03:08:21 an NPN transistor should by default be switched off, correct? May 21 03:10:47 A transistor isn't a switch and doesn't have a "default", it's an active device and how it behaves depends on how its terminals are biased. May 21 03:11:57 i have a stubid question :D is thier anyway that you can make windows run the in AMR proccessor (The BBB) May 21 03:12:47 Ahmed, not regular desktop Windows May 21 03:12:51 Ahmed_, not really a stupid question the short answer is yes, but it would require writtign drivers for an RT variant of windows May 21 03:13:26 mm because i asked my prof he told me noway this proccessor could run windows May 21 03:13:36 Ahmed_: problem is, your support will go from pretty good ( with something like angrstrom) to a few people in the world who have windows running on the beaglebone. May 21 03:13:37 and like quixactl hit on there it would have to be an embedded version of windows May 21 03:14:12 pfft, it's turing complete. of course it could run windows! :D May 21 03:14:28 While it can run *in principle", your prof gave you good advice in suggesting "no way". It's not a useful thing to want in this context. May 21 03:14:30 id actually like having windows embedded on the black May 21 03:14:38 if for nothign else to tpy aroudn with May 21 03:14:53 yeah that will be the coolest thing ever :D windows in the beagleboard May 21 03:15:13 i was shocked when i saw a full pc in a small chip!! May 21 03:15:24 and the price is 45$ :D May 21 03:15:28 sad thing is Ahmed_ the OS would cost 4-5x more than the board May 21 03:15:34 not really economically sound May 21 03:16:08 yeah you are right, windows will cost much more than the bbb May 21 03:16:18 Definitely not cool. The BBB is totally open unless youi want to use the GPU. Windows is closed. May 21 03:16:41 You could get windows mobile to run on it... or maybe windows8rt (haven't looked at developer versions of this). But not like XP, Vista, or 7 desktop OS... May 21 03:17:29 oh i see, did you guys try android os? May 21 03:17:35 is it better or lunix May 21 03:17:42 quixactl, im pretty sure windows 8 embedded would work on it assuming drivers were availible, but i wouldnt hold my breathe waiting for someone to write them and make them availible to the public May 21 03:17:50 i was reading that android is the same as lunix May 21 03:18:47 Linux is a kernel only. Android uses the Linux kernel, same as Ubuntu and other normal Linux distros. Android just has a different user-space. May 21 03:18:52 its a linux hybrid May 21 03:19:35 i forget the exact proper term for the VM but each application on android runs on its own virtual machine May 21 03:19:40 fiola: what i meant was that nothing should flow from the collector to the emittor if the base isn't hooked up to anything, correct? May 21 03:21:13 Floating bases aren't good engineering design, and I don't think you can generalize like that. May 21 03:25:34 To be accurate, Android is Android/Linux, just like Ubuntu is a brand of GNU/Linux. But Android could just as easily run over BSD, and so be Android/BSD. The functionality provided by the various kernels of the Unix family are all pretty similar. May 21 04:02:09 hi everyone May 21 04:07:22 Should get my first BBB tomorrow, looking forward to it! May 21 04:07:46 * bruce needs more dev boards like a hole in the head, but still, looking forward to it. May 21 04:22:54 bruce: got mine last weekend from the san mateo maker faire here in california. just taking it for a spin now May 21 04:24:08 Any project in mind, or just something to play with? (like mine...) May 21 04:34:28 * m_billybob looks off to his right were there is a stack of unopened dev board needing love May 21 04:39:57 * mranostay finds beer May 21 04:40:13 * m_billybob hides his May 21 04:41:07 for medicinal purposes only :P May 21 04:45:05 ahoi May 21 04:45:38 yaar May 21 04:48:47 av500: so am i evil? May 21 04:54:44 you sit on a mountain of bacon May 21 04:54:50 share it! May 21 05:17:13 bruce: I want to use it for a data acquisition project. use gpio and run a small database/webserver May 21 05:17:52 Cool. I want to play with the PRU's, but we'll see how quickly I get around to it. May 21 05:17:59 PRU? May 21 05:19:33 Programable realtime unit. http://blog.boxysean.com/2012/08/12/first-steps-with-the-beaglebone-pru/ May 21 05:20:29 Basically some programable I/O fabric that works around the relatively high latency of doing I/O from the Linux layer running on the ARM core. May 21 05:20:35 * mranostay bows before the bacon gods May 21 05:20:46 ^ don't we all. May 21 05:22:05 Honeyclaw: PRU programming might be useful for your GPIO and/or data acquisition, but not the db/web stuff. May 21 05:22:21 Or it may just be overkill, depending on what you're doing. May 21 05:23:41 okay, I'm being really lazy by asking, but how does that module fit in, in terms of the arm core and the gpio? May 21 05:24:09 I haven't bothered to look at the schematic yet May 21 05:24:19 It's kind of like a peripheral controller. Or two of them, in fact. May 21 05:25:09 So you can write small, tight assembly programs on these things, and they have direct access to all (I think) of the I/O on the chip. May 21 05:25:48 You would do light, fast bits with the PRUs and let the ARM core do all the thinking. May 21 05:26:18 it looked like the page you linked was describing a kernel module to get responses from them May 21 05:26:48 I will definitely check it out. I will need a pulse counter at a couple kHz, so that sounds like it might be a perfect application for the PRU May 21 05:28:02 Anything simple but realtime, the PRU is your friend. Or that's my understanding, as someone who doesn't *quite* have a BB yet... May 21 05:28:20 * bruce spends too much time reading about these things, not enough time coding on them. May 21 05:28:44 soon, though. :D May 21 05:29:23 w00t! May 21 05:39:09 :3 $241 order with digikey... GO May 21 05:39:17 including a BBLK May 21 05:39:39 we judge by character here not colour May 21 05:39:52 kay well May 21 05:39:57 my character just ordered $241 from digikey :# May 21 05:40:02 do i win a prize? May 21 05:40:46 aaaaaaaaaand DOH. BBone Black just went from "Shipment overdue, please contact digikey" to "Quantity expected: *. Please Contact Digikey" May 21 05:40:47 you are $241 poorer :P May 21 05:41:28 mranostay: Nooo, VISA is $241 poorer. I'll only be $241 poorer when I get the bill. :# May 21 05:42:50 also, circuitco, y u no ramp up production moar faster? ლ(ಠ益ಠლ) May 21 05:43:58 Newark seems to have them at the moment. May 21 05:44:16 I only mention because mine's already shipped. :P May 21 05:52:18 hehe May 21 05:56:20 mranostay: But I'll have parts for 3 or 4 beagle cape prototypes :3 May 21 05:58:04 notes prpplague still hasn't sent the x86 goodies May 21 06:01:06 good moaning May 21 06:03:01 dm8tbr: hey arm dude May 21 06:04:31 mranostay, anything x86 and embedded is a Myth. May 21 06:04:38 WTF of the day... On Order: 11996 May 21 06:04:43 ^ Mouser, BB-BBLK-000 May 21 06:05:00 Mouser wants *all* the Bones. May 21 06:05:03 ka6sox: what you expect me to say to that? :P May 21 06:05:27 I've been told there is a phone with an x86 in it...never seen it, May 21 06:05:40 I'm told that FRI2 exists...again never seen it...total Myth. May 21 06:06:16 well i have one May 21 06:06:47 total myth...seeing in person is believing... May 21 06:06:51 everything else...Myth. May 21 06:09:38 it is probally sitting on fish ladder May 21 06:12:32 mranostay: I'm for equal opportunities. I have ARM, MIPS and x86 devices May 21 06:12:45 * mranostay was in a room full of interns today.. quite scary :P May 21 06:14:32 mranostay: smell of despair? May 21 06:15:49 despair that i'm not the youngest anymore? :P May 21 06:19:58 where is panto at? May 21 06:23:33 tasslehoff: how is KITT? May 21 06:30:06 mranostay: http://www.kencyclopedia.com/kender/interaction/rumble/votepage.cfm?id=45 May 21 06:30:18 Kit is fine, KITT I do not know how is :) May 21 06:58:05 Found that uEnv.txt file missing when using narcissus build for my Beagleboard xM May 21 06:58:48 Can I manually copy the file to the boot sector, the same file came with my demo SD card May 21 07:41:57 Question: Is there a way to control the beaglebone GPIO stuff without sysfs and/or debugfs? May 21 07:43:46 any tips on how to know what period and duty to set on a pwm output on a bbb to slow down a motor? May 21 07:48:41 hmm, some people seem to do it with mmap, I'll have a look. May 21 08:05:23 * Russ always gets confused by peoples motivations May 21 08:05:43 is there anyway to screw in a screw without a screwdriver... May 21 08:06:02 hmm, some people seem to do it with a butter knife May 21 08:09:26 Sharma: you mean like a kernel module like you're supposed to do? May 21 08:09:45 Sharma: sysfs/debugfs is just a quick way to debug things, not the API you're meant to use May 21 08:12:07 koen: got the udev stuff from cbrake and it solved almost all my problems (both professional and personal :p) May 21 08:12:17 so thanks for the tip May 21 08:16:23 tasslehoff: good! May 21 08:16:43 tasslehoff: I keep meaning to integrate those into angstrom, but I never find the time :( May 21 08:19:27 koen: I see that most tutorials recommend /sys/class/... stuff to control the ports. May 21 08:19:41 so yeah, I was wondering what's a *proper* method to use in C/C++ May 21 08:19:54 the mmap method appears to bypass the kernel so I take it that's not a good idea May 21 08:20:03 at least from userspace May 21 08:21:03 koen: in case you need/want it, this is what I got from cbrake https://gist.github.com/cbrake/5092651. May 21 08:22:21 koen: if I end up with something nice I'll submit a patch of some sort. currently wrestling udhcp. think maybe I need another service to control link/nolink and static/dhcp changes. May 21 08:26:48 == Hi, I would need the full pin-out for the serial header of beagleboard black May 21 08:26:49 Sharma: I don't there is really a nice method when using the arm core/GPIO. May 21 08:27:25 easyw: have a look at the schematics (pin 1 is "ground" and 4/5 TX/RX May 21 08:27:42 Sharma, why would using /sys/class/... be improper? May 21 08:28:01 yes, but I miss the other pins ... I cheched schematics but I cannot find J1 May 21 08:28:17 easyw, are you sure you have the beaglebone black schematic? May 21 08:29:02 and if so, did you check sheet 4 May 21 08:30:17 easyw: in the schematics May 21 08:30:23 CTRL-F J1 May 21 08:30:48 easyw: http://www.keesj.dds.nl/serial.png May 21 08:30:59 ok, thanks ... I had BB Bone and not Black schematics ... thanks May 21 08:32:19 which revs have R165? May 21 08:38:30 This is rev B3. Why would one do a pulldown on the serial? May 21 08:39:25 ? May 21 08:39:37 keesj: BBB May 21 08:39:40 so it doesn't float when disconnected May 21 08:39:50 there was a pulldown added in mass prod May 21 08:40:13 right May 21 08:40:46 so, now g+ and flickr both look like pinterest May 21 08:41:00 keesj: a lot of noise was leaking into the pins, upsetting uboot May 21 08:41:03 JIHAD! May 21 08:41:13 ya, the flickrpocolypse upsets me May 21 08:41:16 keesj: the "press any key" got triggered -> no boot May 21 08:41:20 but then I noticed they give you 1TB May 21 08:41:28 Russ: flicrpocolypse? May 21 08:41:37 log into flickr today? May 21 08:41:45 * KotH doenst use flicker May 21 08:41:53 Russ: he does not use moderm web stuff May 21 08:41:59 only modem web stuff May 21 08:42:10 I have to say I like that flickr now uses most of the space to diplay pictures May 21 08:42:13 yeah.. no twitter, no blog, no g+ May 21 08:42:17 instead of whitespace and menus May 21 08:42:24 he lives in a cave in the mountains, full of cheese and gold May 21 08:42:31 * KotH lives alone, in the a cave in the mountains...far away from all civilization May 21 08:42:41 av500: gmta :-) May 21 08:42:47 : May 21 08:42:50 ) May 21 08:43:14 I miss the view counts May 21 08:43:38 I miss the page loading in a finite amount of time May 21 08:43:50 same for G+, its a scam to sell faster PCs May 21 08:44:31 TTL level Serial interface helped! May 21 08:44:38 gah.. i felt really dumb May 21 08:44:49 ttlalltheserials! May 21 08:44:58 why do the simple things often catch you out May 21 08:45:03 who even started that 12V nonsense May 21 08:45:12 think green May 21 08:45:22 how thought 1.2V logic was a good idea May 21 08:45:23 dumb May 21 08:45:26 if all serial went to TTL we could stop using nuclear May 21 08:45:27 just like a troll to think green I suppose May 21 08:45:54 mrpackethead, I have some 1V logic I'm pushing about 20A to May 21 08:45:58 mrpackethead: 1.2V is killing it, 0.8V is the future May 21 08:46:10 yeah. May 21 08:46:31 you need to have the power supply about 4 um away from it! May 21 08:47:19 the pic processors i use run 1.8V internally i think May 21 08:47:40 most of the modern uC use <2V on the core May 21 08:48:24 1.8V is pretty much standard, newer ones and high power ones are 1.2V May 21 08:49:27 you can still overclock stuff at 12V https://www.youtube.com/watch?v=Gw-rUCwLoQ0 May 21 08:50:13 heh May 21 08:50:21 it went really fast for a short amount of time May 21 08:50:42 it was still ddr2. so not too fast :P May 21 08:50:58 not too accurate either I'd wager May 21 08:51:33 look, all I know, is that when you see flames shooting out of something, its going really fast May 21 08:52:20 heh May 21 08:52:42 oh yeah flames = fast I nearly for got that rule May 21 09:10:47 [kernel] koenkooi pushed 2 new commits to 3.8: http://git.io/_WquSA May 21 09:10:47 kernel/3.8 b37c479 Chris Micali: Patch to uio_pruss to add sysfs entry for DDR sync May 21 09:10:47 kernel/3.8 e8f4879 Koen Kooi: Merge pull request #40 from cmicali/3.8... May 21 09:12:50 koen: wtf, RMK is ona CPU that is not armv4? May 21 09:13:11 av500: correct May 21 09:13:11 unpossible May 21 09:13:20 av500: it even has hdmi out May 21 09:13:34 you can hook hdmi to an armv4 May 21 09:13:59 koen: is that a paradigm shift? May 21 09:13:59 I heard the tegra2 has several arm7 cores May 21 09:14:04 and hdmi May 21 09:21:43 is RMK still the arm "maintainer"? May 21 09:27:04 hi guys May 21 09:27:09 I have a question May 21 09:27:29 I am trying to use the VFP coprocessor on my beagleboard May 21 09:27:30 ask it May 21 09:27:33 ok May 21 09:27:47 its not really a coprocessor May 21 09:27:52 and was wondering if there are any intrinsics that I could use May 21 09:27:58 there are May 21 09:28:02 but you dont want to use them May 21 09:28:15 so I go with inline assembly? May 21 09:28:22 wtf May 21 09:28:36 assembly, yes May 21 09:28:37 it's a goddamn floating-point unit May 21 09:28:41 just write your code in C May 21 09:29:06 okay, this is going to sound stupid May 21 09:29:19 I assumed he meant neon simd May 21 09:29:23 C has this data type called 'float' you know... May 21 09:29:27 av500: that's not vfp May 21 09:29:36 mru: I know that May 21 09:30:10 how do I make sure that the VFP is doing the processing and not NEON? May 21 09:30:21 ??? May 21 09:30:26 maybe you should tell us what you're trying to actually do May 21 09:30:35 fussy: read up on it May 21 09:31:06 yeah, I'm just trying to use the VFP unit May 21 09:31:14 then use C code May 21 09:32:16 and to make sure that the VFP does the processing? May 21 09:36:46 fussy: liked reading http://wiki.debian.org/ArmHardFloatPort/VfpComparison to get an idea of what you want (e.g neon v.s. vfp v.s. vfp v3) May 21 09:37:16 I wouldn't trust anything from debian on these topics May 21 09:37:25 and certainly not that page May 21 09:38:10 it's so confusing it's hard to say if it's correct or not May 21 09:40:08 I found the whole VFP very confusing May 21 09:40:41 maybe because you read the debian pages May 21 09:40:52 it's a floating-point unit, end of story May 21 09:41:22 yes, but I still have no idea how to use it May 21 09:41:23 gcc uses it with float and double data types May 21 09:41:47 fussy: there is no "how to use it" May 21 09:41:51 just compile your code May 21 09:41:56 same as you would on x86 May 21 09:42:41 and the floating point processing will be done by VFP automatically? May 21 09:42:51 JUST COMPILE YOUR CODE May 21 09:43:36 understood May 21 09:43:42 I have doubts May 21 09:43:47 thanks for the help! May 21 09:43:49 maybe he uses 2.95 May 21 09:43:49 http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dai0133c/index.html wans't much help either. from my understanding only VFPv3 is kinda sane and before that the instruction might or might not be executed May 21 09:44:01 BULLSHIT May 21 09:44:03 hahahaha May 21 09:44:34 VFPv3 is backwards compatible with VFPv2 except that VFPv3 cannot trap floating-point exceptions and therefore requires no software support code May 21 09:44:36 keesj: why the fuck are you reading *that* page? May 21 09:44:45 that's about some ancient version of arm's commercial compiler May 21 09:44:53 * ogra_ thinks popcorn before lunch isnt healthy ... but nontheless ... May 21 09:45:16 I'm using v7 May 21 09:45:28 did I mention i found it confusing ? May 21 09:45:30 ogra_: chips & beer then May 21 09:45:40 ynezz, ooh, good idea ! May 21 09:45:49 keesj: you seem to intentionally seek out the worst, most outdated pages on the entire internet May 21 09:46:07 mru: is there a google setting for that? May 21 09:46:24 obsolete.google.com perhaps May 21 09:46:24 sort by date, oldest first? May 21 09:46:27 :p May 21 09:47:26 That certainly doesn't apply to my current work! May 21 09:48:01 another question May 21 09:48:05 hm, is it all for today? I've just opened a new can... May 21 09:48:58 do I have to include any libraries for the VFP? May 21 09:49:08 gaaaaah May 21 09:49:21 I'd like to use the ALU in the processor, please help May 21 09:50:35 mru: I also looked at DDI0406C_b_arm_architecture_reference_manual.pdf and followed your exact steps to the letter http://www.keesj.dds.nl/exactsteps.html (at least tried) May 21 09:51:21 somehow I ended up on irc May 21 09:55:03 keesj: so what are _you_ trying to achieve? May 21 09:55:18 hi punk May 21 09:55:18 making you mad ? May 21 09:55:18 mru, you seem distressed... can you explain how I can use VFP? :) May 21 09:55:34 panto, use the vfp libs indeed May 21 09:55:45 panto: how *you* use it? I belive you're doing it just right May 21 09:56:32 I *was* trying to understand the implication of enabling hard floating point (on MINIX) May 21 09:56:56 you need to save and restore the vfp state on context switches May 21 09:57:35 that's the d0-d31 registers and the control/status registers May 21 09:57:48 yea the x86 port also does that (and also is kinda smart in detecing if it needs doing) May 21 09:57:58 hardfp makes your code 3-300 times faster, debian found out May 21 09:58:12 * panto <- starts the day with a troll and a smile... May 21 09:58:13 you can do lazy switching if you want May 21 09:58:44 * av500 is too lazy for that May 21 09:58:45 in a new process you disable vfp May 21 09:59:01 if the process uses a vfp instruction, it will trap May 21 09:59:28 in the trap handler you enable the vfp unit and mark the process as using vfp May 21 10:00:23 then, on a context switch, you only save/restore if the new context has already used vfp May 21 10:00:36 also printk("It's a trap!\n"); May 21 10:01:31 0xF00D May 21 10:01:47 never tried oxfood May 21 10:01:58 tried ox though May 21 10:03:19 ...Hi,Dear friends: I want to use the beable bone black make a robot.What system I want to use? And,What knowledge I need to make it?... May 21 10:03:49 one of those... May 21 10:03:56 you need the cpu of the terminator... May 21 10:03:59 robot knowledge indeed May 21 10:04:06 break into skylabs May 21 10:04:44 reply on the ML May 21 11:09:31 hrm...I thought Monday was for exactsteps May 21 11:09:50 morning mdp May 21 11:10:00 * mdp consults the etiquette calendar May 21 11:10:25 hi mdp May 21 11:10:26 afternoon mru May 21 11:11:23 hello panto May 21 11:19:24 what day is it? May 21 11:19:32 ha, gpl-violations kicked into flame mode again May 21 11:19:40 its not dead yet May 21 11:25:29 av500: I've heard it is censored now May 21 11:25:47 only flames are allowed through? May 21 11:26:20 janne: yeah May 21 11:35:15 I just build a system using Yocto, placed the u-boot.img on the first FAT partition of my sd, uImage on the ext3 in /boot May 21 11:35:35 But I'm not getting past "Starting kernel ..." May 21 11:35:54 What am I missing here? May 21 11:36:05 details May 21 11:37:03 What details do you want May 21 11:41:15 so the only 2 files on your card are u-boot.img and uImage? May 21 11:41:41 No, I have 2 partitions on the SD, FAT and ext3 May 21 11:42:04 FAT holds the u-boot.img and ext holds the rootfs and uImage May 21 11:42:40 you could also state which HW you have May 21 11:42:47 Sorry, BeagleBone Black May 21 11:43:14 interrupt the boot, printenv and pastebin May 21 11:43:49 It has the stock uboot config May 21 11:43:57 But I'll paste it, one moment May 21 11:48:07 av500, http://pastebin.com/m75Evv9Z May 21 11:50:46 looks sane assuming you have the correct dtb file too May 21 11:51:42 Well Yocto didn't generate a dtb file May 21 11:51:55 So no, I don't have that May 21 11:53:39 pastebin your boot log May 21 11:53:55 but all in all, I would complain to yocto May 21 11:54:07 ask your money back May 21 11:54:13 Hehe =) May 21 11:56:00 well #yocto has 133 nicks, so why not ask them? May 21 11:56:07 http://pastebin.com/NDVrNYfF May 21 11:56:38 Because I wanted to know if I perhaps made a mistake placing the files May 21 11:56:59 RagBal: if uboot was not finding the kernel, it would tell you May 21 11:57:14 ** File not found /boot/am335x-boneblack.dtb ** May 21 11:57:22 you did not care to mention that? May 21 11:58:13 ah May 21 11:58:19 mybe the DT is appended May 21 11:58:31 hi guys..im trying to get the wifi working on my beaglebone May 21 11:59:10 i'm using an Edimax EW-7811Un, but apparently it doesn't work even with the 5V-2A power supply May 21 12:02:58 maybe it doesn't work at all May 21 12:07:03 i actually got it to work finally after 4 hours yesterday May 21 12:07:03 hello sir.. May 21 12:07:13 it involved updating to the latest connman May 21 12:07:17 latest kernel May 21 12:07:26 I am getting errors during beagleboard compilation May 21 12:07:35 and other voodoo that i don't remmeber May 21 12:10:54 hi.. i have downloaded the busy box... but in build directory make mennuconfig command is not working May 21 12:11:15 it gives errors May 21 12:11:26 can anyone help me to solve this May 21 12:12:34 why do you think your question is best asked here? May 21 12:12:39 tried #busybox? May 21 12:12:53 yes.. May 21 12:12:56 and? May 21 12:13:09 i have reached till busybox May 21 12:13:18 ? May 21 12:13:23 downloaded it , May 21 12:13:24 you are in #beagle May 21 12:13:29 go to #busybox May 21 12:13:33 ask there May 21 12:13:37 yes, you are right in beagle May 21 12:13:43 yes May 21 12:13:47 now go to #busybox May 21 12:13:53 heh May 21 12:14:01 http://webchat.freenode.net/ May 21 12:14:13 there in "channels" enter: #busybox May 21 12:14:34 * georgem face palms at IRC webchat May 21 12:14:40 sometimes the blue led of the dongle is not on, even if im using the power supply May 21 12:14:59 alternatively, tell me where to buy hubcaps for a '72 pinto May 21 12:15:15 escion: try a powered hub May 21 12:16:03 av500: http://www.ebay.com/itm/1971-1972-FORD-PINTO-HUBCAPS-3-OF-THEM-/380571407644?pt=Motors_Car_Truck_Parts_Accessories&hash=item589bd2d51c&vxp=mtr May 21 12:16:50 is there a post/tutorial anywhere that explains how to fork an open embedded distro (angstrom) and customize by adding/removing your own packages? May 21 12:16:57 yes May 21 12:17:04 at the oe website May 21 12:17:33 they disguised it as "manual" or so May 21 12:17:47 georgem: but I need 4 May 21 12:17:55 I'm still using ptxdist, I still find it more straight forward. May 21 12:18:14 I should check out that "manual" though May 21 12:18:16 av500: thanks - i would never have looked in the manual, but there it is: "Creating your own image" May 21 12:18:37 they are sneaky May 21 12:18:38 i did the whole angstrom getting started, and it all works May 21 12:18:53 i really want a cheat sheet, i have understanding things May 21 12:18:57 s/have/hate May 21 12:18:57 cmicali: no need to fork, just add a layer with your own image recipe May 21 12:18:57 I guess they are afraid of getting kanged May 21 12:19:15 koen: will read on it now, thx May 21 12:20:15 "Compiling with Linaro will generate errors and warnings on most kernels; its a “strict” compiler, so to speak. " May 21 12:20:18 OMG May 21 12:20:23 chad goodman is the gift that keeps on giving May 21 12:20:25 :) May 21 12:20:31 http://www.pocketables.com/2012/11/developer-spotlight-chad-goodman-aka-masterchefchad-of-anthrax-kernels.html May 21 12:20:31 this article is pure gold May 21 12:20:53 I stopped putting quotes in the g+ post when I realized I have to put all if it :) May 21 12:21:34 also the pocketable editor must be a big moron May 21 12:22:29 hardly a rare thing May 21 12:22:45 true May 21 12:22:46 wut? May 21 12:23:07 panto: grab some import beer and read the above link May 21 12:23:49 or maybe some crack cocaine if you want it to make lots of sense May 21 12:24:20 ok, why are all the phone 'hacker d00dz' insane? May 21 12:24:43 what, he's not an astronaut, a rockstar, and a brain surgeon too? May 21 12:24:46 I'm disappointed May 21 12:25:05 he is, in his spare time May 21 12:26:24 And when he drinks beer, he drinks Dos Equis. May 21 12:26:51 ok, he does 'kernel design' May 21 12:26:54 av500: it reminds me of felipec acusing pidgin developers of kanging him for protocol change fixes May 21 12:26:54 wtf is that? May 21 12:27:32 panto: he writes kernels May 21 12:27:38 not just a puny driver like you do May 21 12:27:46 haha May 21 12:27:53 * panto hangs head in shame May 21 12:28:06 he made -O3 work too May 21 12:28:17 by optimizing the source code May 21 12:28:24 my cat is stuck on a high tree branch, should I call him? May 21 12:28:27 compiling the kernel with -O3 is stupid May 21 12:28:37 zomg, so c00l May 21 12:29:01 powered hub? anyone has already tried it? May 21 12:30:28 a hub May 21 12:30:29 yes May 21 12:31:20 av500: I'm surprised blackduck hasn't jumped on chad yet May 21 12:31:27 how? May 21 12:31:31 they have toolz to show that chad wrote the codez May 21 12:31:39 right May 21 12:31:49 but do they work on ROMs? May 21 12:32:12 just using the term 'ROM' nowadays makes you a tool, IMO May 21 12:32:46 panto: just add some angst May 21 12:32:57 ROMmmzzz... May 21 12:33:01 panto: unless you actually mean a piece of read-only memory May 21 12:33:09 mru, yes May 21 12:33:19 which has nothing to do with a firmware blob for phones May 21 12:33:27 like the boot rom in a soc May 21 12:33:37 right May 21 12:34:26 I have some laying around for an 8051 May 21 12:34:43 is that a nokia phone? May 21 12:34:49 heh May 21 12:34:54 maybe I should mail them to chad May 21 12:40:05 chad reminds of that mediacoder guy we trolled a few years ago May 21 12:40:21 av500: you might remember it May 21 12:43:29 special binaries for a special guy May 21 12:43:39 mru: vaguely May 21 12:43:51 janne: did we serve the special binaries only to him? May 21 12:43:54 I can't remember May 21 12:44:27 oh.. that guy... May 21 12:44:32 that was fun May 21 12:46:56 I don't remember exactly but I think we served a custom binary to the mediacoder installer May 21 12:47:43 we also checked at runtime if the executable was in the mediacoder directory May 21 12:48:57 and then? May 21 12:49:02 "he’s written many kernels for the HTC EVO line of phones" May 21 12:49:31 and then we'd sometimes add an overlay to the encoded video May 21 12:50:01 but we rigged it in such a way that it never happened when the idiot himself ran it May 21 12:52:50 "While it was not Linux, it was similar." I'm going to start using that for stuff. May 21 12:54:16 * panto rages at idiots at customs May 21 12:56:03 panto: submarine delivery? May 21 12:56:11 in parts May 21 13:00:48 Hi all, I got my beaglebone black yesterday and have not managed to get any output to hdmi. I can ssh fine, I have ubuntu running on it now trying to start xorg I notice: Kernel command line: console=ttyO0,115200n8 quiet root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait fixrtc, should I not have something like the following there: omapfb.mode=dvi: May 21 13:00:48 1280x720MR-16@60? May 21 13:01:34 one an omap, yes May 21 13:01:38 but the BBB has no omap May 21 13:01:42 thus no omapfb May 21 13:03:45 that explains something then :( May 21 13:08:45 it has a sitarafb? May 21 13:08:55 tivefb May 21 13:08:57 tivafb May 21 13:09:41 I noticed my boss' boss has a Tizen sticker on his laptop while sitting in a meeting yesterday May 21 13:09:55 I sense somebody assaulted it at ELC May 21 13:09:59 who needs a framebuffer when it can drive an HD44780? May 21 13:10:16 JIHADHD May 21 13:10:34 +1 May 21 13:11:05 jihadfb May 21 13:17:25 koen: is it possible for a layer to remove packages added by other layers? May 21 13:17:29 (in oe) May 21 13:18:49 I need a board to get transmit data to and from a UTM-30LX laser scanner and then send to a computer for processing. Does anyone have advice? May 21 13:21:29 contact the manufacturer for specifications. May 21 13:47:17 cmicali: packages or recipes? May 21 13:47:24 koen: packages May 21 13:47:34 * koen added to what? May 21 13:48:05 added to *it* May 21 13:48:59 let me defer the question for now - i need to read more on OE May 21 13:49:02 how can i find out what packages come with ubuntu 13.04 for arm May 21 13:49:12 before i waste your time May 21 13:49:23 OurMaNdO|W: all of them? May 21 13:49:51 so i will have access to the same packages that are in ubuntu x86 May 21 13:49:54 ? May 21 13:50:40 how about #ubuntu-arm ? May 21 13:50:56 true May 21 13:50:59 will join now May 21 13:51:32 all hail der Jason May 21 13:51:37 hi jkridner May 21 13:52:32 * KotH hails someone May 21 13:54:31 hola May 21 13:54:46 does one know how jolla does Android compatilibity ? May 21 13:55:01 like RIM did? May 21 13:56:55 keesj: libhybris? May 21 13:57:55 keesj: the other half is an android phone - turn it over for Jolla, the other way for android. May 21 13:58:04 av500: I've heard they are doing it not in the same way as RIM May 21 13:58:06 (this may be untrue) May 21 13:58:27 * keesj is going to ask somewhere else thanks May 21 13:58:42 #jollamobile May 21 13:58:54 but libyphybris is the right answer May 21 13:59:18 it can be only part of the answer May 21 13:59:22 SpeedEvil: but isn't libhybris just for using android graphics libs on a non android platform? May 21 13:59:26 yep May 21 13:59:31 not only gfx libs May 21 13:59:35 all HAL stuff May 21 14:00:15 ok, but still not a solution for running android apps on a "plain linux" system May 21 14:00:38 as I said May 21 14:01:38 googling seems to suggest that they use OpenMobiles ACL May 21 14:03:39 Hi, I would like to acquire sensor data with the internal ADC of AM335x on my BeagleBone Black, with a frequency of 50kHz per channel (as I saw that the ADC has a sample rate of 200 KSPS). I also saw that the driver is limited to 8K samples / second. Does anybody have ever use a beaglebone black to acquire data with such frequency ? Do you know how to do it ? May 21 14:06:43 hey May 21 14:06:57 what is the easiest way to buy a beagleboard while in uppsala ? May 21 14:07:03 dial back the averaging, that should get you a few more khz May 21 14:07:39 the nice black one preferably :) May 21 14:10:16 koen > thanks for your answer, so I should read the ADC without using the driver, right ? May 21 14:10:17 the other part is probably "Alien Dalvik" (https://www.facebook.com/JollaMobile/posts/573724742641368) now clue yet what it is May 21 14:10:21 Just got my BBB yesterday . Total newbie . It always boots up with a USA Keyboard . I added British keyboard and deleted usa one but still usa appears at startup. How can I make it permanently british keyboard May 21 14:10:52 Didi__: no, configure the driver to switch from 16x averaging to something less May 21 14:12:07 koen > Oh okay, I try to look at it, thanks ! May 21 14:12:21 keesj: Alien Dalvik seems to be competition for OpenMobile ACL May 21 14:12:37 visitor_: I don't think it's very easy to find a store in Uppsala that sells Beaglebone Blacks, best is probably to buy online May 21 14:13:12 dm8tbr: you know more? May 21 14:13:29 av500: hm? May 21 14:13:30 koen > So I have to modify the source of the driver, and re-compile it ? May 21 14:13:30 about? May 21 14:13:38 erbo: :/ ok May 21 14:13:52 Didi__: no, just use it May 21 14:14:11 erbo: thank you May 21 14:15:17 dm8tbr: android on jolla May 21 14:15:47 ah, no idea if they said which solution they use May 21 14:16:06 I'm not that interested in the little green fecker aspect of theirs May 21 14:16:51 koen: Ok, I thought about modify it because it's written here http://processors.wiki.ti.com/index.php/AM335x_ADC_Driver's_Guide that this driver has limited functionality and is has a limited maximum sample rate in continuous mode of 8KSamples/sec May 21 14:16:59 accoring to the post on FB (from jan 3) from Jolla Mobile it's alien dalvik, so I guess ACL didn't work out for them :) May 21 14:17:04 seems they use 'alien dalvik' according to the search engine of my least distrust May 21 14:17:24 Didi__: that's the 3.2 driver, that's different from the 3.8 driver May 21 14:17:31 not sure whatthe 3.8 driver can do May 21 14:18:12 koen: ok :) do you know where I can find documentation for the last one ? May 21 14:18:37 Documentation/ in the kernel source May 21 14:19:12 koen: ok I'll try to look there May 21 14:19:14 thanks May 21 14:20:19 Can any one help please , Just got my BBB yesterday . Total newbie . It always boots up with a USA Keyboard . I added British keyboard and deleted usa one but still usa appears at startup. How can I make it permanently british keyboard May 21 14:20:41 this is not for blackberry devices May 21 14:20:46 err May 21 14:20:48 nvm May 21 14:21:05 BadBoysBlue May 21 14:21:15 beagle bone black May 21 14:21:30 you need to buy beagle bone british May 21 14:22:01 or conquer the US May 21 14:22:09 koen: Oh and btw : i tried to read the files /sys/devices/ocp.2/helper.14/AIN* but I have some errors sometimes : /sys/devices/ocp.2/helper.14/AIN7: Invalid argument, and I also can't find the module bone_iio_helper, and I don't know how to install it with modprod or insmod May 21 14:22:29 some one must know surely May 21 14:22:44 koen: When I say I can't find it I mean that it's not listed in lsmod May 21 14:24:56 Didi__, you need to load the iio helper cape May 21 14:25:52 panto: thanks for your answer, is this command supposed to to that ? : "echo cape-bone-iio > /sys/devices/bone_capemgr.*/slots" May 21 14:26:04 yes May 21 14:26:22 panto: ok, I did it, but I still don't have it May 21 14:26:34 what does dmesg say? May 21 14:27:15 panto: a lot ^^ can I grep something intersting in there ? May 21 14:27:40 dmesg | grep capemgr May 21 14:27:41 find /sys -name "AIN*" May 21 14:28:15 panto: it returns nothing May 21 14:28:33 exactly what kernel are you using? May 21 14:28:39 panto: here are the lines I find " gen_ndis_query_resp: RNDIS_OID_GEN_RCV_NO_BUFFER [ 6500.553051] gadget: rndis reqa1.01 v0000 i0000 l4096 [ 6500.553274] gadget: rndis req21.00 v0000 i0000 l36 [ 6500.557068] gadget: rndis reqa1.01 v0000 i0000 l4096 [ 6500.557395] gadget: rndis req21.00 v0000 i0000 l36 [ 6500.561066] gadget: rndis reqa1.01 v0000 i0000 l4096 [ 6500.561331] gadget: rndis req21.00 v0000 i0000 l36" May 21 14:28:48 ls /sys/devices/ May 21 14:29:14 panto: my version : Linux beaglebone 3.8.11 #1 SMP Wed May 8 07:34:27 CEST 2013 armv7l GNU/Linux May 21 14:29:51 http://pastebin.com/3cSnqMpK May 21 14:29:54 you should see this May 21 14:31:14 koen: I only find devices in /sys/devices/ocp.2/helper.14/ i'm trying to read, and thoses ones have the problem I described before May 21 14:32:21 cd /sys/devices/ocp.2/helper* May 21 14:32:25 cat AIN1 May 21 14:32:37 pastebin the result May 21 14:32:39 and dmesg May 21 14:37:57 panto: here http://pastebin.com/Y7PEPz8C the first command is dmesg, then the find "AIN*" and then the ls May 21 14:39:53 Didi__, don't cat all the devices at the same time May 21 14:39:57 IIRC there's a bug there May 21 14:40:04 do a single cat of each AINx May 21 14:41:24 panto: ok, and In my programm, I will have to read each AINx with a high frequency (50kHz), is it possible ? May 21 14:41:37 no, don't do that May 21 14:41:45 earlier I asked about getting a BBB directly in Uppsala, which seems problematic. What about Stockholm ? Is anyone around willing to sell a unit at Stockholm ? May 21 14:41:46 the sysfs attributes is a low speed interface May 21 14:41:48 os maybe a local store May 21 14:41:50 you have to use iio May 21 14:42:05 visitor_: go the the website May 21 14:42:09 click "buy" May 21 14:42:12 see list of vendors May 21 14:42:14 order May 21 14:42:24 av500: I'm not in Uppsala neither in Stockholm right now, I will be there for only a few days May 21 14:42:36 I trust the finish post will deliver it to you May 21 14:42:57 I'm sure they will, maybe just not the days I'm there May 21 14:43:21 This is not the kind of gift I want to leave for the hotel May 21 14:43:59 wiki is down, anyone know the dimensions of the BBB? Rough is ok. Thanks! May 21 14:44:17 inside of an altoids tin May 21 14:44:49 smaller than a breadbox May 21 14:44:55 visitor_: and you have no home? May 21 14:45:15 av500: it is much more expensive here May 21 14:45:47 then move to here May 21 14:46:32 panto: this driver : http://processors.wiki.ti.com/index.php/AM335x_ADC_Driver's_Guide uses iio. It's limited to 8kSample/second but koen told me to look in the documentation in the last kernel sources to see if it has evolved since. Is it what you are refering to ? May 21 14:46:53 yes May 21 14:46:59 http://www.kickstarter.com/projects/1484284472/windcatcher-inflates-in-seconds-with-no-power-or-p May 21 14:47:02 you need an iio client May 21 14:47:03 8kHz ulaw ought to be enough for anyone May 21 14:47:08 +1 May 21 14:47:12 or alaw May 21 14:47:39 a bit too rough there rofl May 21 14:47:45 thnx though May 21 14:48:00 the altoids tin is a pretty close fit May 21 14:48:13 and you get a load of free altoids with it May 21 14:48:22 that was a design requirement May 21 14:48:27 no joke May 21 14:48:32 the tin May 21 14:48:35 yes May 21 14:49:29 panto: ok I know nothing about iio, I'll try to find some docs, if you have some I'd be gratefull May 21 14:49:31 I'll search for the dimensions of the tin then :P May 21 14:50:08 http://wiki.analog.com/software/linux/docs/iio/iio May 21 14:50:21 mru: I need to acquire data from multiple sensor (including DC) to 44kHz May 21 14:50:44 I'm just doing some layout for a project, using emachineshop's free app for 'easy layout,' thnx guys May 21 14:51:05 ugh, 44kHz? you should be looking at hooking up a codec May 21 14:51:13 on I2S/mcasp May 21 14:51:51 +1 May 21 14:54:51 yikes i get a BBB and now Error establishing a database connection on the circuitco website May 21 14:58:51 Hi May 21 14:58:58 i have a simple cuestion May 21 14:59:12 can anyone recomend me a camera for my BB? May 21 14:59:27 a usb camera? May 21 14:59:31 its a beagleboard xM and i need a camera for home security May 21 14:59:33 there is also a 3.1MP camera cape May 21 14:59:36 ah May 21 14:59:38 XM May 21 14:59:38 or a camera to photograph the board with? May 21 14:59:39 use USB May 21 14:59:46 ok May 21 14:59:56 they have a good support and drivers? May 21 15:00:04 most VGA USB cams should do May 21 15:00:11 use one that has linux support May 21 15:00:14 checkout that it hasa linux driver May 21 15:00:21 ok May 21 15:00:39 is there any famus camera for BB? May 21 15:01:06 the camera i need must be at last 5MP May 21 15:01:07 this isn't really BB specific May 21 15:01:19 George: good luck May 21 15:01:21 im planing to use it for home security May 21 15:01:28 if you find one tell me May 21 15:01:29 and maybe implement some face rocognition May 21 15:01:32 5M? home security? May 21 15:01:44 dm8tbr: high definition security May 21 15:01:48 yeah, 5 MP at last May 21 15:01:49 must be May 21 15:01:57 for the later use of face recognition May 21 15:02:28 thus you just left the consumer space May 21 15:02:33 industrial has 5MP of course May 21 15:02:57 ok May 21 15:03:04 What is the workaround for the Angstrom build process failing due to the linaro URL being broken? May 21 15:03:51 riskable: hrw posted on g+ that the correct URL is in there, just needs switching or something May 21 15:04:08 g+ is the new git :) May 21 15:04:08 riskable: let me know if you figure it out, I didn't get around to fix mine yet May 21 15:04:38 I think hrw gave up rw-access to linaro git already? May 21 15:05:14 heh, even mobotix only has 3MP May 21 15:05:43 dm8tbr: a lot of chinese cams can upscale from VGA to 3MP at least.... May 21 15:06:06 yup May 21 15:07:14 Where's this G+ post? May 21 15:07:15 http://www.e-consystems.com/5mp-usb-cameraboard.asp May 21 15:08:49 panto: I didn't get what you mean by "hooking up a codec" ? Do you mean I should buy another ADC that communicates with BBB though I2S ? May 21 15:09:31 those kind of adc are called codecs May 21 15:09:38 it's going to be much easier May 21 15:10:00 more accurately, a codec contains an adc May 21 15:10:10 riskable: https://plus.google.com/u/0/111101795166699165422/posts/1rN7iMM4W2F May 21 15:11:01 dm8tbr: That post has no solution May 21 15:11:21 #exactsteps May 21 15:11:32 " May 21 15:11:34 Exit recipe - proper location is there. I forgot to switch them. " May 21 15:11:54 one does not simply exit a recipe May 21 15:12:07 Yeah, that statement makes no sense. Though I'm looking at the recipe now May 21 15:12:08 panto & mru: ok thanks for this, I thought a codec was a software :) Do you know some codecs that are compatible with beaglebone ? May 21 15:12:11 in soviet open source, recipe exits you, with status 42 May 21 15:12:19 +1 May 21 15:12:42 many things are called codecs May 21 15:12:51 Didi__, the ones that are on the audio capes? May 21 15:13:09 panto: too obvious... May 21 15:13:10 the word codec is just a contraction of codec/decoder May 21 15:13:13 coder May 21 15:13:20 codez May 21 15:13:29 gimme May 21 15:13:31 xdadevelopers May 21 15:13:35 the coder coded codez for the codec May 21 15:13:47 another codec kanged them May 21 15:13:50 coder May 21 15:13:59 kangers gonna kang May 21 15:15:43 panto: ok thanks, Somebody told me that those audio capes cut the DC, so I didn't look very carefully to them, I'm gonna try with that ! May 21 15:16:19 they probably do May 21 15:16:25 DC audio is kinda boring May 21 15:16:36 what about ac/dc? May 21 15:16:41 you can also write 5V on the record sleeve May 21 15:16:56 maybe in winter it keeps the speaker heated May 21 15:17:00 av500, not if you're philip glass May 21 15:17:23 well, 0V is kind of special May 21 15:17:44 and the audio cape supports that May 21 15:17:51 even if not powered May 21 15:17:59 it's magical May 21 15:18:09 and revolutionary May 21 15:18:17 or was that the turntable? May 21 15:18:29 mine revolves May 21 15:18:33 Actually, it's not an audio signal i'm interested in, but a signal coming from sensors that can oscillate at audio frequencies May 21 15:19:00 understood May 21 15:19:07 So I won't get this signal to a speaker, but processed with matlab May 21 15:19:23 matlab running on the bone? May 21 15:19:28 the codec won't care May 21 15:20:06 no, on a computer that will receive data from BBB May 21 15:20:33 you could just use a usb soundcard on that computer :) May 21 15:20:39 okay if the codec (this one TLV320AIC3106 for example, used in audio cape) doesn't cut DC component it's perfet May 21 15:20:48 Didi__: it probably does May 21 15:20:53 look at the schematics May 21 15:21:02 often there are capacitors in the path May 21 15:21:36 hey guys May 21 15:21:44 the serial ports in the bb is not detected May 21 15:21:52 which one? May 21 15:22:00 av500: I need to get the whole signal, with DC... That's why audio cards and in general Audio materials aren't suit for what I'm looking for May 21 15:22:41 remove the coupling capacotpr. add a DC offset shifter May 21 15:22:43 shift the signal by 54Hz May 21 15:22:45 job done May 21 15:22:47 the black things that are in the left and the right May 21 15:22:58 these serial ports doesnt work May 21 15:23:03 black May 21 15:23:06 things May 21 15:23:07 ? May 21 15:23:11 connectors? May 21 15:23:25 i was in the srm trying to find the right names but i didnt find them May 21 15:23:28 yeah connectors May 21 15:23:40 things dont to stuff May 21 15:23:40 i want to connect sensors to it May 21 15:23:47 to serial ports? May 21 15:24:05 did you pinmux them as serial ports, and instantiated serial devices? May 21 15:24:06 yeah May 21 15:24:42 SpeedEvil: it sounds like a good idea ! (if the capacitor is reachable and removable) May 21 15:24:43 i think its called i2c May 21 15:24:54 ... May 21 15:25:23 i2c is indeed serial May 21 15:25:26 as is SPI May 21 15:25:28 or USB May 21 15:25:35 or 1-wire May 21 15:26:11 i tried to connect detectors to it May 21 15:26:15 and it didnt work May 21 15:26:24 * panto asks for access to http://26-26-54.hardwarebug.org/ May 21 15:26:30 After making a change to a .bb recipe do I need to do a clean or anything? May 21 15:26:34 I completely forget May 21 15:26:40 and my dr told me that its not detected because i changed the os on it May 21 15:26:48 from the normal one to ubuntu May 21 15:26:56 why did you do that? May 21 15:27:28 because i wanted to download netbeans and do cross compile May 21 15:27:35 ??? May 21 15:27:38 you make no sense May 21 15:27:39 ... May 21 15:27:43 and its much more easier using ubuntu May 21 15:27:46 lol May 21 15:27:58 because it have the enviroments i need May 21 15:28:04 ah May 21 15:28:10 too bad it does not have I2C May 21 15:28:34 i think what i want to make it work May 21 15:28:36 is the male headers May 21 15:28:38 or whatever May 21 15:28:43 not sure from the name May 21 15:29:15 Ahmed: You should maybe use Ubuntu on the laptop or computer you use to develop, and let the official beaglebone distro on the BB to have all the ports May 21 15:29:32 and the support May 21 15:29:34 here May 21 15:30:11 but when i finsih coding its not going to work in the official beaglebone May 21 15:30:14 like the debug May 21 15:30:21 and these things doesnt work May 21 15:30:25 ? May 21 15:30:28 I changed the SRC_URI in gcc-linaro-4.7.inc but when I do a bitbake it tries to download the linaro tarball from ftp.gnu.org which makes no sense May 21 15:30:30 you still make no sense May 21 15:30:57 ftp.gnu.org is nowhere in any of the gcc/* files May 21 15:31:01 ah ok, you can't use the netbeans debuger on the BeagleBone if netbeans isn't installed on it May 21 15:31:11 is that your problem ? May 21 15:31:19 Didi_, exactly!! May 21 15:31:25 try gdb May 21 15:31:36 yeah i tried gdb and it work May 21 15:31:53 but when you make a big program it take alot of time May 21 15:31:58 to use this debuger May 21 15:32:08 no May 21 15:32:21 but well, to each his own May 21 15:33:00 further discussion is a waste of time May 21 15:33:35 printf May 21 15:33:50 printf works too May 21 15:34:03 but i prefer the netbeans debuger May 21 15:34:23 ^^ May 21 15:34:41 :D ok guys look it doesnt make sense for me too!! May 21 15:34:49 but thats what my professor told me to do May 21 15:35:05 i did everything you guys said!! and it work!!!!!! May 21 15:35:09 http://26-26-54.hardwarebug.org/43 May 21 15:35:16 but he wants me to work with ubuntu!! :S May 21 15:35:34 "ubunut in the BBB" May 21 15:36:21 Ahmed_: your keyboard is broken. might want to fix that bouncing key. (1) May 21 15:36:45 !!!! i cant!! fix!! it!!!!! May 21 15:36:55 *plonk* May 21 15:37:04 +1 May 21 15:37:18 I have to leave, just before : does anybody know if there are some McASP/I2S ADC/Codecs that let the DC (so I don't have to remove any component) and are compatible with BBB ? May 21 15:37:52 so guys any idea how to make the board detect the sensors that i want to connect to the bbb May 21 15:38:35 detect? May 21 15:38:54 many busses that the BBB has do not support auto detection May 21 15:39:09 so what should i do? May 21 15:39:13 you need to configure the kernel or user space driver appropriately May 21 15:39:48 yeah!! speedevil thats what my prof told me May 21 15:39:59 how can i do that? May 21 15:40:27 i want to configure the kernel May 21 15:41:11 Ok I go, thank everyone for your help, especially panto, av500, mru, koen and SpeedEvil. May 21 15:41:26 well, you could try googling chipname Linux May 21 16:01:57 ok guys :D i want to add i2c device tree to ubuntu in the BBB May 21 16:02:08 and i have the code already just dont know where to add it May 21 16:27:39 mdp are u thier? May 21 16:40:55 is there any good way to get bitbake working on ubuntu? http://pastebin.com/BLUiwVgP May 21 16:41:24 replace ubuntu with a proper system May 21 16:41:35 it's a VM, May 21 16:41:47 all the easier May 21 16:42:02 seriously, what should I be using to actually have a good development env for beagle board black May 21 16:42:42 i just want to be able to compile the entire thing from source, from the kernel to whatever else it needs, and make the image that can then be easily loaded to an SD May 21 16:43:16 if I could duplicate the machine that builds the angstrom images that would be perfect May 21 16:44:59 so mru: what should I use? May 21 16:54:17 Hi guys! May 21 16:55:27 I am having some weird stuff with a driver I'm writing here -- I open the driver, but as soon as the open function is done, the close one is called (not by my code -- neither module nor userspace), any ideas? Thanks! May 21 16:55:42 It's a character device btw May 21 17:01:22 what kind of device? May 21 17:01:44 anyway, afk May 21 17:01:50 panto: It's a FIFO on a FPGA May 21 17:01:55 I am accessing it via GPMC May 21 17:02:28 panto: please come back :) I am dying here May 21 17:04:41 sakoman: gm May 21 17:05:34 gm May 21 17:05:52 lizard! May 21 17:07:03 wmat: ping May 21 17:17:37 quit May 21 17:17:41 fail May 21 17:19:35 so .. reading the system reference manual i have no idea what the power button does May 21 17:19:42 do i just push it to power down May 21 17:19:48 or hold it down for 8 seconds May 21 17:19:55 or do i do something else May 21 17:19:57 try and find out May 21 17:20:16 i want it to power down without f&*kiing up the emmc drive May 21 17:20:21 lol May 21 17:20:28 maybe shut it down from command line? May 21 17:21:15 "A power button is provided near the reset button close to the Ethernet connector. This May 21 17:21:18 button takes advantage of the input to the PMIC for power down features" May 21 17:21:22 what does that tell me May 21 17:21:48 who writes this shit May 21 17:22:23 presumably it's wired to a specific pin on the pmic May 21 17:22:34 do you have to send the PMIC commands to "enable" it? May 21 17:22:45 or "arm" it might be the better term May 21 17:22:55 so i'm a brand new user i have idea what the PMIC is? May 21 17:23:02 that I know, Power Management IC May 21 17:23:03 hey guys i have BBB and i have ubuntu os on it May 21 17:23:17 i have a problem with the i2c May 21 17:23:19 one of the chips near the DC barrel jack that cranks out different voltages for everything May 21 17:23:24 i plugged it in, i want to verify it works .. it did May 21 17:23:28 now i want to shut it off May 21 17:23:29 the kernal doesnt detect the i2c May 21 17:23:33 Rickta59: try this from the command line " shutdown now -h" May 21 17:23:39 so i guess i'lljust do it from the comamand line May 21 17:23:39 unplug it May 21 17:23:45 guaranteed to shut it off May 21 17:23:49 are you a troll mru? May 21 17:23:55 write sudo shutdown now -h May 21 17:23:58 mru: lol May 21 17:24:01 * _troll_ is the troll May 21 17:24:03 put a bullet through it. that shuts it down May 21 17:24:05 sudo shutdown now -h May 21 17:24:06 forever May 21 17:24:44 so anyone here have idea about how to config the i2c May 21 17:25:01 one might suspect that you do May 21 17:25:23 there should be a rule against misleading nicks May 21 17:25:33 i2c: in the stock Angstrom kernel, there's an "omap_i2c" module that I assume is compiled static into the kernel which takes care of it May 21 17:25:46 [ 0.152181] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz May 21 17:26:16 and check out /sys/class/ for any i2c-* stuff May 21 17:26:33 e.g. I got a /sys/class/i2c-dev/i2c-0 and i2c-1 May 21 17:26:46 along with /sys/class/i2c-adapter/i2c-0 and i2c-1 May 21 17:26:55 I was told there were supposed to be around 4 May 21 17:26:58 in other news, microsoft patents voice control of a camera May 21 17:27:37 derp May 21 17:27:49 http://www.numerama.com/magazine/26006-microsoft-veut-breveter-les-commandes-vocales-d-un-appareil-photo.html May 21 17:27:54 i2c: ehm, AM3359 datasheet says "up to three" May 21 17:27:55 prpplague: pong May 21 17:27:59 not sure if this one has 3 though May 21 17:28:34 mru: that will be interesting. immediately go after google glass as that allows photo control too... May 21 17:31:07 Spirilis: I see, thank you. May 21 17:31:34 there may or may not be pinmux settings involved, i.e. I dunno if omap_i2c ignores I2C interfaces if no I/O ports have been pinmux'd to provide the lines May 21 17:31:41 that's all a little rusty to me atm May 21 17:34:08 I've looked elsewhere online, and some people have said they manually edited the device tree to enable some of the serial ports. Do you have any idea how I'd go about doing this myself? May 21 17:36:44 Spirilis: For example: https://groups.google.com/forum/#!topic/beagleboard/qURjsQkzb1Q May 21 17:39:12 Hi, I´ve problems to install Android on Beaglebone Black May 21 17:39:26 i2c: yeah, I've heard about the devtree stuff, haven't read about it myself yet. keep meaning to & putting it off May 21 17:39:45 Rickta59: fyi, /sys/bus/i2c/devices/i2c-0/0-0024/ is the sysfs path to the TPS65217 onboard PMIC May 21 17:39:56 Spirilis: Thanks for your help May 21 17:45:12 did you say you had issues booting off the sdcard Spirilis ? May 21 17:48:16 Rickta59: if you wish to boot the board with an SD card for data purposes only, you need to stuff a "uEnv.txt" file onto it that looks like this: http://spirilis.net/junk/uEnv.txt ... no carriage-return chars allowed May 21 17:48:52 Rickta59: otherwise flashing an image to the SD card and booting works, so long as you hold down S2 while powering on (note: POWERING on, the Sitara only pays attention to its SYS_BOOT GPIO pin states when it's first powered not reset) May 21 18:03:40 axj May 21 18:12:52 panto: any idea why bitbake is broken? http://pastebin.com/VD0M6Vng May 21 18:19:41 got a problem with my new beaglebone black can someone help? May 21 18:19:57 i just reformatted the flash on it instead of my SD card on accident May 21 18:21:54 it shouldnt matter if ur gonna boot of the sd card anyway May 21 18:23:42 Ok thanks orlando! May 21 18:23:53 so no problem at all that i reformatted and erased the flash May 21 18:24:52 the ROM will read the SD card for booting and reflashing. You can't "brick" it completely, unless you did something physical May 21 18:28:58 OurMaNdO|W: you can download the angstrom emmc image May 21 18:29:03 if you've got a 4gb sd May 21 18:29:09 true, but May 21 18:29:11 why May 21 18:29:11 and have it reflash the internal May 21 18:29:19 so many better distros May 21 18:29:31 3.8.11 May 21 18:29:34 what is your favorite OurMaNdO|W May 21 18:29:41 well... cause it's what works now May 21 18:29:54 anything debian based May 21 18:30:09 i've been trying to compile and build from source for this thing and it's a cluster May 21 18:31:19 the best for beaglebone is ubuntu its the easilest May 21 18:31:22 *easiest May 21 18:31:28 debian is harder May 21 18:31:40 ubuntu does everything for u May 21 18:31:43 RCN has made it easier. May 21 18:31:51 i hate bitbake now May 21 18:31:57 and i've only just met it May 21 18:32:27 CalcMan, what guide did you follow to set it up? May 21 18:32:54 the prob with debian is u have to configure the bootloader urself, ubuntu has a script that will do it for u May 21 18:33:14 http://downloads.angstrom-distribution.org/demo/beaglebone/ May 21 18:33:45 and I was told I need to run 'bitbake -c devshell virtual/kernel ' to setup the dev env May 21 18:34:13 there's also git://github.com/koenkooi/linux.git May 21 18:34:13 branch: 3.8-for-panto-rebase May 21 18:34:41 angstrom is a cloud os May 21 18:34:45 which is cool May 21 18:38:40 CalcMan, so you are trying to bitbake a kernel? May 21 18:38:58 yeah May 21 18:39:14 well, i just wanted to be able to build from scratch May 21 18:40:06 OurMaNdO|W, debian isnt any hrder installing compared to ubuntu May 21 18:40:07 ka6sox: the real project goal is a BBB that attaches to a cape to use both DCAN0 and DCAN1, as well as some MCP2515s via the SPI buses May 21 18:40:34 CalcMan, kewl... May 21 18:40:42 so to use both DCANs I need to repurpose the i2c eeprom detection bus May 21 18:40:58 cause those are the only pins that pop out for one of them May 21 18:41:07 CalcMan getting any closer to your goal ? I'd be interresting reading a writeup if you ever did one. May 21 18:41:08 thats going to be a bit of a problem May 21 18:41:12 m_billybob, how do u attach the bootloader May 21 18:41:15 id be interrested* May 21 18:41:22 so it's either turn it off entirely and configure manually, or reaim the i2c2 bus to a different pin pair May 21 18:41:42 OurMaNdO|W, context ? May 21 18:41:51 my builds aren't working May 21 18:42:17 so for you folks who actually compile the kernel, what's your development enviro, host OS May 21 18:42:31 I can use anything, I happened to have ubuntu in a VM May 21 18:42:40 OurMaNdO|W, i followed Robert Nelson build steps, its pretty much an exercise in copy past / wait game. May 21 18:42:41 m_billybob, u cant just install debian to the sd card and it works May 21 18:42:48 it does. May 21 18:43:09 really, i only used ubuntu, i will have to install debian May 21 18:43:16 well its slighly more complicated than that you build debian for the bbb but its all documented OurMaNdO|W May 21 18:43:39 its all an exercise in copy paste May 21 18:43:43 nice May 21 18:43:50 I can't seem to get bitbake working fully May 21 18:43:53 you have rober nelsons link ? May 21 18:44:02 Robert Nelsons link* May 21 18:44:17 CalcMan, you are bitbaking virtual/kernel? May 21 18:44:33 OurMaNdO|W -> http://eewiki.net/display/linuxonarm/BeagleBone+Black May 21 18:44:37 I did May 21 18:44:47 I was trying to get the devshell to work May 21 18:44:53 ah, okay May 21 18:45:06 not tried that...sorry May 21 18:45:23 Is it normal to see "omap_i2c 44e0b000.i2c: unable to select pin group" ? May 21 18:45:44 OurMaNdO|W there is one or two minor details he left out which i would be glad to elaborte on May 21 18:48:40 is there a working pusb binary for the BBB? The SRM does mention it's "unsupported by the community" May 21 18:48:46 m_billybob, i dont see debian on there May 21 18:48:48 on Angstrom May 21 18:48:54 *only May 21 18:49:37 OurMaNdO|W eh ? you lost me May 21 18:50:04 m_billybob, i though we were talking about installing debian on beaglebone May 21 18:50:25 I am, and thats for installign debian or ubuntu May 21 18:50:33 a couple of different steps May 21 18:50:52 oooooo May 21 18:50:57 sorry clicked worng link May 21 18:52:46 OurMaNdO|W, for what its worth i think hes got build steps for atleast angstrom there too on a different link but same group of pages. i havent looked at them though nor tested May 21 18:53:55 OurMaNdO|W, but if they look to complicated ( some people seem to think they are ) i could elaborate on spepcic instructions if you need. May 21 18:54:06 specific* May 21 18:54:13 they look pretty straight forward May 21 18:54:20 were u able to format in ext4 May 21 18:54:30 yeah they did to me too though i was and am still rusty May 21 18:54:32 yes sir May 21 18:54:40 Gaaah. This pinctrl crap is so confusing. Its so hard to tell if you need to assign a pin group to something in device tree or if its somehow done for you. May 21 18:55:50 OurMaNdO|W, problem i ran into that i was realizing at the time of doign that, was debian wheezy ( x86 on my laptop ) kept automounting the partitions after i formated them. once i figured that out though, it went pretty smooth May 21 18:56:27 OurMaNdO|W also resolve.conf defaults to 192.168.1.1 which went against our network here too. Ihad to fix that in order to ssh in overethernet YMMV May 21 18:56:47 i will keep that in mind May 21 18:57:44 i never could get the USB connection workign correctly May 21 18:58:12 i was reading that a usb connection issue might have to do with power May 21 18:58:14 but hes since added more instructions to set that up via a download and setup script May 21 18:58:45 yeah i dont know, but in my own case i think unlikly May 21 18:58:55 im only powering the board its self May 21 18:59:10 yea prob not then May 21 18:59:15 directly into a USB3 port on my laptop May 21 19:00:54 OurMaNdO|W, also, im booting from sd card i never flashed to emmc ( yet ) but i have no reason to think the instructions he gives there wouldnt work. everythign else ive done according to his writup there worked good May 21 19:01:37 i forget how big is the emmc May 21 19:02:22 2GB May 21 19:03:15 brb May 21 19:07:44 but yeah its a tiny install May 21 19:07:48 root@arm:~# df -h / May 21 19:07:48 Filesystem Size Used Avail Use% Mounted on May 21 19:08:08 ./dev/root 15G 444M 14G 4% / May 21 19:08:18 dahm irc clinet and back slashes lol May 21 19:08:22 client* May 21 19:08:46 stock as installed its only 374MB May 21 19:10:03 whats the max sd card size the board can handle i only have a 4 right now May 21 19:10:06 but i want more May 21 19:14:57 I've used an 8gb May 21 19:17:22 OurMaNdO|W we have two boards with 16GB cards May 21 19:17:33 ive heard of some people using 32GB cards May 21 19:22:15 I'm trying to understand why pinctrl-names and pinctrl-0 are set for i2c3 in this file but not i2c1. Anyone have any idea? https://github.com/beagleboard/kernel/blob/3.8/patches/i2c/0002-Bone-DTS-working-i2c2-i2c3-in-the-tree.patch May 21 19:30:45 isn't one of those the I2C bus that the cape eeproms sit on? May 21 19:30:53 to make then 'plug and play' May 21 19:31:24 yeah, I think so May 21 19:31:35 i think it's i2c2 though May 21 19:32:05 the numbering is wacky. I think the next patch changes the numbering from 1 based to 0 based May 21 19:32:19 so that patch, sets the i2c3_pins to the actual physical i2c2 pins that pop on the expansion header May 21 19:33:00 georgem: oh, that confusing, it'd be nice to have numbers stay stable May 21 19:35:31 I'm trying to understand when pins need to be set and when they don't. Maybe they are omitted for i2c1 because the pins are already in the proper configuration (ie default for the CPU)? May 21 19:37:39 And further more, could you define the pins anyway, even for i2c1 (even if they default to the correct settings) May 21 19:42:37 back May 21 19:42:57 georgem: I'd personally never trust an uninitialied pin in an embedded system May 21 19:43:31 unless i designed the chip myself and could see it's exact init behavior May 21 19:44:09 you never know what may or may not be carried over from various resets, brown out, blackout, watchdog, etc... May 21 19:44:10 CalcBox: Yeah. I don't like that idea either. I tried setting them for the first i2c interface but its giving me an error "unable to select pin group". I can't figure out why because I've gone over everything 10 times and it looks right May 21 19:44:31 hi panto May 21 19:52:27 Rick yeah, anyhow in an out again today feel free to PM me any time May 21 19:54:31 k May 21 19:58:32 I suspect soon though you're goign ot get beyond me in knowledge. May 21 20:30:19 i2c-0 unknown OMAP I2C adapter N/A i2c-1 unknown OMAP I2C adapter N/A May 21 20:30:30 i have problem with my i2c ports May 21 20:30:43 they are not detected in the BBB in ubuntu os May 21 20:39:55 so anyone here have any idea about the i2c adapter May 21 20:40:15 why does it tell me unknown May 21 20:40:42 i2c, you don't load the pinmuxes, nor the i2c bus drivers May 21 20:41:00 what do you expect, to just appear without enabling them? May 21 20:41:25 how can i enable them then May 21 20:41:33 i2c: plus ubuntu is not the supported OS for bbb May 21 20:41:49 i2c: if you use ubuntu on bbb, you need to talk to the ubuntu people for suppor May 21 20:42:12 lool im working with ubuntu dude!! May 21 20:42:58 i2c: hehe, then you should enough about i2c to get it working, hehe May 21 20:43:23 look in the firmware/capes directory May 21 20:43:26 grep for i2c May 21 20:43:31 plenty of examples May 21 20:43:56 ok i will May 21 20:57:10 any idea about how to enable i2c?? May 21 20:59:14 i2c: start with the kernel version, then check the documentation for that kernel to review the i2c device drivers May 21 20:59:51 how can i start with the kernel version? May 21 21:13:03 prpplague: so how do i do that May 21 21:13:13 i have been trying for 7 hours but no luck May 21 21:13:43 i2c: do you even know what kernel version you are using? May 21 21:13:52 nop May 21 21:13:55 how do i know May 21 21:14:15 i2c: ok.... go see the ubuntu folks for help May 21 21:15:26 prpplague, +1 May 21 21:16:49 i2c: try joining #ubuntu-arm May 21 21:16:53 i2c: and ask there May 21 21:17:18 i2c: as a reminder, ubuntu on bbb is not supported currently May 21 21:37:00 so is there a reason to use a different distro than angstrom? May 21 21:37:50 all the people who do appear to think so May 21 21:37:56 Rickta59: there is always a reason, hehe May 21 21:38:11 Rickta59: the real question is it a sane reason? May 21 21:38:30 i just tried to find the libusb dev in the list May 21 21:38:35 using opkg May 21 21:38:39 not in site May 21 21:38:41 sight May 21 21:39:00 or maybe i'm not looking for the right thing May 21 21:39:35 is the list of all angstrom packages available via opkg? May 21 21:42:21 look at opkg help May 21 21:42:46 i did list and it seems like all the available packages are installed May 21 21:43:29 use wildcard search for libusb, sometimes they change the full name May 21 21:43:39 i did all that before i asked May 21 21:43:47 Rick there is an online manpage for opkg if that helps May 21 21:44:29 http://botbrew.com/man-opkg.htm May 21 21:44:46 look at angstrom.org in the files list May 21 21:45:44 opkg update May 21 21:45:48 now it shows up May 21 21:46:31 what are you lookign for ?> May 21 21:46:44 libusb-1.0-dev May 21 21:46:53 ah May 21 21:47:29 anyway that should have been http://www.angstrom-distribution.org/ May 21 21:48:13 shoot, this whole time i've been pointing people to lemon party :-| May 21 21:50:46 no gdb, by default? May 21 21:52:02 some would argue development on the board is a no no, I prefer it. May 21 21:52:09 so you get to add the tools May 21 21:52:37 if i mount up a big usb drive i don't see why that would be bad May 21 21:52:49 other than the speed of compilation May 21 21:53:26 could always power via the barrel plug jack to crank the bbb up to 1Ghz May 21 21:55:01 supposedly according to what ive read on the groups that does help, though have not experienced it personally May 21 21:56:09 Rick though once you start pullign in all the sources and whatnot you may find yourself space limited May 21 21:56:23 with an external usb drive? May 21 21:56:42 default Angstrom image takes up like 1.4GB space, and no i have not done that May 21 21:57:01 so far ive only cross compiled and that was the debian inamge im currently running May 21 21:57:07 image* May 21 21:57:57 compiling a kernel on the beaglebone would take ages. May 21 21:58:22 especially since you'd be swapping memory. May 21 21:58:33 where does it say the BBB runs at lower clock speed on USB? /me just grep'd the SRM, didn't see it. May 21 21:59:25 what command would i use to check clock speed ? May 21 21:59:39 might be on circuitco. May 21 22:01:10 nope. May 21 22:02:19 run cpufreq-info May 21 22:03:22 heh that didnt seem to be very useful May 21 22:03:44 current CPU frequency is 1000 MHz (asserted by call to hardware). May 21 22:03:56 on usb? May 21 22:04:03 (on usb, yes) May 21 22:04:03 current policy: frequency should be within 300 MHz and 1000 MHz. May 21 22:04:26 the BBW did run slower on usb May 21 22:04:37 current CPU frequency is 300 MHz (asserted by call to hardware). May 21 22:04:39 black should too. the limitation is in the usb spec, not the beaglebone. May 21 22:04:40 there we go May 21 22:04:45 im powered by USB May 21 22:05:07 m_billybob: i think it clocks down when idle. May 21 22:05:37 I seem to recall somethign on the groups about it running @ 600Mhz with usb power May 21 22:05:39 * russell-- doesn't have any monitor or keyboard attached May 21 22:05:59 but i do know someone was just talkign about it recently May 21 22:06:04 last few days May 21 22:06:12 * russell-- is a counter example May 21 22:06:20 fwiw May 21 22:06:24 im ssh'd in May 21 22:06:36 runing debian console version May 21 22:06:50 CLI if you prefer. no desktop, x11 etc May 21 22:06:57 * russell-- is on serial console May 21 22:07:14 angstrom 2013-05-08 image May 21 22:07:27 i havethat on the eMMC running off sd right now May 21 22:07:33 wonder if that's where the "my beagleboen keeps shutting off" type messages are coming from. May 21 22:07:44 hmm ? May 21 22:08:11 at 1GHz, you'd be over the 500mA limit-per-port of usb. May 21 22:08:24 if you mean people having issues with their boards running corectly etc, yeah ive seen those posts too but have not experienced the issue personally May 21 22:08:41 no, i saw a few posts about "my board randomly shuts off" May 21 22:08:49 well if using USB2, im powered by a USB3 port but perhaps its still limited on the black end ? May 21 22:09:15 the only obvious limitation is the 500mA May 21 22:09:21 ( USB3 is capable of providing 1000mA May 21 22:11:47 mine is a usb2 port on a thinkpad t60p May 21 22:11:54 nu-uh m_billybob, 900mA :P May 21 22:22:22 goodnight May 21 22:31:16 oi, opened up a box I was having trouble with, one of the caps actually had a mound of crud on it May 21 22:31:38 didn't we discuss this just last week? May 21 22:36:22 m_billybob: after negotiation May 21 22:41:41 mru, yes, and they continue to plague me May 21 22:41:58 I need to train my dogs to sniff capacitor innards May 21 22:42:11 could even hire them out for service at data centers May 21 22:42:16 plague indeed: http://en.wikipedia.org/wiki/Capacitor_plague May 21 22:43:31 ya, the only cap on that page that looks worse, is the one that blew up May 21 22:58:04 900ma 1000 ma all the same :) May 21 22:58:28 on other front would be nice if i could solve this 10053 software abort error with mIRC May 21 22:58:51 * m_billybob has been disconnected for the last 50 or so minutes and didnt know it May 21 22:58:53 Got a crash dump? May 21 22:59:22 not a crash it just disconnects me silently until i try speakign in a channel May 21 22:59:34 at which point i get . . . May 21 22:59:44 [15:57] * Disconnected May 21 23:00:04 [15:57] * [10053] Software caused connection abort May 21 23:00:04 - May 21 23:00:04 [15:57] * Disconnected May 21 23:00:09 use a real irc client May 21 23:00:14 ^ May 21 23:00:25 or use a debugger and a disassembler... May 21 23:00:37 and a hex editor May 21 23:00:40 to fix it May 21 23:00:58 hex editor? why not just patch in IDA? May 21 23:01:11 where's the fun in that? May 21 23:01:20 dos edlin . . . May 21 23:01:53 could also just dump the patched binary from windbg :) May 21 23:02:33 I knowi couldnt stand ot use something like xchat or othe rlinux irc client port May 21 23:02:50 unless they've added features since last time ive tried May 21 23:03:10 I use pidgin since I use more than just IRC (XMPP, etc) May 21 23:03:37 pidgin sucks May 21 23:03:44 main reason why i like mIRC is theming, and ability to run each channel in its own window May 21 23:04:04 real men use irssi May 21 23:04:30 real men run all applications in the same terminal with no tabs, screen, or tmux. May 21 23:04:47 Ctrl-Z, fg # May 21 23:05:12 real men use wtf ever they want to use and could care less what others think ;) May 21 23:05:13 says the emulated terminal >.> May 21 23:05:48 I should give xchat another look though May 21 23:06:03 maybe they've added the features i "require" May 21 23:16:19 real men tie the rs232 line to their tongues and experience the terminal with all of its wonders. May 22 00:05:14 Is there a linaro branch other than 'danny' I can switch to that will actually compile? May 22 00:05:26 ...and work with Angstrom May 22 00:07:49 seems like everything angstrom would benefit greatly from some test-before-commit practices. May 22 00:08:01 hehe May 22 00:11:21 Yeah... If some newbie follows the official instructions today they will run into nothing but frustrations May 22 00:12:14 pfft, this is open source. the official instructions are built into the source and the error log. May 22 00:12:25 pretty handy that angstrom is setup to network over usb gadget on BBB. Wish angstron had iptables+nat to forward packets.... in effect make it like one of those usb-2-eth devices May 22 00:14:02 masta: http://www.linuxtogo.org/gowiki/AngstromManual communications and networking section. it does. May 22 00:14:44 PRU_EVTOUT_2|AWA: oh angstrom can do it, but the iptables+nat package is not built for armv7 May 22 00:14:57 or at least not in the opkg update I ran a while ago May 22 00:15:16 wasd build for previous kernels, but not 3.8 evidently May 22 00:15:37 the bleeding edge leaves a bloody trail of drops. May 22 00:15:54 Someone should make an "output shield" or you could call it, "the safety shield" that has a protoboard with diodes for every pin that could be conceivably used as an output May 22 00:15:57 as in dropped support and packages...get it...lololol. May 22 00:16:06 Sorry, "safety cape" May 22 00:17:07 and it could have to little motorized legs so it could safety cape dance. May 22 00:17:14 omg, here all week. May 22 00:17:18 * PRU_EVTOUT_2|AWA bows May 22 00:18:05 Well, that would be fine since the purpose is to prevent the electric slide of death May 22 00:33:15 to any one who tried Ubunto on my page and has the reverse mmcblk 0/1 order I do I updates the uEnv.txt file instructions on www.marchdvd.com/bbbk May 22 00:33:51 I found my SD card is always mmcblk0 and my internal memory is blk1 but other are swapped from what I have. May 22 00:37:35 How well does the ubuntu installation perform? May 22 00:40:07 xterm1, I cant speak for Ubuntu but Debian works well. But I have not exactly done a whole lot on it yet. May 22 00:41:02 That may be my next flavor to play with May 22 00:43:09 Hello.. Anyone familiar with linux on the Beaglebone Black ? May 22 00:43:57 * xterm1 points at m_billybob May 22 00:44:47 I use Debian Wheezy and when I boot the BB Black, all the messages go to the serial console. How can I redirect them to my display ? May 22 00:45:44 You are using UBoot, correct? May 22 00:45:57 Yes. U-boot May 22 00:47:20 I might be straight up wrong here.... but I think there is a uEnv switch to tell it to use the hdmi out May 22 00:48:00 Where can I find that switch ? May 22 00:48:10 I'm looking real quick May 22 00:49:25 Chris_: This thread might be helpful: https://groups.google.com/forum/#!topic/beagleboard/zi6Ft6JI2OM May 22 00:49:57 do keep in mind the op is using the xm board no BBB May 22 00:50:08 I am going to read it.... Thanks May 22 00:50:29 http://eewiki.net/display/linuxonarm/BeagleBone+Black to Chris_ and xterm1 May 22 00:50:30 Also, any info on how I can add my own splash screen at boot ? May 22 00:50:41 m_billybob: reading May 22 00:51:34 xterm1, personally ive only gotten to the point of having it run off sd card, but i have lots to do yet, and we're not sure we're even goign ot use the eMMC other than for logging May 22 00:52:01 I'm perfectly happy with sdcard installs... May 22 00:52:05 it's more fun for me May 22 00:52:42 for what its worth base demo install installs in 374MB of flash, comes with demo heart beat app though im not sure where, and a minimalistic apache server May 22 00:53:47 I'll have to see how large my gentoo install is and see if I can trim it May 22 00:54:05 trimming an install being new to me May 22 00:54:06 ive little doubt it could be as small given the same apps May 22 00:55:25 Chris_, anyhow that link has a uEnv.txt setup for debian. it may give you some clues. May 22 00:55:39 no explanation though May 22 00:56:00 Yes.. I am using the Wheezy install process from Robert. May 22 00:56:11 ah what was the problem again ? May 22 00:56:33 But there is not much info on splash screen and display configuration May 22 00:56:33 ah hmm no idea on that May 22 00:56:47 you'd have to search for uboot stuff on that May 22 00:57:35 Chris_: Hrmm, doesn't look so hard: https://developer.ridgerun.com/wiki/index.php/How_to_change_uboot_splash_image May 22 00:57:56 assuming that's it. May 22 00:58:06 PRU_EVTOUT_2|AWA: he said all his output is going to serial instead of hdmi May 22 00:58:29 i would figure it wouldnt be far off from the same done with grub, but its neen years since ive care about or have done the same May 22 00:59:05 xterm1: i know. got curious and found that. May 22 00:59:12 yeah i dont know about the kdmi stuff personally. no interrest May 22 00:59:17 hdmi* May 22 00:59:38 for our purpose hdmi will be disabled May 22 00:59:49 Tx PRU will try May 22 00:59:54 why is it called a splash screen? May 22 01:00:17 * xterm1 waits for the punchline. May 22 01:00:34 lol, honest question. May 22 01:01:11 no idea. May 22 01:01:23 soudns like a wikipedia answer May 22 01:02:57 no "punchline" there either May 22 01:05:57 google splash screen hostory top 5 results 4 of which are hits on photoshop . . . May 22 01:06:03 history* May 22 01:17:15 Huh. Looks like my BBB shipped from Digikey after all May 22 01:17:40 shipped the same day as my main order, but from Manitoba, according to fedex? May 22 01:17:42 * Shadyman headscratches. May 22 01:39:50 Shadyman, MN is Minnesota...not Manatoba May 22 01:39:56 er Manitoba May 22 01:40:09 ka6sox: WINNIPEG, MB May 22 01:40:16 WTH? May 22 01:40:19 the other package was THIEF RIVER FALLS, MN May 22 01:40:22 tahts just wierd. May 22 01:40:44 ^ May 22 01:40:53 maybe a drop ship heading your way...."Strap yourselves in boys" May 22 01:41:09 must be May 22 01:42:10 ka6sox are you near that big traffic jam in the san gabriel valley? May 22 01:42:31 DartVader, no, I'm 100miles WEST of LA :) May 22 01:42:35 oh May 22 01:42:40 100 miles WEST May 22 01:42:50 Is that near where they filmed the Roadrunner cartoons? May 22 01:43:01 Beep Beep May 22 01:43:02 <-- SilicaGel a.k.a. CanyonMan a.k.a. wz2b May 22 01:43:18 Where are you? May 22 01:43:30 About 100km east of niagara falls May 22 01:44:37 so, i went to maker faire last weekend. May 22 01:44:51 i don't understand who the target audience is. May 22 01:45:16 is that a festival about 3D printers? May 22 01:45:21 hahh, basically. May 22 01:45:48 PRU_EVTOUT_2, I probably bumped into you without even knowing it. May 22 01:45:49 it was more about people trying to sell their crappy stuff than anything (including 3d printers) May 22 01:46:01 i watched some of it online stuff they were showing was like honey, and garden stuff May 22 01:46:05 ka6sox: you know, i *almost* asked if you were going. lol. May 22 01:46:14 but, then i was like "stranger danger" May 22 01:46:32 hooray for any package from thief river falls May 22 01:46:36 ya, I was there both days. May 22 01:46:39 ka6sox: that was my first time, so i don't know how it compared. May 22 01:46:45 mine too May 22 01:46:57 my poor 11yr old was taking a drink from a fire hose. May 22 01:47:28 i went with a friend who went 3 years ago. he said there weren't nearly as many "demos just because" this time May 22 01:47:53 seems like everyone there this time was trying to sell something, rather than "look at this cool stuff I'm doing!" May 22 01:48:40 the ucdavis booth was cool. they hacked a little $5 motion sensor from china to be a proper 10GHz audio transmitter. May 22 01:49:04 nice May 22 01:49:31 I watched video on youtune once where an MIT prof did the same thing with a garage door opener May 22 01:49:33 did you stop by the Beagle Booth? May 22 01:50:24 holly crap, no i didn't see it. i saw the ninja booth. May 22 01:51:03 was jkridner walking around putting moustaches on attendees? May 22 01:51:04 m_billybob: yeah, was super cool. they used some wireless mic from the 99 cent store for the audio conversion. May 22 01:51:56 PRU, dont suppose you've a link ? May 22 01:52:08 thats somethign id like to gfool around with here just fun May 22 01:52:18 just for fun* May 22 01:52:37 i googled didnt see anything pffhand May 22 01:52:38 wmat, check the twitter feed May 22 01:53:05 m_billybob: it was just some random senior project the prof brought. May 22 01:53:26 http://beagleboard.blogspot.com/ May 22 01:53:38 thats really cool stuff though May 22 01:53:47 holly crap, that was the beaglebone booth? May 22 01:53:52 they knocked down my daughter with the water! May 22 01:53:58 Russ: ah, thx May 22 01:54:24 we were off to get food, totally walked right past it. May 22 01:55:04 wonder how many bbb's they sold May 22 01:56:00 dang, looks ilke i missed a few cool booths. May 22 01:57:56 I think Justin got one done...(my kidlet) I'll have to ask him about sending that to me. May 22 01:58:18 PRU_EVTOUT_2, did you wear the Cat Ears? May 22 01:58:25 m_billybob: i would hope/assume tons. if this device tree stuff was easier, i would say they're absofrigginlutely ideal for a hobbyist. May 22 01:59:47 ka6sox: hahah, no. but i saw them. May 22 01:59:59 all I can say is...they work! May 22 02:00:07 PRU_EVTOUT_2, still reading about DT myself but th concept seems fairly straight forward, though i think the actual way they implemented it is a bit wonkey May 22 02:00:54 jkridner_'s readme on his github its very nice makes things a lot clearer May 22 02:01:31 m_billybob: someone needs to make an overlay creation tool that's aware of the beaglebone pin capabilities, so configuring the pins is just "P8_13"