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.
BIOS is responsible for initialization and startup of the module, and maybe the boot process, and it provides some basic firmware interfaces to interact with the hardware, like the old D*S software interrupts, but the BSP is the layer between the OS and the hardware, which translates generic OS functions to special hardware commands, which in turn might be handled by the BIOS...
BSP comes close to a hardware abstraction layer thing...
.b
* Firmware is equivalent to "software" in PC world. Unlike PC's, user can't load whatever he/she wants on the embedded board. So software on an embedded system is "firm", this is why software called as firmware in embedded world.
* BSP -board support package- is a bunch of patches/modifications to adopt a sw system (usually O.S. like winCE, linux) to your custom board. i.e. you have a board with T.I.'s Omap processor, linux kernel already have Omap support, but you need to tailor it for your board. You have different display, different keypad etc. All these changes constitues the BSP.
* BIOS basic input output system, orginally a PC thing. It's the first piece of program runs when the computer powered up and responsible for basic HW configuration and bootloading. I've heard some terms like DSP BIOS, but normally BIOS means just PC BIOS to me.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.