From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH v5 00/10] OMAP4 : DSS2 : HDMI support on OMAP4 Date: Fri, 18 Mar 2011 09:15:47 +0530 Message-ID: <1300419947.2051.4.camel@lappyti> References: <1299753858-12222-1-git-send-email-mythripk@ti.com> <1299764643.2017.177.camel@deskari> <4D78E3F5.2090600@openelec.tv> <1299827578.2567.1.camel@deskari> <4D79E0A0.9040900@openelec.tv> <1299849774.2479.3.camel@deskari> <4D7A4B44.2030801@openelec.tv> <1299868049.2479.33.camel@deskari> <4D7A6D0F.40906@openelec.tv> <4D7CD588.3080100@openelec.tv> <4D7CEEC8.50803@openelec.tv> <1300258302.1917.32.camel@lappyti> <4D814C72.9010300@openelec.tv> <1300360287.1909.62.camel@lappyti> <4D826C33.1090705@openelec.tv> <4D82798D.5090504@openelec.tv> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from devils.ext.ti.com ([198.47.26.153]:52922 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755972Ab1CRDqB (ORCPT ); Thu, 17 Mar 2011 23:46:01 -0400 In-Reply-To: <4D82798D.5090504@openelec.tv> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Stephan Raue Cc: "Janorkar, Mayuresh" , "K, Mythri P" , "linux-omap@vger.kernel.org" On Thu, 2011-03-17 at 16:13 -0500, Stephan Raue wrote: > compiled with DSS/HDMI support as modules, loading modules with: > > modprobe omapdss > modprobe omapfb > > and doing a > > dmesg > > in the init script gives me: > > modprobe: can't load module omapdss > (kernel/drivers/video/omap2/dss/omapdss.ko): invalid module format > modprobe: can't load module cfbcopyarea > (kernel/drivers/video/cfbcopyarea.ko): invalid module format > > see: http://paste.pocoo.org/show/355300/ line 254,255,514,515 > > why? the complete kernel with modules is rebuild from scratch I don't see how that could be a problem in DSS. I mostly use DSS as modules, so it works ok. Are you sure DSS compiled fine, and those modules are right for the kernel you run? Can you load any other module compiled at that time? Tomi