lool | ogra_ac: I think signGP.c is missing a return 0 and just returns random | 00:13 |
---|---|---|
lool | frankly, the return codes are messy | 00:13 |
lool | ogra_ac: would you remerge the x-loader changes which were dropped before maverick release? | 00:13 |
ogra_ac | lool, as i said before uds, after i return home i'll do a merge week and re-merge the missing bits in x-loader too | 00:23 |
lool | ogra_ac: I thought you were home, which is why I reminded you :) | 00:23 |
ogra_ac | i'll look into the signGP return codes then too ... we wont build images before anyway | 00:23 |
lool | I filed https://bugs.launchpad.net/ubuntu/+source/x-loader/+bug/669275 | 00:24 |
ubot2 | Launchpad bug 669275 in x-loader (Ubuntu) "Various error handling issues with signGP.c (affects: 1) (heat: 6)" [Undecided,New] | 00:24 |
ogra_ac | ah, no, i'm in maine | 00:24 |
lool | Maine? | 00:24 |
ogra_ac | returning to boston on tue. | 00:24 |
ogra_ac | yeah, maine, south of the canadian border | 00:24 |
lool | ogra_ac: we will see in Boston then | 00:24 |
lool | ogra_ac: what are you doing in Maine? | 00:24 |
ogra_ac | http://www.seawallmotel.com/ | 00:24 |
ogra_ac | enjoying one of my paradise places | 00:25 |
ogra_ac | and cooling down from florida | 00:25 |
ogra_ac | oh, and meeting the LTSP devs who had a hackfest here | 00:25 |
ogra_ac | :) | 00:25 |
lool | eh | 00:32 |
=== xfaf is now known as zul | ||
lag | rsalveti: Hey Ricardo | 15:14 |
lag | rsalveti: Can I have an update on bug 661761 please? | 15:14 |
ubot2 | Launchpad bug 661761 in linux-ti-omap4 (Ubuntu) "3 copies of video with LG Flatron W22561VP (affects: 1) (heat: 394)" [Undecided,New] https://launchpad.net/bugs/661761 | 15:14 |
lag | GrueMaster: May I have an update on bug 644714 please? | 15:15 |
ubot2 | Launchpad bug 644714 in linux-ti-omap4 (Ubuntu) "Screen corruption waking from screen blank if no monitor present (affects: 1) (heat: 105)" [Medium,New] https://launchpad.net/bugs/644714 | 15:15 |
lag | sakoman: If you'd be kind enough to update me on your patch-set relevant to bug 622935, I'd be much obliged. | 15:16 |
ubot2 | Launchpad bug 622935 in linux-ti-omap (Ubuntu) "video: add timings for hd720 video mode (affects: 1) (heat: 58)" [Medium,Confirmed] https://launchpad.net/bugs/622935 | 15:16 |
GrueMaster | lag. I just got home from vacation at midnight. Just waking up now. Let me look and see what is needed. | 15:16 |
lag | GrueMaster: Great, thanks! | 15:16 |
lag | GrueMaster: No rush - I'm just trying to tie up some loose ends | 15:17 |
GrueMaster | Rob Clark saw the bug first hand when we were on-site. | 15:17 |
GrueMaster | Not much else to say. | 15:17 |
lag | robclark: Would you mind updating us? | 15:17 |
lag | robclark: GrueMaster: If it's no longer causing as issue I'll close it | 15:18 |
GrueMaster | I haven't seen a kernel update that lists this as fixed. So keep it open. | 15:18 |
GrueMaster | It still failed before I left for vacation. | 15:18 |
robclark | lag: err, umm.. what are we talking about? | 15:21 |
lag | Do you have scroll back? | 15:21 |
robclark | yeah, I mean which of the 3 or so recently mentioned bugs.. | 15:21 |
lag | robclark: bug 661761 | 15:21 |
lag | robclark: bug 644714 | 15:22 |
lag | robclark: They are both relevant to you | 15:22 |
robclark | ok | 15:22 |
robclark | lag: I think there is not much we can do about 644714 until pvr_video driver has support for resolution switching.. | 15:24 |
robclark | on 661761, IIRC mythripk had some patch which rsalveti might have tried or might not have.. I'm not entirely sure.. | 15:24 |
* robclark has been traveling for last couple weeks so still getting caught up | 15:25 | |
robclark | but a solution for 644714 would also help 661761.. or at least I expect it would | 15:25 |
* lag knows the feeling | 15:25 | |
lag | I'm about to start another conference | 15:26 |
robclark | ahh.. you at LPC this week? | 15:26 |
lag | I am | 15:28 |
lag | I'll have to speak with mythripk when I return next week | 15:28 |
lag | Until then I hope rsalveti will be able to fill in some gaps | 15:28 |
robclark | ahh, cool.. I would have liked to go, but I need some time to actually get some work done too ;-) | 15:28 |
robclark | yeah, hopefully | 15:28 |
cooloney | lag: i guess rsalveti is on vacation IIRC | 15:34 |
lag | cooloney: Ah! | 15:35 |
davidm | GrueMaster, you about? | 15:51 |
GrueMaster | yes. Call time? | 15:51 |
davidm | GrueMaster, if you are just waking up can do later or tomorrow no one else is really around anyway | 15:52 |
GrueMaster | I'm up. Been up for an hour. | 15:52 |
=== xfaf is now known as zul | ||
Tarki | bye guys | 16:28 |
cipher | how do I make the initrd? I'm using ubuntu lucid and am trying to build some things from scratch because i need a custom kernel | 19:49 |
cipher | I've built the kernel using: make -j8 INSTALL_PATH=/tmp/beagle ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- install | 19:51 |
cipher | make -j8 INSTALL_MOD_PATh=/tmp/beagle INSTALL_PATH=/tmp/beagle ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules_install | 19:53 |
cipher | and I'm trying to use update-initramfs as: sudo /usr/sbin/update-initramfs -c -k 2.6.31 but it complains that the libs aren't in /lib/2.6.31 | 19:57 |
cipher | my hack was to do an sudo ln -s /tmp/beagle/ /lib/modules/2.6.31 sadly | 19:58 |
cipher | actually if someone just has a good reference for building a custom kernel and all the details that would be great, particularly with an armv7a | 20:06 |
ramiro | hi | 20:12 |
ramiro | I just wrote the image following https://wiki.ubuntu.com/ARM/OMAPMaverickInstall to a 4gb sd card. when I boot my beagleboard I get that it hangs with 'Loading u-boot.bin from mmc'. (connected through the serial port, no monitor connected) | 20:19 |
jo-erlend | ramiro, the first time you boot the image, it resizes your partitions, etc. It may take some time. It will reboot by itself. | 20:23 |
jo-erlend | took ~15-20 minutes with my card. | 20:24 |
ramiro | wow, that's a lot. why don't I get any status update? | 20:24 |
ramiro | btw I've rebooted a few times, does it matter? =) or should I write the card all over again? | 20:24 |
jo-erlend | I think you would. | 20:24 |
ramiro | it just hung there, also there are no leds flashing on the board | 20:24 |
jo-erlend | ... I'm no expert. :( | 20:30 |
cipher | wouuld I have any particular trouble if I built a kernel using arm-linux-gnu- vs arm-linux-gnueabi- ? | 20:43 |
=== JaMa is now known as JaMa|Zzz |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!