Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

diff between bsp and drivers

Status
Not open for further replies.

satyagandu

Junior Member level 1
Joined
Apr 28, 2007
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,369
hi,

can any one tell me what is the difference between linux bsp and linux device drivers.
 

Not all embedded boards are supported in Main Kernel Tree. For those boards, mostly manufactures write the code required for linux kernel to talk to on board chips and peripherals.

BSP includes cross compiling tool-chain for your target as well, I believe.

BSP also provide interface for initialising processor and exposed various other board features to linux kernel. BSP also provides all the device drivers for board which are not supported by main kernel tree.

In nutshell, if you can't find your board in main kernel tree, then you most probably need BSP for your board.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top