From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Richard Copeman" Subject: RE: Problems building DSP gateway on 2.6.15 Date: Wed, 22 Mar 2006 16:12:58 -0000 Message-ID: <008101c64dcb$7d1cb110$642aa8c0@BUFFY> References: <20060323.005740.730554090.toshihiro.kobayashi@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060323.005740.730554090.toshihiro.kobayashi@nokia.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: toshihiro.kobayashi@nokia.com, linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org Toshihiro san, Thanks for the pointer. There is no OMAP DSP Gateway message displayed during my startup. I do not do "make uImage". I use a JTAG debugger to download vmlinux directly to RAM. What does "make uImage" do for me? Thanks, Richard. -----Original Message----- From: toshihiro.kobayashi@nokia.com [mailto:toshihiro.kobayashi@nokia.com] Sent: 22 March 2006 15:58 To: richard.copeman@lauterbach.co.uk; linux-omap-open-source@linux.omap.com Subject: Re: Problems building DSP gateway on 2.6.15 Hi, From: "Richard Copeman" Subject: Problems building DSP gateway on 2.6.15 Date: Tue, 21 Mar 2006 09:21:34 -0000 > Warning: none of /sys/devicesplatform/dsp.0/ifver, > /sys/devices/platform/dsp0.. > > (DSP Gateway driver is too old or not loaded) > > open control device: No such file or directory. > In /sys/devices/platform I have: i2c_omap.1, omap_mcbsp.1, omapflash.0, > serial8250.0, omap-keyboard, omap_t2, power, smc91x, omap_cf, omapfb, > serial8250 and uevent. There should be /sys/devices/platform/dsp directory if the DSP Gateway is compiled in the kernel. Do you see "OMAP DSP driver initialization" in the boot message? If yes, DSP Gateway is in your kernel and I suspect you have a problem in your fs. Otherwise your kernel doesn't contain DSP Gateway. Didn't you miss to do 'make uImage'? (Since sometimes I do. :)) BR, Toshihiro Kobayashi