/srv/irclogs.ubuntu.com/2009/11/30/#ubuntu-arm.txt

cwillu_at_workHmm.  Having some difficulties getting a beagleboard to give me anything better than 640x480 (it should be running at 1024x768, with some reports of success at 1280x1024)04:13
cwillu_at_workugh, may just be me04:14
=== dyfet` is now known as dyfet
=== nslu2-log_ is now known as nslu2-log
armin76lool: does the lange board have sata?13:26
Meizirkkidoes anyone here know if the debian unstable is no more armv4t ?13:40
armin76Meizirkki: suihkulokki should know13:54
Meizirkkiok13:55
ograarmin76, no imx51 based board has sata yet14:02
armin76ogra: i thought the babbage did?14:03
asacno14:08
loolarmin76: No14:11
loolarmin76: Well there are multiple lange boards, but none of them has SATA I think14:11
armin76ack, thanks14:11
loolarmin76: The babbage 2.x+ boards have a SATA port but it's actually wired to USB IIRC14:12
lool(I think it's wired to USB, but I'm not sure it's not wired to PATA)14:12
loolPlus, there's a software bug with the SATA port too14:12
armin76lool: well, better than nothing :)14:12
ogra_there is a patch and there should be an SRU soon14:13
=== ogra_ is now known as ogra
cwillu_at_workanyone have any success running karmic on a beagleboard at a video resolution better than 800x600?14:23
cwillu_at_workI can't seem to get this figured out;  my lcd complains about the signal being out of range; as far as I can tell I'm running at 1024x768MR16@60, but I don't know that for sure14:24
cwillu_at_workthe lcd works fine on the default oe install14:24
cwillu_at_workcould somebody give me a hand?14:26
cwillu_at_workwoot, I have success!15:45
=== bjf-afk is now known as bjf
ogralool, tickle16:28
ogralool, in linux-user/arm/syscall.h in qemu user we have a hardcoded #define UNAME_MACHINE "armv5tel" for all little endian arms ... what do you think of defaulting that to v7 ?16:56
loolThat's odd16:57
ograwell, the current situation is bad for using qemu for lucid stuff16:58
ograand i think we should match our default compile settings here ... probably with a commandline switch though16:58
loolI'm fetching an up-to-date qemu.git to see if it's still relevant16:59
loologra: I think it should report whatever is emulated16:59
loolNot a hardcoded string16:59
ograwell, how do you tell which exact armel platform is emulated with qemu-user :)17:00
ograit surely makes sense to do that for qemu-system17:00
loolStill an issue in tip17:00
ograbut -user will just emulate "something"17:00
ograand translate the syscalls17:00
loologra: I guess they report the oldest uname which supports EABI17:01
ograright17:01
ograwhich doesnt help us on lucid17:01
loologra: perhaps it's nicer to just use linux32 style overrides for this?17:01
ograi pretty much doubt there are many differences between the actual syscalls, but if apps use uname anywhere they will get the wrong thing returned17:02
loologra: There are no differences since it's all EABI17:05
ograright17:05
loolYou can copy EABI binaries around to different armvN, as long as the binaries don't use instructions for the newer arches17:05
loolsh-4.0# setarch armv7l uname -m17:05
lool/usr/bin/setarch: armv7l: Unrecognized architecture17:05
loolHmm17:06
armin76:D17:06
loolJust needs implementatin in util-linux apparenlty, seems trivial17:06
loologra: Actually I have to ask: why do we care?17:06
loolSome packages might default to looking at uname output, but that's wrong17:07
ogralool, oem seems to use qemu-arm-static for testbuilds etc, lamont pinged me that he gets the wrong uname info17:07
ograwell, depends ...17:07
loolYeah I told them about it17:07
ografor sure you shouldnt use uname during buiold17:07
loolPerhaps it's someone else though17:07
ograbut i bet there are a ton of packages that use uname calls at runtime, from scripts etc17:08
ograif you want to test your stuff and it relies on uname it will not work17:08
ograi agree its a failure if a package uses it at build time17:08
loologra: I think setarch is an elegant fix17:09
ograif it works :)17:09
loolI'm not sure whether we want to allow v5 -> v7 by default, so it might be good to add some force flag or something17:09
loologra: it's a trivial table17:09
ograah, well .... /me puts it on TODO to take a look at some point17:10
ograi just brought it up bacause lamont asked about it17:10
ograi dont think its *that* important17:10
ftaasac, could you please file bugs against chromium wrt the tests that abort but leave children behind?18:36
ftaasac, also if you feel brave, one bug per FAILED would be nice (the ones that are ARM only)18:37
stevesmith1983hi all18:44
stevesmith1983I've got a tevion pvr hardisk video recorder, wondering about trying ubuntu on it.  is the kernel mentioned in the last paragraph of https://wiki.ubuntu.com/ARM goingto be suitable?  I've never tried ubuntu on arm before!18:46
ograno, thats a qemu kernel for the emulator18:46
ogragod, that page is horridly outdated18:47
armin76:D18:47
stevesmith1983lol!!18:47
stevesmith1983ahh18:47
armin76stevesmith1983: its highly unlikely you're going to find a kernel18:47
stevesmith1983ah, okay :(18:47
stevesmith1983I know nothing about kernels really18:47
ograsee the url in the channel topic for the last paragraph ...18:47
stevesmith1983well, I know what they do, just not how they do it :P18:47
stevesmith1983ah, I have that webpage onscreen already...18:48
ograunlike x86 you need a kernel specifically build for the mainboard you use if you work with ARM18:48
stevesmith1983ohh, I see18:48
stevesmith1983the rootfsfromscratch, will that compline me a suitable kernel, or o I have to have someone write me one?18:49
ograso first of all you would have to find the linux kernel for your tevion ... without it you are lost18:49
stevesmith1983*do18:49
stevesmith1983well, it's got linux on it now, so could I use the existing kernel if I can get it off there?18:49
ograthe rootfs from scratchj will only create you a userspace root filesystem18:49
stevesmith1983that makes sense18:49
ograno kernel or modules or anything18:49
stevesmith1983kernels aren't distro specific, are they?  so since it's runnign some version of linux now, I could use that kernel with ubuntu on it, have I understood that right?18:50
ograyou probably could18:51
ograthere are other arm specifics ...18:51
ogralike the version of the arm implementation18:52
ograjaunty was supporting ARMv5 CPUs ... karmic only ARMv6 and lucid will only work on v7 CPUs18:52
stevesmith1983I haven't yet dug out a datasheet for the one I've got, so not sure which arm version it's got in it18:53
ograso you first have to find out what implementation your CPU is and then you can make a decision what release/reootfs to use18:53
stevesmith1983this is all sounding a bit out of my depth, I think!18:53
stevesmith1983maybe I'm just going to have to accept that not everything in the house including the toaster needs to run ubuntu...18:54
ograheh18:54
stevesmith1983:)18:54
ograyou should probably ask in #ubuntu-toaster :)18:54
stevesmith1983well, thanks so much for your help anyway, you've saved me hours of research!!18:54
stevesmith1983haha :P18:54
ograwelcome18:54
Q_Continuumwhy is Ubuntu rapidly dropping arm5 and arm6 anyway?18:55
stevesmith1983I'll have a go at seeing if I can get into a shell on it with the current version of linux it's got on it, that'll keep me busy for long enough :)18:55
Q_ContinuumI bought a SheevaPlug because Ubuntu ran on it, now it's basically EOL'd for 12 months from now :-(18:56
ograi heard ruoumors that the newer sheeva should run a dove CPU18:56
ografor which we provide images since karmic18:56
ogras/dove/armada iirc ... afaik it was renamed18:57
stevesmith1983speak again ogra, bye!18:57
ograbye18:57
Q_ContinuumEh, at this point I'll stick to x86 for whatever I end up using.  Either an Atom 330 or one of Via's new chips.  That way I won't have a "SURPRISE!" moment before I even get it set up. lol18:58
ograQ_Continuum, backwards compatibility costs performance ... even though it was a hard decision to make v7 provides the fastest and smallest today ...18:58
Q_Continuumyeah18:59
ograv7 is and will stay the smallest denominator though ...18:59
Q_ContinuumAt the same time, I wish the Sheeva had been done with a newer-tech chip18:59
ograeven when cortex-a9 comes around next year we'll likely keep v718:59
ogra(we had a quadcore -a9 demo at UDS ... quite awesome)19:00
Q_ContinuumI was hoping to have a little shell box/email server, but now that I'm stuck with 9.04, and that will die in 12 months, it isn't worth my time to set it up.19:01
ograwell, there is debian for pre v7 arches19:02
Q_ContinuumSo for now it'll just have to be my old Athlon64 Desktop Replacement laptop until I have monies19:02
armin76yep19:02
Q_ContinuumEh, I try to stick to one distro.19:02
Q_ContinuumMakes it easier to keep track of things19:02
Q_Continuumand how long until Debian drops v5? heh19:02
armin76knowledge doesn't hurt :)19:02
Q_Continuumknowledge doesn't hurt, but time is the limitation.19:03
armin76don't think they ever will19:03
armin76ogra: why ubuntu doesn't support the beagleboard?19:03
ograno comment :)19:03
ograour userspace does though ...19:03
armin76ogra: why not?19:03
ograwe just dont have distro kernels19:04
ograarmin76, simply because nobody stepped up to maintain a kernel for it ... you are free to package one for uinverse19:05
ogra*uni19:05
armin76lol, no thanks :)19:06
ograanyway ...19:06
* ogra calls it a day now ... 19:06
ografor real ! :)19:06
cwillu_at_workwait, who said ubuntu doesn't support the beagleboard?22:01
* cwillu_at_work is on a beagleboard right now with a nearly stock ubuntu22:01
cwillu_at_workoh, kernel22:02
cwillu_at_workogra, what is involved in maintaining a kernel package for it?22:02
* cwillu_at_work has a bunch of beagleboards in little boxes that he has to support anyway22:02
cwillu_at_work(afk, back later)22:11
Linjanдоброй ночи22:59
=== NCommander is now known as Guest64268
Linjanзахотелось мне вот поставить это чудо на O2 Xda Flame23:00
Linjanвозможно ли?23:00
loolELANG23:00
Linjanenglish?23:00
loolYeah23:00
Linjanok23:00
Linjangood night23:00
loolI'm afraid we don't support phones23:01
loolYou can use an Ubuntu chroot if you like23:01
Linjani want to install ubuntu-arm on O2 xda flame23:01
Linjannow it working on Windows Mobile 6.123:01
Linjanhm23:02
LinjanARM here is not a type of CPU?23:02
loolIt is23:02
loolBut you need some kernel to run it on23:02
Linjanwhere can I read a... manual, for example23:04
Linjanor known issues23:04

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