**** BEGIN LOGGING AT Mon Feb 04 02:59:59 2013 Feb 04 03:15:37 trolls like hobbit-meat Feb 04 03:15:49 but this hobbit has the invisible ring Feb 04 05:10:33 * mranostay totally screwed up his sleep schedule this weekend Feb 04 05:25:37 stop drinking at 2PM! Feb 04 05:27:42 never! Feb 04 06:17:17 we should be coming back online soon Feb 04 06:17:28 many of the trolls should be home now Feb 04 06:17:34 * Crofton is not through Feb 04 07:01:55 Russ: rocking out the BGA? Feb 04 07:11:22 mranostay, yup Feb 04 07:11:50 http://www.flickr.com/photos/russdill/8444081122/ Feb 04 07:27:15 russ, mranostay nice to see you Feb 04 07:29:03 * mranostay runs away Feb 04 07:29:15 oh don't say that Feb 04 07:31:22 my desk has dents in it toda Feb 04 07:31:32 one bit of code is eluding me.. Feb 04 08:16:52 hello Feb 04 08:39:47 hi panto Feb 04 10:53:43 pinctrl is giving me some jip, I have two devices on an SPI bus and it gives me errors stating that the pins have already been requested when the second device is probed Feb 04 10:54:11 then when I reload the module I get a kernel oops Feb 04 10:54:52 and it looks like it's comparing a null string in pin_request function Feb 04 10:55:56 so, what should you do in the case of two devices on the same bus, and requesting the pins twice? Feb 04 11:01:51 Hi! I'm trying to get WLAN working on my am335x Starter Kit. Where can I find the source code and .config for the kernel I find on the supplied microSD card? Feb 04 11:02:23 In theory it is this branch: http://arago-project.org/git/projects/?p=linux-am33x.git;a=shortlog;h=refs/heads/AM335XPSP_04.06.00.08 Feb 04 11:03:04 according to http://processors.wiki.ti.com/index.php/AMSDK_Linux_User%27s_Guide I execute make am335x_evm_defconfig Feb 04 11:04:15 but this config has very little WLAN drivers active, so I have to select the whole stuff myself and the mmc subsystem doesn't find any card on mmc1 Feb 04 11:05:40 the kernel on the supplied microSD card find the WLAN card, but I need some debugging output and need to rebuild the kernel myself Feb 04 11:33:51 jackmitchell, if that's the case the pins should be requested by a parent device once Feb 04 11:34:14 AFAIKT there's no way to handle the case where devices request the same pins Feb 04 11:38:23 panto: hmm, ok, I have fired a message off to the linux-arm list to try and get some more feedback Feb 04 11:38:32 in this case though the spi device is the parent Feb 04 11:38:51 err, why not modify the pinctrl entries there? Feb 04 11:39:03 what is your use case? Feb 04 11:39:19 I also need extra pins for each parent, 1 sec Feb 04 11:39:25 https://pastee.org/6e2nt Feb 04 11:39:27 because it sounds like you're trying to pinmux the spi rx/tx & clk lines Feb 04 11:39:48 in that case you pinctl the host controller device Feb 04 11:41:13 ok, is there a way to only pinctrl the slave devices, would it be something to do with changing the default naming to make sure that it didn't propogate down? Feb 04 11:42:27 I don't understand why you need to pinctrl both devices Feb 04 11:42:50 what is it that you want to do? Feb 04 11:45:25 I have two slave devices on SPI, which require extra GPIO, so when they get probed I need to setup the pinctrl for those extra pins I need, so I don't need to pinctrl the spi parent specifically but I need it setup at some point initially Feb 04 11:46:18 so, if they share a gpio how do the control access to it? Feb 04 11:46:24 *do they Feb 04 11:46:56 what kind of extra gpio is it? is it a reset? Feb 04 11:47:55 they don't share the gpio's, one is an interrupt, two more are used for read/write latching Feb 04 11:48:06 so 3 extra gpios per slave device Feb 04 11:48:56 wait, so why not pinctrl each slave device? Feb 04 11:49:04 can you pastebin your dtb? Feb 04 11:49:06 *dts Feb 04 11:49:16 https://pastee.org/6e2nt Feb 04 11:51:07 it seems that should work Feb 04 11:51:22 I don't see any conflicts Feb 04 11:52:02 which pins conflict? Feb 04 11:52:12 Jan 25 15:04:54 beaglebone user.err kernel: [ 67.319188] pinctrl-single 44e10800.pinmux: pin 44e1099c already requested by 48030000.spi; cannot claim for spi2.1 Feb 04 11:52:12 Jan 25 15:04:54 beaglebone user.err kernel: [ 67.330496] pinctrl-single 44e10800.pinmux: pin-103 (spi2.1) status -22 Feb 04 11:52:12 Jan 25 15:04:54 beaglebone user.err kernel: [ 67.337555] pinctrl-single 44e10800.pinmux: could not request pin 103 on device pinctrl-single Feb 04 11:52:44 should I be freeing pins in the remove function, or are the references counted automaticall? Feb 04 11:53:08 but, that flags up on the first insmod regardless Feb 04 11:54:57 can I see spi0_pins_s0, & spi1_pins_s0 too? Feb 04 11:55:09 if anyone is interested in buying a bb rev a5 check http://www.ebay.de/itm/181074186881 Feb 04 11:56:08 https://pastee.org/uv5k8 - thats patch I use on top of koens tree Feb 04 11:57:43 0x19c 0x13 /* mcasp0_ahclkr.spi1_cs0, OUTPUT_PULLUP | MODE3 */ Feb 04 11:57:43 Feb 04 11:57:49 0x19c 0x7 Feb 04 11:57:50 Feb 04 11:58:04 card1 conflicts with spi1 Feb 04 11:59:46 panto: ah, panto you legend Feb 04 12:00:27 that makes sense as I don't use the chip selects and as such I reused them Feb 04 12:51:24 b52: are you selling it? Feb 04 13:02:52 tsjsieb: yeah Feb 04 13:03:31 b52: how much do you want for it? Feb 04 13:06:10 dunno Feb 04 13:08:13 I would like to buy one, what about 30 euro inc shipping? Feb 04 13:08:44 I dont think so Feb 04 13:12:28 k :( , would be a better alternative to buying a raspberry :( Feb 04 13:14:53 mourning Feb 04 13:24:58 morning Feb 04 16:07:39 * _av500_ is awake Feb 04 16:08:17 * _av500_ curses FOSSflu Feb 04 16:11:15 got a case of the con crud? Feb 04 16:11:44 <_av500_> yeah Feb 04 16:11:58 Which con? Feb 04 16:12:11 _av500_: actually sick? or just don't want to go back to work Feb 04 16:12:32 * emeb had something a few weeks ago - 4 days of fever. Feb 04 16:12:51 <_av500_> mranostay:sssh Feb 04 16:13:55 ugh...I do *not* need this. Feb 04 16:16:50 ka6sox: need what? Feb 04 16:17:01 fevar Feb 04 16:17:42 Fevah Feb 04 16:17:50 <_av500_> furver Feb 04 16:18:08 okay, brb...heading out to office Feb 04 16:27:49 * mdp senses many people on the post FOSS conference high of, "I am inspired by so many amazing sessions / hallways chats . . . oh crap, I'm back to reality today!! :(" Feb 04 16:29:58 hehe Feb 04 16:40:25 prpplague: purple! Feb 04 16:41:04 mranostay: hey bud Feb 04 16:41:07 <_av500_> ho Feb 04 16:41:15 woot, prpplague! Feb 04 16:41:24 hi prpplague Feb 04 16:42:23 greetings all Feb 04 16:42:49 greetings and saltytations, prpplague Feb 04 16:43:50 what's cookin today? Feb 04 16:44:10 rabbit Feb 04 16:44:15 <_av500_> wabiit Feb 04 16:44:40 you know how non-PC that show would be today? :) Feb 04 16:44:47 making fun of a guy with a lisp Feb 04 16:46:13 <_av500_> I cannot insult lisp users any more? Feb 04 16:46:24 <_av500_> what about their parens? Feb 04 17:04:45 lol Feb 04 17:42:43 heh Feb 04 17:55:16 hehe i can't believe people are still buying and using the beacon board Feb 04 17:55:39 heh nice markup on that board if may say so :) Feb 04 17:55:54 mranostay: hehe, only because you know the cost of the board, hehe Feb 04 17:56:09 do beagle accessories still sell? Feb 04 17:56:38 emeb: not as much as before but yea Feb 04 17:56:44 hmmm... Feb 04 17:56:46 emeb: we've gotten rid of most of them Feb 04 17:57:18 emeb: but i was just about to say, i just got an email from an indian university that wants a beacon board for the bone Feb 04 17:57:19 I've got this design for a rev 2 beagle FPGA board that is known good but needs to be respun. Feb 04 17:57:23 they want to order 500 Feb 04 17:57:41 wow - that's a bunch. Feb 04 17:57:52 emeb: oh right, i need to ping you about a design Feb 04 17:57:58 prpplague: you respin your talk any for ELC? Feb 04 17:58:03 prpplague: cool - anytime Feb 04 17:58:15 mranostay: the i2c one, yea Feb 04 18:50:50 n'abend Feb 04 19:00:09 hey chocolate dude Feb 04 19:00:34 * djlewis chscks in.. Feb 04 19:00:38 checks Feb 04 19:04:13 hey american youngster dude! Feb 04 19:04:35 you missed a great conference! :-) Feb 04 19:05:00 +1 Feb 04 19:05:58 dm8tbr: btw: where were you the last two days? Feb 04 19:06:04 i've not seen you anywhere Feb 04 19:06:45 dm8tbr: btw: you want to have a look at the new edition of the tietze schenk Feb 04 19:06:57 KotH: different interests it seems ;) Feb 04 19:07:07 dm8tbr: they expanded it greatly and now it contains nearly everything you ever wanted to know about electronics :) Feb 04 19:07:29 hehe Feb 04 19:07:34 * KotH just received it and had an instand EE-gasm Feb 04 19:07:39 :D Feb 04 19:07:43 instant* Feb 04 19:07:52 how to put the magic smoke back in? Feb 04 19:08:09 ofc! no book would be complete without that! Feb 04 19:17:26 how to blame someone other than you for it? Feb 04 19:28:28 mranostay, the art of avoiding responsibility is just that, an art. ;) Feb 04 19:30:11 electronics conference? Feb 04 19:30:42 uh oh just saw a coworker go buy with a cardboard box Feb 04 19:32:11 mranostay: did it smell like there was a dead cat in it? Feb 04 19:32:22 mranostay, amazon smiley on the side? Feb 04 19:32:49 mranostay / mdp btw, i have lots of stickers for you guys Feb 04 19:32:55 was the box in question, brown in color? Feb 04 19:32:58 was there a plant in the box? Feb 04 19:33:11 Russ: fosdem Feb 04 19:33:12 <_av500_> a severed head of course Feb 04 19:33:24 didn't realize that was EE Feb 04 19:33:24 <_av500_> what people put in boxes these days Feb 04 19:33:34 did your geiger cape go nuts when it passed by? Feb 04 19:33:59 _av500_: and a plant to make use of the decomposing organic material...this makes sense Feb 04 19:34:07 Russ: not ee per se... but lots of freaks that do not mind holding a soldering iron Feb 04 19:34:13 <_av500_> mdp: yes Feb 04 19:34:18 <_av500_> mdp: be green Feb 04 19:35:03 _av500_: btw: i think you passed your sore throat onto me ^^' Feb 04 19:35:07 reuse, repurpose, recycle Feb 04 19:44:51 <_av500_> KotH: yes, why throw it away and waste it Feb 04 20:04:37 trolls Feb 04 20:05:28 trolls trolls troll troll trolls Feb 04 20:06:55 if math emulation and soft-float are both on, which one will be used by default Feb 04 20:07:03 in deed in deed. Feb 04 20:07:32 soft-float is a compiler setting, math emu a kernel one Feb 04 20:07:46 mru: know that, if both one, which one will be used? Feb 04 20:07:51 s/one/on/ Feb 04 20:07:57 the question does not make sense Feb 04 20:08:32 . Feb 04 20:08:42 , Feb 04 20:08:52 ; Feb 04 20:09:03 <_av500_> : Feb 04 20:09:05 ok, i build a rootfs with soft-float, i have floating point instructions in my app, meanwhile kernel can trap floating instructions, who is going to do the real flaoting calculation Feb 04 20:09:28 if you build with soft-float, you by definition do not have fp instructions Feb 04 20:09:35 that's what softfloat means Feb 04 20:09:58 <_av500_> maybe he means fp with soft calling convenctions Feb 04 20:10:10 then he should say that Feb 04 20:10:27 maybe he reads phoronix and ubuntu forums Feb 04 20:10:31 i have just _one_ new fpu instruction that is not in soft-float yet, and want to put it to kernel trap, however want to let the rest general fpu instructions handled by soft-float Feb 04 20:10:51 mmm.. Feb 04 20:10:56 <_av500_> +1 Feb 04 20:11:00 now I suspect there's something important you're not telling us Feb 04 20:11:08 <_av500_> his PIN code Feb 04 20:11:08 * koen senses arago induced braindamage Feb 04 20:11:30 and a 2.6.37 kernel Feb 04 20:11:35 xxiao: please give us the numbers to your bitcoin bank account Feb 04 20:12:01 <_av500_> koen: is the arago kernel better than the linux one? Feb 04 20:12:37 yes, it's on the a-list Feb 04 20:13:08 have not checked at arago for a few months, still 2.6.37/ Feb 04 20:13:10 ? Feb 04 20:13:23 even freescale is doing 3.0! Feb 04 20:14:21 mmm, a-listers Feb 04 20:15:00 xxiao: you want new or one that works? :) Feb 04 20:15:55 2.4 were the best; 2001 was the best year for vintage kernel Feb 04 20:15:58 *kernels Feb 04 20:16:08 k, have to catch some zzzzs Feb 04 20:16:09 * mranostay smacks panto Feb 04 20:16:18 cya tomorrow people and mranostay Feb 04 20:16:23 i'm people too! Feb 04 20:16:29 prove it Feb 04 20:16:36 c'mon, 2.2 on ARM? Feb 04 20:16:40 that was the bomb Feb 04 20:16:49 old farts in here :) Feb 04 20:16:50 cya Feb 04 20:17:01 new kernels are for servers _only_, that's what Linus was hired for nowadays Feb 04 20:17:24 http://thealisters.com/ Feb 04 20:17:29 what myth is being propogated today... Feb 04 20:24:00 old farts never blow away, they just get older Feb 04 20:25:33 mrpackethead: we are creating the new truth Feb 04 20:33:21 <_av500_> a better truth Feb 04 20:46:42 anyone have experience with the velleman LAB1U workstation? https://www.vellemanusa.com/products/view/?id=522812 , seems interesting Feb 04 20:47:57 nice Feb 04 20:48:41 <_av500_> prpplague: not the unix philosophy Feb 04 20:48:55 <_av500_> reminds me of TVs with inbuilt VCRs Feb 04 20:49:01 <_av500_> hugely popular Feb 04 20:49:02 _av500_: ahh Feb 04 20:49:38 _av500_: i am remodeling my shop in my garage and thought that it would be a good secondary workstation Feb 04 20:49:53 <_av500_> do you trust that multimeter? Feb 04 20:50:05 <_av500_> inside the same case a PSU and transformer for the iron? Feb 04 20:50:27 _av500_: there are in seperate cases, they are modular Feb 04 20:50:40 <_av500_> do you trust the cheap pot in that PSU to not fail and go to full voltage? Feb 04 20:50:40 just fit on a base Feb 04 20:50:50 hehe Feb 04 20:51:03 _av500_: well i trust velleman to some extent Feb 04 20:51:25 spare parts avail? Feb 04 20:52:14 <_av500_> prpplague: check the PDF, no separate cases Feb 04 20:52:23 <_av500_> at least the DMM is battery powered Feb 04 20:52:29 <_av500_> its still nonsense Feb 04 20:52:39 <_av500_> youd want the iron with you in a car one day Feb 04 20:52:53 _av500_: yea i have one here, they are in separate cases, but with a piece of plastic that holds them together Feb 04 20:53:00 <_av500_> or some other spot where you dont want to lug the rest around Feb 04 20:53:14 <_av500_> not in the PDF Feb 04 20:53:18 <_av500_> there a pic of it open Feb 04 20:53:24 <_av500_> but anyway Feb 04 20:53:34 prpplague: want to have a beagle* with a 7" LCD running pulseview at ELC? Feb 04 20:53:59 koen: hehe Feb 04 20:54:31 * koen suspects it's will be an xM for DMA capable USB Feb 04 20:54:32 koen: be nice, but i personally don't have the time to work on anything else for ELC Feb 04 20:54:58 koen: already got myself volunteered for the beagle tutorials Feb 04 20:55:29 <_av500_> koen: if you fly me over I can help you at the booth :) Feb 04 20:56:14 koen: i hope to have my new hdmi/dvi breakout board there for people to look at Feb 04 21:13:06 is the devicetree needed for Angstrom/3.2.16/beagleboard ? Feb 04 21:56:35 keesj: no Feb 04 21:56:51 keesj: it's not even possible with 3.2.x/beagle Feb 04 22:09:51 you mean only evil koen's evil vendor tree has it? Feb 04 22:12:42 koen : would have been fun to say hi at fosdem - sorry I missed you Feb 04 22:13:18 * _av500_ needs to take 2 clones to next FOSDEM Feb 04 22:13:37 yes, good plan Feb 04 22:13:53 <_av500_> jonmasters had at least one with him Feb 04 22:14:31 heh Feb 04 22:14:56 <_av500_> hmm, some blog just reviewed two movies in the same order that I just saw them. I wonder if they use the same file sharing site :) Feb 04 22:15:38 * mranostay reports _av500_ Feb 04 22:16:05 <_av500_> +1 Feb 04 22:16:20 <_av500_> I mean, use only for "inspiration" of course Feb 04 22:17:28 * mranostay wants to cluebat the person that has a VNC session open to get a console Feb 04 22:17:41 thanks. Feb 04 22:17:44 that isn't bad except the fiberlamp screensaver is taking up 50% of one core Feb 04 22:18:08 <_av500_> you still have 7.5 other cores, no? Feb 04 22:18:17 <_av500_> -ENOBIGDEAL Feb 04 22:18:21 3.5 Feb 04 22:18:28 <_av500_> penny pincher Feb 04 22:18:58 not in charge of purchasing here Feb 04 22:19:09 <_av500_> its not about purchasing Feb 04 22:19:16 <_av500_> more about re-arranging PCs Feb 04 22:19:19 <_av500_> :) Feb 04 22:19:46 more like never heard of screen Feb 04 22:28:36 mranostay: vnc can be used for other things than viewing the console on virtual machines? Feb 04 22:29:25 well that would great if that is what they were doing :) Feb 04 22:31:46 xrdb is the tool of choice for sharing console Feb 04 22:31:57 p! Feb 04 22:32:08 xrdb is something rather different... Feb 04 22:34:32 it serves only to please our windows friends Feb 04 22:34:33 <_av500_> what happened to faxing screen shots? Feb 04 22:39:00 * mranostay whistles and does a 'apt-get remove xscreensaver' Feb 04 22:39:14 <_av500_> nooooooooooo Feb 04 22:41:07 Hm. Feb 04 22:41:14 I'm confused. Feb 04 22:41:25 aren't we all? Feb 04 22:41:33 Where does the bootrom load my image when it reads it off MMC? Feb 04 22:41:43 sram Feb 04 22:41:57 And where is SRAM on Beagle xM? Feb 04 22:42:02 onchip Feb 04 22:42:08 I mean the offset. Feb 04 22:42:13 that's in the trm Feb 04 22:42:26 starts with a 4 iirc Feb 04 22:43:38 Oh, wow, do I only get 64KB for stage0? Feb 04 22:43:43 <_av500_> yes Feb 04 22:43:50 <_av500_> in fact, no Feb 04 22:43:52 that's why the bootloader is split Feb 04 22:43:57 <_av500_> you can boot from *raw* MMC Feb 04 22:44:03 <_av500_> and add a configuration header Feb 04 22:44:13 <_av500_> in that case you can setup SDRAM and have all the space you want Feb 04 22:44:29 <_av500_> but you lose the convenience of FAT32 Feb 04 22:44:39 _av500_: I'm booting from raw anyway. Feb 04 22:44:50 Well, trying to. Feb 04 22:45:24 <_av500_> Kristina: http://nishanthmenon.blogspot.de/2009/05/configuration-header-no-more-x-loader.html Feb 04 22:48:07 I'm trying to make my bootloader act as a stage0 loader. Feb 04 22:48:21 Well, a reduced configuration of it. Feb 04 22:48:32 <_av500_> that is one way Feb 04 22:48:41 <_av500_> like uboot and what they call SPL Feb 04 22:49:36 _av500_: So, to do it that way, do I need to put a TOC at 0x0, followed by a void CHSETTINGS, followed by a GP header that instructs the thing to load my image into SRAM? Feb 04 22:49:48 <_av500_> something like that Feb 04 22:50:04 <_av500_> I dont know all the details Feb 04 22:50:07 <_av500_> just that its possible Feb 04 22:50:44 Grrr. Feb 04 22:50:52 * _av500_ hides Feb 04 22:50:56 I don't think I can have HFS+ support in stage0. Feb 04 22:51:06 <_av500_> maybe not Feb 04 22:51:26 It needs quite a bit of memory. Feb 04 22:51:34 <_av500_> well, then have it in stage 1 Feb 04 22:52:07 <_av500_> why dont you use uboot in a FAT partition? Feb 04 22:52:12 <_av500_> and load your kernel from there? Feb 04 22:52:24 Because uboot can't load my kernel. Feb 04 22:52:29 <_av500_> it can be made to Feb 04 22:52:39 I don't like uboot, my bootloader is nicer. Feb 04 22:52:48 <_av500_> mine is even nicer Feb 04 22:53:00 It is? :O Feb 04 22:53:16 <_av500_> beauty, eye, beholder Feb 04 22:53:40 Mine has threading. And networking. And HFS+ :P Feb 04 22:53:56 Oh, and a video console. Feb 04 22:53:57 threading in a bootloader? why is that important? Feb 04 22:54:04 mranostay: It's cool. Feb 04 22:54:12 Also, stuff like LCD init. Feb 04 22:54:12 * mranostay facepalms Feb 04 22:54:30 mranostay: the boot console on dec alpha systems has multitasking Feb 04 22:54:46 If we need to wait for LCD controller to come on, we might as well do something else instead of spinning. Feb 04 22:54:47 <_av500_> anyway, it's not finished until it can do email.... Feb 04 22:55:11 mru: not that old :P Feb 04 22:55:13 It can also emulate a UEFI firmware. Feb 04 22:55:32 _av500_: heh email patchset for u-boot would be fun to do :P Feb 04 22:55:44 if only to have Tartarus stab me repeatly Feb 04 22:56:05 Oh, also, I'm planning to add support for downloading images using the HTTP protocol. Feb 04 22:56:20 no gopher? Feb 04 22:56:28 Haha. Feb 04 22:56:44 Laugh all you want. Feb 04 22:56:48 <_av500_> mranostay: https://gitorious.org/tinymail Feb 04 22:56:49 I feel I'm the one being trolled here. Feb 04 22:56:57 <_av500_> mranostay: its needs glib though :) Feb 04 22:57:07 <_av500_> so send a glib patch first Feb 04 22:57:30 I don't see the harm in having a functional bootloader. Feb 04 22:57:30 <_av500_> g_strdup might be handy in uboot anyway Feb 04 22:57:35 <_av500_> Kristina: sure Feb 04 22:57:53 <_av500_> I was just thinking time to market Feb 04 22:58:19 <_av500_> you can have uboot load your bootloader :) Feb 04 22:58:32 <_av500_> with usb+eth stuff even from the net Feb 04 22:58:36 can barebox help here? Feb 04 22:58:36 I really don't like uboot :/ Feb 04 22:58:43 <_av500_> okok Feb 04 22:58:55 <_av500_> nobody really like it Feb 04 22:58:57 <_av500_> +s Feb 04 22:59:10 coreboot will work Feb 04 22:59:14 HFS support is great. Feb 04 22:59:15 how about Red Boot? Feb 04 22:59:16 or omapboot Feb 04 22:59:20 <_av500_> fastboot Feb 04 22:59:24 +1 on redboot Feb 04 22:59:28 I can load mach_kernel straight from the HFS+ volume. Feb 04 22:59:32 _av500_: y u make me cry? Feb 04 22:59:36 you could you plain x-loader Feb 04 22:59:44 s/you/use/ Feb 04 22:59:50 * mranostay gives Tartarus a hug.. Feb 04 22:59:52 <_av500_> mdp: is it "nice"? Feb 04 22:59:58 "he didn't mean it" Feb 04 23:00:05 *sniff* Feb 04 23:00:14 Actually yeah, I could just use X-Loader. Feb 04 23:00:26 But I need to build it using the none-eabi toolchain. Feb 04 23:00:26 <_av500_> solved, next Feb 04 23:00:27 there's a lot of nice steps on the TI wiki Feb 04 23:00:33 * mdp updates the big board Feb 04 23:00:38 I want to use the Darwin toolchain. Feb 04 23:00:44 Because I love the Darwin toolchain. Feb 04 23:00:48 I use it for everything. Feb 04 23:00:52 I love it too Feb 04 23:00:56 but it doesn't love me Feb 04 23:01:09 this resulted in a restraining order Feb 04 23:01:11 <_av500_> mdp: you share that feeling with uboot? Feb 04 23:01:34 uboot is my crazy uncle Feb 04 23:01:35 <_av500_> mranostay: hug him Feb 04 23:01:38 The darwin toolchain forces you to write obscure utilities to compensate for the lack of linker script support. Feb 04 23:01:46 i'm hugged out for the day Feb 04 23:01:50 <_av500_> definitely a plus Feb 04 23:01:52 The Apple Way (c) Feb 04 23:02:08 <_av500_> can it make binaries with rounded corners? Feb 04 23:02:09 better than the Ubuntu way Feb 04 23:02:20 I wish we could use Linux Feb 04 23:02:32 <_av500_> mdp: as soon as it is RTM Feb 04 23:02:33 or even Android, I hear it has a linker Feb 04 23:02:47 _av500_: tomorrow Feb 04 23:02:56 <_av500_> mdp: i'm dying to test it Feb 04 23:03:33 what is some of those Linuxs' we gots? Feb 04 23:03:33 <_av500_> I already addded a [linux] section to my win.ini Feb 04 23:03:41 _av500_: doesn't this look fun? http://pastebin.mozilla.org/2114773 Feb 04 23:04:14 I don't like linux... ubuntu is so much better Feb 04 23:04:47 <_av500_> Kristina: gonorrhea sounds fun, yes Feb 04 23:04:59 <_av500_> thurbad: I heard it also has more clouds Feb 04 23:05:14 _av500_: +1 Feb 04 23:05:16 That's my tool for working with OMAP3 images. Feb 04 23:05:16 I like clouds Feb 04 23:05:19 oh boy, my boss loves clouds Feb 04 23:05:22 I like the sky Feb 04 23:05:30 I'm beginning to dislike omap3 as a platform. Feb 04 23:05:33 the sky is the limit Feb 04 23:05:45 <_av500_> sky.net Feb 04 23:05:48 PBA8 is a lot more hack friendly. Feb 04 23:05:56 <_av500_> pbawhat? Feb 04 23:06:14 <_av500_> ah Feb 04 23:06:15 Kristina: technically you aren't working with OMAP3, but is splitting hairs Feb 04 23:06:15 <_av500_> versatile Feb 04 23:06:16 RealView baseboard for A8. Feb 04 23:06:23 <_av500_> then use that Feb 04 23:06:29 _av500_: No GPU :( Feb 04 23:06:43 I like OMAP3, it's like Latin Feb 04 23:06:45 prpplague: i'm not going to make a bald joke here :) Feb 04 23:06:55 <_av500_> +1 Feb 04 23:06:56 hehe Feb 04 23:07:05 _av500_: I did xnu-arm bringup on PBA8 though, it was fantastic. Feb 04 23:07:15 mranostay: hey i have hair, i just keep it short, hehe Feb 04 23:08:19 PBA8 is good for bringing up bootloaders and kernels but that's pretty much it. Oh, and prototyping hardware. Feb 04 23:09:10 Getting stuff run on a retail-class device is a slightly different (and more painful) experience. Feb 04 23:11:03 <_av500_> I guess we agree there Feb 04 23:11:32 <_av500_> still, ompa3 is not too bad in that regard Feb 04 23:12:41 I haven't even gotten to booting anything on my beagleboard. Feb 04 23:13:21 Need to find a BDI config file for it. Feb 04 23:14:13 *ahem* mdp Feb 04 23:14:21 Kristina: 2000 or 3000? Feb 04 23:14:29 3000 :P Feb 04 23:14:49 bdiGdb is lovely. Feb 04 23:15:24 a lovely and handsome technology indeed Feb 04 23:16:17 complier differences Feb 04 23:16:21 and a lack of understanding.. Feb 04 23:16:23 grrr. Feb 04 23:17:09 _av500_, oompa loompa3? Feb 04 23:18:01 You cannot imagine the nightmares I have from using the Darwin toolchain for low level development. Feb 04 23:18:23 so don't Feb 04 23:19:10 It's like an abusive relationship. Feb 04 23:19:39 The Darwin toolchain hurts me. But I love it, and I'm not going to leave it. Feb 04 23:21:04 someday you'll crack and burn its bed Feb 04 23:21:15 <_av500_> or the other way round Feb 04 23:21:27 now Darwin evolve you! Feb 04 23:21:32 it will stab you while you sleep Feb 04 23:21:46 * Kristina hugs apple-arm-darwin. Feb 04 23:22:37 So instead, I wrote a tool that stictches an MBR and a stage0 to an HFS+ volume. Feb 04 23:22:51 Forming something resembling a bootable MMC image. Feb 04 23:23:15 <_av500_> you can always make a small FAT partition and a large HFS+ Feb 04 23:23:32 <_av500_> I dont see why you need some extra magic here Feb 04 23:23:58 _av500_: Not on OSX ... HDIX is too retarded to mount a MBR based image. So I can't really edit it. Feb 04 23:24:25 <_av500_> ah, more abusive stuff Feb 04 23:24:55 So I have to mount the HFS+ volume first, edit it and then apply black magic to it. Feb 04 23:25:11 Or I could just format the SD card under Linux. Feb 04 23:25:23 But that's cheating. Feb 04 23:25:29 <_av500_> oh well Feb 04 23:25:33 if it works it works Feb 04 23:25:44 <_av500_> it's not "nice" I guess Feb 04 23:25:52 No. It has to work The Apple Way (c). Feb 04 23:25:59 lol Feb 04 23:26:23 * _av500_ guesses the bootloader has a fake leather onscreen UI Feb 04 23:26:49 It's called skeumorphism!!! (did I spell that right?) Feb 04 23:27:04 <_av500_> but they fired skeumorphism Feb 04 23:27:07 Ironically, I actually use irssi as my IRC client. Feb 04 23:27:25 <_av500_> is there a brushed metal plugin? Feb 04 23:27:39 Not really :P Feb 04 23:28:03 I just use it inside a screen session over SSH. So it's a plain ol' terminal. Feb 04 23:28:14 Well, not plain, it has colours! Feb 04 23:29:09 It's funny because stuff like iPod firmwares are actually compiled on Windows under Cygwin ... Feb 04 23:29:25 Same with diagnostic images for iPhone and w/e. Feb 04 23:59:21 stalking pics from fosdem posted... Feb 05 00:00:13 KotH: ^^ google has your picture, like it or not :) Feb 05 00:12:33 hehe Feb 05 00:14:06 looks like fun Feb 05 00:34:32 mranostay: it was Feb 05 00:34:46 too much fun Feb 05 00:42:54 mru: no such thing as too much fun Feb 05 01:01:47 Kristina : maybe you can use mtools **** ENDING LOGGING AT Tue Feb 05 02:59:59 2013