1 / 15

FIRMWARE

Hanh Nguyen. FIRMWARE. What is it?. Firmware is a software program or set of instructions programmed on a hardware device. Layer between hardware and software Also call “embeded software” Non-volatile, installed on ROM chips (ROM, PROM, EPROM) or flash chips. Examples.

haruko
Download Presentation

FIRMWARE

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hanh Nguyen FIRMWARE

  2. What is it? • Firmware is a software program or set of instructions programmed on a hardware device. • Layer between hardware and software • Also call “embeded software” • Non-volatile, installed on ROM chips (ROM, PROM, EPROM) or flash chips

  3. Examples • The BIOS found in IBM-compatible Personal Computers • The operating system on a router • The iPod's control menus • The Xbox 360 Dashboard Firmware is in every electronic device you can think of!

  4. What does it do? • Enables the device to render its capabilities functional. • Coordinates the activities of the hardware during normal operation and contains programming constructs used to perform those operations.  Example: in a typical modem, the firmware will be a factor in establishing the modem's data rate, command set recognition, and special feature implementation

  5. How was it developed? • Developed using low-level programming languages or machine language • The development cycles is as complicated as regular software development. • Developers must have deep understanding of the hardware of the product as well as the programming skills. • Must be well-tested.

  6. Firmware trends • Upgradable • Portable • Open source and close source

  7. Upgradeable • In the past, firmware chips could not be rewritten. When the BIOS became outdated, the only option was to buy a new motherboard. • Nowadays, most firmware can be updated because it is stored in flash memory. Flashing firmware is also risky, as the device will not boot if the flashing process is interrupted or becomes corrupted

  8. Upgradeable • One of the most common devices to have regular firmware updates are recording devices such as optical media writers (DVD, CD, HD DVD, Blu-ray)

  9. Portable • In the past, most devices run their own firmware. • Over the years, manufacturers have found that loading the firmware from the host system is both cheaper and more flexible. As a result, much current hardware is unable to function in any useful way until the host computer has fed it the requisite firmware. This firmware load is handled by the device driver.

  10. Portable • Devices like the wireless card Intel Pro Wireless 2200bg, the driver is in the Linux kernel, but you have to put the firmware into /lib/firmware before you can use the device • In Linux, there is a folder for firmware: /lib/firmware

  11. Open source and Closed source • Firmware goes open source! Example: firmware for Linksys router LinuxBIOS OpenBIOS

  12. BIOS • Basic Input/Output System,firmware code run by an IBM compatible PC • Runs when the computer is powered on. It initializes several motherboard components and peripherals, including: processors and caches, chipset, memory, graphics controller, mass storage controllers, various I/O controllers . • Finally, it loads the boot loader for the operating system, and transfers control to it.

  13. BIOS • Recently, the BIOS has taken on more complex functions such as power management, hot swapping and thermal management • Extensible Firmware Interface (EFI)was invented to extends BIOS functionality while reducing the complexity • Open source efforts: LinuxBIOS, OpenBIOS

  14. Conclusion • Firmware is very important because it is the link between hardware and software • Firmware is getting more and more important because of the growth of embed computer/system. • The development of firmware is very much like software

More Related