=== mcasadevall is now known as NCommander [16:39] hello .. [16:47] I'm testing jaunty on new board ( omap3 / kernel 2.6.31 ) .. base system is ok but I can't install xserver : dpkg always return error when unpack 'hal' [16:47] (sorry for my poor english) [16:48] ADcomp: why jaunty? Karmic will run fine on it too. [16:50] karmic doesn't work (yet) for me .. [16:50] but jaunty works fine so .. [16:51] ADcomp, what doesn't work? package requirement? or Kernel? [16:51] karmic rootstock comes up all the way to gdm login for me without modifications, running on various omap platforms (3530, 3630, 4430) [16:51] with a mainline or TI kernel... [16:52] I don't know .. I just receive this board. just trying what it's working "out-of-the-box" [16:53] btw , I'm not a guru on embedded system .. [16:54] ADcomp, for reference, what board is it? [16:54] http://www.technexion.com/index.php/thunderpack [16:57] it's like a beagleboard with rj45/wifi + 4.3 touchscreen [16:58] ADcomp, did they supply an SD card with Jaunty on it? [16:58] no .. [16:59] what dpkg error comes up? [16:59] but you can download "angstrom" and kernel on technexion 'open' web : http://www.technexion.org/ [17:01] E: sub-process /usr/bin/dpkg returned an error code (1) [17:01] when "--unpack" [17:02] sounds like just a broken jaunty package... It's safe to take the kernel and modules (lib/modules) from their Angstrom download and dump it into a Karmic rootfs... [17:03] I already do it [17:07] karmic run well ? with X and 128M ram ? [17:08] I do some others tests this w-e with rootstock .. [17:08] ADcomp, it's also compiled with 'armv6' vs jaunty's 'armv5'... [17:09] but xfce4 is faster with karmic on my old beagle b5 (128mb) then jaunty.. [17:10] ok .. good to know that :) [17:10] just make sure you setup a swap partition, once you start opening a bunch of gui apps that ram is going to dissappear.. [17:12] size ? 128M ? [17:13] it depends on your SD card size, but atleast 2xRam size as a ball park.. [17:14] ok.. I have a 2G but I buy a new one 4G today :) [17:17] maybe when all work fine , I can write something about this board ( config , hardware , .. ) on ubuntu wiki ? [17:19] they have this one: https://wiki.ubuntu.com/ARM/DeviceSupport but i just maintain http://elinux.org/BeagleBoardUbuntu since the beagleboard stuff has always been on elinux.org.. [17:22] so thank you .. because I use this one for testing ubuntu on my board :) [17:26] your welcome, btw i was very close to picking up that board too.. if you do get a working kernel build defconfig, i'm am interested in adding more omap board support to https://code.launchpad.net/~beagleboard-kernel/+junk/2.6-dev since you can share one defconfig with multiple omap boards... [17:31] I downloaded kernel source + config from http://www.technexion.org/ [17:33] config for 2.6.31 .. http://paste.ubuntu.com/354030/ [17:38] does the kernel have any patches? or just mainline 2.6.31 [17:43] patches .. http://paste.ubuntu.com/354034/ [17:43] this diff should make my 2.6-stable tree work: http://pastebin.com/f60903eb6 [17:45] ok .. I have to go. [17:45] but thanks for your time .. I 'll be back :) [17:45] looks like they used angstrom's 2.6.31 as a base, thats what i'm using too.. http://bazaar.launchpad.net/~beagleboard-kernel/%2Bjunk/2.6-stable/annotate/head%3A/patch.sh [17:46] ADcomp, download tihs branch: bzr branch lp:~beagleboard-kernel/+junk/2.6-stable and apply that diff, you should get a good kernel for the technexion.org [17:46] yes .. looks like all things ( system/kernel/board ) is pretty close to beagleboard [17:47] if it works, commit the change noting enable OMAP3_THUNDER support, and it'll have a *.deb on rcn-ee.net.. for easy rootstock installs.. [17:47] ok .. downloading .. [17:48] the script only needs a valid Cross Compiler setup in system.sh... it'll warn you... [17:48] ok .. I'm late .. but I give you more feedback soon .. [17:49] bye === asac_ is now known as asac [19:23] I'm using the rootstock (great stuff!) to create an Ubuntu image for the Always Innovating Touch Book [19:23] http://www.alwaysinnovating.com/wiki/index.php/Ubuntu [19:23] I've slightly modified the rootstock script to add a postprocess step before roll_tarball to do a few additional customizations [19:24] now I would like also to run a script in qemu before it's umounted (I would like to compile some stuff specific to my image) [19:24] how could I modify again the rootstock file so that a postprocess script is run at the end of the qemu story? [19:31] hey gregoiregentil, you work at alwaysinnovating right? looking at your mod script, we could take care of the module problem by using --kernel-image and generating a deb, what patches do you need for 2.6.31? (i've moved off 2.6.29) [19:31] hello, yes, correct, I'm the founder [19:32] for the module, yes, but my kernel is a little bit special as it's handling the whole TB and I have a few specific module [19:32] like the 3D stuff, the video acceleration to support OMAP DSP and so on [19:32] Yeap, sgx works.. ;) [19:33] so there are many patches ;-) http://git.alwaysinnovating.com/cgit.cgi/ai.openembedded.dev/tree/recipes/linux/linux-omap_2.6.29.bb [19:33] yeap, just loading it up again in firefox [19:34] BTW, rootstock is great work. I have already a good working Ubuntu image on the TOuch Book [19:34] just need to have a few more stuff, and it will be almost at the same level to my super-optimized OpenEmbedded image (still better compilation flag but Lucid will catch up) [19:34] yeah it is. (can't take credit for it, it's Oliver's work) i just added enough support to make it work with the beagleboard and my debian and ubuntu *.deb [19:39] in rootstock src, about line 646 ${KERNEL_IMAGE_CMD} you could add your script changes.. Ubuntu System User|Always Innovating can be changed with a command line option [19:40] -n --fullname : --fullname "Always Innovating" [19:40] OK. Thanks for the feed-back. I'm appreciate. Let me take a look now [19:42] line 620 echo "deb ${MIRROR} ${DIST} ${COMPONENTS}" >/etc/apt/sources.list is where you could add the deb-src line next.. i keep forgeting to email oliver on a patch to add karmic-updates [19:42] like i did here: http://elinux.org/BeagleBoardUbuntu#Karmic:_.289.10.29_boot_fixup [19:43] rcn-ee: cool. I'm integrating ;-) [19:47] rcn-ee: so all the stuff around line 630, it's executed inside qemu? [19:47] Got you for ${KERNEL_IMAGE_CMD} [19:48] yup, exactly the place I want to add my stuff! [19:49] gregoiregentil, yeap that qemu in there up till about 661.. that spot where KERNEL_IMAGE_CMD seem safest, as after that things start finishing.. [19:49] yup [19:50] gregoiregentil, have you had good luck with dspbridge? I've just started recently looking into it for my kernels (going the oposite route of angstrom and their dsplink) Other wise everything else could go in my 2.6-stable branch, then you'd have a normal deb install file.. [19:50] On ubuntu, not yet [19:51] on my OpenEmbedded Always Innovating OS, I have both dspbridge and dsplink... [19:51] http://www.alwaysinnovating.com/wiki/index.php/DSP_video [19:52] ah cool.. Yeah just yeasterday i got the dsp-gst tree to build, but haven't tested all 3 parts together yet (dspbridge module, dspbridge userspace and dsp-gst gstreamer stuff) [19:54] rcn-ee, you should subscribe to the gst-dsp google newsgroups [19:54] Felipe is very active and answer all questions [19:54] also, there are a couple of overlay OE (mine and another one) with all the recipes to compile everything. That may be useful to take look if you don't manage to do something [19:54] cool didn't know, i've been following his blog, will add it to my email [19:58] about the only thing i'm missing is the dsp stuff, then ubuntu would be feature complete with angstrom. On the Kernel side i usually test changes against my tree and openembedded so that's usually in sync.. i just moved to 2.6.31 so i didn't have the omap3-touchbook patches anymore.. [19:59] btw is there anything special about xorg/modules/drivers/fbdev_drv.so in your script? [20:00] i think it's the omapfb driver, it got pulled in from debian, it might not be as up to date as openembedded but... https://launchpad.net/ubuntu/+source/xf86-video-omapfb/0.1.1-2 [20:01] add : xserver-xorg-video-omap3 to your seed for rootstock.. [20:01] Very long story about fbdev (long story with Koen) [20:01] Koen has always prefered omapfb driver while I stick with fbdev [20:02] so you have a kind of two branches. I have ported the xrandr to fbdev [20:02] as I wanted to have a very good rotation support in fbdev. It's well optimized [20:02] then I have for video some mplayer patches to write directly to fb1 [20:02] ahh, that explains it... [20:02] those rotation patches have never been published (yet) but the mplayer stuff is in git and Koen has integrated it [20:04] sounds cool... I hardly plug my beagle into an lcd, so i just point users to use omapfb.. but with your touchbook design a good visual experience is key [20:05] yup! [20:08] gregoiregentil: where is fbdev with xrandr? [20:09] suihkulokki: I have never published yet. It's on the todo list [20:20] gregoiregentil: I was just bemoaning the lack of xrandr in omapfb, but one in fbdev would do as well [20:21] suihkulokki: Yup. very long story with Koen about this. Ideally, it would be better to ahve something really optimized in omapfb [20:21] Koen told me that there is a Stanford guy who is working on it [20:40] gregoiregentil, rcn-ee: I just added a --script (untested) in this patch http://paste.ubuntu.com/354096/ which I just pushed at lp:~lool/project-rootstock/user-script if that's useful I'll propose it for merging in tip [20:41] yup. Definitely makes sense to me [20:42] Ok, proposed for merging [20:42] gregoiregentil: hy BTW [20:42] *hey [20:43] lool: Hello [20:43] gregoiregentil: I've seen a netbook with detachable screen in the CES coverage, but I don't think i was branded always-innovating; is this a derived product? [20:43] lool, that would be very useful, there's a couple things i have beagleboard users do to tweak the final rootfs... [20:43] (that are too beagleboardish to be generic for all users) [20:43] Not a derived product... I would say a copied product! [20:44] Ok; that's what I guessed [20:47] lool, ogra: at what point do you guys what lucid tweaks for rootstock to enable lucid? [20:50] lool: well, i would say that you mean the freescale reference netbook...but i guess its built by pegatron [20:50] you should know it :P [20:52] also there is the marvell smartbook [20:52] rcn-ee: I didn't understand the question [20:52] which was running ubuntu [20:53] armin76: I actually did not! [20:53] I only saw that netbook with removable screen like the AI one on TV for a split second and it looked too different from the AI one, hence my wonders [20:54] lool, since lucid is only at alpha-1/2 i was holding this back: http://bazaar.launchpad.net/~beagleboard-kernel/+junk/project-rootstock-lucid/revision/31 [20:54] lool: http://www.engadget.com/2010/01/07/freescale-smartbook-prototype-is-a-dockable-tablet-we-go-hands/ [20:55] http://www.engadget.com/2010/01/05/marvell-shows-off-an-odm-smartbook-thinner-than-strict-decency-p/ [20:59] rcn-ee: IMO no reason to hold this back [20:59] rcn-ee: I'm rewriting this a bit, following the diff you showed me; thanks [21:00] cool, i was holding it back since fakeroot 'was' broken since i couldn't generate a deb for lucid, but as of this morning it works.. [21:02] rcn-ee: Mind taking a look at http://code.launchpad.net/~lool/project-rootstock/lucid-support ? [21:02] rcn-ee: Ack; just saw a bug coment that it's fixed [21:03] rcn-ee: Sorry, not wasy to see a branch I just pushed [21:03] rcn-ee: https://bazaar.launchpad.net/~lool/project-rootstock/lucid-support/changes [21:04] lool, it looks like it's loading, btw is the bazzar web server always that slow? i'm use to it with pushing my beagleboard-kernel stuff. [21:05] rcn-ee: I rarely use the bzr web ui, but I don't think it's supposed to be slow once he branch has been scanned [21:06] rcn-ee: the launchpad web frontend is a tad slow due to SSL, lots of database queries, and various inefficiencies, but bazaar should be faster [21:06] lool, changes look good, the only odd case is jaunty as lucid/karmic share the same path... [21:06] lool, that make sense, i just got to stop watching my changes hit the web.. ;) === mcasadevall is now known as NCommander