On Fri, Mar 29, 2002 at 01:32:44AM +0100, Sven L�bke wrote: > Is it possible to write an IDE and AudioDAC-driver for this board or could > I even modify > a driver, which is written for the LART? Is every mp3 software decoder, > that is written for > the StrongARM processor, compatible with this module? Do I have to change > the Linux > kernel for this mp3-player? Is this processor fast enough to decode MP3s in > realtime?
I'll start you off by providing a nice "general" answer to one of your questions. We have a package called "madplay", which is an integer mp3 player running on ARM based machines. In fact, I use it extensively to play mp3's on the Intel SA1110 evaluation board. See: http://www.mars.org/home/rob/proj/mpeg/ This works with any Open Sound System-compatible kernel sound driver. We support a number of these, the most common is the UDA1341 chip which can be interfaced to the SA1110's SSP port and 3 GPIO signals (but it looks like that's not available on the device you mentioned.) As far as IDE goes, if you have a PCMCIA interface, there's always CF or a PCMCIA drive. Hope this helps. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
