/srv/irclogs.ubuntu.com/2012/03/01/#ubuntu-arm.txt

=== Spider-Pork_away is now known as Spider-Pork
steev_GrueMaster: their new kernels *should* be based on the linaro tree (which does branch from ubuntu), whether that is actually true, remains to be seen08:50
kvarleyIs there a list of ARM boards which Ubuntu will run on anywhere?11:11
kvarleynvm got it11:12
kvarleyhttps://wiki.ubuntu.com/ARM/DeviceSupport11:12
=== Ursinha-bbl is now known as Ursinha
hrwguys where I can grab SD images for panda/armhf?14:13
hrwfetching http://cdimage.ubuntu.com/releases/12.04/alpha-2/precise-preinstalled-server-armhf+omap4.img.gz14:16
=== doko_ is now known as doko
ogra_hrw, we're at beta1 :) (will release today)14:42
ogra_hrw, better zsync the current daily on top of that old alpha2 image14:42
hrwogra_: apt-get dist-upgrade helps14:43
hrwogra_: url?14:43
ogra_http://cdimage.ubuntu.com/daily-preinstalled14:44
=== Quintasan_ is now known as Quintasan
=== yofel_ is now known as yofel
GrueMasterI thought the SheevaPlug was arm v6?  This says it comes with Ubuntu.  http://hardware.slashdot.org/story/12/03/01/0732247/stealthy-pen-test-unit-plugs-directly-into-110-vac-socket-video16:22
ogra_jaunty perhaps ?16:23
GrueMaster2.6.32 kernel16:23
ogra_and ?16:23
GrueMasterCould be Karmic.16:24
ogra_it wouldnt come with any ubuntu kernel anyway16:24
ogra_could be jaunty with a 3.0 kernel :P16:24
ogra_even16:24
GrueMasterKarmic was arm v6 and 2.6.32 kernel on marvel.  Seeing the patch blob we got for their latest system, it looks like their tree encompasses all.16:25
GrueMasterOr they could have just pulled recent packages and respun.  Not too terribly difficult.16:26
ogra_sure, all i'm saying is that the kernel doesnt say a thing about the rootfs16:27
ogra_apparently you can have it in pink though16:28
ogra_if you have pink wallplugs16:28
GrueMasterAh, they have an ubuntu-9.04.tar.gz.  Jaunty.16:28
ogra_s/plugs/sockets/16:28
GrueMasterjanimo`: Didn't you have ghc building on armhf earlier?18:05
damian0815hey alls, does anyone know a streamlined way to convert a working pandaboard ubuntu install on SDcard to read-only? unionfs/aufs/similar?18:27
pbuckleymount -o remount,ro /18:28
pbuckley?18:28
damian0815pbuckley thanks but i believe i need to be able to write to config dirs e.g. to start X18:28
pbuckleywell you should give us a full description of what you want in order for us to give you a useful answer18:28
damian0815pbuckley fair enough18:29
damian0815i have a working system that boots to X and launches a non-interactive opengl-es app. i want it to mount the root filesystem read-only so i can simply hit the power off and not risk corrupting the filesystem. the goal is maintenance free reliability in a remote location.18:30
pbuckleyah.. are these devices going to have network access in the remote locations?18:31
damian0815no18:31
pbuckleywell.. you can do that with partitions on the sd card18:31
pbuckleylike mount /var tmpfs or something18:32
pbuckleyput /home somewhere18:32
pbuckleythen do the mount -o ro /18:32
damian0815ok thanks18:32
pbuckley(youll get a nice little performance boost dropping your locks/run/logs into ram18:33
pbuckleyyou just need to make sure that you have logrotate or smething to keep the log file sizes limited18:33
=== int_ua is now known as TemporaryTest
pbuckleyalso turn off swap if can.. if that starts hitting the sd card the user experience will be crap18:34
=== TemporaryTest is now known as int_ua
damian0815so to be clear:18:34
damian0815i should add one or more partitions to the sdcard, and point my ubuntu at a different partition for /var ..18:35
damian0815presumably i can leave home on root since nothing will be written there18:35
pbuckleyx writes out some temp files to the users home dir18:35
pbuckleyalso make sure /tmp ends up being writtable18:35
damian0815right right ok18:36
damian0815so /var, /home and /tmp need to be writable18:36
pbuckleyyeh18:36
damian0815ok thanks18:36
pbuckleynp18:36
GrueMasterpbuckley: Thanks for that.  I was distracted with post-beta 1 cleanup.18:37
GrueMasterbtw:  PandaES now has audio support in the Beta 1 image.18:37
pbuckley\o/18:37
pbuckleyso two new weird things18:38
pbuckleyi was doing a network stress test on my dev board.. after about 20 hours it started dropping consistently about 9% of the packets that went away after a reboot18:39
pbuckleytrying to reproduce it now18:39
pbuckleyand i just spaced on the other thing :(18:39
pbuckleymaybe it was just that my dev board actually made it more then 3 hours18:40
pbuckleyheh18:40
GrueMasterInteresting.  I'll look into an automated network stress test here.  Would be good to have.18:41
* GrueMaster is always looking for more automated tests.18:41
ATPanyone know what time the 12.04 beta comes out exactly? Are arm images being released as well?18:42
pbuckleythats a GrueMaster question18:42
GrueMasterATP: Anny minute now.  If you absolutely want it now, go to http://cdimage.ubuntu.com/daily-preinstalled/20120301.1/ for desktop, http://cdimage.ubuntu.com/ubuntu-server/daily-preinstalled/20120228.1/ for server.18:44
ATPGrueMaster, you know which is image is best for beagleboard?18:45
ATParmhf or omap?18:45
GrueMasterThey should all be armhf, but omap is the beablebard image.18:45
GrueMasterThe armel images are just residue that hasn't been scraped out yet.18:46
ATPok so I guess I can wait for the official release of the beta18:46
ATPwhere should I watch for the announcement ? is distrowatch.com fast enough? :P18:46
GrueMasteratp, the links I gave you will be the official images.  They are being copied to http://cdimage.ubuntu.com/releases/precise/beta-1 now and should be visible shortly.18:47
damian0815... if i just go ahead and make ext2 partitions for /var and /home, is there not a risk of corruption? how do i hook unionfs/aufs into this process? is that desirable in my case?18:47
GrueMasterNot sure on the release announcement.  Maybe just ubuntu.com?18:47
ATPGrueMaster, ok thank you I download these then18:48
damian0815... and if i just go `mount` it looks like var/run and var/lock are already mounted as tmpfs, tho they are not in fstab . where are these coming from?18:50
janimo`GrueMaster, I touched ghc only briefly a year ago. No armhf poking from me18:54
GrueMasterdamian0815: I think those are mounted in upstart.18:54
GrueMasterjanimo`: Ok.18:54
damian0815k thx. /me googles upstart . just when you think you know enough about Linux there's always something else..18:55
GrueMasterYea, progress can be a funny thing.  Next thing you know, we'll have cell phone cluster computing.  Oh, wait... I already did that.  http://gruemaster.blogspot.com/2011/09/i-survived-sort-of.html18:56
pbuckleynice!18:57
damian0815heh18:58
GrueMasterI did that with 6 pandas.  Now I have 8.  Muahaha!18:59
damian0815GrueMaster do you have any issues with temperature control?19:03
GrueMasterNo, my office is nice and cool at 68F (20C).19:05
damian0815so they're not enclosed i'm guessing..19:06
GrueMasterAll my systems are open air.  Even my Core2Duo test system.19:06
GrueMasterI had a small heat sink on my PandaES, but it hasn't felt warm since 12.04 Alpha 1.19:07
GrueMasterNo heat sinks on other arm systems.19:07
GrueMasterhere is what one of my panda towers looks like.  http://members.dsl-only.net/~tdavis/Panda-rack.jpg19:09
damian0815so this guy is trying to achieve a similar thing (read-write sandbox on top of read-only known good base), the second post is a script that is supposed to mount / readonly then make a union with an rw tmpfs using aufs: http://ubuntuforums.org/showthread.php?p=542226819:19
damian0815only thing is it's from 2006. look like it would still work?19:19
damian0815(i'm running ubuntu 10.10)19:19
GrueMasterFirst, dare I ask why 10.10?19:28
damian0815heh19:31
damian0815only way it seems i can do opengl-es at 1920x1080 with working hardware acceleration19:31
damian0815(3 weeks of pain in that sentence)19:31
GrueMasterHrm.  I thought we had support in 11.10 (a little late, but there).19:39
damian0815i didn't try 11.1019:40
damian0815once i got it working.. no more upgradey19:40
GrueMasterAh.  Well just understand that 10.10 was an initial release for panda, and it will be going away after April (18 month support).19:41
dipperhi all, small question I am asking around19:49
dippertrying to install eclipse on linaro omap4 images19:49
dipperpandaboard19:49
dipperit fails with the following messages19:49
dipperhttp://pastebin.pandaboard.org/index.php/view/9545782819:49
dipperany ideas ?19:51
* GrueMaster is checking19:51
GrueMasterdipper: Well, it works fine on my ubuntu precise images, but I don't test Linaro.19:52
GrueMasterThey may have broken dependencies in ppa's or something.19:53
dipperis there a workaround ?19:53
dippernot through apt-get19:53
dipperGrueMaster: where can I get desktop images for pandaboard ?19:54
GrueMasterLike I said, I don't know.  I did "apt-get update && apt-get install eclipse, and it gave me a ton of packages.19:54
dipperi see19:54
dipperI was advised linaro for pandaboard19:54
dipperI am open to switch to something else19:54
dipperif there is anything19:54
GrueMasterWe are just releasing beta 1 soon.  Check http://cdimage.ubuntu.com/releases/12.04/.  It should show up soon.19:55
damian0815ok looks like i have a working ro /20:19
damian0815thanks for the help everyone20:19
j_ackhey yall. What is the best sd or mmc-card for a pandaboard?20:21
GrueMasterj_ack: Something Class 10 and 4G or better.20:37
j_ackGrueMaster, thank you20:38
=== GrueMaster changed the topic of #ubuntu-arm to: Ubuntu ARMv7 Discussion & Development | https://wiki.ubuntu.com/ARM | Submit a Bug? https://bugs.launchpad.net/ubuntu/+filebug | Get Precise beta 1 while it's hot! http://cdimage.ubuntu.com/releases/precise/beta-1/ Includes armhf images! | Logs at http://irclogs.ubuntu.com/
int_uaI have a question about jasper-initramfs. Anyone familiar with it present?22:00
GrueMasterint_ua: What's up?22:01
int_uaGrueMaster: Why is jasper-initramfs is built only for i386?22:02
GrueMasterIt is a shell script.  It should be arch-all.22:02
int_uaIt never run on my N900, but I don't remember if it boots at all with standard preinstalled image, I'm using a script to configure it22:03
pbuckleyhuh?22:03
int_uaGrueMaster: the package is _all22:03
GrueMasterIt is used in our preinstalled images.22:03
int_uaGrueMaster: But it's not in the repos22:03
pbuckleyyeh i know.. just having trouble parsing what he's saying22:03
GrueMasterIt's main purpose is to grow the rootfs on the sd card and other first-boot initialization.22:04
GrueMasterAnd it is in the repos.22:04
int_uaGrueMaster: but it's not present in the recent Precise OMAP3 image, is it?22:04
int_uaGrueMaster: strange, I can't see it22:05
GrueMasteryes, otherwise the image wouldn't boot.22:05
GrueMasterIt is in the initrd.  Once it runs, it rebuilds the initrd and removes itsself.22:05
GrueMasterWell, wouldn't boot properly.22:06
int_uaGrueMaster: I'm puzzled. You mean it will never boot completely. It must boot into initramfs. Or it's not booting?22:07
GrueMasterIf it doesn't run, the root filesystem won't have enough room to do anything.22:08
GrueMasterAnd it is jasper in the repo.22:08
GrueMasterjasper-initramfs is the source repo.22:08
int_uaGrueMaster: Ok, got it. Another question: what should I do if the image doesn't boot at all? My hardware is Nokia N900.22:09
GrueMaster(when it was developed, the creator didn't know about the jasper jpeg libraries).22:09
GrueMasterWe don't support that system directly.  But if you have a kernel and bootloaders, you theoretically can make it work by dropping them in the boot partition.22:10
GrueMasterrbelem has experience with this system if he's around.22:11
GrueMasteralso rsalveti.22:12
rsalvetiI think we used to have a wiki page with instructions on how to use ubuntu on n900 at wiki.ubuntu.com22:13
rsalvetibut in theory it should work fine22:13
rsalvetijust need to grab a valid kernel, and have the rootfs available at an external sd card22:13
GrueMasterrsalveti: Same kernel & bootloader as omap?22:14
int_uaThanks :) I think I've talked with them on #kubuntu-mobile last year. The problem is that the only kernel that boots is 2.6.35 compiled by apachelogger et al (AFAIK) and it doesn't boot any other kernel.22:14
GrueMaster(beagle I should say).22:14
rsalvetifor that I don't know, n900 is usually broken upstream22:14
rsalvetiI remember the best kernel we had available was from the mer project22:14
GrueMasterah.22:14
int_uarsalveti: is it possible to watch kernel log from USB on N900?22:16
rsalvetiint_ua: just once you booted it completely, if you want to have the logs guess the best way would have it displayed at the n900 screen22:17
int_uaand when kernels refuse to boot silently?...22:18
rsalvetithen just serial to help you knowing what is happening22:19
int_uarsalveti, GrueMaster: How do you think, should I add a link to my script ( https://code.launchpad.net/~xintx-ua/ubuntu-n900/ubuntu-n900-installer ) to wiki?22:44
GrueMasterint_ua: https://wiki.ubuntu.com/ARM/OMAP  Will this work?22:49
GrueMaster(under Community Development)22:51
int_uaNo, I'm talking about https://wiki.ubuntu.com/ARM/n90022:52
int_uait's not about OMAP, it is specifically for N90022:53
GrueMasterOh.  Forgot that still exited.22:53
int_uaGrueMaster: can you please rephrase, I didn't get it? :)22:54
GrueMasterI forgot that wiki page was there.  It isn't linked in wiki.ubuntu.com/ARM22:54
GrueMasterAnd the Kubuntu-mobile project is no longer maintained afaik.  I think they merged into kubuntu-active.22:55
int_uaBut there is not kubuntu-active for arm, is it? Is it temporary?22:56
int_uas/not/no/22:56
GrueMasterIt is still in its infancy.  This (Beta 1) was the first release and only i386.22:56
GrueMasterNot sure if/when images for it will be built on arm.  Packages are there.22:59
int_ualeaving now. Thanks for your help, GrueMaster and rsalveti :)23:04
=== pizthewiz_ is now known as pizthewiz

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