**** BEGIN LOGGING AT Wed Dec 28 02:59:57 2011 Dec 28 07:02:23 i have a memory mapped device. I need to get linux to load to a different location in ram (one that doesnt conflict with a mem mapped device) Dec 28 07:02:41 this is on a gumstix. Dec 28 07:31:45 MrCurious_: If you know what address your device lives at, you can tell the kernel on the cmdline to only use specific segments. Dec 28 07:31:53 mem=460M@0x80000000 mem=256M@0xA0000000 Dec 28 07:32:11 ^-- For instance, uses two chunks starting at those addresses. Dec 28 07:32:19 0x85d00000 - 0x862fffff Dec 28 07:32:38 and i am using something like Dec 28 07:32:38 mmcargs=setenv bootargs mem=93M@0x80000000 mem=128M@0x88000000 Dec 28 07:32:43 Pretty sure there's an inverse cmdline argument to leave holes as well. Dec 28 07:33:09 but it appears that the kernel overlaps Dec 28 07:34:10 looks like i can pass in the start/end when inserting the module Dec 28 07:34:16 other errors now Dec 28 07:50:39 makes me think i patched the kernel improperly Dec 28 11:41:11 interesting awesome wm makes Xorg crash Dec 28 20:03:40 Has anyone succeeded installing powervr-omap-dkms under oneriric with kernel 3.0.0-omap? Dec 28 20:04:15 I'm getting an error about a missing plat/display.h header Dec 28 20:04:32 I see that it got lost between 2.6.38 and 3.0.0 Dec 28 20:04:47 should I stick to the 2.6.38 kernel? Dec 28 21:05:33 badzeppelin: sounds like an easy enough premise to test... add it and see how it goes. **** ENDING LOGGING AT Thu Dec 29 02:59:57 2011