VxWorks Manual
Official Vxworks Stuff from Winriver
2) Tornado Getting Started Guide
Getting Started On VxWorks. Basic Concepts
1) An Overview Tutorial of the VxWorks Real-Time Operating System
2) Writing Device Drivers on VxWorks
3) VxWorks Command Cheat Sheet
4) Basic Host Target Setup.
How to set up communication for remote debugging.
VxWorks Tutorials
1) Introduction to VxWorks Shell
"The VxWorks shell is the command-line interface which allows you to interact directly with VxWorks. You may use commands to load programs, run various utilities, perform simple debugging, etc. VxWorks is single-user, so only one shell is active at any time. You use the shell when you type at the system's console, or when you login remotely using rlogin or telnet. When you issue a shell command, the shell executes it, and then prints a value (generally the command's result)."
2) VxWorks File Systems
"A Short Description on Filesystems support on VxWorks"
3) A Quick Intro into VxWorks Symbol Table
4) Development under Vxworks environment
5) How VxWorks Booting Works. Indepth view of the files, boot params and how to boot over the network.
7) Cross Compiling for VxWorks
"Cross-compiling means compiling (and optionally linking) your programs in one place (called the "host") and running them in another place (called the "target"). This is used for VxWorks because in its early days, Wind River concentrated their efforts on the "meat" of the product (the real-time WIND kernel and its VxWorks facilities) rather than reinventing the wheel."
8) Intro To VxWorks task Library (TaskLib)
9) WDB Support for GNU gdb-5.0
"vxWorks features a so called "remote agent", which, among other things can be used for remote debugging. gdb (running on a host computer) talks to the remote agent speaking a dedicated network protocol."
10) How to schedule Periodic tasks in vxWorks
"The watchdog method also relies on getting processing time in task level to allow the watchdog to be reset. The clock tick may also not be suitable for achieving your timing accurately, there are methods to deal with this too (basically you keep a list of delay times that averages out or you work out the nearest number of ticks each time). "
VxWorks Frequently Asked Questions
comp.os.Vxworks FAQ
VxWorks Profiling
Check out the timings for ContextSwitching/Semaphores/Memory-Management etc
VxWorks Open Tools Project
1) This project is an attempt to make open source vxworks tools running on linux to make vxworks developement under linux possible.
Interview Questions:
VxWorks Interview Questions
Interrupt Handling Interview questions
Semaphore/Mutex Interview Questions
Embedded C Interview Questions
VxWorks Cool Links
1) What really Happened at Mars
"This week at the IEEE Real-Time Systems Symposium I heard a fascinating keynote address by David Wilner, Chief Technical Officer of Wind River Systems. Wind River makes VxWorks, the real-time embedded systems kernel that was used in the Mars Pathfinder mission. In his talk, he explained in detail the actual software problems that caused the total system resets of the Pathfinder spacecraft, how they were diagnosed, and how they were solved. I wanted to share his story with each of you."
I am sure should have missed something.
Let me know other helpful links. I will sure add them.