VxWorks explained
VxWorks is a real-time operating system (or RTOS) developed as proprietary software by Wind River Systems, a subsidiary of Aptiv. 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, defense, medical devices, industrial equipment, robotics, energy, transportation, network infrastructure, automotive, and consumer electronics.[1]
VxWorks supports AMD/Intel architecture, POWER architecture, ARM architectures, and RISC-V.[2] The RTOS can be used in multicore asymmetric multiprocessing (AMP), symmetric multiprocessing (SMP), and mixed modes[3] and multi-OS (via Type 1 hypervisor)[4] designs on 32- and 64-bit processors.[5]
VxWorks comes with the kernel, middleware, board support packages, Wind River Workbench development suite, complementary third-party software and hardware. 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.[6] Scalability, security, safety, connectivity, and graphics have been improved to address Internet of Things (IOT) needs.[7] [8] [9]
History
VxWorks started in the late 1980s as a set of enhancements to a simple RTOS called VRTX[10] sold by Ready Systems (becoming a Mentor Graphics product in 1995).[11] 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 proceeded to develop its own kernel to replace VRTX within VxWorks.[12]
Published in 2003 with a Wind River copyright, "Real-Time Concepts for Embedded Systems"[13] describes the development environment, runtime setting, and system call families of the RTOS.Written by Wind River employees with a foreword by Jerry Fiddler, chairman, and co-founder of Wind River, the textbook is an excellent tutorial on the RTOS. (It does not, however, replace Wind River documentation as might be needed by practicing engineers.)
Some key milestones for VxWorks include:[14]
- 1980s: VxWorks adds support for 32-bit processors.
- 1990s: VxWorks 5 becomes the first RTOS with a networking stack.
- 2000s: VxWorks 6 supports SMP and adds derivative industry-specific platforms.
- 2010s: VxWorks adds support for 64-bit processing[5] and introduces VxWorks 7 for IoT in 2016.[15]
- 2020s: VxWorks continues to update and add support, including the ability to power the Mars 2020 lander.[16]
Platform overview
VxWorks supports Intel architecture, Power architecture, and ARM architectures. The RTOS can be used in multi-core asymmetric multiprocessing (AMP), symmetric multiprocessing (SMP), mixed modes[5] and multi-OS (via Type 1 hypervisor)[4] designs on 32- and 64- bit processors.
The VxWorks 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 adapter, processor support library, device driver library, and board support packages).[5] VxWorks core development tools are compilers such as Diab, GNU, and Intel C++ Compiler (ICC) and its build and configuration 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.[5]
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,[8] 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 advanced add-ons for VxWorks provide additional capabilities, including the following:
- Advanced security features to safeguard devices and data residing in and traveling across the Internet of Things (IoT)
- Advanced safety partitioning to enable reliable application consolidation
- Real-time advanced visual edge analytics allow autonomous responses on VxWorks-based devices in real-time without latency
- Optimized embedded Java runtime engine enabling the deployment of Java applications
- Virtualization capability with a real-time embedded, Type 1 hypervisor
Features
Core features of the OS include:[3] [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, emphasizing scalability, security, safety, connectivity, graphics, and virtualization.[9] [15] [20] The following lists some of the release 7 updates.[1] [5] [6] [9] 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 20 KB)
- 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
- 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. This includes the Intel x86 family (including the Intel Quark SoC),[21] 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. VxWorks provides a standard board support package (BSP) interface between all its supported hardware and the OS. Wind River's BSP developer kit provides a common application programming interface (API) and a stable environment for real-time operating system development. VxWorks is supported by popular SSL/TLS libraries such as wolfSSL.[22]
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:[23]
- Supported target architectures and processor familiesVxWorks supports a range of target architectures including ARM, Intel, Power architecture, RISC-V architecture and more. For the latest target architecture processors and board support packages, refer to the VxWorks Marketplace[24] or via citation.[25]
The Eclipse-based Workbench IDE that comes with VxWorks is used to configure, analyze, optimize, and debug a VxWorks-based system under development.[26] The Tornado IDE was used for VxWorks 5.x[27] and was replaced by the Eclipse-based Workbench IDE for VxWorks 6.x. and later.[23] Workbench is also the IDE for the Wind River Linux,[28] On-Chip Debugging,[29] and Wind River Diab Compiler product lines. VxWorks 7 uses Wind River Workbench 4[30] which updates to the Eclipse 4 base provides full third party plug-in support and usability improvements.
Wind River Simics[31] [32] 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.[33]
Notable uses
VxWorks is used by products across a wide range of market areas: aerospace and defense, automotive, industrial such as robots, consumer electronics, medical area and networking.[6] Several notable products also use VxWorks as the onboard operating system.[34]
Aerospace and defense
- Spacecraft
- The Deep Space Program Science Experiment (DSPSE) also known as Clementine (spacecraft)[37] 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
Aircraft
- Space telescopes
- James Webb Space Telescope[49]
- Others
- BAE Systems SCC500TM series of infrared camera cores[52]
- Barco CDMS-3000 next generation control display and management system[53]
Automotive
Consumer electronics
Industrial
- Industrial robots
- Test and Measurement
- Transportation
- Controllers
- Rockwell Automation PLCs - ControlLogix, CompactLogix, Assorted Communication Cards, and Servo Drives
- Schneider Electric Industrial Controller
- B&R Automation Runtime
- Storage systems
- External RAID controllers designed by the LSI Corporation/Engenio prior to 2011, now designed by NetApp. And used in RDAC class arrays as NetApp E/EF Series and OEM arrays
- Fujitsu ETERNUS DX Sx family of unified data storage arrays
- Imaging
- Others
- GrandMA Full-Size and Light Console by MA Lighting[84]
Medical
Humphrey Field Analyzer HFA-II Series
- Philips C-Arm Radiology Equipment
Networking and communication infrastructure
TCP vulnerability and CVE patches
As of July 2019, a paper published by Armis[113] exposed 11 critical vulnerabilities, including remote code execution, denial of service, information leaks, and logical flaws impacting more than two billion devices using the VxWorks RTOS.[114] The vulnerability allows attackers to tunnel into an internal network using the vulnerability and hack into printers, laptops, and any other connected devices. The vulnerability can bypass firewalls as well.[115]
The system is in use by quite a few mission-critical products, many of which could not be easily patched.[116]
Notes and References
- "VxWorks Goes 64-bit", Electronic Design, March 25, 2011
- Web site: Wind River Announces RISC-V Support for VxWorks RTOS. 2019-12-10. www.businesswire.com. en. 2019-12-11.
- http://electronicdesign.com/embedded/rtos-handles-amp-and-smp RTOS
- Web site: Intel Adds Virtualization Platform for Industrial Systems . John Rath . February 2014.
- http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/ Embedded Star
- http://itersnews.com/?p=70622 Wind River
- Web site: VxWorks 7 Announced . harmonicss.co.uk . 2014 . June 20, 2014 . July 4, 2014 . https://web.archive.org/web/20140704044303/http://harmonicss.co.uk/index.php/component/content/article/43-news-vxworks/88-vxworks-7-announced . dead .
- Wind River Reinvents the RTOS for the IoT, Business Wire, February 2014
- Web site: Wind River outfits VxWorks for 'Internet of things' | ITworld . Joab . Jackson . itworld.com . 2014 . June 20, 2014 . March 11, 2014 . https://web.archive.org/web/20140311030503/http://www.itworld.com/open-source/407290/wind-river-outfits-vxworks-internet-things . dead .
- Web site: Embedded Systems Glossary: V. www.netrino.com. November 30, 2007 . Netrino, LLC. September 20, 2010.
- Web site: SEC filing . Secinfo.com . January 19, 1996 . 2011-11-18.
- https://www.wired.com/wired/archive/6.09/wind_pr.html Lord of the Toasters
- Book: Li . Qing . Yao . Caroline . 2003 . Real-Time Concepts for Embedded Systems . CMP Books . 1-57820-124-1.
- http://www.fundinguniverse.com/company-histories/wind-river-systems-inc-history/ Company Histories
- Wind River Outfits VxWorks for the Internet of Things, Computer World
- Web site: Embedded Software Market latest Trends and New Technologies Research Forecast to 2025. 24 February 2021.
- Web site: Wind River Releases 64-Bit VxWorks RTOS . Windriver.com . 2011-11-18 . October 28, 2011 . https://web.archive.org/web/20111028203244/http://www.windriver.com/news/press/pr.html?ID=8881 . dead .
- https://www.opengroup.org/ POSIX
- http://www-cdfonline.fnal.gov/daq/computing/vxworks/filesystems.html Filesystems
- Wind River Reinvents the Real-Time Operating System for the Internet of Things Windriver.com,
- Intel Tackles SoC With Quark"' EE Times, October 7, 2013
- Web site: how to configure woflssl for vxworks 6.6 build (Page 1) — wolfSSL (formerly CyaSSL) — wolfSSL - Embedded SSL Library. www.wolfssl.com. 2019-02-19.
- http://www.windriver.com/products/workbench/ Workbench Product Note
- Web site: Wind River Products.
- Web site: BSP QUERY TOOL . 2023-10-23 . bsp.windriver.com.
- Wind River reinvents the RTOS for the IoT, Business Wire
- Web site: Wind River VxWorks 5.x Page . Windriver.com . 2011-11-18 . September 27, 2011 . https://web.archive.org/web/20110927122955/http://www.windriver.com/products/run-time_technologies/Real-Time_Operating_Systems/VxWorks_5x/ . dead .
- Web site: Wind River Linux Main Page . Windriver.com . 2007-03-29 . 2011-11-18.
- Web site: Wind River OCD Main Page . Windriver.com . 2011-11-18.
- "VxWorks Gets Re-vamped" Information Technology
- [Simics]
- http://www.windriver.com/products/simics/ Wind River Simics
- Accelerate Software Development with Wind River Simics, Intel webpage
- http://www.windriver.com/customers/ VxWorks customer list
- Web site: Unknown. https://web.archive.org/web/20200806041643/https://ai.jpl.nasa.gov/public/documents/papers/rabideau_iwpss2017_prototyping.pdf . dead . August 6, 2020 . 2023-11-30 .
- http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech ExtremeTech
- http://nssdc.gsfc.nasa.gov/planetary/clementine.html Clementine Project
- http://news.oreilly.com/2008/07/the-software-behind-the-mars-p.html The Software Behind the Mars Phoenix Lander
- http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels ExtremeTech
- Web site: Wind River Powers Mars Exploration Rovers--Continues Legacy as Technology Provider for NASA's Space Exploration . 2003-06-06 . 2009-08-28 . . January 6, 2010 . https://web.archive.org/web/20100106090354/http://www.windriver.com/news/press/pr.html?ID=314 . dead .
- https://iq.intel.com/bullseye-autonomous-satellite-enters-jupiters-orbit/ Bullseye: Autonomous Satellite Enters Jupiter’s Orbit
- AgustaWestland Project Zero
- the US Navy’s unmanned combat air system X-47B, YouTube video
- http://www.verocel.com/our-customers/ Verocel
- The Free Library, Farlex
- http://www.airforce-technology.com/projects/rq-170-sentinel/ Airforce-Technology.com
- Web site: Arm IDA and Cross Check: Reversing the 787's Core Network . 2023-11-30.
- http://www.theptrgroup.com/press-releases/ptr-group-celebrates-third-successful-launch-of-the-year PTR Group
- http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=1289022 James Webb
- http://www.electronicsweekly.com/news/design/embedded-systems/case-study-european-geostationary-navigation-overlay-system-2010-06/ Case Study
- TacNet Tracker Software, ESTSC
- http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=843541 Flexible
- https://www.bloomberg.com/apps/news?pid=newsarchive&sid=aTZ4I7Yaw9YY Barco
- 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
- http://telematicsnews.info/2013/01/23/wind-river-develops-software-platform-for-hyundai-mobis-in-vehicle-infotainment-systems_j4233/ Hyundia
- https://web.archive.org/web/20140714221904/http://www.highbeam.com/doc/1P2-29044919.html Magneti Marell
- The Network on Wheels -- Java Developers, Start Your Programming Engines!, Oracle
- Web site: August 2007. AMX Meets Productivity, Cost-Savings Goals with Wind River.
- Web site: AMX AV/IT Administrators Guide.
- http://www.automatedhome.co.uk/reviews/drobo-droboshare-in-depth-review.ht Drobo
- 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
- Web site: ABB Robotics and vxworks . ABB. 2011-11-18.
- http://technews.tmcnet.com/channels/network-acceleration/articles/240131-comau-robotics-picks-wind-river-vxworks-rtos.htm Comau
- https://www.youtube.com/watch?v=vhWlxh-XIys&index=9&list=PL9BA73768DFBBC52D KUKA
- http://www.copalp.com/en/products/runtime/vxworks/browse/11/index.html COPALP
- http://www.motoman.com/partners/msp/default.php Yaskawa
- http://technews.tmcnet.com/channels/network-acceleration/articles/240131-comau-robotics-picks-wind-river-vxworks-rtos.htm Comau
- Re-engineering at LeCroy Corporation: the move to component-based systems. Journal of Information Technology. 2007. 4. 10.1057/palgrave.jit.2000099 . 15581496 . https://web.archive.org/web/20180829212116/https://pdfs.semanticscholar.org/6901/02c2bb3fee082a3d301c4e7f175346ccc205.pdf. 2018-08-29 . Kotlarsky . Julia . 22 . 265–278 .
- Web site: What operating system is that oscilloscope running? - Page 1 . 2023-11-01 . www.eevblog.com.
- https://www.bloomberg.com/apps/news?pid=newsarchive&sid=arzSIdG8lhU4 Hexagon
- 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 https://web.archive.org/web/20130316024452/http://uk.reuters.com/article/2010/09/20/idUS171894+20-Sep-2010+BW20100920Reuters
- Wind Power Automation Leader Bachmann Relies On Wind River VxWorks For Next-Generation Controller System, Globe and mail
- https://instrumentsignpost.wordpress.com/ Invensys
- http://digital.ni.com/public.nsf/allkb/35F1FD98520D6E0E8625783A005AF557 National Instruments Support
- https://www.slac.stanford.edu/grp/ssrl/spear/epics/base/3.14.11/README.html EPICS
- https://www.youtube.com/watch?v=bYtqyArAKb0 Bosch Rexroth
- http://www.mceinc.com/products/manuals/WebManuals/iControl_AC_Rel_3_4_42-02-2223_B5.pdf iBox user guide
- http://imaging.toshiba.co.uk/ Toshiba Photocopiers
- https://www.google.ca/?gfe_rd=cr&ei=-JS9U8_0D-qM8QeMnYDoBg&gws_rd=ssl#q=GrandMA+vxworks GrandMA
- Web site: Wind River Introduces Software Platform for Medical Devices Complete with Compliance Documentation. August 11, 2012. November 8, 2012. https://web.archive.org/web/20121108072657/http://windriver.com/news/press/pr.html?ID=9521. dead.
- http://www.olympus-oste.eu/front_content.php?idcat=111&idart=148%20ESG-400 Olympus
- BD FACSCount article
- http://www.fedegari.com/products/thema4-process-controller Thema
- http://www.sironausa.com/us/products/digital-dentistry/cerec-chairside-solutions/ CEREC
- https://web.archive.org/web/20140714170430/http://business.highbeam.com/438279/article-1G1-242424199/arkoon-selects-wind-river-nextgen-network-equipment Arkoon
- http://www.telecompaper.com/news/ubee-airwalk-uses-wind-rivers-vxworks-in-sprint-femotcell--898435 Ubee-Airwalk
- http://www.kontron.com/enewswire/emea/1-e-newswire/2010/201009/m6.php Kontron
- QQTechnologies goes Global with VxWorks, Datsheets 360
- News: Huawei in British spotlight over use of U.S. firm's software. Stubbs. Jack. 2018-08-05. Reuters U.K.. en-GB.
- http://broadlightusa.com/clients.htm Broadlight
- https://www.google.ca/?gfe_rd=cr&ei=vWm5U4W_H4ON8QeupoDgCQ&gws_rd=ssl#q=Sky+Pilot+vxworks Sky Pilot
- Wind River delivers Raptor with VxWorks Platform, ETT Asia news
- http://www.3g.co.uk/PR/1716.htm Siemens
- FlexiPacket Release Note
- Oracle acme support page
- Avaya ERS 8600 Wikipedia
- [Dell PowerConnect]
- Routing Protocol Operations Guide for SmartEdge
- http://www.beldensolutions.com/en/Company/Press/PR100EN0409/index.phtml Enhanced Security
- http://www.voip-security.net/index.php/articles/mitel/mitel-controllers-menu/109-vxworks-commands-cheat-sheet VoIP
- [Multiservice Switch|Multiservic]
- http://kb.radware.com/questions/2341/During+the+boot+process+of+File-System+based+software+versions,+a+warning+message+appears+on+Application+Switch+1+platforms Knowledge Base
- Web site: Samsung OfficeServ brochure.
- http://www.timk.de/it-blog/a_deeper_view_of_sonicwall_kerne/ Tim's IT-Blob
- http://www.satphonestore.com/application-browsing/satellite-phones/thuraya-so2510.html Thuraya
- SANYO Multimedia Tottori Chooses RADVISION SIP Developer Toolkit to Build New IP Phone, Business Wire
- 3Com NBX Phone Systems, AdCom Technologies Inc.
- Web site: Urgent/11 Critical Vulnerability. Armis. July 31, 2019. August 3, 2019. https://web.archive.org/web/20190803101359/https://go.armis.com/hubfs/White-papers/Urgent11%20Technical%20White%20Paper.pdf. dead.
- Web site: Critical Vulnerabilities Dubbed URGENT/11 Place Devices Running VxWorks at Risk of RCE Attacks. 2019-07-29. Tenable®. en. 2019-07-31.
- Web site: Wind River VxWorks and URGENT/11: Patch Now. Gmuender. John. 2019-07-29. SonicWall. en-us. 2019-07-31.
- An Operating System Bug Exposes 200 Million Critical Devices. Newman. Lily Han. Wired.