=== Jack87 is now known as Jack87|Away [07:08] hi, all! Please, advice me, how can I build kernel on the x86 and then replace it on the arm device? [07:09] I had try to follow https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel But there is no such directory: debian in the the ti-omap4 branch ... [07:10] reisei: you're cross-compiling, that adds a layer of complexity [07:10] The debian/* files will only be present in git branches that are from debian/ubuntu, and even then maybe not. [07:11] When I'm *not* cross-compiling, I use the upstream-provided mechanism of "make deb-pkg" -- I don't know if this is recommended or if it works with cross-compilation. [07:13] twb: thank you! I'll try this [07:14] If you don't have a cross-compile environment yet, you need to solve that problem first [07:14] twb: btw, in the master branch there are the debian directory [07:15] master branch from where? [07:15] twb: from kernel.ubuntu.com, for example ubuntu/ubuntu-maverick [07:16] Well I guess that is a "git branch from debian/ubuntu" [07:16] As opposed to linus-2.6 or some other upstream branch [07:17] I'm not a dev so my understanding of current best practice is pretty haze -- don't take anything I say as gospe [07:17] *gospel [07:20] twb: yes, it is a "git branch from debian/ubuntu" :) I understand, that directory debian can be only in such gits, but I'am just interesting why in the ti-omap4 branche of this git there is no such directory :) [07:21] Probably the ti-omap4 branch comes straight from upstream or something [07:39] got an error while make deb-pkg: dpkg-gencontrol: error: current host architecture 'armel' does not appear in package's architecture list (i386) [07:41] You probably need to do some magic dance [07:42] The other way you can do it is to just run arm code in a chroot on your x86 box, using qemu user-space emulation [07:42] What that does is basically leave everything as-is except the CPU instructions, so it's lightweight compared to a normal VM [07:43] okay :) will go to learn some magic things [07:44] http://wiki.debian.org/QemuUserEmulation [07:47] Note you will probably need qemu 1.x due to http://bugs.debian.org/641270 [07:48] twb: thanks a lot! [07:49] Eh, cross compilation is probably less sucky but I don't like grabbing unsigned tarballs from linaro or whatever [07:53] twb: I just need recompile the kernel... [07:53] reisei: I mean: unsigned tarballs of the cross-compilation environment [07:53] oh, okay [07:53] or maybe they're signed but not by ubuntu, etc. [08:37] Hi may I have a question about i.MX53 based board and Ubuntu? I have trouble to boot Oneiric [08:37] QuickStart image. [08:39] I have Nitrogen53 board with i.MX53. Originally board comes with Android on SD card, I re-write it with QuickStart Oneiric image [08:40] When I am trying to boot kernel and initrd, board always froze or (at best case says that is loading linux kernel and than froze) [08:41] What I am doing after board starts : [08:41] fatload mmc 0:2 0x70000000 uImage [08:41] fatload mmc 0:2 0x72000000 uInitrd [08:41] setenv bootargs console=tty0 console=ttymxc0,115200n8 root=/dev/mmcblk0p3 [08:41] bootm 0x70000000 0x72000000 [08:42] we only support the original quickstart from freescale .... [08:42] but if you can make your board work, we would love to get patches ;) [08:43] and is there any (technical) reason, why this board will not work? [08:43] I suppose, that problem is more in u-boot loader than in image itself [08:44] either u-boot or a missing/superfluous kernel driver [08:44] could be both, hard to guess without having the board [08:44] I'am not terrible experience in u-boot and arm architecture, so I am trying what's working and what's not [08:45] And how can I debug it and find out what it can be? [08:45] well, the nitrogen is clearly different from the quickstart [08:46] i would start with replacing the u-boot binary on the image with the one you got with the board (if you got one) and see if it works then ... (i.e. try to identify if its rather bootloader or kernel related) [08:46] not sure if your android image actually has u-boot or something else [08:47] ok [08:49] Please correct me if I am wrong. I have u-boot on board flash and is is also on sd card at first partiton (made by zcat of ubuntu image}. So I need to take u0boot from board flash and place it on cd card, right. That's what you meant? [08:54] alum1: YYou can add earlyprintk=ttymx0,115200n8 to your boot cmdline to get early kernel output. [08:54] If your uboot is loading the kernel, thiswould be the next step to see where the kernel s breaking. [09:24] guys, why don't we ship images with "support" for serial console out of the box? e.g. console=ttyO2,foobar and /etc/init/ttyO2.conf? [09:25] we do ... the server image ;) [09:25] I think the argument is that "desktop" users will have a display and keyboard, an they might want to use the serial port for other things. [09:25] Whereas "server" users are more likely to want a headless serial setup. [09:26] But I dunno. It's fairly arbitrary. [09:26] beyond that there is a longstanding upstart bug that it should automatically fire up a getty if a serial console is defined [09:26] (which is simply not fixed because nobody uploaded the fix from the bug yet ) [09:31] ppisati, infinity, bug 702574 .... someone needs to upload this :) [09:31] Launchpad bug 702574 in upstart "getty should be started automatically on serial port when serial console is set on kernel command line" [Wishlist,New] https://launchpad.net/bugs/702574 [09:42] btw, did you see this one? http://www.alwaysinnovating.com/products/hdmidongle.htm [09:48] ppisati: That's pretty slick looking. [09:48] ppisati: Can our omap4 kernel boot it? :) [09:50] ubuntu works on this dongle, yes. [09:51] see http://groups.google.com/group/pandaboard/browse_thread/thread/dd881aa34e1a916e [09:51] we work regularly with gregoire who did this, and he is using our Ubuntu releases a lot! [09:52] ndec: Very cool. [09:52] so should ubuntu TV ;-) [09:52] ndec: So, slapping an Ubuntu preinstalled omap4 image on an SD for that dongle should "Just Work"? [09:54] i asked gregoire to send me one so that I could try ... [09:54] i don't know the details of the h/w and if that requires updates in bootloader/kernel. but 11.10 should be pretty close to work on the device [09:55] Would definitely like to see 12.04 support it out of the box if 11.10 doesn't. [09:55] I'd happily take a sample to play with. ;) [09:57] no doubt about that ;-) [10:09] Ubuntu TV on a stick! :) [10:12] no need to find TV makers... works on all TVs ! [10:16] ndec: are they using a 4430 or 4460? [10:24] GrueMaster: earlyprint didn't show anything. I can see just "Starting kernel ..." [10:25] earlyprintk might help ;-) [10:25] So that means the kernel is not initializing. The output you see is u-boot forking into the kernel, but the kernel is not executing. [10:25] GrueMaster: alum1: see ^^ you need a 'k' at the end [10:26] I assumed he copied what I had above. [10:26] [09:54:19] alum1: YYou can add earlyprintk=ttymx0,115200n8 to your boot cmdline to get early kernel output. [10:29] even without earlyprintk you should see "Uncompressing Linux..." [10:33] I see just "Starting kernel…", nothing more [10:44] alum1: that suggests that the location where uboot is jumping to does not have a valid kernel [10:48] suihkulokki: how can I check that? [11:01] infinity, does that look sane to you ? http://paste.ubuntu.com/799233/ [11:04] ogra_: Looks shockingly similar to what I uploaded 10 minutes ago. ;) [11:04] :P [11:04] Who needs nicotine? [11:07] infinity: what about vodka? [11:12] has anyone tried to kexec into u-boot? [11:16] ppisati: I don't think anyone tried it as kexec sets up ATAGS and other voodoo to boot a kernel directly so you'd have to smack uboot to ignore that info and other fun stuff [11:17] NCommander: uhm, ok [11:32] janimo: thanks for taking care of the new kernel so quickly [11:32] marvin24, np :) [11:32] looks like google found the bug in 3.0.13 [11:32] it made evertyone's ac100 around here lock up every our or so otherwise [11:32] oh great [11:32] but I'll test it first [11:33] any work going on on 3.2/3.3 on google's behalf? [11:33] janimo: yeah, I guess that was a bad experience [11:33] janimo: there are hacks for upstream [11:33] well, development version of Ubuntu, anm assumed risk [11:33] but we shouldn't use them [11:34] janimo: last I heard was that someone at NV is working on a KMS driver [11:34] but maybe at a low priority [11:34] but that is the way to go for us [11:34] just wait ~half a year [11:35] as opposed to te binary l4t drivers? [11:35] well, kms mean framebuffer only [11:35] but maybe they will also do a 3d driver for it [11:35] the current kernel implementation is definitely not for upstream [11:36] in that case NV is way behing TI, Marvel or Samsung [11:59] janimo, http://patchwork.ozlabs.org/patch/35501/ for quietening the ac100 boot [13:26] On which arm board, the beagleboardxm or the pandaboard es, will a ubuntu server be best for? [13:28] Anyone tried smth with the HP Touchpad or a similar Tablet? [13:29] I am trying to build a microserver and want to know on which board ubuntu server runs better on, the pandaboard es or the beagleboard xm? [13:40] Anyone? === Quintasan_ is now known as Quintasan [14:41] yet another random guy who ask, nag and quit. [14:41] welcome to the irc :) [14:42] at least now I am checking that the guy is still there before preparing an answer [16:12] Which runs ubuntu server better, pandaboard es or beagleboardxm? [16:15] pakattack: Panda. [16:15] pakattack: i dont know the answer, but this channel is very quiet. so you have to bring some patience [16:15] :( [16:17] pakattack: If you missed my response, I said that the Panda will certainly run just about everything better than the Beagle. [16:19] Ok thanks [17:55] May I ask where I might find what ISO I would need for my Archos device? [18:07] you have to find out which ARM platform it is based on I think. [18:08] Arcademan: ^ [18:09] Ok, so like ARM Cortex A8 [18:10] what tablet is it? maybe I can find something for you then [18:11] Please see https://wiki.kubuntu.org/ARM/Archos101it [18:15] OMAP3 then [18:17] Arcademan: choose your edition and versin here https://wiki.ubuntu.com/ARM/OMAP , then go for the omap3 build [18:17] also just "omap" in the file names [18:18] that should work I guess [18:19] Ok, so I take it I must use the omap then I take it the devices does not support the desktop edition :) [18:21] wait, what? according to wikipedia, the archos 101 internet tablet fits the OMAP3 category, so I think any omap3/omap build should run [18:21] not omap4 of course [18:21] archos 101 g9 is omap4 thoug [18:23] Ok may I ask one last question whats the real diff between desktop and server is the server one ubuntu server [18:24] I see that on Wiki the Omap thing :) [18:36] I think the server one comes without X and has special packages preinstalled and repos configured [18:36] you can add X to server, though [18:36] you can also install all server packages on desktop of course [18:37] just a matter of what you think fits your needs better I guess [18:41] Ok, sauerbraten I try it out this next week or so thanks :) [18:42] np, hope it goes well for you, since I got few problems with earlier versions on omap4 :D [18:43] I will be playing around with it trying to figure out what desktop package works the best ex kde ect :) [18:43] They have a debian release I may try and fork over some of them :P [18:44] eww, KDE :P I prefer XFCE or LXDE, some lighter stuff :) but well, matter of taste [18:44] me to sauerbraten :P [18:45] I just did not want to use the dang Android :P === alexande1 is now known as Alex[sp3dev] [22:28] hello [22:29] any idea on how i can flash a new kernel on my eeepad transformer ? [22:29] flashed ubuntu with OLife [23:10] kerute: there are 2 ways [23:11] kerute: one way is to replace ./kernels/2636zImage and ./kernels/initrd.img-2.6.36 in the OLiFE directories, then in the update device menu select update kernel. [23:13] kerute: the other is to make a boot.img from your kernel and ramdisk, pack it in a nvblob and dd it to /dev/mmcblk0p4 [23:13] lilstevie_: i think about nvflash ? [23:14] nvblob ? [23:14] first one seems easier :) [23:15] lilstevie_: what about the 2.6.38 in OLiFE ? [23:16] is that the CrOs kernel ? the script says the option is unavailable [23:26] thanks for the advice ill try that