/srv/irclogs.ubuntu.com/2010/10/19/#ubuntu-arm.txt

daurnimatori'm trying to boot maverick on my beagleboard00:31
daurnimatorits stuck on 'Uncompressing Linux... done, booting kernel'00:31
persiaYou had a C3, right?00:31
daurnimator-xm00:31
persiaAh, sorry.  My poor memory.00:31
daurnimatordo you want boot log? or got other ideas?00:33
persiaI think you need someone who has an XM.00:33
daurnimatorpersia, any idea who that is?00:36
persiaThere's been a few folks here who talked about them in the past.  I'm not sure if any of them have them now, or would be able to troubleshoot with you.00:37
GrueMasterdaurnimator: First, what image are you running?00:39
GrueMasterAlso, do you have a monitor attached?00:40
daurnimatorwas trying ubuntu-netbook-10.10-preinstalled-netbook-armel+omap.img. yes I have a monitor attached.00:40
GrueMasterHmm.  You should have video on the monitor.00:42
GrueMasterIt should show text output indicating that it is enlarging the root file system.00:43
daurnimatorthat I do not.00:44
daurnimatorif it helps, D6 is flashing twice at a regular rate..00:45
ojnogra: ping00:46
ojnogra_ac: ping00:46
daurnimatorGrueMaster, you have an -xm?00:48
GrueMasteryes.00:48
GrueMasterNot hooked up currently, though.00:48
daurnimatorGrueMaster, advice/helpful tips then?00:48
GrueMasterFirst, I would check your downloads with md5sum.  Compare it with the MD5SUMS file online.00:49
daurnimatorwell the gzip archive extracted correctly...00:49
GrueMasterWhat size sd card are you using?00:50
daurnimatorok. the md5 is correct00:51
daurnimatorsd card is 8gb00:51
GrueMasterOk.  I have tested 4, 8, and 16G, so that should be ok.00:51
GrueMasterTry rebooting.00:52
GrueMasterIs this a production XM?00:52
daurnimatoryes00:52
GrueMasterok.00:52
daurnimatoras I sit here I haven't touched it, D6 is flashing twice regulary, and D7 occasionally turns switches on/off00:52
daurnimatorI feel like it could be doing something?00:52
GrueMasterHow did you write to SD.00:53
daurnimatorhow long does the rootfs take?00:53
GrueMaster?00:53
GrueMasterOn 8G, about 5-10 minutes max.00:53
daurnimatorzcat | sudo dd00:53
GrueMasterTry gunzip < <image.gz> > <image>;sudo dd bs=4M if=<image of=<SD>00:54
GrueMasterI have seen a few issues using zcat pipes.00:54
daurnimatori've got to go out in a sec, so I might just leave it for now, see if something has happended by the time I get back00:55
daurnimatorwill be back in a couple of hourss00:55
GrueMasterReset it first.  YOu should see something on the screen almost immediately.00:55
GrueMaster~10 seconds after reset.00:55
=== rsalveti` is now known as rsalveti
daurnimatorGrueMaster, nope01:10
daurnimatorpastebin01:11
daurnimatoruh, I meant http://pastey.net/14181001:11
daurnimatorGrueMaster, ^^ hope that helps, its where it is now01:11
GrueMasterHmm.  Try "sudo dd bs=1024 if=/dev/zero of=<SD>" to wipe your SD & reflash.01:11
daurnimatori'm off for for a bit now01:11
GrueMasterYou can also try adding serial console info to the kernel parameters.  WIll explain when you return.01:12
daurnimatorGrueMaster, back for 10 mins, I previously had alot larger block size: what wil change?01:57
persiaFor this sort of thing, the only difference between different blocksizes for dd is how the caching works.  I almost always use 1M.02:00
persiaVery large bs (where zcat is the max) tends to be more likely to get some unexpected corruption.  Very small bs (anything less than the eraseblock size on the flash) tends to cause the FTL to be overworked, and may waste space on the SD.02:02
daurnimatorpersia, so whats the value I should be using? 1024? 1M? 4M?02:06
persiaWhat's the eraseblock size on your flash?  Use some integer multiple of that.02:06
cooloneyprpplague: hi dave, got your email.02:06
daurnimatorpersia, how would I find that one out? >.<02:07
persia1M and 4M tend to be integer multiple for most eraseblock sizes.  4M is a bit faster.  1M is a bit safer (but breaks for 2M eraseblock sizes, although these are very rare)02:07
persiaYou'd have to find it in the documentation for your SD.  In practice, I don't know of any good ways to discover this based on the hardware.02:08
prpplaguecooloney: hey bud02:14
mouse-_ahoy ! thank you for providing the community with 10.10 for the beagleboard! (https://wiki.ubuntu.com/ARM/OMAPMaverickInstall)03:05
mouse-_now i am having problems =D usb keyboard and mouse aren't being recognized!03:05
daurnimatori have returned :D03:25
* daurnimator pokes GrueMaster 03:25
GrueMasterOww.03:25
GrueMasterSorry, had stepped out to start dinner.03:25
GrueMasterOk, so lets try with serial console to see where it is hanging up at.  Reset and press <ctrl>-c to stop autoboot.03:26
GrueMasterLet me know when you have a uboot prompt.03:27
daurnimatornow.03:29
GrueMasterone sec (phone call)03:29
devilhornsok, you're second is up :P03:29
GrueMasterHeh.  Family.03:29
devilhornsahh03:29
devilhornshope everything is ok03:29
GrueMasterAt any rate, type "mmc init"03:30
GrueMasterJut my son wanting a new monitor.03:30
GrueMasterjust03:30
devilhornsahh03:30
daurnimatorand then?03:30
GrueMasterfatload mmc 0:1 0x80000000 uImage03:30
GrueMasterfatload mmc 0:1 0x81600000 uInitrd03:30
GrueMastersetenv bootargs vram=12M omapfb.mode=dvi:1280x720MR-16@60    root=/dev/mmcblk0p2 fixrtc console=ttyS2,115200 console=tty103:30
GrueMasterbootm 0x80000000 0x8160000003:30
GrueMasterThat should load the kernel & initrd and boot with a lot of stuff on the serial console.03:31
persiamouse-_, You've connected them to a powered hub?03:33
GrueMasterpersia: Not getting that far.  Should be able to boot to oem-config w/o mouse/keyboard.03:34
GrueMasterCurrently nothing on display.03:34
persiaGrueMaster, "mouse-_" != "daurnimator" :)03:35
GrueMasterOh.  Oops.  Didn't see that person.03:35
daurnimatorpersia, i'm on dc power now03:35
daurnimatorGrueMaster, its doing things :)03:36
GrueMasterdaurnimator: Anything on the serial console?03:36
GrueMastercool03:36
daurnimatorcurrently on setting up swap, this will take a moment ...03:36
GrueMasterAnything on the monitor or is it serial console only?03:37
daurnimatornothing on monitor03:38
GrueMasterOn the monitor, is it HDMI or DVI?03:38
daurnimatorusing hdmi=> dvi cable03:38
GrueMasterHmm.  Should work.  Make sure monitor has DVI input selected.03:39
GrueMasterWhat res can the monitor handle?03:39
daurnimatorup to 1920x108003:40
GrueMasterSo it should be able to handle the 1280x720 res.03:41
persiaDepends.  Some displays can't handle some non-native resolutions.03:41
persiaMight pass 1920x1080 with setenv to see if it makes a difference.03:42
GrueMasterI'd have to look, but I believe the 1280x720-16@60 is vesa compliant.03:42
persiaIt is: I'm just not convinced arbitrary displays are VESA compliant :)03:42
persiaThe're *supposed* to be so though.03:43
GrueMasterTrue.03:43
GrueMasterI have to go fix dinner.  Cooking part is done, now need hands on attention.  Sorry.03:43
mouse-_persia: no, this is the beagleboard XM. the board comes with 4 usb ports =D03:45
daurnimatormouse-_, what did you do to get it working? mines not03:46
mouse-_the XM is so badly supported right now :(03:46
persiamouse-_, Ah.  I don't have an XM, but on my C4, I needed to supply additional power through a hub to get the keyboard and mouse to work.03:46
persiamouse-_, Just needs more folk looking at it: I'm certain it *can* be supported, but unless a number of XM users use Ubuntu and help, it's unlikely the rest of us can wave a magic wand :)03:47
mouse-_:)03:47
daurnimatorok, so the board rebooted now03:48
daurnimatorstill no display03:48
persiamouse-_, Your display just worked?03:48
mouse-_the display does just work !03:48
mouse-_this is 10.1003:48
mouse-_i'm guessing, maybe someone forgot to compile usb support for it, being that it was just released 8 days ago? lol. i am trying 10.04 now03:49
persiaHmm.  Are there different variants of the XM?03:49
mouse-_but the setup_sdcard.sh crashed my kernel! ha!03:49
persiamouse-_, 10.04 is very likely not to support the XM: I don't believe they were widely available in April.03:49
daurnimatorhere is my serial output: http://pastey.net/14181203:49
mouse-_ahhh, crap, persia. yeah, you're right03:49
mouse-_check this out,   [   50.032255] EXT4-fs warning (device mmcblk0p2): ext4_clear_journal_err: Marking fs in need of filesystem check.  [   50.032276] BUG: unable to handle kernel paging request at 027c000003:50
mouse-_ha!03:50
mouse-_ext4 bug.03:50
mouse-_or something else to do with it. what a nightmare03:51
GrueMasterXM is only supported in Maverick.  Also, I just finished booting mine again.  I am at the oem-config.  Mouse & keyboard work.  Try bottom USB slots.03:52
GrueMasterGone again.03:52
daurnimatorso yeah, it seems to be booting now04:28
daurnimatorbut theres nothing on the display04:28
persiaEven hardcoding the proper resolution?04:35
persiaWhat happens if you send Ctrl+Alt+F1?  Should get you a VC.04:35
Sonny_8bit__hello05:46
Sonny_8bit__Yesterday I've installed canonical maveric prebuild image on BB C4. The speed is too slow for normal work - is it OK?05:47
Sonny_8bit__and my UCB mouse connected to unpowerd USB hub @ EHCI port is blinking 1 per 2 seconds and not working properly! Althought in Angstrom image it worked perfect.05:51
persiaSonny_8bit__, I found I needed to use a powered USB hub to get mouse and keyboard working the way I wanted.05:56
persiaI agree the speed is very slow: I find it nearly unusable.05:56
persiaBut the C4 doesn't meet minimum Ubuntu specifications, so I'm not that surprised.05:57
Sonny_8bit__where's a bottleneck?05:57
persiaSpeed might be a bit better if you try uninstalling ubuntu-netbook and try installing lubuntu-desktop05:57
persiaThree things: there's not enough RAM (minimum is 384), the CPU is kinda slow, and the graphics drivers aren't installed by default.05:58
Sonny_8bit__ubuntu netbook @ Geode LX with 500MHz @ 256 MB DDR worked much better!05:58
Sonny_8bit__may be the problem is low speed of SD-card read-write?05:59
MartynSonny_8bit__: Will 10.10 even RUN on a geode?05:59
persiaThat doesN't help.05:59
persiaYou might try instlaling powervr-omap3: I believe that will give you better graphics support.05:59
Sonny_8bit__i try only 8.xx05:59
Sonny_8bit__anyway winXP @ Geode works fine enough06:00
Sonny_8bit__of course w/out 3D06:00
persiaMartyn, At least some docs I find claim the Geode LX is i686 compatible, so it ought run Maverick (but I expect it to have performance similar to omap3, albeit likely with accelerated X without installing a driver package)06:02
Sonny_8bit__ok today i will buy new powerd usb hub and try again. and also try to install Maverick to Gedoe06:02
Sonny_8bit__*Geode06:02
persiaDo try installing powervr-omap3: it should at least make video performance a *lot* faster, and offloading that from the already overwhelmed CPU can't hurt.06:03
Sonny_8bit__ok thank you. hope this helps.06:04
Sonny_8bit__Also i want to ask how to boot Linux from the ext. USB HDD?06:05
rsalvetiSonny_8bit__: for c4 sd card and lack of ram are the main problem06:05
persiaSonny_8bit__, Just be prepared for performance on the Geode to be just as slow as the C4.06:05
persiaMy understanding is that the C4 *can't* boot from USB.06:05
rsalvetiubuntu in general eats lots of ram06:05
persiaYou could put a kernel on NAND, and then boot with rootfs on USB if you like.06:05
rsalvetilots of daemons all around06:05
rsalvetipersia: yes, it can06:06
persiarsalveti, We prefer to say that Ubuntu avoids the user to perform manual actions to deal with environmental concerns :)06:06
Sonny_8bit__:)06:06
rsalvetibut as c4 has nand, you could just write the correct boot arg and then use the rootfs at your usb06:06
persiarsalveti, Really?  Loading the bootloader from USB?  I thought that was a ROM issue.06:06
rsalvetipersia: nops, you can even with panda06:07
rsalvetiuart, usb, nand and sd06:07
Sonny_8bit__<rsalveti> can you give detailed steps how to boot from USB?06:07
Sonny_8bit__may be @ wiki page06:07
rsalvetiyeah, need to create the wiki page06:07
rsalvetiwhat I've done with my panda rootfs is to run the pre-installed, run the first boot and the setup (user account and etc)06:08
Sonny_8bit__i should buy panda instead of BB06:08
rsalvetithen I mounted the sd card at my host pc, copied the files (careful with file owners and permission) to my usb disk06:08
persiarsalveti, So, how?  And if so, why don't we have a regular install?06:09
rsalvetithen you just need to change the boot args from the first partition06:09
rsalvetito use root=/dev/sda1 for example, instead of root=UUID....06:09
rsalvetipersia: http://elinux.org/BeagleBoardRecovery see usb06:10
Sonny_8bit__<rsalveti> i will try to do the same06:10
rsalvetiSonny_8bit__: be sure you're using a powered hub06:12
rsalvetiwill be out now, ping me in a few hours in case it doesn't work for you06:14
* rsalveti out06:14
=== hrw|gone is now known as hrw
hrwaloha07:58
dommodhey guys whatever happened to ubuntu netbook remix for arm?08:18
tmzt_what is supposed to go in /etc/apt/sources.list for armel maverick (on cortex, this is a different machine)08:21
=== JaMa|Zzz is now known as JaMa|Wrk
tmzt_got it it's on ports08:42
persiadommod, Some time back the netbook team decided to play with us, and stopped being a remix.  It's one of the standard images (and likely the most popular)08:53
persiatmzt_, The software-sources tool is supposed to do the right thing.  If you don't have a local mirror and don't want anything fancy, just deb http://ports.ubuntu.com/ubuntu-ports maverick main restricted universe multiverse (repeat for maverick-security and maverick-updates)08:54
tmzt_what's the different with ubuntu-ports ?08:55
tmzt_like I'm missing xxd without it08:55
tmzt_ok08:55
persiaNothing should be different with ubuntu-ports except architecture.  If you find something, please complain loudly and file lots of bugs.08:56
tmzt_of course xxd is already installed I knew that08:58
dommodpersia: oh ok. did it ever got released? i can't find any information..09:08
cooloneyogra: i tried to fresh install the 10.10 release on my es2.1 cleanly.09:32
cooloneyogra: and then upgrade to latest kernel and alsa-lib, alsa-utils things in -proposed09:32
cooloneyogra: still fail to get sound work, there is only dummy device09:32
lagcooloney: I think one of the files have been placed in the incorrect location09:39
lagcooloney: Where is the omap4 file on your system?09:40
lrglag, cooloney: ogra said yesterday he has an update for this09:47
cooloneylag: do you mean the omap4 for alsa?09:47
lrgyes09:47
lagfind / -name omap409:48
lagWhere did it end up?09:49
cooloneylrg and lag, it looks like there is no such omap4 fiel in $ ls /usr/share/alsa/init/09:49
cooloney00main  default  hda  help  info  test09:49
lagWhere did it go then?09:49
cooloneyno idea09:49
lagIssue that command09:49
cooloneydo you guys know the latest version of alsa-lib or alsa-util which including the fixing?09:50
lagalsa-utils (1.0.23-3ubuntu1) natty09:50
lagIt was on the bug09:51
cooloneyalsa-utils                             1.0.23-2ubuntu3.209:51
cooloneythat's mine09:51
cooloneylibasound2                             1.0.23-1ubuntu2.109:51
lagThen you still have the error09:51
cooloneyi still don't have the sound09:52
cooloneykernel is the latest one09:52
cooloney903.1609:52
lagBut alsa-utils are not the latest and the omap4 file is missing09:54
lagIt's not surprising that your sound doesn't work :)09:54
cooloneyi think it is not in the repo for upgrade09:55
persiadommod, It's just part of the normal release.  Check the ports/ directories on cdimage.ubuntu.com09:57
persiacooloney, Did you enable -proposed?09:57
cooloneypersia: yeah,09:57
dommodpersia: thanks, i will check it out..09:58
persiaHrm.09:58
persiadommod, http://cdimage.ubuntu.com/ubuntu-netbook/ports/releases/maverick/09:58
cooloneypersia: deb http://ports.ubuntu.com/ubuntu-ports maverick-proposed restricted main universe multiverse09:59
cooloneythat's in my source.list09:59
cooloneyjust finished one apt-get update. nothing to upgrade now.10:00
cooloneylag: why we need to use this natty version 'alsa-utils (1.0.23-3ubuntu1) natty'?10:00
lagBecause that's the one the fix is in10:01
lagLook at the bug10:01
persialag, Was that not submitted for SRU?10:01
lagWhat? The alsa-utils fix?10:02
persiaYes.10:04
lagNo idea10:04
lagI've had no input WRT alsa-utils10:04
lagThe only information I have is on the bug report10:05
lagbug 63794710:05
ubot2Launchpad bug 637947 in linux-ti-omap4 (Ubuntu Maverick) (and 3 other projects) "no sound devices on current ES2.0 boards (affects: 2) (dups: 1) (heat: 125)" [High,Fix committed] https://launchpad.net/bugs/63794710:05
persiaI thought someone was working on an SRU.  Odd that it's not there.10:05
lagDon't know dude10:05
lagogra: Is your man10:05
persiaProbably, indeed.10:05
cooloneylag: i am using the latest one of alsa-utils, i think10:06
cooloneyalsa-utils" versions published in Ubuntu10:06
cooloneyNatty (1.0.23-3ubuntu1): main/sound10:06
cooloneyMaverick-proposed (1.0.23-2ubuntu3.2): main/sound10:06
cooloneyit is from Maverick-proposed10:07
lagThat looks like the latest version, yes10:07
lagYou said you were using 1.0.23-2ubuntu3.2 a moment ago10:07
persia3.2 looks to have the right patch in it.10:08
lagpersia: Where did you look to find that out?10:09
persiahttps://launchpad.net/ubuntu/+source/alsa-utils/10:09
persiaExpand the details of 1.0.23-2ubuntu3.210:09
ogracooloney, lag, i missed to also patch the Makefile (assuming there was a .install file) so omap4 isnt installed at all10:10
lagAh10:10
ografix is already in the queue10:10
persiaAh, implementation bug.  Now it all makes sense.10:10
lagThat'll do it10:10
persia-v through 3.3?10:10
ograand i'm still waiting for it before starting to tinker with the pulse stuff10:10
cooloneyogra: ok, got it.10:11
hrwhttp://marcin.juszkiewicz.com.pl/2010/10/19/how-to-cross-compile-arm-kernel-under-ubuntu-10-10/11:28
laghrw: Looks good11:31
hrwtested before posting ;D11:31
lagI'll bookmark it in case I forget how :)11:32
hrwmkey11:32
laghrw: Will you be at HDS?11:33
hrwlag: HDS?11:33
lagWow, that was all kinds of wrong11:34
lagUDS = Ubuntu Developer Summit (I didn't mean this either)11:34
lagI meant UDS11:34
lagAh11:34
ogra_ache has to be, he subscribed to my specs !11:34
hrwUDS? I will be11:34
lagWhat is wrong with me today11:34
persiaYou have UDS on the brain11:34
lagIt was crossed between UDS and UHS11:35
lagBut missed the U and put both U and H11:35
ogra_acUH11:35
ogra_ac:)11:35
lagHU11:35
lag:)11:35
hrwlag: I have to be at uds to get my ea1 pandaboard from JamieBennett's hands11:35
persiaisn't UHS usually in September, anyway?11:35
lagEA1?11:35
lagOr ES1?11:35
hrwlag: EA111:35
ogra_acEA1 = ES2.111:35
hrwEA1 = es2.011:36
lagpersia: Yeah, I was there11:36
lagAre they the same?11:36
hrwogra_ac: ea1 with es2.1 are TI internal11:36
ogra_acits the same as 2.111:36
lagWhat does ES and EA mean?11:36
hrwlag: ES is silicon version. EA1 is pandaboard early adopters11:36
ogra_acES -> Engineering sample11:36
JamieBennettlag: ES = Extra Special EA = Extra Awesome11:36
hrwogra_ac: es2.0 has 200MHz mem instead of 400MHz on es2.111:37
lagLol @ JamieBennett11:37
hrwor sth like that11:37
ogra_achrw, afaik only es2.1 go to the public11:37
lagogra_ac: Where's mine?11:37
lagI still don't have one11:38
* lag jumps up and down!11:38
ogra_achrw, there are two versions of the 2.111:38
hrwogra_ac: A1 boards are es2.1 but 4weeks at digikey11:38
ogra_aclag, i guess still at pandaboard.org11:38
hrwanyway it is not es1.011:38
ogra_acwell, the 2.0 had probs11:38
ogra_acat least the 6 layer one11:39
ogra_acwhich iirc is the one with the black PCB11:39
ogra_acthere was an 8 layer with green PCB that was close to what the 2.1 now is11:39
ogra_acfi you have a green one and are sure ist es2.0 then you are fine11:40
=== amitk is now known as amitk-afk
hrwogra_ac: JamieBennett has my board and board is working. thats all I need so far11:40
ogra_achrw, well, if the compiler doesnt die mid way in a build all is fine i guess :)11:45
hrwogra_ac: worksforme11:46
ogra_ac(and if it boots with the final image)11:46
hrwogra_ac: I know that ubuntu people assumes that cross compilation is source of all evil etc but maybe it is time to forget that?11:47
ogra_ac??11:47
hrw;D11:47
ogra_acdid i refer to cross compilation anywhere ?11:47
ogra_acwe even have a cross howto link in our topic ;)11:47
saboteurhey i'm trying to install ubuntu on my nslu2 and it's killing ssh with an OOM message when it goes to detect the disks11:48
hrwsaboteur: 9.10?11:48
hrwops.. 9.04?11:48
ogra_achrw, 9.10 had no support for nslu211:48
ogra_acah11:48
saboteurthis is the link - https://wiki.ubuntu.com/ARM/NSLU211:48
ogra_acsnap11:48
saboteurjaunty ?11:49
* ogra_ac is happy that jaunty is EOL next week11:49
hrwsaboteur: I would go for Debian instead of such old release11:49
ogra_acyeah, better take debian11:49
hrwogra_ac: looks like I need to write newer version of amitk's post one day11:49
saboteurok, i'll give it a go :)11:49
hrwogra_ac: as his points to deprecated repos11:50
saboteuryou know how long writing the flash takes though, lol11:50
hrwsaboteur: nslu2 has such small amount of flash that nearly no one uses it for rootfs11:50
saboteurthis device has to only run mrtg so its sufficient11:50
hrwok11:50
saboteurhrw: actually not rootfs, i just meant the installer image11:51
persiaYou really want to be installing Debian, not Ubuntu.  Don't worry about the Ubuntu installer image working.11:51
saboteurit seemed to take about an hour to run through upslug211:51
saboteuryou should mark that page as being broken, although if that software is EOL soon there's probably little point11:52
persiaI'm planning to remove that page in about 2 weeks (just because I'll be at a conference in a week)11:53
saboteurah :)11:53
saboteurit runs nicely on sheevas and stuff though yeah?11:53
persiaInstall it if you like, but if you're the sort active enough to come ask for support, we'll do our best to point you at the best way to support your device.11:53
persia9.04 does.11:53
persia9.10 won't.  Needs Coretex-A8 or Coretex-A911:53
saboteurah11:54
ogra_achrw, feel free to fix the topic, its open for editing11:54
persiaI sympathise with you: I've a few machines that would be running Ubuntu ARM if it weren't for that.  Still, Debian works.11:54
saboteurcool, well thanks for the pointers11:55
persiaIf you want to run Ubuntu, Sharp, Genesi, and Toshiba have produced hardware that works.11:56
persiaAnd TI just announced the Panda board, which fits in a Bamboo case to make a complete solution.11:56
persia(extra bonus: the TI kernel is in-archive and fully supported).11:57
ogra_acand the panda is about the same price as the slug11:57
hrwpersia: 9.10 needs arm1136 only. 10.04 needs cortex-Ax11:57
ogra_acyeah, 9.10 still was v6 iirc11:57
hrwI need to finally restart my sheevaplug... so far it is fastest arm here11:58
ogra_acuntil you get your panda ;)11:58
hrwogra_ac: yep. then only clock will be faster11:59
persiaAdvertised panda clocks are still slower than my QNAP, but would expect panda+bamboo would be perceived as faster for most purposes.12:01
hrwpersia: I hope that bamboo will be released soon12:03
persiaI'm not that fussed.  I'm not expecting to be in the first round of HW releases anyway (given how many other people will do more useful things than have another desktop to use for IRC), so I'm convinced bamboo will be available by the time I have a need for one.12:05
persia(and it is my secret hope that someone will release an omap4 consumer device first)12:06
persia(well, maybe not so secret)12:06
saboteurjust for interests sake and for nerd factor, this will be monitoring my ups voltages etc as well as link utilization and solar inverter output/temps12:07
hrwpersia: anyway even naked pandaboard will be better then my current beagleboard c3 setup12:07
saboteurwhat a way to kill time12:07
persiasaboteur, solar inverter management is critical: I'm not sure that's any sort of waste.12:08
persiahrw, Absolutely.12:08
saboteur:)12:08
saboteurlater, i'm out!12:09
saboteurthanks again12:09
hrwpersia: not in power meaning - much less cables12:09
persiaWhy less cables?  Don't you still need KVM+E?12:10
hrwpersia: beagleboard c3 + psu + usb hub + usbwifi + usbhdd + usbsd + usbmouse + usbkeyboard + usbhub + 2nd psu + ethernet cable + hdmi cable + serial cable12:11
persiaYeah, that's too many.12:12
hrwpersia: now it will be: pandaboard + hdmi + usbmouse + usbkeyboard + usbhdd + serial cable12:12
hrwnetwork via wl1271 wifi12:12
hrwah.. one usbhub will be needed12:12
hrwbut power from same psu as PB12:12
ogra_acpfft, serial cable12:13
hrwogra_ac: 7 serial ports in desktop needs use12:13
ogra_acnothing to see or do on the serial console12:13
hrwogra_ac: tell it to my alix.1c machine12:14
ogra_acyou manage all of u-boot through /boot/boot.script and flash-kernel12:14
ogra_ac(only talking of the panda )12:14
hrwI have "Serial Graphics Adapter" even in alix.1c ;D12:14
ogra_acheh12:14
persiaSerial consoles are useful (for servers without IPMI12:14
ogra_acweird HW12:14
amitk-afkhrw: you should. the cross-compile landscape has been changing too rapidly for me to keep up12:15
=== amitk-afk is now known as amitk
ogra_acpersia, not on panda though12:15
persiaogra, Sure, but panda is a desktop, not a server.12:15
hrwogra_ac: serial cable or ethernet cable... I prefer serial one12:15
persiaAnyone building an omap4 server ought add IPMI, really.12:15
ogra_acpanda can be a server too12:15
hrwpersia: omap4 is not good for server12:15
persiaSure.  So can a Mac Mini (I have several as servers).  Doesn't make them server designs.12:16
persiahrw, Why not?12:16
ogra_acand i still wouldnt recommend fussing around on the serial console12:16
hrwno ethernet, no storage controller12:16
persiahrw, I thought there was talk about a way to get storage working.  ethernet USB isn't that bad.12:16
hrwpersia: kirkwood with armv7a would be lovely server chip12:16
hrwpersia: 110MB/s via sata contra 30MB/s via usb?12:17
ogra_achrw, well, you havent subscribed to https://blueprints.edge.launchpad.net/ubuntu/+spec/other-arm-n-public-panda-ppa-build-cluster :)12:17
hrw800Mbps via 1GbE contra 40Mbps via usb-ethernet?12:17
ogra_aci'll show you how well a server it is ;)12:17
persiahrw, kirkwood doesn't do that.  I think the successor is called "dove", but that's rumour and speculation.12:17
ogra_acno, its called armada in public i think12:17
hrwpersia: kirkwood is nice armv5 chip for server use12:17
persia(but, yes, I have a kirkwood in a case with SATA and like it very much indeed)12:18
persiahrw, Even my 1.2GHz kirkwood isn't as fast as some folk would like for some workloads.  Compute-intensive servers do better with multi-core chips.12:18
hrwpersia: so with omap4 transferring of 2GB of data from sata drive over ethernet would make usb controller "overheat" not giving any performance12:18
hrwpersia: sure. but for NAS it is ideal12:19
persiaWho said anything about USB for storage.  Aren't there some huge number of IO pins?12:19
hrwpersia: want to connect sata over gpio lines?12:19
persiaOh, for NAS, yes, kirkwood is sufficient.  I'm not sure about ideal, as I'd like more computation for some things.12:19
persiahrw, Why not?12:19
ogra_acpersia, oh, btw, do you think we need a spec for omap3 kernel version ?12:20
persiaogra, How much do you really want that in a separate source?12:20
hrwpersia: some time ago prpplague told that omap4 gpio is not able to do 33MHz12:20
ogra_aci,e, the possible swithc to linaro in case the kernel team doesnt want it in a separate branch12:20
* persia kinda wants to move another kernel *into* the mainline source12:20
ogra_acugh12:20
ogra_acapw, what do you think ?12:20
hrwpersia: coreboot developer wants to make x86 hw debugger on pandaboard base12:20
persiahrw, when it comes to the detailed technique of how to make SATA work, prpplague is the person I look towards to come up with a good answer.12:20
hrwpersia: indeed12:21
persiaogra, So, it's my feeling that if you think you need the flexibility, you're expecting to be breaking rules we have in place for very good reasons.12:21
ogra_acpersia, well, it affects the kernel team more than us i think12:22
hrwhmm. looks like pandaboard will be able to get 320GB sata disk + enclosure12:22
ogra_acbut i'll happily switch to linaros omap3 kernel instead of having a separate branch12:22
persiaogra, Yes, but also only affects them when you want to break the rules.12:23
persiaIf we can follow the rules, it's not much extra trouble.12:23
hrwogra_ac: less maintaince for team?12:23
ogra_acpersia, as long as they build arm from teh main tree they are always affected12:23
ogra_acits about the delay12:23
persiaWhat delay?12:24
ogra_acand the testing they have to do12:24
ogra_acbuilds get massively slowed down due to arm builds12:24
persiaYeah, but it's not a bad thing.12:24
persiaThe alternative is what happens to the powerpc -meta packages, which commonly don't get uploaded for SRUs for *weeks*12:24
ogra_acfor them it is12:24
hrwogra_ac: grab 32 pandas from TI, make a cluster and run buildd?12:24
persiaIt's not that long, and it will be less long with better buildds.12:25
* persia agrees with hrw on this12:25
persiaAnyway, there's a spec on kernel flavours: maybe mention it there.12:25
ogra_achrw, see above, thats what i plan12:25
persiaIt's really a kernel team decision unless there's some special reason someone else wants to have an external source.12:25
ogra_achrw, wont help though12:25
hrwogra_ac: it is a matter of grabbing 2U/4U case, mount pandas inside + ethernet switch + storage and put in rack somewhere12:25
ogra_acyou cant easily cluster package builds12:26
ogra_achrw, right, thats what we plan ... still12:26
persiaogra, Depends how you do it, there are ways.12:26
ogra_acpersia, no supported ones that ubuntu has12:26
hrwogra_ac: "make a cluster" as not an exactly cluster - just a bunch of hw in common case12:26
ogra_acin case you refer to beowulf like technology12:26
ogra_achrw, right, one package will still build on one panda12:27
hrwogra_ac: and one panda will be faster then one babbage12:27
ogra_acsure12:28
hrwand 32 pandas will be faster then 8 babbages (or how many of them are in use now)12:28
ogra_acbut not as fast as an intel multicodre server12:28
ogra_acnot for  asingle package12:28
hrwogra_ac: blame TI, STE etc for not giving you 4GHz 8core armv7a boards12:28
ogra_acits still 2.5h vs 15min or so12:29
hrwbut building 200 packages will take 8h instead of 8 days?12:29
ogra_aci'm not talking about 200 packages12:29
ogra_aconly about one of them12:29
persiaIsn't panda multicore?12:29
ogra_acdual, yep12:30
persiaAren't some of the other buildds only dual?12:30
hrwogra_ac: so s/pandaboard/arm realview express/12:30
hrwrealview express has 4core A9 on board12:30
ogra_achrw, get me some into the DC12:30
ogra_acafaik thats something only linaro gets :P12:30
hrwcosts more then 10 pandas anyway12:30
persiaogra, But you'd probably make the kernel team happier by being able to drop -versatile than by dropping -omap, really.  At least -omap has real users.12:30
ogra_acpersia, i want to have both dropped12:31
hrwI think that ubuntu/arm may drop versatile - it is only for qemu anyway12:31
ogra_acpersia, and with rsalveti's qemu spec we wont need versatile anyway12:31
ogra_achrw, "only" is broad ;)12:31
=== JamieBen1ett is now known as JamieBennett
ogra_acits used by many tools we provide12:32
ogra_acbut there is a replacement12:32
ogra_acwhich we'd like in the archive for natty12:32
persiaogra, Anyway, I don't think it needs a separate spec.  There's a couple specs in that area already.12:32
ogra_ack12:32
hrwogra_ac: iirc someone in Linaro works on qemu to make it emulate beagleboard, there is spec for qemu-a912:32
* ogra_ac just remembers several UDSes we had before where the title of the spec didnt match our expectations at all12:33
persiahrw, There's a number of folk who rely on qemu working for armel for their regular work: we can't make that go away.12:33
persiaSure.  Spec titles almost never match content.12:33
ogra_achrw, yeah, we have one for packaging (or pulling in the existing qemu-omap package) it12:33
persiaBut it's not worth a spec for a few people to argue one way or the other, nor for a 5 minute session where everyone agrees.  There are other places that talk about what comes out of "linux", and adding new source is trivial enough to not need a spec.12:34
ogra_acmaintaining a complete branch is12:35
ogra_acwhich is one of the options12:35
persiaHow is "maintaining a complete branch" different from "adding a new source package" except finding someone to do it?12:36
persiaI presume that if you want it that much, you already have a way to find someone to do it.12:36
persiaIf not, I recommend finding someone to do it before pushing for it to exist12:37
persia(note that using the linaro tree is another way, because then you're expecting linaro to do it)12:37
ndecogra: hi!12:39
ndecogra: i am just testing the audio stuff now... and i am confused. is that supposed to work? it looks like i am missing some files after clean 10.10 install, + apt-get upgrade (for -updates) and apt-get upgrade for (-proposed), with no reboot in between12:40
persiandec, There's another update to alsa-utils in the queue.12:48
ndecpersia: argh... i missed this info... is the .deb available anywhere?12:49
persiaI don't think so: I think the source is still awaiting approval.12:51
ogra_acndec, and after that the pulse profile needs to be added additionally, buut i first want proof that the alsa fix works12:54
ogra_ac(pulse profile is needed to expose hdmi additionally, without it, alnalog should fully work though)12:55
apwogra_ac, sorry i am struggling to understand the question13:06
apw(lacking context i suspect)13:06
ogra_acapw, i would like to not have omap3 built from the main tree one way or the other in natty13:07
apwogra_ac, omap3 is already not build from the master branch in natty :)13:07
ogra_acapw, and i would like to discuss the possibilites at UDS13:07
ogra_acoh !13:07
ogra_acthat saves all probs then, you already took action13:07
persiaSee.  No spec required.13:07
apwand interestingly we are discussing that at the 'version and flavours' session13:07
ogra_acgreat, i'll attend13:08
persiaapw, Just for fair warning, I'm planning to raise ppc at that session.13:08
apwie, where are we gettign omap3 from for natty, are we using linaro, basing on linaro, doing our own thing13:08
apwpersia, what might you raise on it, as yes thats also on my radar13:08
apwand its best to not be blind sided :)13:08
ogra_acif linaro provides all functionallity we have in maverick i'd be happy with that13:08
persiaapw, Mostly just to make sure it's discussed.  I'm not going to foreguess conclusions.13:09
ogra_acalso with taking their binaires directly so kernel team has it off their sholders13:09
persiaapw, That it's on your radar means you are unlikely to be blindsided.13:09
apwogra_ac, sounds liek we are thinking the same13:09
ogra_acgreat ;)13:09
apwpersia, well i am worried about powerpc yes, but i am interested in what you are going to ask13:10
hrwapw: link to spec can you?13:10
* persia goes to -kernel to be even close to topic13:10
apwhrw, its a skeleton at the moment, but it'll be this one: https://blueprints.edge.launchpad.net/ubuntu/+spec/hardware-kernel-n-version-and-flavours13:12
hrwsubscribed13:13
hrwapw: catch Linaro kernel people to attend13:13
rsalvetimorning13:13
rsalvetiogra_ac: nice, I also believe we can go with linaro's kernel for omap313:27
ogra_ac:)13:27
rsalvetiat least I believe it's going to be well supported by the next cycle13:27
sveinseHello. Where can I find the logs from #ubuntu-arm?13:58
ogra_acirclogs.ubuntu.com13:58
daurnimatorGrueMaster, you have a2 or a3?14:21
=== JaMa|Wrk is now known as JaMa|Off
apwogra, does https://blueprints.edge.launchpad.net/ubuntu/+spec/hardware-arm-n-omap-edid-autodetection need a UDS session ?14:27
apwogra, NCommander, you have a few other-arm-natty- blueprints which seem to be about h/w detection14:28
apwwould they belong on the hardware- track ?14:28
ogra_acwhich ones ?14:28
rsalvetiapw: this, probably not14:28
ogra_acthe edid stuff is rsalveti14:28
apwhttps://blueprints.edge.launchpad.net/ubuntu/+spec/other-arm-natty-improved-subarch-detection14:29
ogra_acthats for the installer and dpkg iits14:29
apw(there are others similar i seem to remember)14:29
ogra_ac*iirc14:29
* ogra_ac doesnt remember having any spec related to hw detection14:29
rsalvetithere's a discussion about integrating the same stuff with omap 4 and omap 3, but don't know if it actually needs a session14:29
apwogra_ac, well does that stop it being h/w i wonder?14:30
ogra_acapw, its about implementation in userspace14:30
apwrsalveti, well i am in your hands, i ask because its an old blueprint being continued, if you need a session say yes and i'll accept it :)14:30
ogra_acapw, its a blueprint nobody worked on last cycle14:31
apwogra_ac, but by that approach we'd have nothing on the cloud track cause we do all our work on our laptops ?  no ?14:31
ogra_acwell, rsalveti invested some days but to late14:31
apwogra_ac, no complaints, just checking if it needs one ... the slots are filling and if it should be in the mix i need to tick and if not i need to cross :)14:31
ogra_acapw, yeah, doesnt that show the sillyness of the new approach :P14:31
apwogra_ac, well indeed.  and why i wondered if it was a h/w related issue as its about detecting and handling specific hw14:32
ogra_acother-arm-n-arm-thin-clients and other-arm-n-public-panda-ppa-build-cluster are my specs14:32
ogra_ac(the two in other)14:32
apwi don't really mind, if its hardware- then i can accept it ... otherwise its someone elses problem :)14:32
rsalvetiapw: I'm ok for not having a session for it14:32
apwrsalveti, if you are sure ... i'll bosh it from the pending queue14:32
rsalvetiapw: cool, thanks14:32
ogra_acapw, given how hard it is to rename it ...14:32
apwactually rename is pretty easy, but annoying for everyone who has the link14:33
ogra_acthe ppa cluster is more an IS thing and an overall solution14:33
apwyeah i concur the other two sound like something other than hardware-14:33
ogra_aconly a very small part is HW14:33
ogra_acand the thin clients would be more for a server (but surely in no way a could) issue14:34
ogra_acapw, feel free to rename the subarch thing ...14:36
ogra_acNCommander is on vacation atm so he wont change it14:36
apwogra_ac, i am more advising, i have no investment one way or the other on which track its on14:38
ogra_achmm, k14:38
apwto my eye its more h/w than other, but it matters little to the overall goals14:38
ogra_acdo you know who is scheduling other ?14:39
apwjcastro i belive14:39
ogra_ack14:40
apwhttps://blueprints.edge.launchpad.net/ubuntu/+spec/other-arm-n-userland-subarch-detection14:41
apwogra_ac, that one should probabally be disponsitioned the same way as the previous one14:42
apwif the other moves it should to, or not together14:42
ogra_achmm14:42
ndecogra_ac: rsalveti: anyone tried the kubuntu netbook edition? just read about this yesterday. i don't even know if it's using efl or ogl/ogles14:42
ogra_acndec, its using a lot of GL stuff if available and no, we dont test it, ask the community14:43
ndecogra_ac: ok!14:43
ndecogra_ac: by the way, i just realized that I don't have the icon on the desktop. I rebooted with desktop, not netbook, and I can't find the icon. is that normal?14:44
ogra_acndec, they are desparately looking for someone to sponsore them omap4 HW btw ;)14:44
ndecogra_ac: argh... it's in the menu14:44
ogra_acheh14:44
ndecogra_ac: who is 'they'?14:44
ogra_ackubuntu community14:44
ndecah. ok14:45
ndecwell, they will have to write their UI to use gles first ;-)14:46
ogra_achard to do if you dont have gles HW ;)14:46
rsalvetigood thing is that qt can use the eges backend14:46
rsalvetiand this is tested by nokia in general14:46
rsalvetiand meego14:46
ogra_acyep14:46
ogra_acso kubuntu *might* work14:47
ogra_aci know the images we have dont though14:47
ogra_actheyy went untested for nearly the whole cycle14:47
ndecogra_ac: i'd like to rebuild alsa-utils latest patch to test it. if I get the source for x.y.z, and the deb diff, I just need to apply the diff and rebuild, right?15:01
ogra_acyep15:02
ogra_acubuntu3.2 should have the complete fix15:02
ndecogra_ac: you mean ubuntu3.3, right?15:03
ogra_acerr, indeed15:03
ogra_acit hasnt been accepted yet, i might have to change it again ... though that shouldnt change functionallity15:04
_dash__hi all15:15
_dash__I am trying to use ubuntu on pandaboard and require some help15:15
ogra_acsure ;)15:15
_dash__how to get source of ubuntu for pandaboard ?15:16
ogra_aci told you in the #pandaboard channel already15:16
_dash__I want some git repo or tarball ... is it available ?15:16
ogra_acyou can only build it package by package15:16
ogra_acno15:16
rsalvetiit's not like OE15:16
ogra_acthats not how a packaging system based distro works15:17
_dash__then how to get source ?15:17
rsalvetiyou can grab the source for all the packages15:17
ogra_acyou pull it from ports.ubuntu.com15:17
_dash__of current stable release ?15:17
ogra_acyes15:17
_dash__u mean /dists/maverick/main/source/Sources.bz2 ?15:19
ogra_acno15:20
ogra_acthere are 17000 packages under pool/15:21
ogra_achonestly, what do you plan to achieve15:22
_dash__ok I see main, multiverse, restricted, universe ...15:22
_dash__I just want to get sources of ubuntu, cross compile it and run on panda board15:23
_dash__I don't want pre-builts15:23
ogra_acbut why ? WHATS WRONG WITH TEH BINARIES WE PROVIDE15:23
ogra_acOOPS15:23
ogra_acsorry for the caps15:23
rsalvetiyou're probably not going to be able to cross-compile everything15:23
ogra_acright15:23
rsalvetiand yes, why do you need to build everything?15:23
rsalvetiadd neon? hf?15:24
persia_dash__, So, there's something like 12G of source, and it takes something like a few weeks to compile it, given a farm of fast machines.15:24
_dash__I may require to plug-in plug out or port some of the drivers15:24
ogra_acso you want to rebuild kernel bits15:25
_dash__Basiccaly i want bsp port (u-boot, kernel atleast)15:25
ogra_acor compile additional modules15:25
_dash__yes15:25
persiahttp://cdimage.ubuntu.com/daily/current/source/ has a good chunk of it (the sources needed for the Ubuntu Desktop flavour), if you want a smaller bite.15:25
rsalvetithen you don't need to build everything by hand15:25
_dash__ogra_ac: yes15:25
ogra_ac_dash__, no need to recompile the rest of the distro for that15:25
rsalvetiyou just need to hack some packages15:25
ogra_acright15:25
rsalvetilike the ones you want to change15:25
_dash__yes15:25
_dash__So how do i get BSP port of it ?15:26
ogra_acthere is no BSP15:26
ogra_acapt-get source on the panda can get you the sources15:26
_dash__ok u-boot and kernel sources ?15:26
ogra_aci.e. apt-get source linux-ti-omap4 will get you the kernel package source15:26
ogra_acu-boot-linaro-omap4 is the u-boot source iirc15:27
ogra_acx-loader-omap4 is the MLO source15:27
_dash__How do i get it to host machine ?15:27
_dash__so that I can cross compile kerel and U-boot port15:27
rsalveti_dash__: you can also use your own panda to build your packages if you need15:28
ogra_acscp ?15:28
ogra_acright, the panda is really fast enough to build everything on it15:28
_dash__And does ubuntu recomends any specific toolchain ?15:28
rsalveti_dash__: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-maverick.git;a=shortlog;h=refs/heads/ti-omap415:28
rsalveti_dash__: we have our own cross toolchain15:28
ogra_acyes, you should use the ubuntu toolchain15:28
rsalvetipackaged by hrw15:28
_dash__how do i get that toolchain ?15:29
ogra_acapt-get install build-essential on the panda15:29
ogra_acor for cross builds ask hrw15:29
hrwapt-get install gcc-arm-linux-gnueabi for cross15:29
rsalvetibut I believe the packages are only available for maverick15:29
ogra_acyeah15:30
_dash__ok so this will give me tooclchain15:30
_dash__toolchain problem is solved.15:35
_dash__how to get kernel and u-boot and xloader sources ?15:35
* ogra_ac told you above15:36
_dash__I got link for kernel ... but which hash ?15:36
Nekorsalveti, hi, if you are there right now, let me ask.. did a kernel ever exist on maverick for fsl-imx51 or?15:36
rsalveti_dash__: head?15:36
Nekowas it removed almost instantly?15:36
Nekowe would love to see whatever development it got to before it stopped, post-Lucid15:36
amitkNeko: Lucid was it15:36
rsalvetiNeko: amitk is your guy15:36
amitkNeko: the same branch was carried forward in the maverick tree, but not kernel version changes, etc.15:37
_dash__rsalveti: is it available on git ?15:37
rsalveti_dash__: what exactly?15:37
ogra_ac_dash__, you will trash the ubuntu install, you should use packages15:37
ogra_ac(and rebuild them)15:37
Nekoamitk, same question15:37
ogra_acNeko, no changes post lucid15:38
amitkNeko: already answered15:38
_dash__rsalveti: Kernel source for cross compilatin ??15:38
ogra_ac_dash__, use the kernel package and xdeb from the cross toolchain to build a deb15:38
_dash__6931849710b21c0688a24646b15ff9db782b21d9 this hash ?15:39
rsalveti_dash__: the git kernel source is the same thing as the source package15:39
amitk_dash__: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-maverick.git;a=shortlog;h=refs/heads/ti-omap4 (if you break anything, you get to keep both pieces) :015:39
amitk:)15:39
rsalveti_dash__: hrw posted on his blog how to cross build the kernel today15:40
_dash__Please share blog link15:40
* hrw ends for today15:40
ogra_achrw, how about updating the channel topic with that ?15:40
hrwhttp://marcin.juszkiewicz.com.pl/2010/10/19/how-to-cross-compile-arm-kernel-under-ubuntu-10-10/15:40
hrwogra_ac: feel free15:40
ogra_acbah, way to long15:40
ogra_acthat will likely trash it15:41
* ogra_ac tires15:41
=== ogra_ac changed the topic of #ubuntu-arm to: Ubuntu ARM Discussion & Development | https://wiki.ubuntu.com/ARM | Want to Submit a Bug? https://bugs.launchpad.net/ubuntu/+filebug | Build a rootfs from scratch: https://wiki.ubuntu.com/ARM/RootfsFromScratch | wanna cross build ? http://marcin.juszkiewicz.com.pl/2010/10/19/how-to-cross-compile-arm-kernel-under-ubuntu-10-10/ | Maverick is out ! http://cdimage.ubuntu.com/ubuntu-netbook/
hrwogra_ac: http://42.pl/u/2u8U15:41
hrwthis one is shorter15:41
ogra_acnah, seems it worked ;)15:41
=== hrw is now known as hrw|gone
rsalvetiogra_ac: please, get the shorter one15:41
=== ogra_ac changed the topic of #ubuntu-arm to: Ubuntu ARM Discussion & Development | https://wiki.ubuntu.com/ARM | Want to Submit a Bug? https://bugs.launchpad.net/ubuntu/+filebug | Build a rootfs from scratch: https://wiki.ubuntu.com/ARM/RootfsFromScratch | wanna cross build ? http://42.pl/u/2u8U | Maverick is out ! http://cdimage.ubuntu.com/ubuntu-netbook/
ogra_acdone :)15:42
rsalvetithanks a lot :-)15:42
_dash__Ok kernel problem solved15:42
ogra_acjust make sure you build a proper .deb and install it the right way15:44
ogra_acelse you will trash the setup15:44
_dash__yes thanks15:45
Nekolaunchpad should have a tiny url service :D15:46
=== Tscheesy_ is now known as Tscheesy
ukleinekNeko: https://bugs.launchpad.net/ubuntu/+filebug :-)16:19
Neko:D16:21
Nekoquestion: I remember for Jaunty/Karmic etc. there was a console font that was used from the installer that replaced the horrible VGA one, and it was LIKE Terminus, but it was a little more curvy..16:28
Nekodoes anyone know what on earth that font was?16:28
Nekoalso: is prelink safe on armel?16:34
GrueMasterdaurnimator: I have a prerelease A board, but it should be nearly identical.  I don't remember any mention of changes that would affect video.  Looking at the SRM, it looks like there were changes to power OVP on A1 and Camera and Memeory changes for A2.16:36
daurnimatorGrueMaster, apparantly on the a3 there is now a pin to turn on the hdmi out16:45
daurnimatorwhich isn't in the ubuntu kernel16:45
GrueMasterInteresting.  I'll relook at the documentation.16:45
daurnimatorbtw, anyone have a link to the .deb to offload some things to the dsp?16:45
daurnimatori remember someone linking it recently16:46
GrueMasterThe really odd part of this change is that it would make the XM incompatible with the Beagleboard I would think, which is not the intention.16:48
rcn-ee_GrueMaster, it shoudn't...  there's already an is_omap36xx check that it's buried under.. and the change doesn't afffect the A2 as it isn't connected..16:50
rsalvetihm, yeah, was going to look at this a3 issue later today16:51
rsalvetircn-ee_: so, do we need an x-loader/kernel update for a3?16:51
GrueMasterrcn-ee_: Have you been following daurnimator's problem?  He has an A2 and is not getting video out.  I have an A rev, and mine works fine here.16:51
rcn-ee_rsalveti, ping mpoirier we talked about it this morning and he has my patch. ;)16:51
rsalvetircn-ee_: cool :-)16:51
GrueMasterwait, what?  There is a change to the uboot/xloader for Beagle, a week after release?16:52
rcn-ee_Yeap GrueMaster talked with daurnimator on #beagle this morning, he tested out the patch i was workign on that enables dvi on the A3... kernel's are a building and then images will get rebuilt for lucid/maverick..16:52
rcn-ee_x-loader change not required..16:52
rsalveticool, then it's just the kernel16:53
rsalvetitoo bad they changed in a way we can't boot the pre-released image on a3 anymore =\16:53
daurnimatorcool *moves to here again*16:53
GrueMasterok.  Had me worried.  But still w/o patch, system won't boot.  We'll need to come up with some documentation on how to update kernel, which will need to be done before first boot.16:53
rcn-ee_rsalveti, sadly there was a note in the A2 schematic that i never bothered to read.. ;)16:54
rsalvetiGrueMaster: yup, like we do for blaze16:54
rcn-ee_on the A2, the pin was not connected to make it work, on the a3 it got connected to a new unused pin.. ;)16:55
rsalvetiwill create the same uImage but with the patch included16:55
rsalvetithen the user can replace and install the system16:55
GrueMasterrsalveti: Blaze is slightly different in that it isn't widely sold.16:55
ojnogra_ac: ping16:55
rsalvetilater on he can update the kernel and be fine with it16:55
rsalvetircn-ee_: yeah16:55
GrueMasterrcn-ee_: When will the XM A3 SRM be posted to beagleboard.org?16:56
daurnimatorwhat sort of speed is expected in the end (in terms of general use)16:56
rcn-ee_it should be up today, i'd pin jkridner as he usually does that..16:57
GrueMasterdaurnimator: The speed is decently usable.  Not as good as a dual core panda, but good for most work.16:57
jkridner|workGrueMaster: I just uploaded the files to S3....16:58
jkridner|workcreating the links shortly.16:58
GrueMasterdaurnimator: Don't expect a lot of speed when doing massive compiles like openoffice.16:58
rcn-ee_daurnimator, if your not using the mpurate variable you can get more speed by bumping that to 800Mhz (1Ghz will be avialbe in the next kernel)16:58
GrueMasterjkridner|work: Excellent.16:58
daurnimatorGrueMaster, I've got it all booted now :P16:59
GrueMasterExcellent!16:59
daurnimatorbit slower than expected, especially dpkg stuff16:59
rsalveticool!16:59
rsalvetiyeah, blame sd card performance16:59
daurnimatorhence wondering if theres anything that can be dsp-offloaded16:59
rsalvetior sd in general16:59
GrueMasterjkridner|work: Is this change at the board trace level or can it be made in the field?17:00
rcn-ee_or very slow if using btrfs with default maverick dpkg..17:00
daurnimatori'm using an 8gb sdhc card. should be very fast. otherwise all defaults17:00
daurnimatorin any case, I really should be in bed; asleep.17:00
rsalvetijkridner|work: rcn-ee_: when the a3 was released to public?17:01
rcn-ee_first customer got them friday...17:01
GrueMasterdaurnimator: With SDHC, the higher the class of SD, the faster it is.17:01
rsalvetihm, ok, so no that long ago17:01
rcn-ee_so everyone who got a shipment notice this last week, got them..17:01
daurnimatorooh really? thats when I got mine >.< I'm quite suprised I'm in the first lot...17:02
GrueMasterrsalveti: ogra_ac:  Should we update the release notes with instructions on how to update the image prior to first boot?  If not, we could see a lot of bug reports.17:02
daurnimatorGrueMaster, or just people like me on irc, getting utterly lost :P17:03
rsalvetiGrueMaster: sure17:03
rsalvetiwill create the uImage and request someone to test, like daurnimator :-)17:03
rcn-ee_i put a notice on elinux ubuntu page, but https://wiki.ubuntu.com/ARM/OMAPMaverickInstall needs a warning.. ;)17:03
rsalvetithen we can update it17:03
rsalvetircn-ee_: yeah, will update with the proper uImage link there once I build it17:03
daurnimatornotes for newbies: use a power adaptor; use a serial cable, and make sure it works.17:03
daurnimatoryeah, I'm happy to test anything you guys care to throw my way17:04
rsalveticool17:04
* daurnimator departs17:04
jkridner|workBeagleBoard-xM Rev A3 files are uploaded to http://beagleboard.org/hardware/design17:04
rcn-ee_rsalveti, btw patch is here: http://bazaar.launchpad.net/~beagleboard-kernel/%2Bjunk/2.6-stable/annotate/head:/patches/beagle/0001-omap-beagle-use-GPIO2-on-the-xM-A3-to-turn-DVI-on.patch  it won't apply cleanly to ubuntu kernel, but it should be in that omap36xx if..17:05
rsalvetircn-ee_: yeah, cool, thanks for the link17:06
ogra_acGrueMaster, ??17:53
ndecogra_ac: I tried to build alsa-utils with the patch from the upload queue... still the file omap4 file isn't there: http://paste.ubuntu.com/516366/17:53
ogra_acndec, you patched the makefiles ?17:54
GrueMasterogra_ac: What are you asking??17:55
ogra_acGrueMaster, upgarding images prior to first boot ?17:55
ogra_acECONTEXT17:55
GrueMasterSee above.  TI modified BeagleXM to require a GPIO to enable video out.17:55
rsalvetiogra_ac: with xm A317:56
GrueMasterAll shipping XM boards have this mod.17:56
ogra_acfun17:56
rsalvetiyeah17:56
ndecogra_ac: I downloaded the .diff from the upload queue, and applied17:56
ogra_acand we have a fix ?17:56
rsalvetiyup17:56
ogra_acndec, check if the makefiles in the init dir get patched to install oamp417:56
rsalvetiI'm just building a new uImage and mpoirier will probably forward this to the kernel team17:56
ogra_ac*omap17:56
GrueMasterWe'll need to test against a non-modified board to make sure it doesn't break C4 & XM A-A2.17:57
ogra_acrsalveti, GrueMaster so once we have the file, we indeed should provide info17:57
ogra_acyup17:57
GrueMasterA3 shipped as of last Friday.17:57
ogra_acthats really bad timing17:57
rsalvetiyeah17:57
ogra_acgiven we will all be travelling17:57
rsalvetifor default there's no console, and the screen doesn't work17:57
rsalvetinot good :-)17:58
ndecogra_ac: grep omap alsactl/init/Makefile --> empty17:58
rcn-ee_kinda.. there was  a note in the A2 schematic that i and other didn't notice.. ;)17:58
GrueMasterrcn-ee_: A2 or A3?17:58
ogra_acndec, thats weird, my patch definitely patches Makefile.in and .am17:58
rcn-ee_the A2 schematic had a note that it would be changing.. ;)17:58
GrueMasterAh.17:59
rsalvetircn-ee_: I just didn't expect a3 so soon17:59
rsalvetiglad that at least we don't need to change x-loader/u-boot for it18:02
rcn-ee_on the plus side for power managment users, invert that pin and you disable the tfp410 chip to save some juice on the a3..18:04
ndecogra_ac: it's weird, when I run dpkg-buildpackage, it does not apply the patch serie18:05
rsalvetircn-ee_: nice18:08
ndecogra_ac: quilt.make is commented out in debian/rules.18:09
ndecogra_ac: i need to go home now. let's talk about this tomorrow.18:09
Sonny_8bithello, i am currently @ beagleboard under maverick. pls help me to install powervr-omap318:14
rsalvetiSonny_8bit: https://wiki.ubuntu.com/ARM/OMAP18:15
Sonny_8bitthanks18:15
Sonny_8bitafter installing powered usb-hub mouse is working fine18:16
rsalveticool18:16
rsalvetialso, make sure your user is also at the video group18:17
rsalvetitested this morning and it seems the user is not at the video group by default18:17
rsalvetiand this is required to access the pvr device18:17
Sonny_8bitok, i am starting...18:19
Nekoguys where are the libegl1-sgx-omap4 etc. packages kept?18:22
Sonny_8bitsystem says sonny@sonny-beagleboard:/$ sudo apt-get install libegl1-sgx-omap3 libgles1-sgx-omap3 libgles2-sgx-omap3 Чтение списков пакетов... Готово Построение дерева зависимостей        Чтение информации о состоянии... Готово E: Не удалось найти пакет libegl1-sgx-omap3 E: Не удалось найти пакет libgles1-s18:22
Sonny_8bitsorry i use russian localisation18:22
ogra_acgreat, my UTF-8 works :P18:23
ogra_acNeko, in the omap4 PPA18:23
Sonny_8bitit cannot find packages18:23
ogra_acSonny_8bit, do you have multiverse enabled ?18:23
NekoURL?18:23
ogra_acand universe too18:23
Nekolaunchpad URL I mean18:23
NekoI can't search for it it says no results18:24
ogra_acNeko, just click on the TI icon on your panda18:24
ogra_acoh, wait :P18:24
NekoI don't have a panda18:24
Sonny_8bithmm i dont know exactly 'cause i am new in linux18:24
ogra_acget one ;)18:24
NekoI have a beagle, but I'm not doing this on that :D18:24
Nekothe idea is we match the mx51 gl libs to the same kind of installation process18:24
ogra_acyou wouldnt get the icon on a beagle ;)18:24
ogra_achttps://edge.launchpad.net/~tiomap-dev/+archive/release18:25
ogra_acNeko, ^^^18:25
ogra_acnext time search LP yourself18:25
NekoI did!18:26
Nekoit said no results18:26
Nekonothing..18:26
Nekotiomap-dev is what I should have searched for it seems :D18:26
rsalvetiSonny_8bit: you can activate at the package manager or by editing /etc/apt/sources.list18:26
rsalvetiyou'll see that the multiverse and universe repos are commented18:27
ogra_acsearching for omap4 gets me 350 results18:27
Sonny_8bitok - BB is too slow i am waiting for package manger task switch :)18:27
rsalvetiogra_ac: the default user is not part of the video group, the one used to access the pvr driver18:27
rsalvetiogra_ac: in this case how we fix that?18:27
ogra_acrsalveti, well, the video group isnt used by the system, not sure18:28
ogra_acin fact none of the groups are anymore18:28
ogra_acapart from adm and admin probably18:28
rsalvetiyup, true18:28
ogra_aci wonder how fglrx and nvidia do it18:29
rsalvetiubuntu adm dialout cdrom plugdev lpadmin admin sambashare18:29
rsalvetidefault groups18:29
Sonny_8bitam i nee to run synaptic package manager or ubuntu software center?18:29
Sonny_8bit*need18:29
ogra_acSonny_8bit, either will work18:29
rsalvetiSonny_8bit: see http://www.omappedia.org/wiki/Ubuntu_PPA18:30
ogra_acSonny_8bit, in software center the sources entries can be found under edit18:30
rsalvetithe Enable Universe Repositories on your PandaBoard18:30
ogra_acrsalveti, thats for omap4 though18:30
rsalvetishould be similar, but you should enable universe and multiverse18:30
ogra_acyeah18:30
rsalvetiogra_ac: I know, just to display the picture and how it should look like18:30
ogra_acyep18:30
ogra_achrm ... so much about USB audio works ...18:31
* ogra_ac just bought a USB soundblaster stick18:31
rsalvetiogra_ac: still not fixed?18:31
rsalvetioh, sorry18:31
rsalvetiwas thinking about panda audio :-)18:31
ogra_acrsalveti, no, thats for my ac10018:31
ogra_aci bought a lot of USB crap today ;)18:32
rsalvetihahah18:32
ogra_ac16G usb keys that completely vanish in the socket18:32
ogra_acpretty cool things18:32
ogra_acand a 1.8" HDD18:32
rsalvetinice18:32
ogra_acyeah, really great for traveling18:33
Nekoogra, show show show.. I would love a USB key like that18:37
ogra_actsk18:53
ogra_acso my new shiny 1.8" disk comes preformatted ...18:55
ogra_acwith NTFS18:56
* ogra_ac shakes his head18:56
GrueMasterCool.  Should work great on your Windows 7 system.  :P19:00
pworkHello, I'm new to linux arm, but not so new to linux (using and tweaking a debian lenny from command line only for 2 years)19:08
pworkI try to run ubuntu on a HTC Desire android smartphone, using http://nexusonehacks.net/nexus-one-hacks/how-to-install-ubuntu-on-your-nexus-oneandroid/19:08
pworkI installed an Ubuntu ARM img so far, but I can tell things are broken in the OS : dpkg is broken for example :19:09
pwork"failed to exec dpkg-deb to extract control information: No such file or directory"19:09
pwork/usr/bin/apt-get doesn't exist neither19:10
pworkaptitude reinstall dpkg is not possible, since it itself uses dpkg and give me the same error than above19:10
pworkSo here is my question : how can I reinstall an Ubuntu ARM image ?19:10
pworkThe current image is tweaker for the phone, so I'd like to overwrite/reinstall things, without clearing the vhole install19:11
GrueMasterFirst, is your phone cpu arm v7?19:11
pworkGrueMaster, Yes19:11
pworkJere is what I get from inside the ARM image :19:12
pworkroot@localhost:/# uname -a19:12
pworkLinux localhost 2.6.32.15-gf9c0527 #1 PREEMPT Fri Jul 23 17:26:53 CST 2010 armv7l GNU/Linux19:12
pworkroot@localhost:/# cat /etc/lsb-release19:12
pworkDISTRIB_ID=Ubuntu19:12
pworkDISTRIB_RELEASE=9.1019:12
pworkDISTRIB_CODENAME=karmic19:12
pworkDISTRIB_DESCRIPTION="Ubuntu 9.10"19:12
pworkroot@localhost:/#19:12
GrueMasterAs to Ubuntu Images, they are created for specific platforms (Beagleboard, BeagleXM, Panda, etc).19:12
GrueMasterKarmic was ArmV6+VFP iirc.19:12
pworkAnd how is packages management performed ? Since each image has a specific arch that is bound to a phone ?19:13
pwork(if you've links, I 'm asking you the man here :s)19:14
pworkI mean : atm, I use a lenny, that has repositories and packages for i386 or amd64, but nothing for armForSpecificPhone19:15
GrueMasterThey are just armel under Ubuntu.  Jaunty was Armv5, Karmic armV6+vfp, lucid+ is armv7.19:16
GrueMasterI'm assuming that somewhere down the road (around Ubuntu-S), we will be supporting Armv8 or some such.19:17
pworkGrueMaster, Ok :) Thanks for info. So if dkpg, and so far base system, is broken, I need to shift from the "place ubuntu.zip on your SD card" black box method to https://wiki.ubuntu.com/ARM/RootfsFromScratch19:22
pworkThrough android asb shell, I should be able to run this ?19:22
GrueMasterThat would probably be the best approach.19:22
pwork(adb)19:23
pworkOk, thanks :)19:23
GrueMasterI don't know about the android part.  I only test Ubuntu on supported hardware.19:23
=== JaMa|Off is now known as JaMa
pworkBye20:40
rsalvetircn-ee_: at http://bazaar.launchpad.net/~beagleboard-kernel/%2Bjunk/2.6-stable/annotate/head:/patches/beagle/0001-omap-beagle-a2-3-fix-dvi-reset-gpio.patch do we actually need to set up GPIO 129?20:43
rsalvetion A2 it goes to DVI_UP, but pin 4 is disabled (from the schematics)20:44
rsalvetiand on A3 this gpio is nc20:44
rsalvetiI know that setting up gpio 170 for xM is wrong, but not sure if we actually need to set up gpio 12920:45
rcn-ee_rsalveti, that first gpio should be done, but it for maverick it's not needed.. (can't think of a good sru reason, since it works..)20:45
rsalvetishould make no difference, just to see if I should apply the entire patch20:45
rsalvetircn-ee_: but from the schematics, does it make any sense to set up gpio 129 while pin 4 lifted to disable20:46
rsalvetion page 9, from a2 schematics20:46
rcn-ee_loading.. ;) mouse died..20:47
rsalvetion maverick we're already setting beagle_dvi_device.reset_gpio = 129;20:48
rsalvetiat beagle_display_ini20:48
rcn-ee_then you'r safe.. i diff'ed between angstrom (which wasn't having an issue) that was one big thing i was missing in my tree but it doesn't affect the dvi issue people where having.. (i need to rename that patch..)20:50
rsalvetircn-ee_: I know, was just reviewing other changes20:51
rsalvetito make sure we're fine with all the needed changes20:51
rcn-ee_okay... yeap as long as you set it somewhere else it should be fine..20:51
rcn-ee_gpio 129 pin..20:52
rsalvetircn-ee_: but if pin 4  is lifted to disable, does it make any difference?20:53
rsalvetijust curious, can be wrong because I'm not a hardware engineer20:53
rcn-ee_for the A2? with pin 4 lifted, that pin should go high on TFP410 which sets it in non power save mode...20:54
rsalvetircn-ee_: this is the patch we're using: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-maverick.git;a=commitdiff;h=8a1f3f2ed8b35c03606b90eecccda612aa48d32a;hp=a9296f7cc96073c74d06b2ea5e300e620f85617720:55
rsalvetircn-ee_: yeah, but my question is, does it make any difference to set gpio_129 when the pin 4 is lifted and the pin is high anyway20:56
rsalvetianyway, good that we're not setting gpio 170 at xM21:01
rcn-ee_ah sorry i see it.. yeah it looks like the 129 gpio is not needed, since it's not hocked up on the A2 and the A3 uses a differnet pin..21:01
rcn-ee_that's why it's worked on my board without that patch..21:01
rsalvetircn-ee_: yeah21:01
pworkBack, I'm running a debian lenny am64, and plan to create a ubuntu maverick rootstock. Debian lenny's bpo debootstrap doesn't suport ubuntu maverick (no script), so I plan to run a maverick live cd (if it exists) and create the rootstock from here.21:02
pworkDoes it sounds possible ?21:02
rsalvetircn-ee_: so the only needed change is to avoid using gpio 170 at xM while setting up dvi21:02
rcn-ee_pwork, lenny's qemu might be too old..21:02
ogra_acit very likely is21:02
rcn-ee_yeah avoid the gpio 170 on the xm and set GPIO2 high to enable the TFP410..21:03
ogra_acusing a livecd will be slow but work21:03
rsalvetibecause this will probably affect some other stuff21:03
pworkrcn-ee: Indeed, but I just realize that I have an unstable debian chroot installed on it. Maybe I can debootstrap from this unstable chroot, to create a ubuntu maverick chroot. It would be a chroot inside another chroot, don't know if it's reasonable21:04
rcn-ee_yeap, it might.. for maverick i'd only touch the xM and add the GPIO2 bit, tested on my xM A21:04
rsalvetiyeah, if you're using qemu be sure that the version is newer enough21:04
rsalvetircn-ee_: yup, porting the patch right now21:04
pworkrcn-ee, ogra : Thanks. Slow is not a problem. I'm myself quite slow too :p21:04
ogra_acheh21:05
rcn-ee_pwork, the unstable chroot should work, rootstock with lucid/maverick really stress's out qemu.. ;)21:05
Nekopersia, hi... this "autodetecting hardware in X that is not properly detectable" discussion21:05
Nekomarkos will be there but he won't be able to see that discussion as we think arm stuff is more important21:05
rsalvetircn-ee_: we also need to check upstream later, still pulling the linux-omap tree21:05
Nekobut I would love to find input on braindead stuff like how xorg-video-vesa and vga and other completely non-arm video drivers are installed by default21:05
ogra_acNeko, eh should have subscribed properly21:05
Nekoogra "subscribed properly"? :D21:06
ogra_acNeko, the scheduling software takes attendance into account21:06
Nekothey conflict21:06
ogra_acto the spec21:06
ogra_acright21:06
rcn-ee_Yeap, i was looking at tmlind's master, it's missing the xM check in that location, so we need to wait for that..21:06
ogra_acthe SW cares for them to not conflict if you are subscribed to both21:06
Nekowe had to sub late, sorry21:06
Nekobut, persia has an efikamx... :)21:06
pworkI'm surely missing some point, but I won't use qemu : this rootstock image is intended to run on an android phone, not on a PC emulator (I believe qemu is an ARm emulator for PC :s)21:06
ogra_acis he subbed to both specs ?21:07
ogra_acthe schedule is still dynamically changing21:07
rsalvetipwork: yeah, but rootstock uses qemu21:07
rsalvetito generate the image21:07
rsalvetiunless you're on arm already21:07
pworkAh ok21:07
pworkrsalveti, : Tip: In my country, 'salveta' is a brand of water with bubbles. Could be of some interest for you21:08
pwork:D21:08
rsalvetipwork: haha, which country?21:08
ogra_acsounds italian21:09
ogra_ac(guessing)21:09
Nekomarkos_ see ogra's comments above....21:09
rsalvetisalveti is an italian name21:09
Nekosubscribe and they may not conflict?21:09
pworkrsalveti, France21:09
ogra_acNeko, yeah, with a bit of luck ...21:09
ogra_acNeko, if you want to make sure, you need to make your participation essential ... but that should be reserved for people actually being essential for the spec21:10
Nekoit is more an informational thing21:14
=== ian_brasil___ is now known as ian_brasil
=== ian_brasil_ is now known as ian_brasil
bkeropersia: ping21:36
kmargarNeko: yeah, I'll subscribe to it as well21:46
Nekokmargar, http://summit.ubuntu.com/uds-n/track/performance/ Thursday, top21:51
kmargarmoment21:53
=== kmargar is now known as markos_
markos_those go without saying :21:54
markos_:)21:54
=== JaMa is now known as JaMa|Zzz
zumbi_what a couple on uds :)23:01

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!