News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

Anatomy of a Small Open-Source Kernel for DSPs [Linux Journal]

Jul 28, 2002 — by LinuxDevices Staff — from the LinuxDevices Archive — 1 views

In this article at Linux Journal, Julian Rose provides technical and historical background of 'dsp_k', an open source real-time kernel and library for digital signal processors (DSPs). Rose also examines the use of open source software in deeply embedded systems . . .

” . . . The purpose of the dsp_K project is to provide developers with a small real-time kernel suitable for DSPs, serve as an illustration of embedded open-source software, propose and implement an EL/IX profile for DSPs and serve as an exercise in porting pieces of Linux code to DSPs.”

“At the lower-most layer of dsp_K, the BSP aims to provide a set of runtime services designed to be as simple as possible and still constitute a functional software platform, while affording some personality. Staying small also makes it easier to port the BSP to other DSPs, while currently there is only one version for the analog device's SHARC family. Why the SHARC? Well, simply because that was the hardware available when I started the project. Actually, the term BSP is a kind of a misnomer because there is no specific board support; rather, the software can run on various boards. It might help you to think of it as a chip (family) support package . . .”

Read full story

 
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.



Comments are closed.