=== zz_anmar is now known as anmar === anmar is now known as zz_anmar === chihchun_afk is now known as chihchun [09:30] hello [09:30] can someone help me how to find physical memory address for kernel? === duoi is now known as duoi_afk === doko_ is now known as doko === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === zz_anmar is now known as anmar === chihchun is now known as chihchun_afk === anmar is now known as zz_anmar === zz_anmar is now known as anmar === chihchun_afk is now known as chihchun === rbasak_ is now known as rbasak [19:13] how can I figure out which bootargs were passed with ubuntu-12.04-preinstalled-desktop-armhf+omap4? [19:14] without booting it [19:15] grant__: so you have it booted now, and you don't want to reboot it? Or you don't have it booted at all, don't want to boot it, but want to know what was used in the past? [19:16] rbasask: don't want to boot it [19:16] I guess you could look at the uEnv.txt or boot.scr or whatever it uses. [19:16] as i said in the other channel, chekc the first (fat) artition [19:17] *partition [19:17] right, its either uEnv.txt or preEnv.txt [19:17] hmm [19:17] in 12.04 it could even be that there still was a boot.scr [19:18] (uboot changed a lot around that time) [19:18] how can I grab those files without formatting an SD card? [19:19] you could unzip the img, and loop mount the partition (needs an offset) [19:19] * ogra_ guesses just dd'ing is faster than fiddling with that ... but up to you indeed :) [19:21] I'm downloading ubuntu-12.04-preinstalled-desktop-armhf+omap4.img.gz now and then extract, and mount the resulting img? [19:21] no [19:21] you mount the first ppartition of it [19:22] OK, how can I figure that offset? [19:22] google :) there are tons of howtos for that [19:22] ok [19:22] "mount image partition with offset" [19:22] or some such [19:23] looks like: start sector * size of a sector in bytes from fdisk [19:24] yeah, something like that [19:28] brb === anmar is now known as zz_anmar === chihchun is now known as chihchun_afk [19:44] I grabbed everything from the boot partition. There is no uEnv.txt and there isn't anything interesting in boot.scr but I can at least try to boot Gentoo with these boot files and see what happens. [19:45] The issue I'm having is xf86-video-omap segfaults with the ti-omap4 kernel. It looks like ubuntu instead used xf86-video-omap though, and Xorg does start that way successfully but there is no output to the screen. [19:46] The point of all this is to load pvr-omap4 under the ti-omap4 kernel since it doesn't compile under the latest kernel. [19:46] I meant to say ubuntu instead used *xf86-video-fbdev* [20:11] setenv bootargs vram=32M mem=456M@0x80000000 mem=512M@0xA0000000 fixrtc quiet splash [20:11] grant__: ^-- That's what the precise boot.scr contains. [20:21] infinity: thanks, I saw that and it's not as enligtening as I hoped :) [21:37] how can I make x86-video-fbdev utilize the pvr-omap4 module? [21:38] the module compiles and loads and Xorg starts but I still can't use XV