**** BEGIN LOGGING AT Sat May 25 02:59:57 2013 May 25 03:02:44 do the beagle's support writing the MLO to a specific offset on the MMC or sdcard in raw more, like the panda's? May 25 03:03:01 instead of using vFAT May 25 03:03:49 Jaguar`: you want the BBB_SRM and the AM335x ARMĀ® CortexTM-A8 Microprocessors May 25 03:03:52 TRM May 25 03:04:13 and google May 25 03:04:22 masta, thats probably going ot be more of an #uboot question or whatever their channel is May 25 03:04:34 ive looked through the cortext A8 TRM, and it mentions the pinctl registers but i can't seem to map between the dts register offsets and anything in the trm May 25 03:05:14 they are offset from the bottom of the control registers May 25 03:05:20 m_billybob: well it's more like a tech spec of the OMAP/AM33xx boot rom , but just wondering if the bones are similar enough to the omap's May 25 03:05:29 0xmumble800 May 25 03:06:16 thanks russell--, i need to do more reading obviously :) May 25 03:06:37 masta, yeah i dont rightly know. May 25 03:06:43 table 9-10 May 25 03:07:01 starting at 800h May 25 03:07:34 so, the device tree overlay number will look like 0x30 when that table says 830h May 25 03:08:12 and then look at existing examples ... it starts to gel after you've stared at it for a while May 25 03:08:25 yeah, ive been staring for quite a while May 25 03:08:27 heh May 25 03:08:38 but that makes sense, thanks May 25 03:08:45 would be nice if it was laid out a little more clearly/directly somewhere, but google says no May 25 03:09:05 yah i might write something up once i work it out May 25 03:09:26 complete idiots guide to cape interfacing :) May 25 03:09:31 don't wait, when you understand, you will no longer have the patience May 25 03:28:55 russell--: Ironically enough, I think the easiest wigling i've done is with the android app May 25 03:37:20 anyone get a desktop on the beaglebone black with ubuntu May 25 03:48:10 yeah May 25 04:34:44 Hi, I'm new to BBB. The first time that I connect it to PC via USB, I connected to web-server and worked with cloud9 and some examples, but the SSH connection didn't work also after trying to set the date. I hibernate the PC while the BBB was connected and Chrome was open. Now, the kernel in loading and LEDs are working, but I can't connect the board through 192.168.7.2 The ping to 192.168.7.2 is on time out message. What's happe May 25 04:43:46 try the reset button on the BBB. It's the little one by the edge of the PCB, not the one closest to the ethernet port May 25 04:51:00 I tried it. not working . May 25 04:57:25 Reset and power off/on has been tried. the ping to 192.168.7.2 is not responding also. May 25 04:57:57 Is there any other way to connect the BBB instead of web-server? May 25 05:03:10 hossein: There are two other ways to connect. One is to plug in the HDMI connector to a monitor and a keyboard + mouse into the USB host port, and then it's a standalone "PC". And the other is to use a console lead plugged into its 6-pin header. May 25 05:03:57 Both of those are independent of network connection, so make diagnosis easier. May 25 05:04:38 fiola, tnx. none of them are possible at this moment. so I should fix web-server. May 25 05:05:05 good moaning May 25 05:05:15 moin moin May 25 05:05:29 no HDMI cable :( May 25 05:06:30 the boot is done. something wrong with web-server May 25 05:06:31 It's a special anyway, *micro* HDMI on the BBB end, beware when buying. May 25 05:07:53 Ok. it was working for 1st time. May 25 05:08:57 micro? not HDMI-C May 25 05:08:57 I've got it connected the other two ways simultaneously, but seem to remember the webserver worked when I first tried that method. May 25 05:09:20 I can't understand what's the reason ? May 25 05:10:38 dm8tbr: http://uk.farnell.com/pro-signal/cdlhd4-micro-018/cable-assy-hdmi-d-m-to-hdmi-a-m/dp/2305808 May 25 05:11:36 Linked from the BBB product page as an "accessory" May 25 05:11:38 *nod* I only saw it on pictures and it looked like type-c not D to me May 25 05:13:36 hossein: Well if you have no ping response then it's not a webserver problem, but a networking problem. May 25 05:14:49 Unless you messed with the firewall knowingly, nothing will be blocking ICMP echo, so lack of response means networking currently broken in some way. May 25 05:15:10 the only physical connection is USB and it's OK. what do you mean about "networkconnection"? May 25 05:16:20 no change to firewall setting is done. May 25 05:16:34 When you connect the BBB to USB, it creates an IP connection for you over USB so that your browser can talk to it. Browsers can't talk over USB, only over IP, which is why it's made an IP interface on USB for you. May 25 05:17:29 What's your host machine? May 25 05:18:21 win7 32 bit May 25 05:18:44 Ah. Unfortunately I know nothing about Windows, pure Unix person here. May 25 05:19:14 in network connection of my host, there is no new network for BBB. the only is my wireless internet !! May 25 05:19:36 K, that's your issue then. It went away :P May 25 05:19:46 It seems the new connection is not automatically generated. May 25 05:20:26 ok. tnx May 25 05:20:38 Someone will turn up who knows about Win side, needs patience though May 25 05:21:07 tnx fiola :) May 25 05:21:41 It's a nice little device, you'll get it sorted :-) May 25 05:40:08 I sorted it. the problem was that windows was automatically disabled the service of IP over USB network connection. I start the service manually and the connection is established. May 25 05:40:12 ;) May 25 05:43:47 hossein: well done. :-) For reference, how did you start the service manually on Win? May 25 05:48:16 in device manager, on the Linux usb ethernet device, in properties tab May 25 05:50:01 Thanks :-) May 25 05:51:00 me too, yes it's little but nice : May 25 05:52:00 Interesting that it calls it "Linux usb ethernet device". I think it's a generic USB standard IP interface. May 25 05:52:16 Maybe nobody every uses it except Linux :P May 25 05:52:22 ever* May 25 05:56:11 Hello May 25 05:57:00 also it's named as RNDIS Gadget May 25 05:59:39 i compile the uboot kernel and put ubuntu file system and copied to sd card while booting its showing no dtbs file can u please help May 25 06:40:16 anyone have a reference for what each pad control muxmode value corresponds to for each pad of the AM335x? May 25 06:40:38 the SRM and TRM don't? May 25 06:40:43 can't find anything in the TRM May 25 06:41:00 but it is a massive document, so i might be missing something May 25 06:41:16 Jaguar`, yes, my son wrote an app to do this May 25 06:41:20 pinmux.tking.org May 25 06:41:45 nice one, bookmarked May 25 06:42:16 do you know where the enumerations for each pin come from? May 25 06:42:29 Device Tree May 25 06:45:01 Another resource -- https://github.com/selsinork/beaglebone-black-pinmux May 25 06:45:49 fiola, I started with that too... May 25 06:46:03 And also http://www.element14.com/community/thread/23952?tstart=0 May 25 06:46:04 but it was just too difficult to read and follow. May 25 06:46:52 Table halfway down May 25 06:47:10 yup, looks like the one that bradfa did a while ago May 25 06:47:14 strange that it's not in the AM335X TRM May 25 06:47:28 at least, not that i can see May 25 06:47:31 that what isn't in the TRM? May 25 06:47:43 the effect of muxmode on each pin May 25 06:47:52 its in the TRM May 25 06:47:59 3.50 May 25 06:48:06 all i can find is table 9-2 May 25 06:48:49 the app is the synthesis of the table, the pinmux mode register and the kernel offsets for calling the right pinmux registers. May 25 06:49:37 the actual (what attaches to what pin) is in anohter document. May 25 06:50:27 sprs717e May 25 06:51:49 Table 9.10 is the control registers for pinmuxing (however the kernel subtracts 0x800 for its offsets) May 25 06:52:04 section 9.3.50 describes the contents of each register. May 25 06:52:13 ahhhhh May 25 06:52:14 got it May 25 06:52:16 Table 2-7. Ball Characteristics May 25 06:52:31 in the sprs717f.pdf May 25 06:52:31 we are using a zcz package May 25 06:52:36 right May 25 06:52:40 thanks ka6sox May 25 06:52:41 :D May 25 06:53:00 I got tired of looking in 4 places to made the app that synthesizes it all in 1 place. May 25 06:53:09 s/to/so/ May 25 06:53:41 yeah definitely a good idea May 25 06:53:48 excellent help May 25 06:54:17 next is making it synthesize the DT code fragment to set the pinmux's May 25 06:54:48 so you can start to create a dtbo for what you need. May 25 06:54:53 hmm wonder if anyine will wrap or otherwise make DT easier to use May 25 06:54:58 anyone* May 25 06:55:13 m_billybob, its fairly easy now... May 25 06:55:44 yeah i only briefly looked at it, the javascript eque syntax kind of . ..ruffles my feathers May 25 06:56:33 what we need is a few stock dtbo modules and pinmux alternatives for them. May 25 06:57:10 what i need is a generic what if step by step all in one May 25 06:57:14 SPI/UART/GPIO/LCD/etc. May 25 06:57:19 but meh i havent spent too much time looking at DT yet May 25 06:57:25 #exactsteps May 25 06:57:31 hmm yes and no May 25 06:57:57 jadonks example seems very well described May 25 06:58:01 most capes will have a DTS and a DTBO May 25 06:58:05 but only one side of DT as i understand it May 25 06:58:45 ka6sox, what are you workign on ? May 25 06:58:49 or anything ? May 25 06:59:06 what is my project with the Bone? May 25 06:59:23 oh, i thought maybe you were doing some of the cummunity stuff May 25 06:59:30 community stuff* May 25 06:59:50 trying to make pinmuxing and DT more palettable... May 25 06:59:59 working on the PRUs May 25 07:00:09 the pinmux stuff Rick suggested ? May 25 07:00:17 hoping we get selected for a GSoC project. May 25 07:00:34 GSoC ? May 25 07:00:36 I'm not writing that..my Son is...I don't *do* javascript. May 25 07:00:42 Google Summer of Code. May 25 07:00:46 ah May 25 07:00:57 summer of code camp or is that differnt ? May 25 07:01:13 that by theway sounds like it'd be lots of fun May 25 07:01:33 if selected: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/jj2baile/1 May 25 07:01:41 working with Jon on this. May 25 07:02:37 I feel like such a 5th wheel around here May 25 07:02:42 ( sometimes ) May 25 07:02:56 I'd like a 5th wheel...no more Tent Camping! May 25 07:03:06 I guess many of you been around since beagleboard , or BBW days May 25 07:03:15 all this is very new to me May 25 07:03:22 well much of it May 25 07:03:50 i have been playing with BBW... May 25 07:03:58 the BBB is different enough however. May 25 07:04:27 different enough to be interresting hopefully May 25 07:04:47 bbb going to keep me very busy for a long time i think May 25 07:05:14 yes, it has a lot of potential. May 25 07:05:55 thats what im seeing too, but comming from the msp430 thats not saying much on my perspective May 25 07:06:18 apples and automobiles. May 25 07:06:47 I don't have enough time this summer but I'd like to marry the MSP launchpad to the Bone to work on some Software Defined Peripherals. May 25 07:07:30 Oh is this what PRU_* is working on ? this project ? May 25 07:07:58 I don't know waht PRU_ is working on. May 25 07:08:04 this would be a good use however May 25 07:08:14 ah never mind then i must be misunderstanding May 25 07:08:28 PRU debugger from what he's said May 25 07:08:49 thats a different thing... May 25 07:09:04 this debugger is for doing things like JTAG/SWD/SBW/AVRisp May 25 07:09:26 using the PRUs to handle the RT I/O needs. May 25 07:09:58 OOOH i think i know now May 25 07:10:08 * m_billybob has bad short term May 25 07:10:21 the cape with all the serial stuff on it May 25 07:10:36 which cape? May 25 07:11:03 * m_billybob looks to see if he kept a bookmark May 25 07:11:14 if there is one that already handles all that I'll stop working on mine :) May 25 07:13:11 I"m working on this one: https://github.com/ka6sox/BoneTag May 25 07:13:58 BBB tick is what i was thinking of May 25 07:14:33 I think thats more aimed at working with the Bone itself... May 25 07:14:49 iirc Russ was working on that. May 25 07:15:05 https://github.com/russdill/tick yeah so it would seem May 25 07:15:51 as i said sometime i have a bad short term memory May 25 07:16:06 especially with all this information im tryign ot absorb May 25 07:16:28 hey ther mrpackethead May 25 07:16:40 ohey there m_billybob May 25 07:19:21 m_billybob, that looks considerably different than what I'm working on. May 25 07:19:54 okay time for beddy bye... May 25 07:19:55 niters May 25 07:21:41 night May 25 07:23:27 mrpackethead, you said something last night about lookign into other networking stuff ? I didnt know what you meant. May 25 07:23:50 m_billybob: i had a look at the debian build May 25 07:23:56 for the bbb May 25 07:24:01 and the network build is all ok May 25 07:24:05 no problems at all May 25 07:24:48 yeah once i set it up proerly neither did I. everythign worked fine, except g-ether whcih i did not persue once i got ethernet working. May 25 07:25:15 hey May 25 07:25:43 i also see that the usb-ethernet is running now as well May 25 07:25:46 in the most recent build May 25 07:25:51 g-ether was just a means for me to connect and configure the OS without having to buy a serial cable May 25 07:26:15 m_billybob: but it works fine now May 25 07:26:26 could do that via normal ethernet ssh methods so just didnt bother with it May 25 07:26:44 mranostay: straw is cheaper May 25 07:26:47 yeah he wrote some scripts to set it up when i asked about it May 25 07:26:49 very nice of him May 25 07:27:24 turns out i think all the problems i experienced were my own fault May 25 07:27:34 ( with ethernet ) May 25 07:27:44 oftne the way. May 25 07:27:52 the important thign is to document stuff May 25 07:27:56 so you can come back to it later May 25 07:28:27 I was tired, and flustered after trying to get it workign for two days off an on, so yeah i spoke too soon. May 25 07:28:47 i'm trying t get cross compiling working now May 25 07:28:49 using embedian May 25 07:28:56 he was nice enough to write up some scripts etc none the less which was very nice of him May 25 07:29:22 hes a good guy May 25 07:29:40 think embeddian will be any better ? Ive always had top notch experiences with debian, but always x86 until now May 25 07:30:55 root@arm:/home/william# uptime May 25 07:30:55 05:24:24 up 3 days, 12:24, 2 users, load average: 0.00, 0.01, 0.05 May 25 07:31:46 i loaded the CPU yesterday to 85% using an infinite loop to test CPU scallign and powr stability using USB power May 25 07:32:14 also to test my cross development envoinrment ( instead of stock hello world ) May 25 07:33:08 many may groan at this comment, but im using Linaro from windows . .. May 25 07:42:19 err heh i misunderstood what you said May 25 07:42:38 its late and too many beers tonight, and not familiar with embedian May 25 08:25:25 anyone know how to unload a cape with capemgr? May 25 08:28:57 or where the capemgr source repository is for that matter May 25 08:45:06 capemgr src at https://github.com/pantoniou/linux-bbxm/blob/not-capebus-v30/drivers/misc/cape/beaglebone/capemgr.c May 25 08:45:30 looks like echo -X > /sys/devices/capmgr_xxx/slots removes slot x May 25 08:53:47 <_av500_> ahoi May 25 08:58:33 polloi May 25 09:00:03 <_av500_> 269 pckages to install May 25 09:00:06 <_av500_> sigh May 25 09:09:02 Why does the Bone has mini USB and not micro? May 25 10:04:00 sooooo close: Unhandled fault: external abort on non-linefetch (0x1028) at 0xf9e07140 May 25 10:24:15 * mranostay stumbles back in May 25 10:26:13 <_av500_> mranostay: sleep! May 25 10:28:52 eff that May 25 10:28:59 anyone can suggest a bootable sd image for the black (without the auto reflesher). I need to experimento a bit with a kernel and wanto to keep the internal flash in a working state :) May 25 10:29:29 <_av500_> dwery: take the flasher and kill emmc.sh May 25 10:29:50 d'oh! :D thanks May 25 10:30:00 HELLO May 25 10:30:03 <_av500_> or extract the image from the flasher card May 25 10:30:32 _av500_: only 3:30a May 25 10:30:37 <_av500_> mranostay: right May 25 10:30:43 When i try to boot from SD Card, 3 Leds stay solid :/ May 25 10:30:50 <_av500_> go mangle some diagonals then May 25 10:30:59 <_av500_> Tey: winCE? May 25 10:31:03 :P May 25 10:31:16 crap the club i want to go to is a file miles from trimet May 25 10:31:26 'club' May 25 10:31:29 Yes, sorry mister May 25 10:31:31 <_av500_> mranostay: make the club come to you May 25 10:31:45 <_av500_> send invites via facebook May 25 10:31:56 <_av500_> Tey: connect a serial May 25 10:32:11 Why? May 25 10:32:30 <_av500_> just because May 25 10:32:37 <_av500_> and maby to observe some debug messages May 25 10:33:06 can you interpret 3 solid LEDs? May 25 10:33:08 ok i'm going back out against my better judgement May 25 10:33:16 and why the fourth is off? May 25 10:33:17 <_av500_> Tey: yes, they are solid May 25 10:33:32 <_av500_> Tey: what are you booting? May 25 10:33:49 Sorry Mister, Windows CE May 25 10:33:53 <_av500_> so May 25 10:33:57 <_av500_> connect a serial May 25 10:34:01 <_av500_> observe the boot May 25 10:34:03 <_av500_> draw conclusions May 25 10:34:04 I love that "2) Made the LEDs dimmer for those that could not sleep due to the brightness of the LEDs." May 25 10:34:05 <_av500_> the works May 25 10:34:51 _av500_ how to connect a serial there? o.o May 25 10:35:54 better yet i should sleep May 25 10:36:41 hi Tey, did you remove the sdcard before rebooting? May 25 10:37:02 Jaguar, hm no May 25 10:37:06 that's your problem May 25 10:37:14 happened to me earlier May 25 10:37:31 what to do then? May 25 10:37:48 you need to power off > insert sd card > hold boot button and power on > wait for 4 solid leds > power off > remove sd card > power on May 25 10:38:55 will take another 50 minutes unfortunately May 25 10:39:18 get a beer, chocolate or a pizza May 25 10:39:52 i *think* when you reboot after flashing with the sdcard still in it might start re-flashing the mmc and leave a page/pages erased or something May 25 10:40:51 reflashing it with the above steps solved it for me anyway May 25 10:42:33 what did you boot jaguar? May 25 10:46:24 ? May 25 10:46:32 i booted the flasher image May 25 10:46:36 from the beaglebone website May 25 11:02:14 im trying to boot Windows CE :/ May 25 11:02:26 but it seems like no one is experienced with it May 25 11:02:36 there' might be a reason for that :D May 25 11:03:08 Which?^^ May 25 11:03:38 oh ! May 25 11:03:41 Windoes doesn't work, by definition May 25 11:04:15 but maybe I'm biased :D May 25 11:04:20 sorry, didn't see the part about CE Tey May 25 11:13:21 great success: bone-capemgr bone_capemgr.9: slot #6: Applied #2 overlays. :D May 25 11:14:16 Jaguar: what are you trying to do? I'm fighting with PRU enable here May 25 11:14:46 building a DTS for a custom cape with a MRF24J40 radio May 25 11:14:54 ah May 25 11:15:05 no PRU I assume May 25 11:15:13 finallly got it to insert into the kernel via capemgr May 25 11:15:15 :D May 25 11:15:24 (12 hours and counting) May 25 11:15:28 what's PRU? May 25 11:16:03 MRF24J40 is quite interesting... I wonder if it can connect to my Philips Hue lights May 25 11:16:05 the realtime coprocessors(2) in the am3359 May 25 11:16:17 oh ok May 25 11:16:29 there are 2 'arduinos on steroids' on-chip May 25 11:16:31 yes, it's also reasonably cheap dwery May 25 11:16:46 I saw a dts for it in the tree... is it the same cape? May 25 11:17:00 no, i decided to make my own May 25 11:17:12 for reasons that are only known to my subconcious May 25 11:17:17 :) May 25 11:17:46 Jaguar`: those are the best reasons ;) May 25 11:18:03 however, it's a very simple radio, especially if you use the MRF24J40MA module (includes a PCB antenna and balun) May 25 11:18:26 I guess I will just buy one :D May 25 11:19:13 yeh, you could make your own cape with some stripboard and a MRF24J40MA, and some 46way headers for about $20 May 25 11:19:27 yep. how about the software? May 25 11:20:05 theres a kernel driver (linux zigbee) for the 6lowpan side of things and a device driver for the MRF24J40 May 25 11:20:10 i'll do a write up some time soon May 25 11:20:43 I've just added them to the shopping cart of my next order... I'll hold you responsible for that expense :D May 25 11:20:50 haha May 25 11:20:57 7.67 EUR each May 25 11:21:03 you should be able to get the MRF24J40 for $10 in single qty May 25 11:21:12 MRF24J40MA-I/RM May 25 11:21:13 get the MRF24J40MA module May 25 11:21:14 yup May 25 11:21:16 that's the one May 25 11:21:34 nice and easy, 100 mil pitch pads :) May 25 11:21:34 great. will happily read your writeup May 25 11:22:18 sooner or later they'll make our life hard with that low pitch... I'm very happy when I still find something easy to solder May 25 11:24:26 yeah plus i know next to nothing about antenna design, so it's nice to find an affordable module with one included May 25 11:24:56 anyway, time to bring up this board :) May 25 11:25:30 uhm.. just noticed it's not stocked at my distro.. they expect it for July May 25 11:26:05 yeah - you in europe? May 25 11:26:26 yep May 25 11:26:35 http://tineras.com/2013/02/15/prototype-mrf24j40ma-beaglebone-cape/ is this yours? May 25 11:27:03 nope! May 25 11:27:08 that's definitely much better than mine May 25 11:27:18 -ETOOMANYCAPES May 25 11:27:20 mines on stripboard at the moment May 25 11:28:11 not surprisingly virtually identical pinouts though May 25 11:29:40 http://www.flickr.com/photos/86669029@N00/8598127534 another one May 25 11:32:11 seems im not the only one May 25 11:32:22 i'll upload a picture of mine May 25 11:33:25 Jaguar`: what do you use for PCB design/routing/fab? May 25 11:33:44 kicad at home May 25 11:33:46 altium at work May 25 11:33:56 futurlec for cheapo pcb's May 25 11:34:03 stripboard for prototyping May 25 11:34:20 other suppliers depending on quality :) May 25 11:39:53 http://mann.io/images/mrf24j40_protoboard.jpg May 25 11:40:03 excuse the bad soldering :) May 25 11:40:10 it was late May 25 11:41:21 okok..this time only ;) May 25 11:41:58 Jaguar`: thanks! looking at kicad now, are there any extra libraries for it? May 25 11:42:14 footprint libraries? May 25 11:42:47 there are some - i found one footprint for the beaglebone in particular, ill try to dig it up for you May 25 11:43:21 kfoltman, https://github.com/piranha32/FlyingBone has the board outline for capes (not mine) May 25 11:47:38 oh, and kicad is very good by the way, i'm very impressed by it as a package and for simple boards and ease of use it runs circles around some of the commercial packages imho May 25 11:58:57 i'm having problems booting b^3 (erased original emmc data), can anyone help me? May 25 12:01:52 Jaguar`: I'm just trying to do a simple schematic, find the parts I'm likely to want to use etc. - on the other hand, most of my earlier tries with Eagle and other software were unsuccessful, I got frustrated with the UI and component libraries and quit after a few hours :S May 25 12:02:08 yeah May 25 12:02:11 try the kicad tutorials May 25 12:02:19 it's very simple May 25 12:33:11 i'm having problems booting b^3 (erased original emmc data),now when i plug in my beagle via USB, it does not recognize the device, and says that "AM335x USB" is not installed, can anyone help me? May 25 12:34:21 hi pardejini , have you tried re-flashing it? May 25 12:34:34 how? May 25 12:34:51 do you have a microsd card? May 25 12:35:12 yes May 25 12:35:18 http://beagleboard.org/Getting%20Started#update May 25 12:35:21 :) May 25 12:35:37 i've tryed everything May 25 12:36:08 i cant boot from the uSD ether May 25 12:36:19 what happens when you try? May 25 12:36:29 do the LEDs flash? May 25 12:39:59 yes May 25 12:40:11 but i cant access beagle May 25 12:40:32 nor does the linux load May 25 12:41:00 i've tryed putty May 25 12:41:12 to connect through serial or ip May 25 12:41:29 neither of those were successful May 25 12:41:45 *those atempts May 25 12:44:57 pardejini, are you using the flasher image? May 25 12:45:07 if so, it will take ~50 minutes until the board is flashed May 25 12:47:49 i used ubuntu's image May 25 12:48:13 oh ok May 25 12:48:21 im not familiar with the ubuntu install process May 25 12:48:28 hm May 25 12:48:38 you can't 'brick' the device though so i wouldnt be worried May 25 12:48:46 failsafe is to always boot from sdcard May 25 12:48:58 but there may be more reading to do before it works :) May 25 12:49:04 what image were you talking aboutt? May 25 12:49:06 hi May 25 12:49:26 see the link i pasted before May 25 12:49:34 the angstrom flasher image May 25 12:49:36 ok May 25 12:49:51 but when i boot from the SD May 25 12:49:52 can anyone attempt to use CAN controller whith beaglebone BLACK A5A and Angstrom image ? May 25 12:50:00 does it flash the emmc automaticlly? May 25 12:50:46 is that what you where talking about? May 25 12:51:59 yes May 25 12:52:07 if you use the beaglebone black flasher image May 25 12:52:14 it will reflash the sdcard May 25 12:52:26 BUT that's becauase its a special flasher image May 25 13:00:19 ok May 25 13:00:27 thanks a lot May 25 13:00:30 :) May 25 13:04:53 np May 25 13:12:23 damn May 25 13:12:27 just killed my board May 25 13:12:35 deleted the mlo and uboot file May 25 13:12:40 it wont connect anymore May 25 13:12:42 KotH: http://www.kellarigalleria.com/taideteokset/dalisilms.jpg May 25 13:16:02 I've defined two spi devices in my device tree. the kernel initializes spi1.1 before spi1.0, while I need the other way around... any clues? May 25 13:20:09 dwery: Can't you rename them with udev? May 25 13:20:26 nope,dt enumeration it's done when the kernel boots May 25 13:20:32 is* May 25 13:20:50 I'm not using spidev May 25 13:38:41 Jaguar`: ping May 25 13:58:43 Jaguar`: I'd need an info.. can you dmesg | grep mrf24j40 ? May 25 14:11:00 hey May 25 14:11:06 dwery, still there May 25 14:11:09 ? May 25 14:11:10 yes May 25 14:11:32 [ 90.825678] mrf24j40: probe(). IRQ: 193 May 25 14:12:01 anything else? May 25 14:12:01 ty May 25 14:12:14 I'm battling irq issues and wanted to check if the numbers makes any sens May 25 14:12:15 e May 25 14:12:18 oh May 25 14:12:21 whats your irq issue? May 25 14:12:30 a spectacular fault :D May 25 14:12:34 yep May 25 14:12:38 i got one of those :) May 25 14:12:40 on my can controllers May 25 14:12:55 I think there's some gpio foo magic missing May 25 14:13:11 pm me the stack trace? May 25 14:13:33 sure.. let me get the latest one May 25 14:15:55 anyone managed to get wireshark on angstrom? May 25 14:23:43 gtg for now dwery, sorry! May 25 14:23:53 Jaguar`: see youlater, thanks! May 25 14:25:14 Jaguar`: fixed it, the driver was missing a devm_gpio_request_one May 25 14:25:41 yay, first PCB done (sorta) with kicad May 25 14:26:10 nice kfoltman May 25 14:26:19 cool dwery :) May 25 14:26:24 howed you find kicad? May 25 14:26:33 (i really should go to bed :)) May 25 14:27:18 Jaguar`: it's nice - just a little annoying at times (where's my "rip all them tracks out!!!" button? but delete function is good enough) May 25 14:27:27 less annoying than Eagle though May 25 14:27:31 yeah May 25 14:27:58 i kinda like it, there are some bits that are a little bit rough around the edges, but nothing major May 25 14:27:59 it might become completely not-annoying with more practice :) May 25 14:28:04 its actually a very impressive package May 25 14:28:15 screen refresh via XOR is... not always working too May 25 14:28:21 yeah May 25 14:28:31 zoom in/out fixes usually May 25 14:28:46 quick mousewheel :) May 25 14:29:00 oh, and another one - lack of panning May 25 14:29:20 dragging with mouse wheel is reserved for area zoom May 25 14:29:41 could probably be added in less than a day of coding if I needed it really badly May 25 14:31:19 yeah May 25 14:32:00 probably worth making some contribs at some point May 25 14:32:10 anyway, i'm tired :) night May 25 14:32:34 Jaguar`: night - and thanks again! May 25 15:13:27 koen, the other day you mentioned "BBB + LCD7 works if you boot from uSD" (I saw in the log). What did you mean by that? I tried latest debian distro for BBB (booting from uSD), my LCD7 shows some garbage on the LCD (vertical lines) May 25 15:19:12 hehe May 25 15:52:37 need desktop environment for beaglebone black with ubuntu May 25 15:52:52 anyone knw any that work lxde minimual wont work May 25 16:07:12 hi evryone May 25 16:09:06 *Yawn* May 25 16:10:20 morning Shadyman kaektech May 25 16:12:00 moaning May 25 16:15:42 mourning mru May 25 16:20:08 hard to believe that mranostay was up and trolling @ 3:40am May 25 16:22:23 Who needs sleep? May 25 16:22:26 Not me! May 25 16:25:30 shapr, I got a mug from a DevOps conference...."You can sleep when you are DEAD. May 25 16:25:31 " May 25 16:26:00 IC-7410 << want May 25 16:26:01 plenty of time for sleep in the ground ;) May 25 16:26:10 wrong channel...sorry May 25 16:26:38 now we want it too :D May 25 16:26:49 hiya dwery! May 25 16:26:52 :) May 25 16:26:55 howdy? May 25 16:27:10 how goes the SPI stuffa? May 25 16:27:18 I think I've got it right May 25 16:27:25 but there's a conflict with HDMI May 25 16:27:37 I've disabled mine. May 25 16:27:47 along with eMMC May 25 16:28:02 (of course I was a bit more drastic with the eMMC) May 25 16:28:23 I will move the on another pin with the next PCBs May 25 16:28:43 but the srm doesn't report any potential conflict on P9 May 25 16:28:44 Supposidly, it'll be possible to disable the eMMC in software at some point May 25 16:29:12 dwery, iirc spi0 is taken up by the HDMI audio right? May 25 16:29:52 malcom2073, I didn't want it working...EVER... takes too many pins from what I would like to do with it... May 25 16:30:09 ka6sox: I think so. it seems capes have an higher priority so the hdmi gets disabled May 25 16:30:27 isn't DT fun? May 25 16:30:32 ka6sox: I feel the same way, but I don't wanna hardware hack my board up :). There is a reset pin for the eMMC tied to a GPIO, but I think they have to send a "reset enable" command to the eMMC first... waiting to hear official word on it May 25 16:30:46 the conflic is on P9.25 May 25 16:31:02 let me check my Son's app to see what that is. May 25 16:31:07 much fun.. the file format is a bit pesky May 25 16:31:28 you had your son made an app for you? May 25 16:31:32 that's child labor! :D May 25 16:32:13 dwery, pinmux.tking.org May 25 16:32:26 dwery, he is trying to earn money for a new computer. May 25 16:32:39 Has anyone connected a single cell LiPo to the PMIC on the black? May 25 16:33:11 shapr, does the TPS know about LiPo? May 25 16:33:20 the charging curve? May 25 16:33:25 Good mid-morning ka6sox! (slightly delayed by antenna futzing) May 25 16:33:32 ka6sox: I think so May 25 16:33:36 According to its spec sheet it does. May 25 16:33:39 ka6sox: nice app May 25 16:33:50 dwery, not bad for an 11yr old. May 25 16:34:04 absolutely. May 25 16:34:11 * shapr checks the spec sheet to be sure May 25 16:34:26 he is working on Rev2 that does all the pins and creates the DT fragments. May 25 16:34:39 how much ram do these things have May 25 16:34:47 the site just walks about its processor and IO's May 25 16:34:48 512MB May 25 16:34:53 coo May 25 16:34:54 thanks May 25 16:35:04 yw May 25 16:35:05 how would you guys compare it to the pi? May 25 16:35:27 ka6sox: check page 26 of http://www.ti.com/lit/ds/symlink/tps65217b.pdf it has the power curve used. May 25 16:35:29 This morning's modest success: ads-b mapping bone May 25 16:35:37 MSP>Arduino>Pi>BBB in order of power and stuff. May 25 16:35:48 kaektech: great! May 25 16:35:54 str8_, ^^ May 25 16:35:57 http://casa.kaektech.com:8080/ May 25 16:36:03 Although I've heard that the Pi is better for a media center, but I've not compared the video performance of both. May 25 16:36:35 kaektech: DVB-T hw or something else? May 25 16:36:50 what shapr said May 25 16:36:51 just read the note May 25 16:36:55 what controlls the pins? any fancy scripts like the gpio for the pi? May 25 16:36:57 morning emeb_mac May 25 16:37:02 or just standard libs? May 25 16:37:13 dwery: yes. cheap rtl-sdr dongle May 25 16:37:16 bonescript May 25 16:37:33 ka6sox: good morning to you too. May 25 16:37:33 ka6sox: Page 23 of http://www.ti.com/lit/ds/symlink/tps65217b.pdf says that the PMIC chip is specifically designed to charge Li+ batteries, so I assume that means both LiPo and LiFePO4 batteries? May 25 16:37:37 kaektech: I made some tests months ago and it worked nicely. console only May 25 16:37:55 dwery: drop me a note if you release it May 25 16:38:01 str8_, there are a lot more Hardware Modules in a BBB than in a Pi, so you don't have to "bitbang" things as much. May 25 16:38:12 Yah, the PRUs look nifty. May 25 16:38:15 yeah thats why i was looking at it May 25 16:38:19 more IO May 25 16:38:20 :) May 25 16:38:21 real time response! May 25 16:38:38 shapr, yup, they are an advantage for RT I/O May 25 16:38:42 bbb == real embedded device ;) May 25 16:38:56 what OS is prefered with these? May 25 16:39:01 I saw some links on netbsd May 25 16:39:02 whatever you prefer May 25 16:39:05 ka6sox: So, seems like I should plug a handy LiPo into my PMIC and see if I get smoke May 25 16:39:07 dwery: there's not much to release - just installed some software, and stuck an antenna out the window May 25 16:39:24 str8_ production image is angstrom, but it'll run ubuntu or debian too May 25 16:39:27 str8_, the official is something called Angstrom, but others are working with debian/ubuntu May 25 16:39:31 someone has gentoo working on it as well May 25 16:39:45 risc is sub processor? May 25 16:39:46 " May 25 16:39:54 * ka6sox is glad he isn't in the same county as shapr May 25 16:39:57 "someone" because i dotn remember whom exactly May 25 16:40:04 str8_, 2 of the sub processors. May 25 16:40:24 ka6sox: If you don't hear from me for hours, look for the plume of smoke. May 25 16:40:33 they can be used separately, or in parallel. May 25 16:40:47 the main is arm though correct? May 25 16:40:52 yes May 25 16:40:57 Cortex-A8 May 25 16:42:31 do you guys like black or the standard one better May 25 16:42:37 the black version is 1ghz May 25 16:42:52 the mor expensive one is 750mhz but has the risc subs May 25 16:42:55 str8_, the black is new...so its taking some getting used to. May 25 16:43:07 this one has the risc subs too. May 25 16:43:40 oh I should read closer, lol, the page left out RISC on it, but has the rest of the info May 25 16:43:51 ka6sox arent they essentially the same processor, with a refresh on the processor for the black ? May 25 16:44:38 do both of them have 512ram? May 25 16:44:45 no May 25 16:44:55 the white has 256MB May 25 16:45:12 why is white more expensive? May 25 16:45:50 No idea but id assume it largely has to do with quantities made in one pass May 25 16:46:14 mostly speculation on my own behalf though May 25 16:46:46 so black is better? May 25 16:47:16 hard question to answer i think May 25 16:47:45 spec wise it is, software wise since the black is new, and uses new kernel etc, it wil ltake a while to catch up May 25 16:47:57 str8_, the real answer I think...is a commitment to making LOTS more of the Black.... May 25 16:48:34 damn it you guys, im gonna have to buy one now May 25 16:48:53 str8_, Mission Accomplished! May 25 16:48:57 heh May 25 16:49:13 str8_ seriously though for only $45 can you truly go wrong ? May 25 16:49:27 right May 25 16:50:36 Ive personally had nothing but a possitive experience with mine. May 25 16:50:44 plus you will get hours of device tree fun! May 25 16:51:02 ther ya go yes, i havent gotten to that part yet ;) May 25 16:51:17 anyone use a small stepper motor with one yet? May 25 16:51:19 dwery, ssssssh...thats the icing on the cake. May 25 16:51:38 str8_, teh stepper capes work with it. May 25 16:52:11 dwery, this app my son is working on I'm hoping will help ease the DT pain. May 25 16:52:24 oh an PRU's . . . in the context of PWM more than one person has May 25 16:52:31 a project for* May 25 16:52:32 nice. I'm trying to find a nearby pion that's not widelyused May 25 16:52:44 ka6sox, me too ! May 25 16:53:07 m_billybob, you making an app to write the dtbo? May 25 16:53:17 ka6sox, your son, he is good with css too ? May 25 16:53:29 no no im hopign the app your son is making will ease DT too May 25 16:53:38 dunno, I ask for KISS...don't care about CSS much. May 25 16:53:39 looks great so far May 25 16:54:12 morning May 25 16:54:25 ka6sox, ah only reason why i ask is im not exactly an EE, and well yeah i need hand holding from time to time. May 25 16:54:34 oh PRU talk May 25 16:54:35 he is working on rev2 that looks more like Rickta59 's example May 25 16:54:39 but i supposei could learn to deal with it ;) May 25 16:54:45 * ka6sox hands mranostay a Bloody Mary. May 25 16:54:50 the googe db ? May 25 16:54:58 best way to start the morning May 25 16:55:21 ka6sox: nah i think i'll stick to my gatorade May 25 16:55:45 hey mranostay its #caturday May 25 16:56:07 kaektech, out in the middle of a field? May 25 16:56:08 gah speaking of whcih i got to get out nd do some "ranch" work May 25 16:56:41 ka6sox: Nah, backyard. May 25 16:57:18 I think my backyard is 10X10. May 25 16:57:31 got ya beat there May 25 16:57:51 ka6sox: Although, as bad as I need to mow, yes, it does look like a field. May 25 16:58:20 you could put a whole football pitch on that with stands! May 25 16:59:46 we're lucky we could put a footbal field stands parkign lot and probably have room left over for a shopping mall too May 25 16:59:58 40 acres . . . May 25 17:00:27 I think we need a tool to evaluate compatibility between the capes May 25 17:00:41 mowing this place is a serious pita to say the least. May 25 17:00:55 m_billybob: pave it May 25 17:01:26 naw kaektech we have livestock, trying for self sustained here May 25 17:02:19 m_billybob: I'm about to stick some livestock in my smoker May 25 17:08:20 Greetings ,I would like to know that since beagleboard xm do not have any CMOS battery,then where it saves the BIOS configuration May 25 17:08:30 <_av500_> no battery May 25 17:08:38 <_av500_> no BIOS either May 25 17:08:44 <_av500_> nothing to save May 25 17:08:47 kaektech, lol yeah thats the idea ;) May 25 17:09:08 then May 25 17:09:13 ? May 25 17:09:26 Dont it need that,and why/ May 25 17:12:11 dwery, you mean like one that deconflicts pins? May 25 17:12:45 not necessarily... a warning on the conflicting pins would be a start May 25 17:13:00 I think I'm going with P9.23 May 25 17:13:02 Guest44834: http://lmgtfy.com/?q=beagleboard+xm+srm May 25 17:14:37 dwery, thats what Rev2 of the app does. May 25 17:14:43 nice May 25 17:14:47 warns you of conflicts May 25 17:15:43 kaektech ,I read it not completely though,can you just point where it is explained May 25 17:16:32 ctrl + f May 25 17:16:57 Guest44834: No. We are not here to help you read. Read it for yourself. May 25 17:18:06 dwery, https://github.com/ka6sox/BoneTag << JTAG/SWD/SBW/AVRisp cape. May 25 17:18:17 saw it before :) May 25 17:19:26 hmmmm... May 25 17:19:34 you have been lurking :) May 25 17:19:47 once in a while May 25 17:19:49 :) May 25 17:20:09 I'm hoping the GSoC gets picked up :) May 25 17:22:08 okay, back to layout... May 25 17:22:14 later Ladies and Trolls. May 25 17:22:52 hey ladies can be trolls too May 25 17:23:07 trolls and non-trolls seems more PC May 25 17:23:29 who said I was PC? May 25 17:24:18 mranostay, you are slipping...where is the #caturday picture....just because you were on an All Night Bender doesn't release you from your responsibilities May 25 17:24:55 PC? I thought we were discussing ARM in here? May 25 17:25:35 kaektech, are rarely On Topic...you happen to catch us on a good day... May 25 17:25:59 I know... May 25 17:26:40 okay I need to hide this window if I'm going to get any layout done...laters May 25 17:31:35 The magic clock chimed and said the pork was ready. Time to build a fire. Adios for now. May 25 17:45:37 swedes at the next table, boring conversation May 25 17:46:07 it's more fun when they think nobody undetstands them May 25 17:47:14 kind of a dumb assumption these days. May 25 17:47:34 it always was May 25 17:51:06 uhm..these blue leds are really... May 25 17:51:25 *bitchin* May 25 17:57:41 mru: I had that happen the last time I was in Portland, the Swedes at the next table assumed I didn't understand them. But when I walked away they saw the Swedish shirt I was wearing. May 25 17:58:06 hehe May 25 17:58:27 always save the reveal for the end May 25 18:08:00 ... best served cold... May 25 18:24:10 shapr: btw, there's a company doing construction work all over berlin called 'porr' May 25 18:24:47 I find that slightly amusing May 25 18:26:26 * emeb_mac google translates "porr". heh. May 25 18:27:16 and they're _everywhere_ May 25 18:30:28 kind of like pidora May 25 18:37:43 shapr, .. which beagle do you have? May 25 18:40:46 so does anyone have any success stories with any of those $5 wifi dongles on ebay? May 25 18:51:09 ka6sox-farfarawa: the difference being that the construction company presumably isn't entirely useless May 25 18:51:44 mru, +1 May 25 19:03:44 hm, first board ordered from seeed... EPIC FAIL or not...? May 25 19:16:11 mru: swedish for porn? May 25 19:33:54 beagle_jkridner: merged with boris? May 25 19:34:18 was for the GSoC meeting earlier May 25 20:24:07 <_av500_> ahoi May 25 20:24:35 arrrr May 25 20:26:36 avast! May 25 20:27:11 http://www.arrrrrr.com/ May 25 20:40:17 anyone have any ideas why i cannot reboot my beaglebone black? May 25 20:40:27 it hangs, then kernal panics "drm_kms_helper: panic occurred, switching back to text console" May 25 20:49:33 anyone have any ideas why i cannot reboot my beaglebone black? May 25 20:50:24 reboot doesnt work? May 25 20:50:40 no it hangs, then kernal panics May 25 20:50:44 *kernel May 25 20:51:02 hangs on way down? May 25 20:51:35 hangs after: Stopping very small Busybox based DHCP server: Stopped /usr/sbin/udhcpd (pid 765). udhcpd. * Asking all remaining processes to terminate... [ OK ] * All processes ended within 1 seconds.... [ OK ] May 25 20:51:57 then kernel panics (i have that too if you want to see it) May 25 20:52:16 what os? May 25 20:52:26 ubuntu 12.10 May 25 20:52:44 robotguy, ow ow ow owwwwwww..... May 25 20:52:52 prolly should ask those guys. May 25 20:52:52 why bleeding edge? May 25 20:53:07 thats a maid to fale. May 25 20:54:45 idk why 12.10, i think i might just switch to 13.04, i have nothing invested in this install right now May 25 21:04:10 i switched to 13.04 and now it reboots fine May 25 21:13:30 robotguy, they can barely keep x86 from breaking with 13.10...arm is going to be worse. May 25 21:19:37 then what do you reccomend using? May 25 21:20:29 linux May 25 21:25:16 is beagleboard better than rpi? May 25 21:25:35 v2345vewer: for what usecase? May 25 21:27:01 house automation May 25 21:28:13 the bone has more GPIO than the rpi May 25 21:28:23 did you find a prebuilt ubuntu image robotguy ? May 25 21:28:34 yeah May 25 21:28:37 link? May 25 21:28:45 http://elinux.org/BeagleBoardUbuntu May 25 21:30:09 can I run debian on it? May 25 21:30:37 v2345vewer: I hope so May 25 21:30:51 v2345vewer: just got mine and will try it soon :) May 25 21:31:51 v2345vewer: elinux has a page about using the beagle with debian May 25 21:32:16 v2345vewer: http://elinux.org/BeagleBoardDebian May 25 21:33:12 v2345vewer: of course you can alway get both boards and try them out :) May 25 21:34:13 risc: why is the process so complicated? Shouldn't it just be "place a few files on boot and do a debootstrap? May 25 21:35:05 Humpelstilzchen: I'm wanting to get FreeBSD running on mine, I need to cross compile the whole OS to a SD card... the Debian process looks a lot easier :P May 25 21:35:36 I found an image for Debian earlier that I haven't tested... let me find the site May 25 21:36:29 http://www.armhf.com/index.php/boards/beaglebone-black/ May 25 21:42:23 i just plugged in a beagle bone black via usb and i'm unable to browse to http://192.168.7.2/ May 25 21:42:31 i'm running ubuntu 12.04 May 25 21:44:27 can someone help me troubleshoot? May 25 21:44:33 ozzloy: just sitting on the same, though it works over ethernet May 25 21:44:47 interesting May 25 21:45:06 so i am working with another guy. we have 2 boards. for him, both work if he just plugs them in May 25 21:45:23 oh and it seems the board needs a new firmware May 25 21:45:39 he can just browse to the page. i cannot. i'll see if i can find an ethernet cable May 25 21:45:44 we're both running 12.04 May 25 21:45:48 brb May 25 21:46:45 well if both boards are working for him and not you, it's your Ubuntu setup or you haven't installed the drivers? May 25 21:47:15 it says driver installation is not required May 25 21:48:07 I've been using mine via OS X, but there was definitely a Linux shell script on the card/website May 25 21:48:16 just udev rules May 25 21:49:00 he didn't install drivers May 25 21:49:05 and yes, it's my ubuntu setup May 25 21:49:07 i'm not sure what May 25 21:49:39 for fun, i ran the script to add udev rules May 25 21:49:46 it was loads of fun May 25 21:50:09 outside running a diff against the 2 installs I've got no idea how anyone can help you, as you've already said your card actually work May 25 21:50:14 it works with an ehternet cable! May 25 21:50:53 my beagle has the usb network setup, but my host not.. May 25 21:51:03 someone who knows networking better than i could probably help May 25 21:51:16 networking is a sore spot for me May 25 21:51:38 I work with networks every day, but would have no idea how to diagnose a working card... but then I don't use Ubuntu at all, shit seems broken to me :) May 25 21:52:41 risc: not card specific, looks like the beagle is supposed to do ethernet over usb May 25 21:52:53 it does May 25 21:53:00 it works perfectly here on OS X :) May 25 21:53:25 looks Ubuntu or Linux specific to me May 25 21:53:49 I've only mucked around with my Black via usb, and ssh root@192.168.7.2 works exactly as expected May 25 22:00:52 Rickta59: I have the BBB, and a Rosewell $10 wifi dongle that works fine once I installed the firmware package... rtl8xxx something May 25 22:01:14 thanks shapr May 25 22:01:33 i've been losing my internet allday .. so if you pinged me earlier with that .. sorry May 25 22:01:44 Rickta59: Nah, I was out mowing :-) May 25 22:01:52 so have you got haskell going on it yet? May 25 22:02:26 Rickta59: Nope, I've been distracted. But this next week my wife is out of town with the car, so I'll have five days of focus time! May 25 22:02:43 i'm pretty impressed with this thing so far May 25 22:03:00 it is comparable to the x86 850MHz i have sitting on the floor ;) May 25 22:03:13 1999 machine May 25 22:03:36 Rickta59, and a whole lot less power and noise.... May 25 22:03:52 yeah it is sitting .. only turn it on in the winter for heat May 25 22:05:11 i'm contemplating putting a bcc togehter. May 25 22:12:18 ozzloy: ok found my problem.. May 25 22:12:24 I think May 25 22:14:26 Rickta59: Yah, except the DDR3 memory is faster, and the eMMC is probably faster, and it costs a lot less to run :-) May 25 22:15:30 i'm trying to figure out where to plug the ati 9700 pro May 25 22:16:46 is there a cape for that : ) ? May 25 22:17:57 it would be interesting to try and connect up some old isa card May 25 22:18:24 you could try an fpga cape for that May 25 22:18:52 or try and get some old ata ide drives to work May 25 22:19:13 but .. hmm .. no May 25 22:19:15 isa cape has been suggested before May 25 22:19:31 ata ~= isa May 25 22:19:37 I don't think there is room for the connector! May 25 22:19:38 there is suppaobly a cape that has a SATA interace May 25 22:19:45 the Logi-bone May 25 22:19:47 seems like beagle is needing rndis_host, though why isn't that documented May 25 22:20:26 i've seen an 8051 project that accessed some old ide drives May 25 22:21:24 Humpelstilzchen: what problem? May 25 22:21:40 ozzloy: why my network does not work May 25 22:21:52 from windows? May 25 22:22:05 Debian May 25 22:22:12 just worked here in ubuntu May 25 22:23:34 have to restart this FreeBSD jail...back in a sec May 25 22:24:30 Humpelstilzchen: what was the problem? May 25 22:24:51 Humpelstilzchen: more importantly, what was the fix? May 25 22:25:52 ozzloy: My self compiled kernel was missing the modul rndis_host May 25 22:26:01 d'oh May 25 22:26:10 hey i have cdc_ether^ May 25 22:26:30 ozzloy: lets check your problem, do you get a network device? May 25 22:29:25 Humpelstilzchen: i don't know May 25 22:29:47 ozzloy: pastebin ifconfig -a May 25 22:29:56 Humpelstilzchen: kk May 25 22:30:25 http://pastebin.com/2DmQDZVV May 25 22:30:29 oh wait May 25 22:30:49 i'm trying to run ubuntu off an sd card, hold on i'll reboot it to the angstrom May 25 22:31:12 ok, i'll rerun that with just the usb plugged in May 25 22:31:20 what i really want is to get ROS on this thing May 25 22:32:10 here's ifconfig -a with just usb plugged in and no microsd in the slot http://pastebin.com/05WH0PkR May 25 22:32:23 and i can view files on the board May 25 22:32:48 the beagle bone gets auto mounted at /media/BEAGLEBONE May 25 22:33:08 anyone know future direction of hwmod? Is all the data going into DT ultimately? May 25 22:33:41 johnresh, depends on who you talk to... May 25 22:33:48 lol May 25 22:34:08 ozzloy: Rats of Size? What's ROS? May 25 22:34:12 ozzloy: you seem to get the usb device but for some reason have another ip there May 25 22:34:17 Oh, Realtime Operating System? May 25 22:34:20 robot operationg system May 25 22:34:22 ros.org May 25 22:34:31 robot rats? May 25 22:34:31 ka6sox-farfarawa: doc for omap-i2c.txt says "Future plan is to migrate hwmod data base contents into device tree 19 blob so that, all the required data will be used from device tree dts 20 file." May 25 22:34:39 bah, not nearly as interesting as getting rodents installed on a BeagleBone :-P May 25 22:34:39 but I hear lots of different stories. May 25 22:34:51 I'm going to make a fork of the BBB and call it the BeagleBane! May 25 22:35:12 ka6sox-farfarawa: May 25 22:35:34 shapr: :) May 25 22:35:34 ozzloy: do you have done any static configuration on eth1? May 25 22:36:00 Humpelstilzchen: how do i check? maybe. i use openvpn for work. maybe that's screwing something up? May 25 22:36:07 johnresh, depending on who you talk to they are about ready to kill the inventor of DT or just shake their heads and go back to the "olde way" and not upgrade kernels. May 25 22:36:32 ozzloy: what if you just try to get a dhcp-ip on eth1? May 25 22:36:37 how about a mechanical bat, a robat? May 25 22:36:52 batty May 25 22:36:53 mru: That's PERFECT! May 25 22:37:04 johnresh, there are a few who have embraced it as the "future" but most are being dragged kicking and screaming... May 25 22:37:12 ka6sox-farfarawa: I meant mainline kernel from kernel.org May 25 22:37:22 embraced DT? May 25 22:37:38 ka6sox-farfarawa: ok May 25 22:37:52 So, what is hwmod anyway? May 25 22:38:04 ka6sox-farfarawa: I think certain information like clock-tree data should still be in hwmod May 25 22:38:15 johnresh, I only know about what I hear here on this channel and in/on the mailinglist/googlegroup/ph0rum May 25 22:38:19 ozzloy: is there /etc/network/interfaces there? if so, what does it contain May 25 22:38:49 johnresh, I'm not sure we get the choice... May 25 22:39:12 and clock/power domains have always been "fun" May 25 22:39:30 ka6sox-farfarawa: hm ok.. doing git log of hwmod , doesn't seem like any of it is reduced in near future (atleast for #beagle bone's SoC) May 25 22:39:50 s/future/recent past/ May 25 22:40:41 so i think it is still very much alive ;-) May 25 22:41:01 there was talk about mainlining the hwmod stuff but I don't know how. May 25 22:41:07 anyway dt is more like replacing platform data looks like, than replacing hwmod, would you agree? May 25 22:41:15 Humpelstilzchen: dhcp-ip eth1 zsh: command not found: dhcp-ip May 25 22:41:25 Sicelo: checking May 25 22:41:33 johnresh, its replacing the platform datafiles yes. May 25 22:41:43 Sicelo: ~/ cat /etc/network/interfaces auto lo iface lo inet loopback May 25 22:41:46 and doing things like pinmuxing May 25 22:41:47 ozzloy: thats not a command, dhclient eth1 would be the command, but you should be able to do that via network manager May 25 22:42:20 ~/ sudo dhclient eth1 (no output) May 25 22:42:28 "via network manager"? May 25 22:42:38 ozzloy: now try again May 25 22:42:45 Humpelstilzchen, I've had problems with network mangler...I just turn it off and do it the old way...much safer. May 25 22:42:50 to connect May 25 22:42:54 try ... 192.168.7.2? May 25 22:42:55 ka6sox-farfarawa: I never used it :) May 25 22:43:11 ka6sox-farfarawa: +1 May 25 22:43:26 Humpelstilzchen: it worked! May 25 22:43:39 Humpelstilzchen: what just happened? May 25 22:43:46 why did it not work, why does it work now? May 25 22:43:58 ozzloy, that will remain a MAJOR mystery... May 25 22:44:19 Humpelstilzchen: could you give me some guesses? May 25 22:44:52 :P May 25 22:44:54 ozzloy: for some reason your system did not fetched an ip from the beagle May 25 22:45:15 ic May 25 22:48:15 I lose video if I connect anything extra to my BBB besides video (tried keyboard and ethernet) I'm using walwart USB that supplies 850 mA, is that not enough juice? May 25 22:48:47 tdilly: Ethernet certainly shouldn't consume much power. May 25 22:49:19 I can either do eithernet or video, else I won't get video May 25 22:50:03 they both work individually but not together May 25 22:50:32 Do you see anything in the logs at the point where it dies? May 25 22:51:16 shapr: Nope, if I boot with them both I never get video, if I boot with video then connect ethernet I lose video May 25 22:51:44 Boot with ethernet then connect video? May 25 22:51:59 shapr: Will give it a shot May 25 22:52:14 tdilly: If you're watching the logs as it happens, you might get some useful output? May 25 22:55:00 shapr: I got: "tilcdc 4830e000.fb: Connected to an HDMI monitor with cea mode 1" and a some white lines on the montor May 25 22:55:12 shapr: from dmesg May 25 22:57:06 Well, the HDMI port sees the monitor :-) May 25 22:57:33 I have a 1.5A walwart but it's adjustable and only does either 4.5V or 6V for some reason no 5V :/ May 25 22:57:46 suck :-( May 25 22:57:58 this might be a silly question : where is access to the GPIO pins documented? May 25 22:57:59 I think the beaglebone black really wants 5v +/- 5% May 25 22:58:08 Leolo_3: What sort of access? May 25 22:58:19 program May 25 22:58:22 from Perl, say May 25 22:58:23 I'm wondering if the USB walkwart doesn't really put out 850mA? May 25 22:58:30 I can find the pinouts, no problem May 25 22:59:02 tdilly: I dunno, have you tried powering it from the USB port on a laptop? May 25 22:59:12 Leolo_3: you can usually read/write gpios via sysfs May 25 22:59:29 tdilly: Alternatively, would you happen to have one of those dual-input usb ports that do 1000mA? May 25 22:59:33 er, usb cable... May 25 23:00:04 tdilly: I have one of these: http://www.datoptic.com/media/catalog/product/cache/1/image/500x500/5e06319eda06f020e43594a9c230972d/f/i/file_15_9.jpg May 25 23:00:28 tdilly: Do you have a different HDMI monitor you could try? May 25 23:00:29 johnresh, http://linuxgizmos.com/beaglebone-black-climbs-the-device-tree-with-linux-3-8/ May 25 23:00:45 shapr: negatory on the dual-usb cable, I'll try laptop usb and see what I get, I know the ethernet will work but didn't try with video at the same time May 25 23:01:00 ka6sox-farfarawa: yes i read that May 25 23:01:05 tdilly: have you read http://circuitco.com/support/index.php?title=BeagleBoneBlack_HDMI ? May 25 23:01:31 thx May 25 23:01:50 humpel : I don't (yet) have a board. Imma looking for doco May 25 23:01:52 DT can hold info of both SoC and board, while hwmod is for the SoC May 25 23:01:52 shapr: no I didn't read that, video does work though, just not with anything else attached, I'll look over that and try laptopt usb May 25 23:02:30 I knew I was saying the wrong thing..it replaces "boardfiles" May 25 23:02:48 I wish the distinction was more clear. What is the need to move everything into DT? Is it because SoC's are proliferating at such a high rate that kernel developers want to keep it more out of tree? May 25 23:02:56 johnresh, DT will not unify the ARM space...too many Vendors who won't play ball. May 25 23:03:24 johnresh: hwmod -> DT decision is more omap'ish right May 25 23:03:37 are there really SoCs that put _all_ info into DT? May 25 23:04:01 from what i'm reading the sparc and ppc ones do. May 25 23:04:12 right May 25 23:04:17 (not as many flavours of those however) May 25 23:04:26 afaik zynq-7000 has nearly all in the DT May 25 23:04:32 s/sparc/sharc/ May 25 23:04:40 Humpelstilzchen, thats a very late comer. May 25 23:05:10 probably started with 3.7 when DT was in its infancy. May 25 23:05:15 so before DT how did you set stuff up? it was in the kernel? May 25 23:05:19 ka6sox-farfarawa: the default kernel is 3.2 May 25 23:05:42 or you just had to reconfigure with some code? May 25 23:05:47 ah, okay...I keep wanting to get one as I like VHDL...but the $300 price tag scares me off. May 25 23:06:01 Moving to pure DT for linux-omap can be a big challenge as I see it,... all the hwmod lookup code will break ;) May 25 23:06:02 the 300 is the cheap board ;) May 25 23:06:20 joel_, +1 May 25 23:06:53 Humpelstilzchen, ya, I see that :P May 25 23:07:21 Humpelstilzchen, I'd rather buy a BBB and a BCC and have fun with that May 25 23:07:27 But I thought DT cured cancer and brought peace to the middle east? May 25 23:07:43 ka6sox-farfarawa: BCC +1 May 25 23:07:45 how do i check if the bbb is sdb? this page says it assumes that's where the bbb is May 25 23:07:47 http://www.armhf.com/index.php/getting-started-with-ubuntu-img-file/ May 25 23:08:04 ozzloy: look in dmesg May 25 23:08:11 i did ls /dev|grep mmc May 25 23:08:21 Humpelstilzchen: k May 25 23:08:37 dmesg | grep mmc May 25 23:08:52 Humpelstilzchen: dmesg|grep sdb ? May 25 23:09:09 what are you looking for? May 25 23:10:14 i did that and got tons of output http://pastebin.com/iG9eUSjt May 25 23:10:19 ka6sox-farfarawa: you asking me? May 25 23:10:30 my overall goal is to get ROS on the BBB May 25 23:10:40 ozzloy: looks like sdb May 25 23:11:03 ozzloy, iirc there is a proposal for a GSoC project to do this... May 25 23:11:15 my current attack vector is to put ubuntu on it, then get the ROS packages May 25 23:11:19 so I suspect they don't think this cvan be done in a day. May 25 23:11:38 Humpelstilzchen: k. giving it a whack May 25 23:12:51 ozzloy, http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/vmayoral/3002 May 25 23:13:59 http://pastebin.com/i8wvhsbj May 25 23:14:14 it doesn't write, says there's no space on sdb May 25 23:15:21 shapr: strange everything seems to be working at the same time now even keyboard, I just went through the steps of that doc you sent to see if my default resolution was supported May 25 23:16:09 now back to my original task of getting arch on it :) May 25 23:16:33 ozzloy: uhm you currently have an sd card reader attached and the card inserted? May 25 23:17:46 Humpelstilzchen: i was trying something dumb. trying something else now (possibly also dumb) May 25 23:18:06 well that was painless .. ubuntu image install May 25 23:20:24 ozzloy, did you look at that GSoC proposal? May 25 23:20:31 how about from here May 25 23:20:39 can't see you from there. May 25 23:20:45 ok, not much better. ka6sox-farfarawa i saw the front page, looks cool May 25 23:21:02 nice .. does angstrom have a web based terminal emulator too? May 25 23:21:05 i hadn't noticed it May 25 23:21:05 ozzloy, so apparently they don't think its a weekend project. May 25 23:21:22 Humpelstilzchen: ok, so i realized that this wasn't going to write to the bbb directly and instead would write to a micro sd card May 25 23:21:36 Rickta59_, xterm? May 25 23:21:40 oh wait May 25 23:21:44 web based. May 25 23:21:45 i mean from the web May 25 23:21:46 never mind May 25 23:22:14 hmmm...wonder if wTerm would work... May 25 23:22:14 i'm here in chrome, connected to the beagle bone on ubuntu May 25 23:22:27 Rickta59_: neat May 25 23:22:37 "Shell in a box" .. May 25 23:22:39 ka6sox-farfarawa: good thing i have no idea that what i'm doing is impossible May 25 23:22:46 strangle makes me think of SNL May 25 23:22:48 s/doing/attempting/ May 25 23:22:56 strangely .. it does May 25 23:22:58 otherwise i might not try ^_^ May 25 23:23:54 Humpelstilzchen: ok, so i put a microsd card in my computer, then tried to run the xz thing and got this: http://pastebin.com/WZyXf4ST May 25 23:24:14 ozzloy: dmesg? May 25 23:24:25 https://code.google.com/p/shellinabox/ .. that is what ubuntu is running May 25 23:24:45 Humpelstilzchen: all of it? May 25 23:24:51 ubuntu on the BBB May 25 23:24:57 last 20 lines or so May 25 23:28:05 Humpelstilzchen: http://pastebin.com/A41Asq3z tail end of dmesg May 25 23:28:45 ozzloy: it says sdc there May 25 23:28:51 yes? May 25 23:29:19 root@planchet:~# xz -cd ./ubuntu-12.04-armhf-minfs-3.8.13-bone18.img.xz > /dev/sdc -su: /dev/sdc: No medium found May 25 23:31:42 enumeration creep May 25 23:33:36 who enumerates the enumerators? May 25 23:34:15 besides of the error, does xz -cd really works? May 25 23:34:58 Humpelstilzchen: oh, maybe? May 25 23:43:07 Humpelstilzchen: it was the card. May 25 23:43:23 Humpelstilzchen: new microSD card is working fine May 25 23:50:09 BAM https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-ash3/942811_10151427639411226_1136920696_n.jpg Duracell, you make my BBB happy. May 25 23:50:26 Humpelstilzchen: thanks for your help on this! super appreciated May 25 23:50:47 ka6sox-farfarawa: thank you too! May 25 23:52:18 np May 25 23:53:11 n8 May 26 00:01:41 "n8"? May 26 00:01:47 nate? May 26 01:36:43 Heh. Whoops. http://beagleboard.org/project/angstrom/ May 26 01:36:49 note the angry comments :3 May 26 01:44:13 Shadyman, the maintainer has too much on his plate. May 26 01:44:22 Yeah :( May 26 01:44:25 Don't we all. May 26 01:45:06 I dont' think they're using the term "brick" correctly, as you can quite easily just load a new image on and flash it May 26 01:50:16 and SSH isn't broken on the shipped OS anymore, at least not on newer ones May 26 01:50:55 the problem is a lack of understanding about how this is different (as a source distribution) vs a feed distribution (such as Ubuntu) May 26 01:52:19 yeah May 26 01:53:10 I'm curious how much of the node.js stuff could be ported to ubuntu May 26 01:53:24 s/ported/easily ported/ May 26 01:54:01 perhaps just rolling a stock ubuntu with the node.js and devicetree and web interface/widgets/etc would work May 26 01:54:21 at least for folks that don't understand angstrom ;) May 26 01:56:08 the new Ubuntu is Hard Float...so kernel stuff is not interchangeable and neither is any of the software. May 26 01:56:32 I'd feel better with Debian as you have a chance :P May 26 01:57:03 and compiling on a Beagle is REALLY sucky. May 26 01:58:55 heh May 26 01:59:04 beaglebone compile clusters ;) May 26 01:59:30 CPU power is fine...HD I/O sucks. May 26 01:59:47 always has for non-PCI/PCIe stuff. May 26 02:00:40 doesnt' even matter if you use a SSD...its just sucky to use USB for HD access. May 26 02:00:42 period. May 26 02:00:48 indeed May 26 02:01:10 heh. Even my tablet, I just ran Sandisk's memory test on the internal flash on it. think it rated a whopping 1.9MByte/s May 26 02:01:16 for write speed May 26 02:01:33 because, of course, it's flash, and it has to erase and allocate entire blocks, etc etc May 26 02:02:09 its just sucky...period May 26 02:02:21 ^ May 26 02:04:32 Ooh, nice. http://dev.gentoo.org/~armin76/arm/beagleboneblack/install_emmc.xml#expand May 26 02:05:51 my bbb is nicelt gone May 26 02:06:08 nicely May 26 02:06:16 should connect serial May 26 02:07:34 opkg upgrade failed like i was afraid of :) May 26 02:17:24 mourning emeb_mac May 26 02:17:43 good evening ka6sox-farfarawa May 26 02:20:12 ka6sox-near: how far far away was far far away? May 26 02:22:31 Shadyman, thats my "I'm working" nick May 26 02:22:53 I figured :) May 26 02:23:43 it was begging the question, though ;) **** ENDING LOGGING AT Sun May 26 02:59:58 2013