RTEMS Logo

RTEMS 4.9.4 On-Line Library


Initialization Code boot_card() - Boot the Card

PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

7.3.2: boot_card() - Boot the Card

The boot_card() is the first C code invoked. This file is the core component in the RTEMS BSP Initialization Framework and provides the proper sequencing of initialization steps for the BSP, RTEMS and device drivers. All BSPs use the same shared version of boot_card() which is located in the following file:

c/src/lib/libbsp/shared/bootcard.c

The boot_card() routine performs the following functions:

That's it. We just went through the entire sequence.


PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

Copyright © 1988-2008 OAR Corporation