/srv/irclogs.ubuntu.com/2010/11/01/#ubuntu-arm.txt

loologra_ac: I think signGP.c is missing a return 0 and just returns random00:13
loolfrankly, the return codes are messy00:13
loologra_ac: would you remerge the x-loader changes which were dropped before maverick release?00:13
ogra_aclool, as i said before uds, after i return home i'll do a merge week and re-merge the missing bits in x-loader too00:23
loologra_ac: I thought you were home, which is why I reminded you :)00:23
ogra_aci'll look into the signGP return codes then too ... we wont build images before anyway00:23
loolI filed https://bugs.launchpad.net/ubuntu/+source/x-loader/+bug/66927500:24
ubot2Launchpad bug 669275 in x-loader (Ubuntu) "Various error handling issues with signGP.c (affects: 1) (heat: 6)" [Undecided,New]00:24
ogra_acah, no, i'm in maine00:24
loolMaine?00:24
ogra_acreturning to boston on tue.00:24
ogra_acyeah, maine, south of the canadian border00:24
loologra_ac: we will see in Boston then00:24
loologra_ac: what are you doing in Maine?00:24
ogra_achttp://www.seawallmotel.com/00:24
ogra_acenjoying one of my paradise places00:25
ogra_acand cooling down from florida00:25
ogra_acoh, and meeting the LTSP devs who had a hackfest here00:25
ogra_ac:)00:25
looleh00:32
=== xfaf is now known as zul
lagrsalveti: Hey Ricardo15:14
lagrsalveti: Can I have an update on bug 661761 please?15:14
ubot2Launchpad 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/66176115:14
lagGrueMaster: May I have an update on bug 644714 please?15:15
ubot2Launchpad 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/64471415:15
lagsakoman: If you'd be kind enough to update me on your patch-set relevant to bug 622935, I'd be much obliged.15:16
ubot2Launchpad bug 622935 in linux-ti-omap (Ubuntu) "video: add timings for hd720 video mode (affects: 1) (heat: 58)" [Medium,Confirmed] https://launchpad.net/bugs/62293515:16
GrueMasterlag.  I just got home from vacation at midnight.  Just waking up now.  Let me look and see what is needed.15:16
lagGrueMaster: Great, thanks!15:16
lagGrueMaster: No rush - I'm just trying to tie up some loose ends15:17
GrueMasterRob Clark saw the bug first hand when we were on-site.15:17
GrueMasterNot much else to say.15:17
lagrobclark: Would you mind updating us?15:17
lagrobclark: GrueMaster: If it's no longer causing as issue I'll close it15:18
GrueMasterI haven't seen a kernel update that lists this as fixed.  So keep it open.15:18
GrueMasterIt still failed before I left for vacation.15:18
robclarklag: err, umm.. what are we talking about?15:21
lagDo you have scroll back?15:21
robclarkyeah, I mean which of the 3 or so recently mentioned bugs..15:21
lagrobclark: bug 66176115:21
lagrobclark: bug 64471415:22
lagrobclark: They are both relevant to you15:22
robclarkok15:22
robclarklag: I think there is not much we can do about 644714 until pvr_video driver has support for resolution switching..15:24
robclarkon 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 up15:25
robclarkbut a solution for 644714 would also help 661761.. or at least I expect it would15:25
* lag knows the feeling15:25
lagI'm about to start another conference15:26
robclarkahh.. you at LPC this week?15:26
lagI am15:28
lagI'll have to speak with mythripk when I return next week15:28
lagUntil then I hope rsalveti will be able to fill in some gaps15:28
robclarkahh, cool..  I would have liked to go, but I need some time to actually get some work done too ;-)15:28
robclarkyeah, hopefully15:28
cooloneylag: i guess rsalveti is on vacation IIRC15:34
lagcooloney: Ah!15:35
davidmGrueMaster, you about?15:51
GrueMasteryes.  Call time?15:51
davidmGrueMaster, if you are just waking up can do later or tomorrow no one else is really around anyway15:52
GrueMasterI'm up.  Been up for an hour.15:52
=== xfaf is now known as zul
Tarkibye guys16:28
cipherhow do I make the initrd? I'm using ubuntu lucid and am trying to build some things from scratch because i need a custom kernel19:49
cipherI've built the kernel using: make -j8 INSTALL_PATH=/tmp/beagle ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- install19:51
ciphermake -j8 INSTALL_MOD_PATh=/tmp/beagle INSTALL_PATH=/tmp/beagle ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules_install19:53
cipherand 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.3119:57
ciphermy hack was to do an sudo ln -s /tmp/beagle/ /lib/modules/2.6.31  sadly19:58
cipheractually if someone just has a good reference for building a custom kernel and all the details that would be great, particularly with an armv7a20:06
ramirohi20:12
ramiroI 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-erlendramiro, 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-erlendtook ~15-20 minutes with my card.20:24
ramirowow, that's a lot. why don't I get any status update?20:24
ramirobtw I've rebooted a few times, does it matter? =) or should I write the card all over again?20:24
jo-erlendI think you would.20:24
ramiroit just hung there, also there are no leds flashing on the board20:24
jo-erlend... I'm no expert. :(20:30
cipherwouuld 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!