VxWorks
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Developer | Wind River (a wholly owned subsidiary of Intel Corporation) |
---|---|
OS family | Real-time operating systems |
Working state | Current |
Initial release | 1987 |
Latest release | 7 / March 2014 |
Marketing target | Embedded systems |
Platforms | x86 (including Intel Quark), x86-64, MIPS, PowerPC, SH-4, ARM |
Kernel type | Monolithic |
License | Proprietary |
Official website | www |
VxWorks is a real-time operating system (RTOS) developed as proprietary software by Wind River of Alameda, California, US. First released in 1987, VxWorks is designed for use in embedded systems requiring real-time, deterministic performance and, in many cases, safety and security certification, for industries, such as aerospace and defense, medical devices, industrial equipment, robotics, energy, transportation, network infrastructure, automotive, and consumer electronics.[1]
VxWorks supports Intel (x86, including the new Intel Quark SoC,[2] and x86-64), MIPS, PowerPC, SH-4, and ARM architectures.[3] The RTOS can be used in multicore asymmetric multiprocessing (AMP), symmetric multiprocessing (SMP), and mixed modes[4] and multi-OS (via Type 1 hypervisor)[5] designs on 32- and 64-bit processors.[6]
VxWorks comes with the kernel, middleware, board support packages, Wind River Workbench development suite and complementary third-party software and hardware technologies. In its latest release, VxWorks 7, the RTOS has been re-engineered for modularity and upgradeability so the OS kernel is separate from middleware, applications and other packages.[7] Scalability, security, safety, connectivity, and graphics have been improved to address Internet of Things (IoT) needs.[8][9][10]
History
VxWorks started in the early 1980s as a set of enhancements to a simple RTOS called VRTX[11] sold by Ready Systems (becoming a Mentor Graphics product in 1995).[12] At the time, VRTX had quality issues, was 4KB small in size, lacked critical features, and was generally not up to par as a full-blown RTOS. Wind River acquired rights to distribute VRTX and significantly enhanced it by adding, among other things, a file system and an integrated development environment. In 1987, anticipating the termination of its reseller contract by Ready Systems, Wind River developed its own kernel to replace VRTX within VxWorks.[13] The VxWorks name is believed to be a pun on VRTX ("VRTX that works"). Legend has it, that the company founders, Jerry Fiddler and Dave Wilner, first conceived of forming Wind River and creating VxWorks, while hiking in the Wind River mountains of Wyoming.[citation needed]
VxWorks key milestones are:[14]
- 1980s: (32-bit processing) – VxWorks adds support for 32-bit processors
- 1990s: (the Internet) – VxWorks 5 becomes the first RTOS with a networking stack
- 2000s: (multi-core) – VxWorks 6 supports SMP and adds derivative industry-specific platforms
- 2010s: (64-bit processing and the Internet of Things) – VxWorks adds support for 64-bit processing[6] and introduces VxWorks 7 for IoT.[15]
Platform overview
VxWorks supports Intel (x86, including the new Intel Quark SoC,[2] and x86-64), MIPS, PowerPC, SH-4, and ARM architectures.[3] The RTOS can be used in multicore asymmetric multiprocessing (AMP), symmetric multiprocessing (SMP), and mixed modes[6] and multi-OS (via Type 1 hypervisor)[5] designs on 32- and 64-bit processors.
The VxWorks Core Platform consists of a set of runtime components and development tools. The run time components are an operating system (UP and SMP; 32- and 64-bit), software for applications support (file system, core network stack, USB stack and inter-process communications) and hardware support (architecture adaptor. processor support library. device driver library and board support packages).[6] VxWorks core development tools are compilers such as Diab, GNU, and Intel C++ Compiler (ICC)) and its build and config tools. The system also includes productivity tools such as its Workbench development suite and Intel tools and development support tools for asset tracking and host support.[6]
The platform is a modular, vendor-neutral, open system that supports a range of third-party software and hardware. The OS kernel is separate from middleware, applications and other packages,[9] which enables easier bug fixes and testing of new features.[15] An implementation of a layered source build system allows multiple versions of any stack to be installed at the same time so developers can select which version of any feature set should go into the VxWorks kernel libraries.
Optional Profiles for VxWorks add incremental functionality required for specific industries (such as medical, industrial, networking and consumer) or technology-related capabilities, such as a small footprint RTOS (Microkernel Profile) and a Type 1 real-time embedded hypervisor (Virtualization Profile).[15][16]
Features
VxWorks is designed for use in embedded systems.
A list of some of the features of the OS are:[4][17][18][19]
- Multitasking kernel with preemptive and round-robin scheduling and fast interrupt response
- Native 64-bit operating system (only one 64-bit architecture supported: x86-64). Data model: LP64.
- User-mode applications ("Real-Time Processes", or RTP) isolated from other user-mode applications as well as the kernel via memory protection mechanisms.
- SMP, AMP and mixed mode multiprocessing support
- Error handling framework
- Bluetooth, USB, CAN protocols, Firewire IEEE 1394, BLE, L2CAP, Continua stack, health device profile
- Binary, counting, and mutual exclusion semaphores with priority inheritance
- Local and distributed message queues
- POSIX PSE52 certified conformity in user-mode execution environment
- File systems: High Reliability File System (HRFS), FAT-based file system (DOSFS), Network File System (NFS), and TFFS
- Dual-mode IPv6 networking stack with IPv6 Ready Logo certification
- Memory protection including real-time processes (RTPs), error detection and reporting, and IPC
- Multi-OS messaging using TIPC and Wind River multi-OS IPC
- Symbolic debugging
In March 2014, Wind River introduced VxWorks 7, which emphasizes scalability, security, safety, connectivity, graphics, and virtualization.[10][15][20] The following lists some of the release 7 updates.[1][6][7][10] More information can be found on the Wind Rivers VxWorks website.
- Modular, componentized architecture using a layered build system with the ability to update each layer of code independently
- VxWorks microkernel (a full RTOS that can be as small as 20KB)
- Security features such as digitally-signed modules (X.509), encryption, password management, ability to add/delete users at runtime
- SHA-256 hashing algorithm as the default password hashing algorithm
- Human machine interface with Vector Graphics, and Tilcon user interface (UI)
- Graphical user interface (GUI): OpenVG stack, Open GL, Tilcon UI, Frame Buffer Driver, EV Dev Interface
- Updated configuration interfaces for VxWorks Source Build VSB projects and VxWorks Image Projects
- Single authentication control used for Telnet, SSH, FTP, and rlogin daemons
- Connectivity with Bluetooth and SocketCAN protocol stacks
- Inclusion of MIPC File System (MFS) and MIPC Network Device (MND)
- Networking features with 64-bit support including Wind River MACsec, Wind River’s implementation of IEEE 802.1A, Point-to-Point Protocol (PPP) over L2TP, PPP over virtual local area network (VLAN) and Diameter secure key storage
- New Wind River Workbench 4 for VxWorks 7 integrated development environment with new system analysis tools
- Wind River Diab Compiler 5.9.4; Wind River GNU Compiler 4.8; Intel C++ Compiler 14 and Intel Integrated Performance Primitives (IPP) 8
Hardware support
VxWorks has been ported to a number of platforms and now runs on practically any modern CPU that is used in the embedded market. This includes the Intel x86 family (including the Intel Quark SoC),[2] MIPS, PowerPC (and BAE RAD), Freescale ColdFire, Intel i960, SPARC, Fujitsu FR-V, SH-4 and the closely related family of ARM, StrongARM and xScale CPUs.[3] VxWorks provides a standard board support package (BSP) interface between all its supported hardware and the OS. Wind River’s BPS developer kit provides a common application programming interface (API) and a stable environment for real-time operating system development.
Development environment
As is common in embedded system development, cross-compiling is used with VxWorks. Development is done on a "host" system where an integrated development environment (IDE), including the editor, compiler toolchain, debugger, and emulator can be used. Software is then compiled to run on the "target" system. This allows the developer to work with powerful development tools while targeting more limited hardware. VxWorks uses the following host environments and target hardware architectures:[3][21]
Supported Host Environments
- Windows 8 / 7 / Vista (Business and Enterprise), SP 2 / XP Professional, SP 2 or 3
- Red Hat Enterprise Linux Workstation 5, Update 2 or 3, x86 (32-bit/64-bit) / 4, Update 6 or 8, x86 (32-bit)
- Red Hat Fedora 11, x86 (32-bit/64-bit) / 9, x86-64
- Novell SUSE Linux openSUSE 11.1, x86 (32-bit/64-bit) / 11.0, x86 (32-bit/64-bit)
- Novell SUSE Linux Enterprise Desktop 11.0, x86 (64-bit) / 10.2, x86 (32-bit/64-bit)
- Ubuntu Desktop 9.04, Update 4, x86 (32-bit/64-bit) / 8.04, Update 4, x86 (64-bit)
- Solaris 10 (with GTK), Update 11/06, SPARC 32-bit
Supported Target Architectures and Processor Families
The newly released VxWorks 7 supports the following target architectures:
- ARM 11 / 11 MPCore / 9 / Cortex A9 MPCore / Cortex A8
- Intel Pentium family / Quark / Xeon / Xeon LV / Core / Core 2 Duo / Atom
- PowerPC 86xx, 8641d / 85xx, 8572 / 83xx / 74xx / 7xx / 60x / 44x / 40x / QorIQ P4080 / QorIQ P20xx
The Eclipse-based Workbench IDE that comes with VxWorks is used to configure, analyze, optimize, and de-bug a VxWorks-based system under development.[22] The Tornado IDE was used for VxWorks 5.x[23] and was replaced by the Eclipse-based Workbench IDE for VxWorks 6.x. and later.[21] Workbench is also the IDE for the Wind River Linux,[24] On-Chip Debugging,[25] and Wind River Diab Compliler product lines. VxWorks 7 uses Wind River Workbench 4[26] which updates to the Eclipse 4 base provide full third party plug-in support and usability improvements.
VxWorks 7 includes three compilers:[27][21] Diab Compiler, GNU, and the Intel C++ Compiler. Diab Compiler is the default C/C++ compiler for building VxWorks kernel, libraries, BSPs, and applications. It has been used for mission-critical systems for over 20 years. The GNU Compiler 4.8 is based on the Free Software Foundation (FSF) distribution of GCC and g++.[28] Wind River has modified it for use with VxWorks. The Intel C++ Compiler processes C and C++ source code to generate machine code for IA 32 or IA 64 applications.[29]
Wind River Simics[30][31] is a standalone simulation tool compatible with VxWorks. It simulates the full target system (hardware and software) to create a shared platform for software development. Multiple developers can share a complete virtual system and its entire state, including execution history. Simics enables early and continuous system integration and faster prototyping by utilizing virtual prototypes instead of physical prototypes.[32]
Notable uses
VxWorks is used by products over a wide range of market areas: aerospace and defence, automotive, industrial such as robots, consumer electronics, medical area and networking.[7] Several notable products also use VxWorks as the onboard operating system.[33]
Aerospace and defense
Spacecraft
- The Mars Reconnaissance Orbiter[34]
- The Mars Science Laboratory, also known as the Curiosity rover[35]
- NASA Mars rovers (Sojourner, Spirit, Opportunity)[34]
- The Deep Space Program Science Experiment (DSPSE) also known as Clementine (spacecraft)[36] Clementine launched in 1994 running VxWorks 5.1 on a MIPS-based CPU responsible for the Star Tracker and image processing algorithms. The use of a commercial RTOS on board a spacecraft was considered experimental at the time[citation needed]
- Phoenix Mars lander[37]
- The Deep Impact space probe[38]
- The Mars Pathfinder mission[39]
- The SpaceX Dragon[40]
Aircraft
- AgustaWestland Project Zero[41]
- Northrop Grumman X-47B Unmanned Combat Air System[42]
- Boeing 787 Dreamliner’s common core system(CCS)[43]
- Airbus A400M Airlifter[44]
- BAE Systems Tornado Advanced Radar Display Information System (TARDIS) used in the Tornado GR4 aircraft for the U.K. Royal Air Force[45]
- Boeing AH-64 Apache attack helicopter[46]
- Lockheed Martin RQ-170 Sentinel UAV[47]
Space Telescopes
- Fermi Gamma-ray Space Telescope(FGST)[48]
- James Webb Space Telescope (in development)[49]
Others
- European Geostationary Navigation Overlay System (EGNOS)[50]
- TacNet Tracker, Sandia National Laboratory’s rugged handheld communication device[51]
- BAE Systems SCC500TM series of infrared camera cores[52]
Automotive
- Toshiba TMPV75 Series image recognition SoCs for advanced driver assistance systems (ADAS)[54]
- Bosch Motor Sports race car telemetry system[55]
- Clarion AX1Android-based automotive in-vehicle infotainment system (IVI)[56]
- Hyundai Mobis IVI system[57]
- Magneti Marelli’s telemetry logger and GENIVI®-compliant infotainment system[58]
- BMW iDrive system before 2008[34]
- Siemens VDO automotive navigation systems[59]
Consumer electronics
- Apple Airport Extreme[34]
- Drobo data storage robot[60]
- Honda robot ASIMO[61]
- Linksys WRT54G wireless routers (versions 5.0 and later)[34]
- Motorola's DCT2500 interactive digital set-top box[62]
- Mobile Technika MobbyTalk and MobbyTalk253 phones[63]
- ReplayTV home digital video recorder[64]
Industrial
Industrial Robots
- ABB industrial robots[65]
- The C5G robotic project by Comau[66]
- KUKA industrial robots[67]
- Stäubli industrial robots[68]
- Yaskawa Electric Corporation's industrial robots[69]
- Comau Robotics SMART5 industrial robot[70]
Transportation
- FITSCO Automatic Train Protection (ATP)system[71]
- Bombardier HMI410 Train Information System[72]
Controllers
- Bachmann M1 Controller System[73]
- Invensys Foxboro PAC System[74]
- National Instruments CompactRIO 901x, 902x 907x controllers[75]
- Mitsubishi’s C controller[76]
- The Experimental Physics and Industrial Control System (EPICS)[77]
- Bosch Rexroth Industrial Tightening Control Systems[78]
Storage Systems
- External RAID controllers designed by LSI Corporation and used in IBM System Storage's DS3000 and DS4000 (formerly FAStT)[79]
Imaging
Others
- Hexagon Metrology GLOBAL Silver coordinate measuring machine (CMM)[81]
- GrandMA Full-Size and Light Console by MA Lighting[82]
Medical
- Varian Medical Systems Truebeam - a radiotherapy device for treating cancer[83]
- Olympus Corporation's surgical generator[84]
- BD Biosciences FACSCount HIV/AIDS Monitoring System[85]
- Fedegari Autoclavi S.p.A. Thema4 process controller[86]
- Sirona Dental Systems: CEREC extraoral X-ray CAD/CAM systems[87]
Networking and communication infrastructure
- Arkoon Network Security appliances[88]
- Ubee Interactive's AirWalk EdgePoint[89]
- Kontron’s ACTA processor boards[90]
- QQTechnologies's QQSG[91]
- Many of Huawei’s product lines have standardized on VxWorks
- BroadLight’s GPON/PON products[92]
- Shiron Satellite Communications’ InterSKY
- Sky Pilot’s SkyGateway, SkyExtender and SkyControl[93]
- EtherRaptor-1010 by Raptor Network Technology[94]
- CPG-3000 and CPX-5000 routers from Siemens[95]
- Nokia Solutions and Networks FlexiPacket series microwave engineering product[96]
- Acme Packet Net-Net series of Session Border Controllers[97]
- Avaya ERS 8600[98]
- Avaya IP400 Office
- Cisco CSS platform
- Cisco ONS platform
- Ciena Common Photonic Layer
- Dell PowerConnect switches that are 'powered by' Broadcom, except latest PCT8100 which runs on Linux platform[99]
- Ericsson SmartEdge routers (SEOS 11 run NetBSD 3.0 and VxWorks for Broadcom BCM1480 version 5.5.1 kernel version 2.6)[100]
- Hewlett Packard HP 9000 Superdome Guardian Service Processor
- Hirschmann EAGLE20 Industrial Firewall[101]
- HughesNet/Direcway satellite internet modems
- Mitel Networks' Mitel Communications Director (MCD), 3300 ICP Media Gateways and SX-200 and SX-200 ICP.[102]
- Motorola Solutions MCD5000 IP Deskset System
- Motorola SB5100 cable modem
- Nortel Passport[103]
- Radware OnDemand Switches[104]
- SonicWALL firewalls[105]
- Thuraya SO-2510 satellite phone and ThurayaModule[106]
- Radvision 3G communications equipment[107]
- 3com NBX phone systems[108]
- Zhone Technologies access systems
References
- ^ a b "VxWorks Goes 64-bit", Electronic Design, Mar 25, 2011
- ^ a b c Intel Tackles SoC With Quark"' EE Times, 10/7/2013
- ^ a b c d Wind River Expands Hardware Support for VxWorks, Bloomberg News at bloomberg.com, March 24, 2010
- ^ a b RTOS Handles AMP and SMP, electronic design, March 2009
- ^ a b Intel Adds Virtualization Platform for Industrial Systems, John Rath, February, 2014
- ^ a b c d e f Embedded Star Article, February, 2011
- ^ a b c Wind River reinvents real-time system for the Internet of Things, iTERS news, March 2014
- ^ "VxWorks 7 Announced". harmonicss.co.uk. 2014. Retrieved 20 June 2014.
- ^ a b Wind River Reinvents the RTOS for the IoT, Business Wire, February, 2014
- ^ a b c Jackson, Joab (2014). "Wind River outfits VxWorks for 'Internet of things' | ITworld". itworld.com. Retrieved 20 June 2014.
- ^ "Embedded Systems Glossary: V". www.netrino.com. Netrino, LLC. Retrieved 20 September 2010.
- ^ "SEC filing". Secinfo.com. January 19, 1996. Retrieved 2011-11-18.
- ^ Lord of the Toasters, Wired (magazine) interview with Jerry Fiddler, September 1998
- ^ Company Histories, Funding Universe
- ^ a b c d Wind River Outfits VxWorks for the Internet of Things, Computer World
- ^ "Wind River Prepares VxWorks for the IoT", Electronic Weekly.com
- ^ "Wind River Releases 64-Bit VxWorks RTOS". Windriver.com. Retrieved 2011-11-18.
- ^ POSIX Certification Register
- ^ Filesystems in VxWorks, CDF online, Fermi Labs
- ^ Wind River Reinvents the Real-Time Operating System for the Internet of Things Windriver.com,
- ^ a b c Workbench Product Note
- ^ Wind River reinvents the RTOS for the IoT, Business Wire
- ^ "Wind River VxWorks 5.x Page". Windriver.com. Retrieved 2011-11-18.
- ^ "Wind River Linux Main Page". Windriver.com. 2007-03-29. Retrieved 2011-11-18.
- ^ "Wind River OCD Main Page". Windriver.com. Retrieved 2011-11-18.
- ^ "VxWorks Gets Re-vamped" Information Technology
- ^ VxWorks C Compiler, Daniel Sigg
- ^ GCC, the GNU Compiler Collection, gcc.gnu.org
- ^ Intel C++ Compiler, Wikipedia
- ^ Simics, Wikipedia
- ^ Wind River Simics
- ^ Accelerate Software Development with Wind River Simics, Intel webpage
- ^ VxWorks customer list
- ^ a b c d e ExtremeTech news
- ^ "Wind River's VxWorks Powers Mars Science Laboratory Rover, Curiosity". Virtual Strategy Magazine. 6 August 2012. Retrieved 2012-08-20.
- ^ Clementine Project Information Page
- ^ The Software Behind the Mars Phoenix Lander
- ^ ExtremeTech article
- ^ "Wind River Powers Mars Exploration Rovers--Continues Legacy as Technology Provider for NASA's Space Exploration". Wind River Systems. 2003-06-06. Retrieved 2009-08-28.
- ^ Dragon Lab Fact Sheet
- ^ AgustaWestland Project Zero
- ^ the US Navy’s unmanned combat air system X-47B, Youtube video
- ^ Adacore article, Customer page
- ^ Verocel webpage
- ^ The Free Library, Farlex
- ^ The Register
- ^ Airforce Technology.com
- ^ PTR Group celebrates third successful launch of the year, PTR GRoup webpage
- ^ James Webb Space Telescope, SPIEL Digital Library
- ^ Case Study: European Geostationary Navigation Overlay System
- ^ TacNet Tracker Software, ESTSC
- ^ Flexible camera applications of an advanced uncooled microbolometer thermal imaging core, SPIE Digital Library
- ^ Barco Selects Wind River for Military Display and Management, Bloomberg
- ^ Wind River: Toshiba is using Simics to develop automotive application software, Embedded Control Europe
- ^ Wind River Helps Bosch Motorsport Race For The Win, Globe and Mail
- ^ Wind River delivers Android expertise to Clarion AX1 automotive IVI device, Motor Control Design
- ^ Hyundia works with Wind River, Telematics News
- ^ Magneti Marell i Motorsport Chooses Wind River VxWorks for Formula One Race Cars, HighBeam Research
- ^ The Network on Wheels -- Java Developers, Start Your Programming Engines!,Oracle
- ^ Drobo In depth review, Automated Home
- ^ Honda Robots Asimo, Robotics Technology Simplified
- ^ Motorola's DCT2500 Core Interactive Digital Set-Tops Deployed With Wind River Software, BrightRoll news webpage
- ^ As a Case Study of WindRiver: introduce MobbyTalk/MobbyTalk253, Mobile Technika
- ^ MythTv on ReplayTv hardware?, Don Ritter
- ^ "ABB Robotics and vxworks". Abb.com. Retrieved 2011-11-18.
- ^ Comau Robotics Picks Wind River VxWorks for RTOS, TMCnet.com
- ^ KUKA Video, Youtube
- ^ COPALP webpage
- ^ Yaskawa, Motoman Strategic Partners
- ^ Comau Robotics Picks Wind River VxWorks for RTOS, TMCnet
- ^ Leading Chinese Transportation Company Relies on Wind River to Meet Stringent Safety Certification Goal, On-line Wall Street Journal
- ^ Bombardier Transportation Selects Wind River Platforms for Safety Critical Certified Display on London Underground, Online UK Reuters
- ^ Wind Power Automation Leader Bachmann Relies On Wind River VxWorks For Next-Generation Controller System, Globe and mail
- ^ Invensys acquisition: “Now, it is up to how well we execute.”, The Instrument Readout SignPost
- ^ National Instruments Support Page
- ^ Mitsubishi Electric's C Controller, RealTime Logic
- ^ EPICS base Release 3.14 Installation Instructions
- ^ Bosch Rexroth Youtube video
- ^ Shuhasoft's Blog
- ^ Toshiba Photocopiers
- ^ Hexagon Metrology Standardizes on Wind River’s VxWorks for Next-Generation Metrology Equipment, Bloomberg.com
- ^ GrandMA Full-Size Data Sheet
- ^ "Wind River Introduces Software Platform for Medical Devices Complete with Compliance Documentation".
- ^ Olympus ESG-400 high-frequency surgical generator
- ^ BD FACSCount article
- ^ Thema process control article
- ^ CEREC Chairside Solutions
- ^ Arkoon selects Wind River for nextgen equipment, Highbeam Business
- ^ Ubee-Airwalk uses Wind River's VxWorks in femotcell,Telecompaper
- ^ Kontron AG e-newswire
- ^ QQTechnologies goes Global with VxWorks, Datsheets 360
- ^ Broadlight Client page
- ^ Sky Pilot Command Line Interface Reference document
- ^ Wind River delivers Raptor with VxWorks Platform, ETT Asia news
- ^ Siemens deploys 2.5G Wireless Data Platform, 3G Newsletter
- ^ FlexiPacket Release Note
- ^ Oracle acme support page
- ^ Avaya ERS 8600 Wikipedia
- ^ Dell PowerConnect, Wikipedia page
- ^ Routing Protocol Operations Guide for SmartEdge
- ^ Enhanced Security for Industrial Networks, Belden webpage
- ^ VoIP Security webpage
- ^ Multiservice Switch, Wikipedia
- ^ Knowledge Base, Radware webpage
- ^ Tim's IT-Blob: A deeper look on SonicWALL kernel
- ^ Thuraya SO-2510 Satellite
- ^ SANYO Multimedia Tottori Chooses RADVISION SIP Developer Toolkit to Build New IP Phone, Business Wire
- ^ 3Com NBX Phone Systems, AdCom Technologies Inc.