/srv/irclogs.ubuntu.com/2011/09/23/#ubuntu-arm.txt

greghaynesWhen I dd the natty headless omap4 image to an sd card and boot on panda board I get this: http://pastebin.pandaboard.org/index.php/view/7402008 Im running out of ideas on what could be causing this...anyone know?00:18
=== plars-afk is now known as plars
=== Jack87|Away is now known as Jack87
chihchuncooloney: hi03:11
twbGraah03:25
twbLooks like my TF101 was somehow on last week, and ran itself out of battery completely -- to the point where I couldn't even turn it on with the power plugged in via the dock, I had to plug the power directly into the tablet part03:25
cooloneychihchun: hi03:34
chihchunis omap3 porting also included in ti-oamp4 branch of natty kernel tree (2.6.38) ?03:36
twblilstevie: I'm looking at u-boot/include/configs/tegra2_common.h:CONFIG_NETBOOT_SETTINGS, and I can't see where it loads the ramdisk.03:42
twbFrom the CrOS kernel config you're using, it looks like you make everything =y, so I guess you don't HAVE a ramdisk, but I'd kinda like one, if only so I can use it for rescue when root won't mount03:43
twb(yay busybox)03:43
twbOh, I just realized the FAT version is loading a *u-boot script*, not a kernel directly from FAT03:58
twbAh, OK, so fatload/ext2load copy a file into RAM at a specified address, and then source/bootm actually DO something with it.04:01
twblilstevie: stupid question, but when you said that u-boot interactivity wasn't working -- did you try just removing the u-boot line that tells it to set console=ttyS0 ?04:07
twbnm, that would be the kernel, not u-boot.  I can see further down that stdin=serial,tegra-kbc and so on04:08
=== Amaranthus is now known as Amaranth
=== Jack87 is now known as Jack87|Away
twb15:05 <twb> I manually run "kbdrate -d 250 -r 30" and it is still set to 005:05
=== Jack87|Away is now known as Jack87
=== Jack87 is now known as Jack87|Away
=== Quintasan_ is now known as Quintasan
twblilstevie: can you show me an MBR-based nvflash flash.cfg?06:58
lilsteviewhen I wake up06:59
twbSure thing06:59
lilstevieI am out of it :/06:59
twbAre you about to get up, or go to bed? ;-P07:00
lilstevieI have been napping07:00
twbafk for half an hour, beer07:00
lilsteviekk07:01
Nekois Unity3D all OpenGLES ready right now for Oneiric?07:23
twbback08:58
twblilstevie: ^08:59
twblilstevie: I was hoping you'd have made me a pastebin :P08:59
=== Jack87|Away is now known as Jack87
rOxxhello, i´m using beagleboard xm with an rtc battery and now i want to change the time epoch from 1970 to 2010, but with "sudo hwclock --setepoch --epoch=2010" i get the message "The kernel keeps an epoch value for the hardweare clock only on alpha machine. This copy of hwclock was build for a maschine other than alpha. No action taken."  someone can help me to change the epoch ?09:42
twbWhy do you want to set the epoch?09:44
twbEverything else on unix uses an epoch of 197009:45
twbIf you just want to set the hw clock, you want hwclock -w09:45
greghayness/unix/known universe09:46
rOxxim using socketcan and the timestamps are calculated from the time epoch in seconds09:46
rOxxand now i want to change the time epoch, because the timestamps are to huge09:47
greghaynestoo huge for what?09:47
greghaynesThey should be <32bit09:48
twbsigned, 32-bit time_t goes until 2038, right?09:48
greghaynesSomewhere around then09:48
twbI guess socketcan isn't using time_t then09:49
twb(https://secure.wikimedia.org/wikipedia/en/wiki/SocketCAN)09:49
Nekoit uses timestamp09:52
Nekodsjfbdfkb09:52
Nekotimeval :D09:52
rOxxyes but the timestamp i get from the sockets have the format struct timeval with time_t      tv_sec and suseconds_t tv_usec09:52
rOxxand time_t is count from epoch ?09:52
Nekosure09:52
Nekoare you sure the time on your board is set right?09:52
Nekobecause when the rtc dies on some of my arm boxes, the time is 1969 and time_t values have wrapped around...09:53
Neko-1 time_t is just the same as 2 billion and it causes trouble..09:53
rOxxyes the time i set correct, i^m using init.d script to load the time from rtc with "hwclock -s"09:53
twblilstevie: ping, did you fall asleep again :-(09:53
twbShould I be worried that file says uImage is a "u-boot legacy image", when I'm AFAIK using this new FIT/dtc stuff?10:14
=== Jack87 is now known as Jack87|Away
Nekotwb, yes..10:34
Nekoit should print a bitchload of info too10:34
twbwhat, file?10:34
twbrootfs/boot/vmlinux.uimg: u-boot legacy uImage, Linux-2.6.38.3+, Linux/ARM, OS Kernel Image (Not compressed), 3135112 bytes, Fri Sep 23 19:17:03 2011, Load Address: 0x00008000, Entry Point: 0x00008000, Header CRC: 0x246D6351, Data CRC: 0x94ACEAFB10:34
Nekono, u-boot.. it should say something like "detected fit image" and then stuff going from there (lots and lots of lines)10:34
twbI haven't put u-boot in place yet10:35
twbAnd when I do, it won't have a working keyboard or screen, so I won't see that10:35
lilsteviethey are legacy images10:35
Nekooh okay.. I wouldn't expect "file" to know the difference right now10:35
lilstevieit has screen10:35
lilstevieit prints out the same info that mkimage does if you tell it to read the information10:35
twblilstevie: so I'm doing the right thing?10:35
lilstevieyes10:35
Nekotherefore you're not using the fit/dtc stuff :)10:36
lilstevieyep :)10:36
lilstevieu-boot needs fit/dtc stuff to compile10:36
twbNeko: I sure needed to install dtc to get u-boot to build...10:36
lilsteviekernel isn't using it though10:36
twbOh, OK10:36
Nekotwb, yeah, u-boot always wants it to build, but it doesn't necessarily NEED it.10:36
twblilstevie: is it u-boot.img or u-boot, that I write to the EBT partition?10:37
lilstevieu-boot.bin10:37
lilstevieI will pastie my config soon10:37
lilstevieit took me a bit to get the right location for MBR10:37
lilstevieso probably easier for me just to give that to you p10:37
lilstevie:p10:37
twbI hope so10:38
twbbtw is the "no support for micro SD" because it's actually not supported, or just because the script doesn't try to use mmc device 2, but only usb, mmc1, mmc010:38
lilsteviebecause there is no support for it10:39
twbOK, just checking :-)10:40
twbIf I make an ext4 filesystem, can u-boot's ext2load read files from it, or will it freak out because of extents or something?10:41
twbBTW, should I be worried that u-boot.bin is like one-sixth the size of the original asus/android bootloader?10:44
lilstevieno10:44
ndecogra_: hi. does banshee work for you?10:44
lilsteviebecause it is a different bootloader10:44
ndecthe window opens, but it's all white for me10:45
twbAnd a substantially less bloated one :-P10:45
lilsteviealso I have an ext2 fs for my u-boot partition10:45
lilsteviewith a boot.scr kernel and initrd10:45
twblilstevie: hm, can you also give me your CONFIG_EXTRA_ENV_SETTINGS for u-boot?  I wasn't sure what to put for e.g. the ramdisk's load address10:47
twbThat is pastebin tegra2-common.h or so10:47
ogra_ndec, havent tried yet, file a bug :)10:48
lilstevieI read it to a location in my boot.scr10:49
lilstevie:p10:49
* twb waits impatiently for MBR flash.cfg and uboot scripts10:57
* twb pokes lilstevie11:15
ndecogra_: LP#85729911:20
ogra_bug 85729911:20
ubot2Launchpad bug 857299 in banshee "banshee window remain white on startup on pandaboard" [Undecided,New] https://launchpad.net/bugs/85729911:20
ogra_NCommander will love this :)11:20
ndecogra_: i always forget how to trigger ubot2 ;-)11:21
ogra_:)11:22
ndecogra_: on my panda, the link vmlinuz and initrd.gz in /boot are wrong. is that normal?11:23
ndecthey exist but point to non existing kernel11:24
ogra_upgrade ?11:25
ogra_or fresh install ?11:25
ndecupgrade11:25
lilstevietwb: http://pastebin.com/3SVrZ1PZ11:27
twbYay11:27
ndecogra_: vmlinuz is in / now?11:28
lilstevieenv is because I have env_is_mmc11:28
lilstevieand offset to that specific location11:28
ogra_ndec, not really, no11:28
lilstevieUIM is my u-boot ext2 part11:28
lilstevieas for where I load my initrd that is ${loadaddr}+kernel_size+500kb to be safe11:29
twbHm, OK.11:29
twbAfter the pivot_root, does the ramdisk space get GC'd?11:30
twbBecause if so you could just always load it at 8MB or 16MB or something, to allow for huge kernels11:30
lilstevieno idea11:31
lilsteviethats why I do it close :p11:32
twbYou set MBR type=data -- does that mean I have to write the MBR myself?11:32
lilstevieno11:32
twbOr does nvflash still do it based on the name or something11:32
lilsteviethat is just nvflash being odd11:33
twbk11:33
twbYou set allocation_attribute=8 instead of 0x808 -- does that mean "fill to end of disk, with no exceptions" ?11:40
twblilstevie: also, why doesn't MPT have file_system_attribute=0 ?11:40
lilsteviedon't ask me, ask nvidia :p11:42
lilsteviethis is based off the ventana flash.cfg in the LDK11:42
twbI bet its because the nvidia engineer forgot11:42
lilstevienone of it is documented11:43
twbAnd they stripped the executable, so no debugging11:43
lilstevieif you are a hw partner you can get the BSP stuff, which includes the source code for nvflash11:44
lilsteviebut even then, there is a lot that are PCHs11:44
twbonly under NDA though, I expect, which defeats the purpose of getting it11:44
lilstevieso I hear anyway11:44
lilstevieyeah11:45
twbWell, here we go.11:45
twbAm I right in thinking that nvflash -bl needs to be given the original bootloader, not u-boot?11:48
lilsteviefor flashing, yes11:49
lilstevieu-boot does not implement the flashing program11:49
twbHmm, it didn't like me11:51
twbMaybe it doesn't like four-letter partition names11:51
lilstevieno11:51
lilstevie3 only11:51
lilstevieless ok more not11:52
twbIf you pass TERM=dumb, it disables that progress shit11:55
twbI think11:56
twbNever mind, it's still doing its mkfs-type step before copying to actual fs across11:56
twbBut passing TERM=dumb did make it generate a lot less output during the upload step I think.11:57
twbHm, no, it must be *just* screen that doesn't like its output.  Probably a funny termcap thing.11:58
twbNearly done...12:08
twblilstevie: OK, once I reboot, when I hit the power button do I still get the Nvidia Tegra splash screen?12:10
lilstevieno12:11
twbHm, screen isn't turning on at all12:11
lilsteviethat is in the asus bootloader12:11
twbI probably fucked up the u-boot configuration somehow... I built it this way:12:12
twbmake ventana_config DEV_SRC_TREE=tegra-tf101; PATH=/usr/src/dtc:$PATH make -j12:12
twb(I figured before fucking with its config I should make sure it was gonna work at all)12:13
twbI can't get it to turn on at all12:15
lilstevieI build with make ARCH=arm ventana CROSS_COMPILE=arm-linux-gnueabi- DEV_TREE_SRC="tegra2-tf101"12:16
twbNow, I did get an error *after* repartitioning and uploading all the images, from "./nvflash -r --sync --go"12:16
lilsteviewhat error12:16
twbI was compiling from a native chroot12:16
lilstevieok so drop CROSS_COMPILE12:16
twbI just realized I did tegra-tf101 and you did tegra2-tf10112:17
twbError was: [resume mode] \n failed executing command 25 NvError 0x8 \n command failure: sync failed12:17
lilsteviehm12:18
twbAnd then I saw the nvidia splash screen, which I think means the --go worked12:18
twbThen I just powered it off by holding to power button, since it was (understandably) not finding anything via the asus bootloader12:18
twbI'm not panicing yet, but this is sure acting like a brick12:20
twbThe other thing I probably did different from you, was I was running dtc from git12:21
twbv1.3.0-6-g83df28b12:21
lilstevieyeah well you know you can go back into apx :p12:21
twbWell, that's a nice theory except it's not showing up in lsusb12:21
lilsteviepress volup then hold power12:21
lilsteviemonitor your lsusb it will show up very soon12:22
lilstevieunless your batt is flat12:22
twbI suppose that's possible12:22
twbThe dock's battery is green12:22
twbOK, APX is back12:23
twbSo now to work out what went wrong12:23
twbI think the problem is that I forgot the 2 in tegra2-tf101, so I built the wrong dtc12:24
twbEr, dts12:24
twbI'm surprised it didn't give an error at compile-time, though...12:24
lilsteviewell personally I am going after serial12:26
twbhaha, there is a dropbear.id.au12:27
twb(*.id.au names are supposed to be .au fauna)12:27
lilstevielol12:27
twbThe downside is that recompiling u-boot is gonna take a while, because until the tf boots again I'm doing it via qemu12:29
twb(Cross-compiling is too hard.)12:30
lilsteviejust use the linaro compiler12:30
lilsteviecross compiling is easy12:30
twbThen I have to compile that, since its binaries aren't signed by Debian12:31
twbThat or trust linaro, I mean.  Plus I have no idea what additional stuff is in linaro that isn't in Debian, and part of the goal here is to be as close to stock Debian as possible -- including bootstrapping everything12:32
twblilstevie: how do I tell nvflash not to rewrite all the other partitions, since I'm only going to be uploading a new u-boot?12:39
twblilstevie: do I just omit the --create option?12:39
twb./nvflash --bct BCT.img --setbct --configfile flash.cfg --bl bl.img --odmdata 0x300d8011 --sbk 0x1682CCD8 0x8A1A43EA 0xA532EEB6 0xECFE1D98 --download 4 u-boot.bin12:41
lilstevieyou cant12:42
lilstevienot for bootloader12:42
twbWell that's lame12:42
lilstevieit is nvflash being a pain12:43
twbIn that case I guess you run a normal --create command, but on a flash.cfg that has all the file= lines removed?12:43
twbAnd all the type=ext[23] changed to type=data, to prevent it overwriting the existing filesystem with an empty one12:43
lilstevienope12:44
twbI'm not gonna like the right answer, am i?12:44
lilsteviebecause it does format_all12:44
=== mayday_jay is now known as mayday_jay-work
lilsteviewell more to the point12:44
lilstevieit deletes all partitions12:44
lilsteviethen creates and formats12:44
twbalways?12:45
lilstevieyes12:46
twbYou'd think with NAND flash they'd want to avoid a big bag of pointless writes12:47
twbSo just to be absolutely clear: there's *no* way to upload a new u-boot, without also having to upload the entire root filesystem again?12:50
brandinihello all13:04
sijihello13:11
* twb uploads a new, hopefully correct, u-boot13:21
twbOK, I uploaded a new u-boot, but skipped uploading the OS.img root filesystem, on the basis that I should at least be able to see u-boot on the screen even if u-boot can't find a kernel13:26
twbBut it's still not turning the screen on...13:27
brandini:)13:29
twbI can't see what I did wrong13:31
lilstevieyou know you can upload it as -bl to test13:31
lilstevierather than writing every time13:31
twbNo I didn't :-/13:32
lilsteviedid you add ARCH=arm in the make command13:32
twbNo, because I wasn't cross-compiling13:32
twbhttp://paste.debian.net/131770/13:32
twbThat's the end of the compile run13:32
lilsteviefile u-boot.bin13:33
twbhttp://paste.debian.net/131771/ managed to get the whole thing13:33
twblilstevie: /usr/src/u-boot/u-boot.bin: ERROR: vasprintf failed (Invalid or incomplete multibyte or wide character)13:33
lilsteviefile u-boot13:34
twbELF 32-bit LSB shared object, ARM, version 1 (SYSV), statically linked, not stripped13:34
lilsteviehm13:34
lilsteviegcc vers?13:35
twbgcc (Debian 4.6.1-11) 4.6.113:35
lilsteviehm13:36
twbIf I ask Debian about it they will probably tell me to do the whole thing again from the ground up, on armel13:36
lilsteviesome of the newer toolchains are broken for tegra13:37
lilsteviesome hardware errata bs AFAIK13:37
* twb carefully refrains from chucking tf101 through a window13:37
twblilstevie: do you know which chains, or how I can test if a chain is broken?13:38
twbAfter all if debian's gcc is broken, then the userland is gonna be screwed even if I build the bootloader and kernel with something else13:38
lilstevienah kernel works around this stuff13:39
twbSo I should try building u-boot using an older gcc?13:40
twb4.4 and 4.5 should be apt-gettable13:40
lilsteviewell I use 4.413:42
twbokey dokey13:42
dmarttwb: this is a long shot, but have you tried exporting LC_ALL=C in the environment and rebuilding?13:44
twbHm, LANG probably doesn't make it through chroot(8), lemme look13:44
dmart"multibyte character" sounds like locale-related encoding problems13:45
twbdmart: oh, you mean for file(1)13:45
twbdmart: nice one: /mnt/bar/rootfs/usr/src/u-boot/u-boot.bin:  Spectrum .TAP data "\024\237\024\237\024"13:45
lilsteviefuck this board13:46
lilstevieer13:46
lilsteviewrong chan13:46
twbhaha13:46
lilstevieand excuse my language13:46
twbWe were all thinking it13:46
dmartOf course, if the build itself is bad it doesn't solve that problem13:46
lilsteviethe uart is burried in the JTAG port :/13:46
lilsteviewell the only one I can trace13:47
lilsteviebut don't know much more13:47
twbOK, off we go using gcc-4.413:49
twbDonkey balls14:03
twb/usr/src/u-boot/lib/sha1.c: In function ‘sha1_process’:14:03
twb/usr/src/u-boot/lib/sha1.c:228:1: internal compiler error: in maybe_add_or_update_dep_1, at sched-deps.c:84514:03
twbSo qemu won't let me compile u-boot using gcc-4.414:04
twbAt this point I am thinking instead of using userspace emulation on my netbook, I should just use qemu host emulation on one of the chunky buildds in the office14:06
twbSame problem in gcc-4.514:21
twbSo until I either get qemu up or reflash this with ubuntu, I'm at an imp-arse.14:21
twba.k.a. bed time for twb14:21
brandini try and fix this golang test failing14:39
brandiniok, I've forgotten to install the OMAP4 stuff from TI and I wonder if I should do that to14:39
brandini try and fix this golang test failing14:39
brandiniphew14:39
sniperjoI'm running angstrom, a beagle board version. Should i in theory be able to use an ubuntu beagle board version ?16:14
GrueMastersniperjo: angstrom is more generic, but you may have some luck with the oneiric omap images as thy are more mainstream.  Just remember that not all of angstrom's kernel bits are upstream, whereas ubuntu pulls the kernel directly from upstream.16:16
sniperjoGrueMaster: ok thanks, I'm desperate here16:17
jkridnerGrueMaster: ubuntu also patches the upstream kernel.  we are always trying to reduce the patches in both Angstrom and Ubuntu by moving more stuff upstream.16:24
=== Jack87|Away is now known as Jack87
=== Jack87 is now known as Jack87|Away
rsalvetijkridner: do you know about the pm/smartreflex support at upstream? want to have my xm working at 1ghz :-)16:42
rsalvetihave a bug for ubuntu, bug 77153716:42
ubot2Launchpad bug 771537 in linux "Beagle XM lacks proper 1Ghz support" [Medium,In progress] https://launchpad.net/bugs/77153716:42
rsalvetidon't know yet if we're already able to have it working with upstream properly, didn't have time to look around for the patches still16:43
GrueMasterjkridner: What I meant was that unless a system is in our hands, we only support what the upstream kernel supports.  If support for the system that sniperjo is using isn't in the main kernel tree, we really have no way to support it directly.16:46
sniperjoGrueMaster: Texnexion is also on the beagle board website16:47
sniperjonot sure what that has to do with anything… but i just though i would put it out there16:47
GrueMasterThat doesn't mean I have one here to test with.  My hardware budget is semi-limited and I already blew it on multiple pandas (and support hardware) for server testing.  Now, if you want to supply me with one...16:48
sniperjoGrueMaster: If you have it up and running for me, consider it done16:48
sniperjoit has been done http://www.youtube.com/watch?v=vWYHk15QOTo16:49
GrueMasterNot that I would be able to get to it this cycle.  I really am overloaded at the moment.16:49
GrueMasterI have a Nook Color that was my pet project to get running.  So far, I have barely had time to root it (since May).16:49
sniperjoGrueMaster: I am getting to the stage, where paying for someone to get it working, could be a viable option16:51
GrueMasterThat video has a link to our RootFromScratch page, which indicates to me they built their own chroot environment (similar to ubuntu-core), which is what I suggested to you twice now.16:52
GrueMasterAnd I know getting Ubuntu running on non-supported hardware can be done.  I did it using Natty Alpha on a Tegra 2 development platform using their boot loader & kernel.16:54
sniperjoGrueMaster: i have managed to chroot into a card, but i diddnt have internet connectivity16:54
jkridnerrsalveti mike turquette is supposed to be sending an updated ABB patch.  PM patches are rebased on Kevin's branch on Tony's tree, but more work is required before going upstream.  We pull in the last patch set into OE.16:54
GrueMasterThat may be a kernel issue.  Make sure the ethernet module for your system is loaded.16:54
jkridnerrsalveti: I believe rcn-ee has an ubuntu-style kernel.  I'm sure you must watch it.16:55
jkridnerrsalveti: rcn-ee is pretty good at tracking whatever koen hacks on (and koen follows khilman and tmlind).16:55
rsalvetijcrigby: cool, would like to check that patch set16:55
rsalvetiyeah16:55
rsalvetieven to enable it properly at linaro16:56
* rsalveti updating his oe tree16:56
jkridnerrsalveti I saw khilman sending arnd patches yesterday for PM.  I don't think it included the ABB support for 1GHz xM, but you can probably set the 1GHz OPP without it and not have too many headaches.16:57
rsalvetijcrigby: which kernel version are you using as base?16:57
rsalvetijcrigby: yeah, cool16:57
sniperjoGrueMaster: how would i find out what my ethernet module was ?16:57
GrueMastersniperjo: There are a lot of things to check as to why you don't have networking.  First, look at dmesg to see if the kernel detects the network device.  Second, read the documentation to determine what type of device it is.  If it is usb, lsusb should see it.16:58
GrueMasterIf it is seen, the driver loaded, and dmesg indicates link detected, then maybe you just need to run dhclient eth0.16:58
jkridnerrsalveti: I'd be happy to point you to my 3.0.4 kernel (from koen) that supports 1GHz.17:00
sniperjoi do have libertas: wlan0: Marvell WLAN 802.11 adapter17:00
rsalvetijkridner: cool, want to have a look at that17:01
rsalvetihaving 1ghz support for our 11.09 would be awesome17:01
jkridnerrsalveti http://gitorious.org/beagleboard-validation/linux/commit/c8f49b6a6cbcb3b2627388cee438096381b4191317:15
rsalvetijkridner: great17:30
rsalvetijcrigby: which branch is that, still cloning the tree17:30
jcrigbyrsalveti, is you tab completion expanding to jcrigby when you mean jkridner ?17:33
rsalvetihahah :-)17:33
rsalvetithat was for jkridner :-)17:33
rsalvetijcrigby: sorry ;-)17:34
jcrigbynp, my brain is in a fog so I just wanted to make sure17:34
* rsalveti needs food, out for lunch17:34
jkridnerrsalveti I think it is ulcd-android-20110917b17:38
jkridnerthere actually aren't any android patches on it...17:38
jkridnerbut, I was looking at pulling in the Linaro android patches and this tree was at the base point where I was going to apply the patches17:39
jkridnerI got held up on TLS incompatibilities.17:39
jkridnerI was able to cherry-pick a bunch of the Linaro Android patches, but the Android file system I have has an emulated TLS.17:40
jkridner:(17:40
gildeanogra_: tested yesterdays image, installation goes through without a hitch, even with selecting keyboard-layout etc.18:02
gildeanon the ac100 that is18:03
prpplagueGrueMaster: ping18:04
GrueMasterprpplague: pong18:04
gildeanogra_: also did it by the wiki with another computer with clean ubuntu install, with installing nvflash from .deb etc.18:05
gildeanso the installation-guide is also tested to be accurate18:05
prpplagueGrueMaster: hey, we need to look into the ppa stuff for the 10.10 release18:10
prpplagueGrueMaster: i along with about 5 others have been trying with no success on installing them18:11
GrueMasterYep, I'm working on that now.  Have to flash a new SD with the image.  Should be ready in 20-30 minutes.18:11
GrueMasterIt may be that universe and multiverse need to be enabled iirc.  But I want to verify that first.18:14
prpplagueGrueMaster: yea tried enabling those18:30
GrueMasterprpplague: I am booting up now.  Will let you know what I find soon.18:37
prpplagueGrueMaster: ok thanks18:37
brandiniw00t, I had to comment out that one test for go in order to get go installed18:45
GrueMasterprpplague: I just finished booting into maverick (I got distracted a little).  When I initially tried to install the extras, it failed due to gstreamer & faac packages.  Adding universe and multiverse to /etc/apt/sources.list fixes that.19:23
GrueMasterWill document on wiki.19:23
prpplagueGrueMaster: which instructions were you using ?19:23
prpplagueGrueMaster: are you adding the univer and multiverse from the gui?19:24
GrueMasterI didn't.  I just logged into the maverick image and tried the link for the ti extras.  When it failed, I opened a terminal and tried "sudp apt-get install ubuntu-omap4-extras-multimedia".  Then figured it out from there.19:25
GrueMasterNo, but I will document it in the release notes.19:26
GrueMasterThis was a known issue for maverick (missing universe & multiverse).19:26
prpplagueGrueMaster: ok, document what you got and i will try to replicate19:26
prpplagueGrueMaster: the instructions we have on omapedia are for using the GUI19:26
brandiniHAH! Anyone want to see how fast the pandaboard serves up requests?19:27
brandinimind you my BW is limited to 768 outbound19:27
brandinihttp://eutonian.ath.cx19:27
=== lopi is now known as Lopi
=== Jack87|Away is now known as Jack87
=== Jack87 is now known as Jack87|Away
=== Jack87|Away is now known as Jack87
=== Jack87 is now known as Jack87|Away
cospanhello, I have a beagleboard XM with ubuntu desktop on it. I want to understand how to trigger events from the user button. I thought all I had to do was build a new kernel after modifying the <kernel base>/arch/arm/omap/mach-omap2/board-omap3beagle.c, compile the kernel and copy the vmlinuz into ubuntu's /boot directory and adjusting the symbolic link to run it, but I looked for the events, and inputs within the sysfs director23:30

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