/srv/irclogs.ubuntu.com/2010/12/25/#ubuntu-arm.txt

TheCountwow, many people13:31
TheCounthi all :) halp!13:31
TheCountI'm trying to follow the instructions on https://wiki.ubuntu.com/ARM/OMAPMaverickInstall but only get a black screen13:32
TheCountBeagleBoard-xM Rev C, Panasonic HDMI TV, 16GB microSD; stock microSD gives some kind of picture13:32
TheCountboth the regular kernel and the other kernel have the same symptoms; when using a serial console I at least can see that the disk gets resized13:33
TheCountsorry, xM B13:39
dcordesTheCount: that's all you see on the serial console ?13:53
TheCountdcordes: nah, I see a bit more when I turn on the serial console ..13:57
TheCountdcordes: but without turning on the serial console it's "uncompressing linux, done, etc" and then nothing.13:57
TheCountdcordes: eventually the network link comes up, but all ports are closed13:58
TheCountI'm just trying http://elinux.org/BeagleBoardUbuntu#Maverick_10.10_213:58
TheCountthe stock microSD gives a slightly misaligned and garbled FB display on my TV, is that normal?13:59
TheCounti.e. some overscan issue and the picture is repeated13:59
TheCounthorizontally13:59
dcordeswhat about official image? doesn't support beale ?14:01
TheCountit should. according to the docs this should be perfectly fine.14:03
dcordeswell then why not using it =14:13
TheCountbecause it DOES not work? :)14:14
TheCountguess why I'm here? ;)14:14
TheCountlike I said: I'm getting a black screen, and a black screen only14:15
* TheCount is trying the netinstall now *sigh*14:15
TheCountmaybe netinstall via serial gets me to a state where I can at least login to the box and debug on itself14:16
dcordesthat image in the wiki you are pointing to is not an official ubuntu image14:17
TheCountgit clone git://github.com/RobertCNelson/netinstall-omap.git14:17
TheCountsorry14:17
TheCountgit clone git://github.com/RobertCNelson/netinstall-omap.git14:17
TheCountcopy-waste14:17
TheCounthttps://wiki.ubuntu.com/ARM/OMAPMaverickInstall isn't?14:17
TheCountit's the very first thing I tried, and it doesn't work.14:17
TheCountseems pretty official to me.14:18
* TheCount is slightly frustrated :(14:19
rsalvetiTheCount: did you replace the kernel like said in the wiki page?14:42
rsalvetithis black screen issue is usually the problem described at the wiki page14:42
TheCountrsalveti: yes, I did. no difference :(14:48
TheCountinterestingly, the packaging says xM B, but the bootloader says xM A. hm.14:49
rsalvetiTheCount: the only change from rev B is the processor revision14:50
rsalvetiso it's basically like the A14:50
rsalvetiA3 actually14:50
TheCounthmm. okay, there's no number with the A. but it was sold as a Rev B14:52
TheCountI'm just running a maverick netinst via serial14:52
TheCountmaybe I can get something showing afterwards14:53
TheCountwhat worries me a bit is the slightly wrong FB display with the testing image14:53
guerbyrsalveti, hi, I got another crash yesterday still zero logs and no way to reproduce, probably a cumulative thing14:53
rsalvetiguerby: :-(14:53
rsalvetiguerby: if you want you can try natty's kernel14:54
guerbyrsalveti, is there a way through apt-get?14:54
rsalvetiguerby: yep, but you need to change to the natty's repo, and it'll probably pull more than wanted14:55
rsalvetiguerby: http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-ti-omap4/linux-image-2.6.35-1101-omap4_2.6.35-1101.3_armel.deb14:55
guerbyrsalveti, I'm fine in dist-upgrade if this is known to work14:56
rsalvetidpkg -i  and flash-kernel should install all that's needed14:56
guerbyrsalveti, ah ok, trying that14:56
rsalvetiit's a good test but not a known to work14:56
rsalvetiand updating it now will probably break other stuff14:56
guerbyrsalveti, I'm trying dpkg -i/flash kernel stuff14:56
rsalvetiguerby: http://ppa.launchpad.net/rsalveti/armel/ubuntu/pool/main/x/x-loader/x-loader-omap4-panda_1.4.4+git20101223+6f3a261-1ubuntu1ppa2_armel.deb14:57
rsalvetiyou also need this new x-loader14:57
guerbyrsalveti, dpkg -i too ?14:57
rsalvetijust replace the MLO file from this deb into your first partition14:57
rsalvetiguerby: if you install it you'll find it at /usr/lib/x-loader/omap4430panda/MLO, or something like that14:58
rsalvetiguerby: you can just extract it14:58
rsalvetifrom your host, and then copy to the first partition14:58
rsalvetidpkg -X <deb> .14:58
guerbyrsalveti, ok copied MLO, dpkg -i, flash-kernel now reboot ...15:05
rsalvetiguerby: cool, good luck :-)15:05
guerby$ cat /proc/version15:07
guerbyLinux version 2.6.35-1101-omap4 (buildd@crabapple) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.1-12ubuntu1) ) #3-Ubuntu SMP PREEMPT Tue Dec 14 16:05:04 UTC 201015:07
guerbyrsalveti, now running my build loop again :)15:07
rsalvetiguerby: cool :-)15:07
guerbyrsalveti, it's always better when few commands are needed to try new kernels :)15:08
guerbyrsalveti, whta's that MLO thing?15:08
rsalvetiguerby: is the x-loader, a very small boot loader needed by the omap platforms15:08
rsalvetithat initialize some very basic stuff and then loads the u-boot15:09
guerbyrsalveti, strange it needs upgrade when kernel changes?15:09
rsalvetiguerby: it's just because there are still some stuff that are initialized just by the x-loader15:09
rsalvetiand then the kernel expect it to be initialized15:09
guerbyrsalveti, ah ok15:10
guerbyrsalveti, thanks for the info :)15:10
rsalvetiwhat changed with this kernel is that more stuff went from the x-loader to the kernel15:10
rsalvetiwhat's the correct path15:10
guerbyrsalveti, BTW I noticed in /var/log/kern.log I get plenty of: Dec 19 22:55:01 gcc44 kernel: [57571.922210] smsc95xx 1-1.1:1.0: usb0: kevent 2 may have been dropped15:11
rsalvetiguerby: that's something I also get with the previous kernel15:11
rsalvetiyou probably also got it sometimes15:11
guerbyrsalveti, many identical messages per millisecond15:12
rsalvetiyeah, this is something it seems to be fixed with the 37 but I still didn't have time to find the fix to backport it15:12
guerbyrsalveti, ok :)15:12
guerbyrsalveti, build running, let's see what happens. for reference cmdline=text ro elevator=noop vram=32M mem=768M root=UUID=b5d2dfb1-270c-4966-abe6-dfe7a2a17efd fixrtc smsc95xx.macaddr=32:57:F8:93:E1:CD15:13
rsalvetihopefully it'll be better15:16
* rsalveti bbl, lunch15:17
sveinseAny armel-cross guys around here now?17:09
sveinseI updated my Maverick amd64 host and got a new version of binutils-arm-linux-gnueabi (from 2.20.51.20100908-0ubuntu2cross1.50 to 2.20.51.20100908-0ubuntu2cross1.52)17:14
sveinseNow it seems I'm unable to cross build my applications "/usr/lib/gcc/arm-linux-gnueabi/4.5.1/../../../../arm-linux-gnueabi/bin/ld: this linker was not configured to use sysroots"17:16
sveinseThis could seriously limit our ability to build apps, since we rely on sysroot for building17:16
sveinseI'll throw in a bugreport if noone else is familiar with this17:17
MartynAlready reported : https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/58264517:42
ubot2Launchpad bug 582645 in gcc-4.4 (Ubuntu) "Linker was not configured to use sysroots (affects: 5) (heat: 36)" [Undecided,Fix released]17:42
sveinseYes, I'm commenting on it. Thanks17:42
sveinseIt really is a blow for us, so we need to take some steps back17:43
MartynI think it's a regression failure17:45
sveinseYes, but the fix is not elegant, as an excellent feature of the toolchain is removed to fix it17:47
TheCount oups ...18:29
TheCountasoc: interface omap-mcbsp-dai-0 hw params failed18:29
TheCountwhat the heck does that mean?18:29
TheCountand why do I still not have output on my HDMI port *sigh* (Beagleboard-xM Rev B after Maverick Netinstall - the preconfigured image didn't work either :()18:33
TheCounthm. at least I can SSH to the box now, yay! :D18:35
TheCount*sigh*19:06
armin76Martyn: http://www.linuxfordevices.com/c/a/News/ZT-Systems-R1801e-/ <- is that yours?19:09
TheCounthah. okay. now I've got omapfb.mode=dvi:1280x720MR-16@60 in my /proc/cmdline, but still no picture. what could be the problem?19:20
sveinseTheCount: Does dmesg tell you anything useful in regards of omapfb?19:21
TheCountwait a sec, just copied the kernel cmdline from the stock microSD19:24
TheCounthm. quite different19:25
TheCountroot@beagleboard:~# cat /proc/cmdline19:25
TheCountconsole=tty0 console=ttyS2,115200n8 mem=80M@0x80000000 mem=384M@0x88000000 mpurate=1000 buddy=none camera=lbcm3m1 vram=16M omapfb.vram=0:8M,1:4M,2:4M omapfb.mode=dvi:1024x768MR-16@60 omapdss.def_disp=dvi root=/dev/ram0 rw ramdisk_size=131072 initrd=0x88000000,128M rootfstype=ext219:25
TheCountroot@beagle:~# dmesg|grep omapfb19:26
TheCount[    0.000000] Kernel command line: console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p5 ro vram=12MB omapfb.mode=dvi:1280x720MR-16@60 fixrtc buddy=none mpurate=80019:26
TheCountsveinse: I'd call that a 'nope' ..19:26
TheCount*fiddle*19:29
TheCountoh. yay.19:32
TheCountwith the different kernel parameters I see a different broken display ;)19:32
Martynarmin76 : No comment19:33
dcordesA slide to unlock feature for the gnome lock screen program would be nice for touchscreen only devices20:06
TheCountokay, now I got a broken 1024x768 mode displaying on HDMI. yay!20:14
TheCountthe other modes are all not listed in modedb.c - I wonder how they were supposed to work?!?20:15
TheCountah. on the fly calculation.20:18
TheCountwhat is the recommended kernel for a beagleboarx-xM rev B?20:19
TheCountcurrently using 2.6.35-1008-linaro-omap ..20:19
TheCountand, how would I nail down that damn MAC address properly?20:19
guerbyrsalveti, no luck, freeze again after two hours22:24
guerbyCpu(s): 60.5%us, 27.0%sy,  0.0%ni,  4.7%id,  0.9%wa,  0.0%hi,  7.0%si,  0.0%st22:24
guerbyMem:    734472k total,   572936k used,   161536k free,      912k buffers22:24
guerbySwap:   524284k total,     4568k used,   519716k free,   481424k cached22:24
guerbyrebooting22:24
guerbyrsalveti, interestingly one of the board LED is on, the D122:25
guerbythe other D2 is off22:25

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