[00:15] http://www.liliputing.com/2010/06/toshiba-ac100-10-inch-netbook-with-android-nvidia-tegra.html [00:15] Spiffy. [00:16] Now, if Tegra is actually a GeForce, that'd mean we'd be able to do Compiz. === ericm-Zzz is now known as ericm [03:36] Illegal instructio [03:37] Illegal instruction === hrw|gone is now known as hrw [08:22] morning === ogra_ is now known as ogra === nslu2-log_ is now known as nslu2-log [12:23] GRR [12:26] * ogra starts to have fat filesystems with passion [12:26] *hate [12:41] * jussi hugs ogra [12:45] ogra: http://www.sakoman.com/cgi-bin/gitweb.cgi?p=u-boot.git;a=shortlog;h=refs/heads/omap4-next-upstream [12:45] hrw, thats in the package since a while [12:45] ogra: if you want fresh uboot for pandaboard [12:45] ok [12:45] from omapzoom.org [12:45] I still wait for early adopters production run [12:45] but i see there are newer commits, i'll update it soon [12:46] argh, crap [12:46] now i dd'ed to a mounted device [12:46] * ogra starts over [13:22] hooraaaay [13:22] * ogra finally found the right set of options for sfdisk so it doesnt trash anything when resizing partitions on the fly on first boot === zord is now known as winkiller === winkiller is now known as winkillerwinkill === winkillerwinkill is now known as winwinkiller [14:55] Is OMAP3 in the Maverick tree? [14:57] lag: yes, in the master branch [14:57] lag: this question is better for #u-k, though [14:58] I assumed because it was Arm related? [14:59] lag: it is still the kernel, so responsibility of #u-k, IOW, you, mpoirier and cooloney ;) [15:00] amitk: what is #u-k ? [15:00] mpoirier: #ubuntu-kernel, I'm lazy [15:00] I see. I assumed arm-kernel == arm [15:00] But *-kernel == kernel [15:00] Got it [15:00] well, we dont maintain your trees [15:00] we're only your users ;) [15:01] (or testers) === ericm_ is now known as ericm-Zzz [17:11] GrueMaster, http://people.canonical.com/~ogra/jasper/ has a new image to play with :) [17:12] GrueMaster, kernel upgrades wont work yet, the rest should be fine so far === hrw is now known as hrw|gone [17:38] ogra: a question on OMAP4... [17:40] ogra: thanks. Downloading now. [17:40] we have dual display on the OMAP4 SDP/ Blaze...the easiest way to drive these would be with xorg.conf......but Ubuntu is not using xorg.conf, what do you recommmend? [17:40] ogra: to fix in X display driver itself? [17:56] sshekar: Ubuntu can run with an Xorg.conf file. That's the only way to get nVidia SLI or twinview to work. The default is not to have one and generate settings on the fly. [17:58] GrueMaster: thanks. [19:35] Whats the default console on the Beagleboard XM? [19:51] lag: are you referring to the serial port? If it is the same as the Beagleboard, it is ttyS2. [19:55] GrueMaster: Thought as much, thanks [20:15] I don't have an XM to verify with, though. [20:37] ogra: what did you do about CHS? [20:40] not certain I am in the right channel but I'm trying to get help building some software on a mx51 board running ubuntu 10.04 and I'm getting the following error: Error: selected processor does not support `swp r3,r2,[r1]' . Anyone have any thoughts? [20:42] cat /proc/cpuinfo : http://monobin.com/__m7b7c9b3c if that helps anyone the processor should run swp just fine from the looks of it [21:41] AndyJ: thats weird, the ubuntu gcc uses -march=armv7-a by default [21:48] AndyJ: 'swp' instruction is deprecated [21:50] and it is not supported in thumb2 mode [21:51] you can try compiling '-marm' option [21:51] *with [21:52] ssvb: thanks will give that a shot