Re: VxWorks



sushmak2k6@xxxxxxxxx wrote:

Hi Everybody,

Hello.

Iam new to VxWorks. I know programming in VxWorks but iam new to
VxWorks BSP. Can anyone help aboyt this.

This is a very open ended question and is therefore not likely to
generate much response. You can expect better if you ask more specific
questions.

That said, perhaps this will help.

A BSP, or board support package, consists of the code and documentation
files that are specific to a particular target (hardware environment) and
serve as the interface between the hardware specific and generic portions
of vxWorks. Its code is where system initialization begins, device
drivers are incorporated, and other hardware specific issues are handled.

The BSP is used in a variety of ways. One of these is to build boot ROM
images that can be programmed into ROM devices and installed on the target.
These provide the code that runs after reset, minimally initializes the
hardware, and attempts to load and execute an image of a customized and
more fully featured operating system from a flash memory, a disk, or via
a network connection. This program also provides the ability to interrupt
the boot process and specify boot parameters that control several factors
including where to find and how to load that customized, full featured OS.
This is very much like interrupting a PC's BIOS with the DEL key and
configuring Windows to boot in different ways.

The BSP also serves as the basis for rhose custom vxWorks images that can
be built in a variety of ways to support different uses. They can, for
example, be built to be loaded and executed on a target by its BSP boot
ROM. Such builds typically include debugging support, allowing application
programs to be loaded, executed, and debugged.

Custom vxWorks images can also be built to provide still more boot ROM
images. These typically boot the system in a specific way, as opposed
to the configurable boot provided by the BSP boot ROM. These images might
exclude debugging support but include debugged application programs that
execute once the boot process is complete.

Thanks In advance.

HTH

--
========================================================================
Michael Kesti | "And like, one and one don't make
| two, one and one make one."
mrkesti at hotmail dot com | - The Who, Bargain
.



Relevant Pages

  • Re: VxWorks
    ... VxWorks BSP. ... One of these is to build boot ROM ... images that can be programmed into ROM devices and installed on the target. ...
    (comp.os.vxworks)
  • RTP process launch problem
    ... vxworks 6.6 BSP. ... The executable is placed on the FTP share we use to ... boot the image. ...
    (comp.os.vxworks)
  • VxWorks 6.2 BSP Debug
    ... I am working on VxWorks 6.2 BSP. ... I can boot my BSP with VxWorks. ... I disabled RTP/EDR related stuff. ...
    (comp.os.vxworks)
  • Re: Allocating Internal Flash as Root
    ... Turn on debug message output and see what happens during boot. ... You'll have to read the BSP ... Once it was added to my BSP I got a new set of registry entries in my ... drive called NAND Flash as the profile indicates. ...
    (microsoft.public.windowsce.platbuilder)
  • remote ether connection setup
    ... I'm trying to login to a device which has VxWorks on it, ... I'm guessing from the info below, that fei0 is ... Anyone have ideas on what needs to be done in order to login remotely so ... [VxWorks Boot]: version ...
    (comp.os.vxworks)