/srv/irclogs.ubuntu.com/2010/03/24/#ubuntu-arm.txt

=== powderluv_ is now known as powderluv
DanaGooh, new omap kernel in repos... cool.05:10
DanaGJust need to figure out how it does postinst. =P05:10
persiadpkg -e is your friend05:20
DanaGdpkg -e does absolutely nothing on that deb.05:37
DanaGand dpkg --help doesn't list a -e.05:37
persiaAre you sure?05:38
persiadpkg -e foo.deb BAR should extract all the metacontent in the .deb to BAR05:38
DanaGdana@beagleboard:~$ dpkg -e linux-image-2.6.33-dl.1_1.0lucid_armel.deb05:38
DanaGdana@beagleboard:~$05:38
persiaOK05:38
DanaGer05:38
persials05:38
DanaGwrong file05:39
DanaGdoes it need absolute path?05:39
persials anyway :)05:39
persiaNo.05:39
persiaJust enough path to find it.05:39
DanaG dpkg -e /var/cache/apt/archives/linux-image-2.6.33-500-omap_2.6.33-500.3_armel.deb -- does nothing.05:39
persiaAre you sure?05:40
DanaGyeah.05:41
persiaDid you look for new files that may have been created?05:41
DanaGoh.05:41
DanaGI see.05:41
DanaGDEBIAN dir.05:41
DanaGstill, why does --help not show -e?05:41
armin76fail05:41
persiaProbably because it's really a dpkg-deb command that dpkg just passes through.05:42
persiaIt's definitely shown in `man dpkg`05:42
DanaGinit: ureadahead main process (45) terminated with status 505:49
DanaGhappens on my host system, too...05:49
DanaGureadahead seems not to like non-generic kernels.05:49
DanaGugh, ubuntu -500-omap kernel can't read mtd devices!05:50
DanaGer, maybe my mtdparts got broken.05:50
DanaGargh, u-boot won't see some of the files on my fat32 partition.05:55
=== JaMa is now known as JaMaWrk
DanaGUnhandled fault: external abort on non-linefetch (0x1018) at 0x402e100006:02
DanaGwell... the thing now goes into suspend... but how do you wake it?06:03
cooloneyhi, does anybody know how does NetworkManager know this "<info>  (eth0): driver 'fec' does not support carrier detection"?06:10
DanaGOMAP3 beagleboard.org # mtd erase 260000 2000006:10
DanaGmtdparts - define flash/nand partitions06:10
DanaGargh06:10
DanaGoh06:11
DanaGright06:11
DanaGnand erase06:11
DanaGsorry, thinking out loud about my own stuff.06:11
DanaGlooks like that lucid omap kernel is screwed up somehow.06:17
JaMaWrkIs there some un-official repository with ubuntu but built for armv4t instead armv5t/armv6/armv7 for jaunty/karmic/lucid? I know I can use debian (as I already do), but I'm interstad in additional ubuntu stuff (except being rebuilt for newer arch). If no, do you know someone who tried and failed to provide this repo?07:01
persiaThere isn't such a repository.07:01
persiaThere have been a couple people who said they wanted to try, but it takes months to recompile everything, and I don't know of anyone who actually did it.07:02
JaMaWrkOK fair enough, thanks07:02
cooloneyogra_cmpc and persia: i already enabled phylib and carrier detection in fsl-imx51 fec driver09:14
cooloneyplars and GrueMaster: could you please help me to test it? ^^^09:15
cooloneyi already did that on my babbage board.09:15
=== Laibsch1 is now known as Laibsch
loolcooloney: Sounds great09:51
* lool doesn't have hardware to test though09:52
cooloneylool: why not enable that in qemu? and test it? haha -:))09:55
ogracooloney, yeah, lool should really hack imx51 support into qemu !!10:05
ograand add a virtual 2G :)10:05
ograpersia, heh, i see the first netwalker user on the ubuntu-users ML ... being desperate, he wants to upgrade10:06
loolcooloney: Yeah!  Let's do that during the next 2 years!  :-010:09
dmartasac: hi there11:27
dimitrisany gps navigation program ? I use ubuntu in arm (HTC diamond armv6)14:37
dimitrisor at least any suggestion to see if gps is working14:38
persiaThere are a few, but I don't think any of them work very well at lower resolutions :(14:46
Stskeepstangogps14:46
persiaOh, cool!  I didn't know we had that already.14:46
dmartasac: ping14:47
asacdmart: yup14:54
dimitristangogps there is not in repository !15:02
dimitrisI find gpsdrive15:10
loologra: Do you have details on why you disabled LDFLAGS in u-boot?15:14
ogralool, because we set -Wl15:16
ograand the build doesnt like that15:16
loologra: Which cc were using that with?15:17
ogradefault on the babbage board15:17
loologra: So with armel gcc?15:17
ogralucid15:17
ograyes15:17
loolnative build15:17
ograit sets -Wl,-Bsymbolic-functions iirc15:17
loologra: Was it -Bsymbolic-functions?15:17
loolOk15:17
loologra: I don't actually understand where the issue is there15:17
ograthe -Wl made it break (i didnt find it in ld's help output)15:18
loologra: man ld has it15:18
ograif you find a fix i wont complain :)15:18
loolIt's in the --help output as well15:18
loolarm-linux-gnueabi-ld: unrecognized option '-Wl,-Bsymbolic-functions'15:19
loolThat's the failure I get when cross-building15:19
ograthat was the same i had15:19
ograusing the native ld15:19
lool                cd $(LNDIR) && $(LD) $(LDFLAGS) $$UNDEF_SYM $(__OBJS) \15:20
lool                        --start-group $(__LIBS) --end-group $(PLATFORM_LIBS) \15:20
lool                        -Map u-boot.map -o u-boot15:20
loolI don't understand why it says unrecognized15:20
ograwell, but it does :)15:21
loologra: It certainly works with all the other packages, doesn't it?15:22
ograno idea, i never ran into it so i wouldnt know15:22
* ogra waits for his babbage to come up15:22
ograi'm 100% positive there was no -Wl in ld --help15:22
arthur-ogra: -Wl,foo tells *gcc* to pass foo to ld15:23
arthur-but if you use ld directly, you just pass foo15:24
ograogra@babbage2:~$ ld --help|grep Wl15:24
ograogra@babbage2:~$15:24
ograright, so its wrong in the LDFLAGS in this case15:24
arthur-$ gcc --help  | grep Wl15:24
arthur-  -Wl,<options>            Pass comma-separated <options> on to the linker15:24
ograyeah15:24
ograbut look at lool's example above15:24
ogra$(LD) $(LDFLAGS)15:25
ograit calls ld directly15:25
loolarthur-: You think it's because it's passing -Wl to ld?15:25
loolThat might be15:25
arthur-lool: depends on what $(LD) is15:25
ogravery likely because the whole source is set up for cross compiling by default15:25
ograwhich we dont do at all15:25
ograarthur-, LD is ld :)15:26
loolarthur-: it's ld15:26
loolor a cross-ld15:26
loolI guess the bug is that they should call gcc for ld15:26
arthur-lool: if this can work, this is what they should do yes15:27
arthur-lool: what is the full command (given by make output I guess)?15:27
loolLD      = $(CROSS_COMPILE)ld15:28
loolCC      = $(CROSS_COMPILE)gcc15:28
arthur-it's maybe possible to use gcc+objcopy instead of ld15:28
loolarthur-: http://paste.ubuntu.com/400594/15:29
* lool tries biulding with -B... in LDFLAGS15:30
ogra-Bsymbolic-functions surely works15:31
loologra: You tried?15:31
loolarthur-: yeah that's the issue15:32
loolSo upstream should have CCLD = $(CC) or something like that15:33
ogralool, no, but i know that -Bsymbolic-functions is supported by ld ... while -Wl isnt15:34
ogralool, feel free to discuss with sarkoman in #beagle :) he is upstream15:35
ograthough i think we're pretty unusual in the light that we build everything natively ... nobody usually does that for x-loader or uboot15:35
loolIt's not a problem of building natively15:39
loolit's a problem of setting the same type of LDFLAGS for all software you build15:39
loolI have the same problem cross-building u-boot15:39
ograah15:39
arthur-lool: you can get ride of dpkg's ldflags here anyway, I guess there is no shared lib in u-boot15:40
loolarthur-: Well it builds some tools, but I prefer not dropping LDFLAGS entirely15:42
loolI added a snippet to convert them15:42
loolI thing it makes sense to turn on -O1 for all packages for instance15:42
ografeel free to add it to the package15:42
arthur-lool: it it built from a regular debian process? (debian/rules, etc)15:43
ograarthur-, yes15:44
loolarthur-: built and cross-built, yes15:44
ograhttps://launchpad.net/ubuntu/+source/u-boot-omap3/2010.3git20100315-0ubuntu315:44
arthur-then at the beginning of dbeian/rules, you can add something like15:44
arthur-define unsetenv15:44
arthur-  unexport $(1)15:44
arthur-  $(1) =15:44
arthur-endef15:44
arthur-$(foreach v, CPPFLAGS CFLAGS CXXFLAGS FFLAGS LDFLAGS, $(if $(filter environment,$(origin $(v))),$(eval $(call unsetenv, $(v)))))15:44
arthur-with a comment which says ubuntu flags are not made for building a boot loader :)15:45
loolarthur-: I did LDFLAGS := $(patsubst -Wl$(comma)%,%,$(LDFLAGS))15:45
ograwell, it currently has unexport LDFLAGS at the top of rules15:45
loolWhich I think is nicer15:45
ograand the binary works fine15:45
loologra: I didn't like unexporting LDFLAGS completely15:46
ograindeed15:46
ograthere is always room for improvement :)15:46
loolThe first thing I did was replacing this with LDFLAGS := $(filter-out -Wl$(comma)-Bsymbolic-functions, $(LDFLAGS))15:46
ograi just needed a binary package for image building for now15:46
dmartasac: hi again... sorry, I got distracted15:47
=== powderluv_ is now known as powderluv
dmartasac: see http://pastebin.ubuntu.com/400604/ for some code which adds some additional bx in the ARM-specific code.  It's probably best to have this for completeness, though it looks like the build flags for klibc and everything built against it may make this unnecessary.  We might want to protect with #ifndef __ARM_ARCH_4__ but we can probably consider <=armv3 obsolete for now.15:49
ogradmart, did you see https://bugs.launchpad.net/ubuntu/+source/linux-fsl-imx51/+bug/457878/comments/8 ?15:51
ubot4`Launchpad bug 457878 in linux-fsl-imx51 (Ubuntu Lucid) (and 1 other project) "imx51 on board ethernet plug/unplug events not detected (affects: 2)" [Medium,In progress]15:51
ograplease test with your hub15:51
ograit seems to solve a bunch of other issues so i'm hopeful15:51
dmartogra: yes, currently in the process of testing it15:52
dmartI broke my boot SD card somehow, so I'm installing today's daily-live15:52
ograah15:52
dmartI'm hoping this will fix the problem15:53
ogralool, you are such a nitpicker !15:59
ogra * rules: minor whitespace cleanups.15:59
ograheh15:59
loologra: Well my eyes bleed when I see \t\t before each command in rules15:59
lool(instead of \t)15:59
loolNot that it breaks anything but still16:00
ograwell, my vim is set up for python :)16:00
ograusing four spaces for tabs16:00
loolYou should use your python setup *when editing python*16:00
ograpfft details :)16:00
loolI hate usage of tabs outside of makefiles  :-(16:00
ograthanks for the fixes !16:01
loolnp16:01
loolIt cross-debuilds now16:01
loologra: Did you push an x-loader package for bb?  and do you plan to add udebs to u-boot / x-loader?16:03
ograi didnt plan udebs, no16:03
ogralool, https://launchpad.net/ubuntu/+source/x-loader/16:04
loologra: thanks, seems to suffer from similar issues16:11
ograyup16:11
ogracould need the same fixes, though note that there is a quilt patch to override the hardcoded CROSS_COMPILE in the Makefile16:11
loolWhy didn't you put signGP.c in debian/>16:13
ograseemed appropriate as a patch16:14
ograi might replace it by gpsign.c anyway16:15
=== JaMaWrk is now known as JaMaOff
loologra: what's the license of signGP.c?16:27
ogralool, GPL2 the prob is that it is not added to it anywhere16:28
ogralool, which is the reason i'm considering gpsign.c instead16:28
loologra: Where is it stated?16:28
ogralool, jkrindner stated that to me on IRC16:28
lool...16:29
ograbut its not historically recoverable16:29
ograhttp://github.com/nmenon/omap-u-boot-utils/blob/master/src/gpsign.c16:29
ograits the same author (and accorting to jkrinder the same license)16:29
ograbut apparently it got checked in to the TI git without any further info16:30
loologra: What's $(sh) for in rules?16:30
ogralool, i'll switch to gpsign but i havent found the time to test if it gets the same MLO for us yet16:30
ogra$(sh) execs a shell command, no ?16:31
ograin a way that i dont need to convert it to make16:31
loologra: it's $(SHELL), but every line in a makefile target is run through SHELL16:32
ograi had issues with that in the past16:32
loologra: $(sh) expands to nothing and is ignored, see your build log16:32
ograhrm16:32
ograwell, then it can as well go away16:32
ograif you touch the package feel free to do so16:33
hrwehlo16:41
prpplagueoh lord, who let hrw in here16:42
hrwprpplague: haha16:42
hrwprpplague: I am surprised seeing you here16:43
prpplaguehrw: hehe indeed16:44
prpplaguehrw: i'm not a big ubuntu fan, but my current contract has ubuntu requirements16:45
ograsensible customer then :)16:45
hrwprpplague: ubuntu on arm?16:45
ograprpplague, why dont i see you in #ltsp anymore ?16:45
prpplagueogra: yea you could say that16:45
prpplaguehrw: yea16:46
hrwprpplague: nice.16:46
hrwprpplague: omap3 or other?16:46
prpplagueogra: just never do any LTSP items any more16:46
* ogra will work on full omap integration for ltsp in 10.10 16:46
prpplaguehrw: omap16:46
prpplagueogra: dandy16:46
hrwomaps are everythwere16:47
hrwnext week I will find one in fridge and start screaming16:47
prpplagueogra: you using beagle boards for that?16:47
ograwell, beagles didnt make good thin clients in the past due to the missing NIC16:47
ograbut that might change :)16:47
hrwogra: beware - prpplague will sell you zippy216:47
prpplagueogra: hehe, *cough*16:47
prpplagueogra: you can always use a zippy or zippy2 with the revC boards, and the new beagleXM has usb ethernet16:48
prpplaguemain problem with the beagle board is that there isn't a good case for it16:48
ograi think i saw some nice cases16:49
* prpplague had planned to do the DogHouse, but backed out on it16:49
ogralool, dont you have a beagle with case ?16:49
loologra: I do16:49
prpplagueogra: http://www.elinux.org/DogHouse16:49
prpplaguelool: that the plexiglass case from special computing?16:50
hrwprpplague: usb ethernet + omap3... arhg combo16:50
loolprpplague: Yes16:50
nosse1ogra: I ran into a issue where I need to run qemu for a openembedded target and it complains about mmap_min_addr not set to zero. I see from a changelog in qemu-kvm that it is set to 4097. Is there any dangers/consequences for me to override it to 0?16:50
jaustinis it 'normal' for the moment that I'm seeing dependency issues with xubuntu-desktop in lucid? Seems to come down to libgtk2.0 not being at 2.20 yet16:50
prpplagueogra: you still doing alot of LTSP work?16:51
ogranosse1, yes16:51
ogranosse1, if you can avoid 0 you should16:52
ograprpplague, sadly not16:52
prpplagueogra: ahh16:52
* prpplague was big into LTSP from around 1999 to 200216:52
* ogra wrote most of ltsp5 until hardy16:53
ograsince then i moved over to mobile and got sucked into other work16:53
prpplagueogra: hehe i even had LTSP running on ......... SCO OpenServer16:53
hrwnosse1: qemu 0.12 does not need that setting anymore16:53
ograhrw, for the syscall translation layer ?16:54
ogralool, ^^^ did you know that ? we should drop it if its true16:54
prpplaguebtw, if anyone wants to provide feed back on things that they don't like about the beagle, i'd appreciate it16:55
nosse1ogra, thanks. It's probably an old security check which I can override16:55
prpplague(as well as wish list accessories)16:55
loologra: Did you try it out?16:56
hrwprpplague: I would like to have ftdi serial+jtag on miniusb16:56
hrwprpplague: like in sheevaplug16:57
ogralool, nope16:57
prpplaguehrw: hehe , flyswatter isn't good enough for you eh?16:57
hrwprpplague: and 4port usb hub integrated16:57
suihkulokkiand a pony?16:57
prpplaguehrw: the 4port hub will be in beagleXM16:57
dmartasac: ping?16:57
hrwsuihkulokki: two of them16:57
ograsuihkulokki, sounds more like a herd of ponies :)16:58
hrwprpplague: I do not have it16:58
prpplaguehrw: beagleXM or the flyswatter?16:58
hrwboth16:59
prpplaguehrw: why the heck not?16:59
prpplaguehrw: anything else you'd like to see on the beagle?17:00
hrwprpplague: beaglexm looks like TI internal so far, flyswatter (or other jtagger) was not needed for me so far, except neo1973 but for this I have debugboard17:00
prpplaguehrw: flyswatter is pretty handy to have around17:00
nosse1Coming back to my AM3517-EVM ubuntu bringup: I have now a working qemu running. And I am capable of booting and mounting the ubuntu root (either from NFS or SD). However it crashes during starting (i.e. after init has started but before login) with the error "init: procps main process terminated with status 255"17:01
prpplaguehrw: yea, the XM isn't public yet17:01
prpplaguenosse1: oh you have a AM3517 board?17:01
nosse1Yes17:01
hrwprpplague: my next home project is beagleboard + wifi + bt + usb hub + serial + hdmi17:01
ogranosse1, sounds like your kernel is missing something17:01
nosse1trying to get it up now17:01
prpplaguehrw: when are you planning to do that?17:01
jaustinthe IGEPv2 has Ethernet+Wifi+Bluetooth on board, makes things very tidy17:01
prpplaguenosse1: dandy, i'd love to get one of those up and running with socketcan for the canbus stuff17:02
hrwprpplague: next month, have all parts available so it will be size of two beagleboards side by side17:02
hrwjaustin: I have 3 beagleboards here17:02
nosse1ogra, yes it's probable the kernel is foo, because I'm using on delivered with the evalkit. How do you in debian world compile the kernel? (...given that I dont have a running target yet)17:02
hrwnosse1: tried OpenEmbedded kernels?17:03
ogranosse1, there are docs for this somewhere on the ubuntu wiki and the guys in #ubuntu-kernel can help i guess17:03
prpplaguenosse1: going to do anything automobile related with your board?17:03
nosse1hrw: Indirectly I guess, since TI uses Aragon, which is based on Ångström (which is based on OpenEmbedded) *puh*17:04
hrwArago17:05
dmartogra: Looks like Bryan's kernel fixes my slow Ethernet \ü/17:05
nosse1ogra: Thanks, I'll check it out. Principally I can cross compile the kernel (with no modules) and then perhaps build a native ubuntu kernel when the target it running17:05
looldmart: Are you on a German keyboard?  :)17:05
dmartno, I just got a bit creative...17:06
* lool finds it very delicate to send umlauts to ogra17:06
armin76lol17:06
nosse1prpplague: Not automotive, but semi-medical. I'd be happy to talk about it, but I think my boss it not...17:06
dmartü is the nearst I can get to a vertial smiley face in iso8859-117:07
dmartgraphical dingbats would obviously be cheating...17:07
prpplaguenosse1: hehe, np, i have the same restrictions17:08
ogralool, lol17:08
ogradmart, yay !17:08
ograi *knew* it !17:08
dmartI'll wait for the real .deb, but it looks good17:09
nosse1Is there a "set -x" or debug setting in upstart for it to output every stage of the init/boot process?17:10
ograi dont think so17:11
dmartnosse1: upstart init has a -v or --verbose switch17:11
ograright, but hosw do you call that17:11
ogra*how17:11
dmartWhen I need this I typicall boot with init=/bin/bash and then exec init manually17:11
ograoh, indeed ;)17:11
dmartinit=/sbin/init -v  may also work if it's at the end of the kernel command line17:12
* ogra was wondering if init= can take arguments17:12
nosse1I can try that17:12
dmartI also find it useful to pass --debug to mountall in /etc/init/moutall.conf, if you're getting filesystem mounting problems17:12
ograyeah17:12
dmart /mountall.conf17:12
dmartinit= _can_ take arguments ... init=/bin/bash blarg  ->17:13
jaustinHow can I debug random restarts when using 91.0 and 2.6.33.1?17:13
dmartbash: Cannot execute blarg17:13
dmartPANIC17:13
dmart(etc.)17:13
ograah, i never tried that17:13
jaustinI don't see anything special over the serial console, it just restarts17:13
ograi would have expected you need some magic quoting17:14
jaustinI'm using an IGEPv217:14
plarsdmart: this was the one where it was slowing down when going through a hub, but not a switch?17:14
dmartplars: yes17:14
plarsdmart: good to hear :)17:14
nosse1dmart: Yes! I'm in.17:14
dmartcool17:14
nosse1eh? what is the default init string from the kernel. isn't it "/sbin/init"... What I try to run /sbin/init manually, it complains about missing runlevel17:16
ogralool, debian/clean is that new ?17:16
* ogra never heard of it17:16
dmartnosse1: init must run as pid=1, so you must type exec /sbin/init -v (not just /sbin/init -v)17:17
dmart...otherwise init tries to be initctl17:17
dmartor telinit or something17:17
dmartany luck17:18
dmart?17:18
nosse1d'oh17:18
nosse1thanks17:18
dmartno probs17:18
hrwnosse1: /sbin/init then /bin/init then /linuxrc iirc17:20
nosse1hrw: You asked if I have tried openembedded kernel. Does this imply that I possibly can use a kernel compiled from OE?17:24
hrwnosse1: personally I would try that at least17:27
hrwnosse1: usually our kernels works with our targets17:27
nosse1Yes. Compiling a crossed OE kernel is easier. I just need to find what kernel resources ubuntu requires. I can probably ask on #ubuntu-kernel17:28
hrwnosse1: it is probably linux-omap-psp 2.3.32 tree17:29
ograhrw, note that ubuntu userspace often uses kernel features from the ubuntu kernel17:30
ograi.e. OE might not have everything enabled the ubuntu userspace expects to exist17:30
nosse1Perhaps it would be easier by looking at the source package of another Cortex-A8 kernel to find these core linux kernel settings17:31
jaustinogra: any advice on how to best get a kernel with the features Ubuntu userpsace expects if the board vendor's kernel isn't mainline? (but is ina git repo)17:32
ograjust take the imx51 or dove kernel config17:32
hrwogra: thats a matter of setting.17:32
ograjaustin, well, compare the configs is the best i can recommend17:32
nosse1pardon my naivity: Where can I find the imx51 config?17:33
jaustinogra: right, so you're talking config and not features missing from the source?17:33
hrwnosse1: in linux-image package for imx51 board17:34
ograjaustin, well, config but also features like apparmor and friends for example17:34
dmartWould it be worth diffing the ubuntu versatile config against mainline?  That might be useful to highlight non-platform-specific options turned on for Ubuntu17:35
jaustinogra:  I see. the main issue I ran in to was udev and 2.6.28 - which is why I'm now trying to use 2.6.3317:35
ograah, yeah udev and kernel go hand in hand17:35
dmartMy experience is that using a kernel <2.6.31 with lucid is a waste of effort17:35
ograsame for other stuff17:35
ograi.e. mountall17:35
ograit expects devtmpfs to exist in lucid17:36
dmartYou can work around mountall by putting "ignore" entries in fstab, or /dev ... tmpfs (but it's not really worth the work)17:36
ograyeah17:37
ograor by just properly using an initramfs17:37
ogralucids initramfs takes care if devtmpfs doesnt exist17:37
jaustinIn Karmic I had everything I wanted except pulsaudio with 2.6.28. I got sound using the jaunty udev rules, but pulseaudio never got onboard.17:37
dmartI think now /lib/init/fstab has /dev ... devtmpfs,tmpfs (so it will fall back to tmpfs if needed)17:38
dmartogra: is the devtmpfs code in mainline?  I wasn't sure whether that was ubuntu-specific17:38
ograyes17:39
ograits mainline17:39
dmartoh, ok17:39
ograbut only in .3217:39
ograand later indeed17:39
ografor imx51 we had to backport it17:39
ograspeeds up booting significantly17:39
dmartdid we backport this to .31 for imx51?  I seem to remember traffic about it17:39
ograyes17:39
dmartmakes sense17:39
nosse1In ubuntu, what do you do in initramfs before heading into main boot (apart for loading any required modules)?17:47
ograinitializing things like frambuffer, running early udev ... getting your password in case you got any encrypted partionions, setting up dm-raid or LVM etc etc17:52
nosse1So I guess you use it on the imx51 target as well then. Thanks17:53
ograthere is no ubuntu without initramfs so yes, we use it in imx51 too17:55
ograthere are a bunch of packages that rely on initramfs bits17:56
DanaGhmm, but how do you get u-boot to USE initramfs?18:03
hrw/var/run/dhclient.wlan0.pid: interface name too long (max 27)18:04
hrwsomeone saw: "/var/run/dhclient.wlan0.pid: interface name too long (max 27)" on debian/ubuntu?18:04
ograDanaG, you load it to the appropriate address and attach that address to the bootm command18:05
hrwhave  a nice rest of day18:08
=== hrw is now known as hrw|gone
ogragah, crap18:08
ograu-boot can only fatload from partitioned devices18:08
ograthat makes image building trickier :/18:09
ograwhich is a bit funny since x-loader apparently loads u-boot.bin form that unpatitioned SD18:10
* ogra will go on with that tomorrow18:11
=== powderluv_ is now known as powderluv
nosse1ogra: I'm having trouble starting qemu with tap using the description on RootfsFromScratch. I'm getting could not configure /dev/net/tun: no virtual network emulation. Perhaps the /etc/qemu-ifup isn't being run?18:33
=== powderluv_ is now known as powderluv
nosse1I'm sorry, I seem to have network problems. I don't know if ogra has answered my Q18:54
armin76nosse1: he hasn0t18:56
armin76hasn't18:56
=== JaMaOff is now known as JaMa
loologra: it's not any different for beagle than for dove?20:51
loolWee!20:52
loolx-loader built and is now cross-buildable too20:52
dcordeslool, dove ?20:53
looldcordes: mach-dove, the marvell image we output21:00
loolto support the soc of the same name21:00
looldcordes: ARMADA21:00
dcordesmarvell..21:05
dcordesI'm looking forward to run ubuntu on my htc hd222:27
DanaGrcn-ee: interesting stuff with the new 33-500-omap kernel.23:30
DanaGOne: mtd doesn't seem to work.  /dev/mtd stuff doesn't exist.23:31
DanaGAnother: I sometimes get an oops and a backtrace upon initializing twl4030_usb23:31
rcn-eeHey DanaG, sorry been gone the last two days.. ;)  which 500.X? ;)23:31
DanaGlinux-image-2.6.32-500-omap, in lucid.23:31
rcn-eeyeah, the package has a 500.x number on it.. uname -a might show.. ;)23:32
DanaGah23:32
rcn-ee500.1 broken, 500.2 will boot.. ;)23:32
DanaG[    0.000000] Linux version 2.6.33-500-omap (buildd@korlan) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu2) ) #3-Ubuntu Tue Mar 23 20:29:18 UTC 201023:33
rcn-eehumm... crap...23:33
rcn-eeDanaG, i submited a patch to ubuntu-kernel for the usb problems. ubuntu would like to first try to have it loaded as an external module.. I'd like to bring it internal.. ;) this patch: http://bazaar.launchpad.net/~beagleboard-kernel/%2Bjunk/lucid-ti-omap/annotate/head%3A/patches/beagle/0001-UBUNTU-Config-Enable-musb-ehci-on-beagleboard.patch23:35
DanaGunfortunately, I can't figure out how to grab all the output through "screen"23:36
rcn-eeuse cutecom, it has a log to disk feature..23:36
rcn-eeother than that it's not that good, so i'm constantly switching back and forth..23:37
DanaGah, screen -L /dev/ttyUSB0 11520023:38
DanaG-L for log.23:38
DanaGoh, and something weird: the only place I've seen the gpio-keys input thingy appear and work, is in the Angstrom kernel.23:39
rcn-eehum, must have mis did one of the gpio settings in the config..23:40
DanaGwww.csc.calpoly.edu/~dgoyette/screenlog.023:41
DanaGweird... last time I rebooted the thing, it gave an oops and hung.23:42
DanaGthis time it rebooted fine.23:42
DanaGanyway, the host sees "device descriptor read error"23:47
rcn-eesorry DanaG, was quickly writing a howto.. with ubuntu's kernel we need to make an initramfs...23:47
rcn-eetake a look at: http://elinux.org/Talk:BeagleBoardUbuntu#Conversion_to_Ubuntu_ti-omap_kernel23:47
DanaGcool23:48
rcn-eeit's a little of a mess at this point... ;)23:48
rcn-ee1. boot with no initrd.. 2. mount fat16 partition (fails) 3. run setup.sh script 4. reboot 5. some things work better..23:49
rcn-eei have a patch for 2. in my tree, but i don't think ubuntu will exept that one.. i think they are planning to generate their own uIntrd's on release... it's just a chicken and egg problem for us developers..23:51
DanaGhmm, why does it copy to boot.ini?23:51
rcn-eeIGEPv2's boot loader looks for that. .;)23:51
rcn-eeI'm hacking on three boards at once.. bx, IGEPv2 and xm..23:51
DanaGhttp://www.csc.calpoly.edu/~dgoyette/screenlog.0.txt23:52
rcn-eeyeap that's the musb module...23:53
DanaG"unable to read boot.scr23:53
DanaG"23:53
DanaGweird... u-boot doesn't see the file!23:53
rcn-eei'm still suprised it mounted your sd card... mine didn't like that at all..23:55

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