From: "Richard Copeman" <richard.copeman@lauterbach.co.uk>
To: linux-omap-open-source@linux.omap.com
Subject: Problems with DSP gateway
Date: Mon, 20 Mar 2006 11:51:10 -0000 [thread overview]
Message-ID: <009f01c64c14$953bf7f0$642aa8c0@BUFFY> (raw)
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-20 11:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='009f01c64c14$953bf7f0$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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox