EmbeddedRelated.com
Forums
Memfault Beyond the Launch

Board Support Packages

Started by Unknown April 27, 2006
Hi group,

 What are board support packages?are they similar to BIOS,since they
act like a bridge between OS and hardware?How does a BSP work.?Someone
please clarify on this..

regards
Jayanthi

Op Thu, 27 Apr 2006 09:04:44 +0200 schreef <jayanthiveerabahu@gmail.com>:
> Hi group, > > What are board support packages?are they similar to BIOS,since they > act like a bridge between OS and hardware?
Yes. But that is about the only similarity. A basic BSP consists of board startup code and device drivers.
> How does a BSP work.?
It differs per architecture. Usually you use the OS device driver interface to talk to the devices, configure the system to start the BSP processes and you compile and link the BSP with the kernel.
> Someone > please clarify on this.. > > regards > Jayanthi >
-- Gemaakt met Opera's revolutionaire e-mailprogramma: http://www.opera.com/mail/
hi Boudewijn

thanks a lot fpr your reply.

Boudewijn Dijkstra wrote:
> Op Thu, 27 Apr 2006 09:04:44 +0200 schreef <jayanthiveerabahu@gmail.com>: > > Hi group, > > > > What are board support packages?are they similar to BIOS,since they > > act like a bridge between OS and hardware? > > Yes. But that is about the only similarity. A basic BSP consists of > board startup code and device drivers. > > > How does a BSP work.? > > It differs per architecture. Usually you use the OS device driver > interface to talk to the devices, configure the system to start the BSP > processes and you compile and link the BSP with the kernel. > > > Someone > > please clarify on this.. > > > > regards > > Jayanthi > > > > > > -- > Gemaakt met Opera's revolutionaire e-mailprogramma: > http://www.opera.com/mail/

Memfault Beyond the Launch