top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

VxWorks: What is the difference b/w downloadable Project and bootable project?

+1 vote
366 views
VxWorks: What is the difference b/w downloadable Project and bootable project?
posted Jun 10, 2014 by Akriti

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Bootable Project: A project used to configure and build VxWorks images for a particular BSP. Application code may be statically linked to such a VxWorks image, and the application’s start-up code may be specified.

Downloadable Project: A project used to manage and build application modules which can be downloaded and dynamically linked with a running VxWorks image. Allows "on the fly" development.

answer Jun 11, 2014 by Rahul Vaidya
...