All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Richard Copeman" <richard.copeman@lauterbach.co.uk>
To: linux-omap-open-source@linux.omap.com
Subject: Problems building DSP gateway on 2.6.15
Date: Tue, 21 Mar 2006 09:21:34 -0000	[thread overview]
Message-ID: <001001c64cc8$d911a420$642aa8c0@BUFFY> (raw)
In-Reply-To: <20060320180002.1755A8062C@linux.omap.com>

Hi,

 

I have just built 2.6.15 kernel with 2.6.15-omap1 patch. I included the DSP
gateway support in my "make xconfig" stage. I downloaded the utils and apps
from sourceforge for dspgateway 3.3 and built those successfully. I am using
Uboot 1.1.1 to setup my 5912 OSK board and then downloading the kernel and a
ramdisk via JTAG to target memory. Console is via serial port and minicom to
my host PC. My ramdisk is created with:

 

set -x

SIZE=8192

DEV=/dev/ram

ROOTFS=/usr/src/5912/rootfs2.6

/sbin/mkfs.ext2 $DEV $SIZE

mount -t ext2 $DEV /mnt/ram

cd $ROOTFS

cp -av . /mnt/ram

df /dev/ram

umount /mnt/ram

dd if=$DEV bs=1k count=$SIZE | gzip -9 > ramdisk.image.gz

chmod 666 ramdisk.image.gz

 

 

 I try to do: dspctl load ex_task.out but it tells me that:

 

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.

 

In /dev I have: console, tty, tty0 and ttyS0

 

lsmod shows no modules loaded.

 

I'm sure I have missed a step along the way here but I can't find it. Can
someone point me in the right direction please?

 

Thanks,

 

Richard.

       reply	other threads:[~2006-03-21  9:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20060320180002.1755A8062C@linux.omap.com>
2006-03-21  9:21 ` Richard Copeman [this message]
2006-03-22 15:57   ` Problems building DSP gateway on 2.6.15 toshihiro.kobayashi
2006-03-22 16:12     ` Richard Copeman
2006-03-22 16:19       ` Dirk Behme
2006-03-22 16:44         ` toshihiro.kobayashi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001001c64cc8$d911a420$642aa8c0@BUFFY' \
    --to=richard.copeman@lauterbach.co.uk \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.