[03:34] I installed Ubuntu on my beaglebone and for some reason it's running a PSP kernel. I installed the OMAP kernel and can't quite figure out how to switch [03:45] trelane, PSP [03:45] ? [03:45] that's what rcn-ee called it, and it seems to lack most of the OMAP drivers. [03:45] I'm trying a standard OMAP kernel === Jack87 is now known as Jack87|Away [03:49] ok, and that kernel doesn't boot at all :/ [03:57] he's missing all the twl4030 drivers :/ [04:00] PSP Processor Support Package [04:00] Is beaglebone different from beagleboard? [04:00] bone doesnt have a twl4030 [04:00] so I would be surprised if the drivers loaded [04:01] then how is the bone breaking out analog pins? [04:02] and what driver am I looking for? [04:02] read schematics, see where they are wired [04:07] looks like it's right off the AM3558 [04:15] looks like there is a driver [04:15] /sys/devices/platform/omap/tsc [04:35] XorA, which isn't propigated [04:37] :/sys/devices/platform/omap# ls -asl tsc [04:37] ls: cannot access tsc: No such file or directory [04:38] trelane: I suggest you take kernel sources + config from OE then [04:40] yep :( [04:40] good news, looks like source is direct from TI and defconfig is one simple file :-D [04:41] http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-kernel/linux/linux-ti33x-psp_3.2.bb === zyga_ is now known as zyga [11:12] Is there any program will use /dev/fb0 directly,not using fbcon( it need config_vt ,doesn't it) [11:14] ayaka: you can pipe /dev/urandom or such into the fb if you like. [11:15] no [11:15] like X it need tty, but I can't set it in kernel [11:16] so is there any way which avoid using tty, and using fb directly [11:20] * LetoThe2nd fails totally to see the problem. [11:20] but i smell http://mywiki.wooledge.org/XyProblem [11:48] no, it is tty problem, it is in kernel, once I set config_vt=y, i can't mount my,rootfs anymore [11:48] my rootfs [11:48] so I want to avoid tty === Quintasan_ is now known as Quintasan [12:59] LetoThe2nd thank you [14:20] Hi, where can I find the live-build configuration used to build the oneiric arm images (specifically armel+omap4)? I've search around but I'm only able to find the preinstalled images themselves, no information on how to recreate them. === zyga is now known as zyga-food [15:35] i am not able to install SGX drivers on ubuntu 12.04. can any one help? [15:36] according to https://wiki.ubuntu.com/ARM/OMAP/Graphics after installing 12.04 i get icon in tray to install PVR Driver === zyga-food is now known as zyga [15:36] before i install driver i check output of eglinfo command and it was showind software renderer [15:37] same is happening after driver installation and reboot [15:48] parin: click on the gear icon at the top side right side of the desktop and choose the update software one [15:50] install all the updates then use that same gear icon to Shut Down... and restart [15:52] after doing that then you should get the jockey dialog titled Additional Drivers window to be offered to install PowerVR SGX drivers after a minute of the desktop environment finished loading. If not then click on the gear icon yet again and select System Settings... click on Additional Drivers under Hardware category and now you should be able to install the PowerVR SGX drivers from there [15:52] after its done scanning for hardware. [15:58] @ TypoNAM thanks for your help [15:59] i am installing all updates right now i will follow your instructions and see what happens [16:08] parin: :) [16:32] @TypoNAM ok i got PVR SGX Driver installed but glxinfo command still shows Software Rasterizaer [16:34] do i need to configure it? in When I clicked Additional Drivers in Hardware tab it says PowerVR is activated and currently in use [16:34] parin: that is because PowerVR SGX is an OpenGL ES implementation, not OpenGL [16:34] you want the es2gears and es2_info tools [16:36] parin: install the mesa-utils-extra package for those two utilities [16:36] alrite will do that [16:40] TypoNAM ok i got that working. es2_info shows me GL_RENDERER: PowerVR SGX 540 [16:41] then it is working [16:43] yes also before i installed it all applications (e.g Terminal) took long time to open (10 secs) now that time is reduced drastically (2 secs) is that because 3d acceleration is activated? [16:44] most likely due to SD card latency [16:44] I do have noticed a long delay when opening a new terminal either locally or via ssh remotely [16:45] hmm...i am using class 4 16GB [16:45] cause everytime you open a terminal several shell scripts are ran to prepare the terminal environment [16:46] right...and that delay is huge when I open Qt Creator...i will try using class 6 and class 10 SD cards [16:46] what are other storage options with panda? Can I use static hard drive? [16:46] parin: also if you have any problems with unity such as no borders around windows and the control box with title bar is missing, click on the gear icon and select Log Out, at the login window click on the white ubuntu icon near your login name and select Ubuntu-2D, log back in, and now you're using the unity that doesn't falsely detect OpenGL and try to use it [16:50] ya i notices that behavior when i installed PVR Driver first but didnt update the Ubuntu. as soon as I updated Ubuntu it started working ok [16:51] ahh ok :) [16:52] no I am really want to try NASA's worldwind 3D Glob program and see how well that works [16:58] hehehe [18:05] Guys, if you are looking to do some serious development work, I recommend using a usb-sata drive. You will still need to have the boot partiion on the SD, but just change the boot script to point to the usb drive for root. Speed improvement is significant. [18:07] Another option is to do a netboot install to the usb drive, but if you already have a working image, you can use a program like gparted to copy/paste the rootfs from SD to the usb drive. [18:07] TypoNAM: parin: ^^^ [18:10] Hi GrueMaster thank you for your suggestion...i am surly try SATA [18:11] but how about SSD? in my project I have limited size [18:11] limites space to accommodate hard drive [18:13] parin: he's talking about a USB attached drive, which are normally IDE or SATA internal drives in a case [18:13] I'm sure a SSD incase of a USB enclosure casing would work just as well [18:13] incase = inside [18:14] TypoNAM: Yes, SSD in a usb enclosure will also work. [18:15] hmmm..i will try both actually...i definitely need to improve read/write speed [18:15] also trying xUbuntu-Desktop if it helps [18:15] My suggestion is only for a development environment. Once your app is running, you can package it and istall it on a test "execution" image that is SD only for deployment. [18:16] yes but we do constant development and right now just concentrating on prototype product [18:17] so right now its ok if we keep HD with panda [18:25] parin, didn't they announce that they are going to get you guys a calxeda this month? [18:28] /oo/ === rbelem_ is now known as rbelem === Ursinha_ is now known as Ursinha === Ursinha` is now known as Ursinha === Ursinha is now known as Guest74162 === Guest74162 is now known as Ursula___ === Ursula___ is now known as Ursula_ === Ursula_ is now known as Ursinha [23:42] why is there no gdbserver for Ubuntu 12.04 armhf?