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.
VxWorks supports AMD/Intel architecture, POWER architecture, ARM architectures, and RISC-V. The RTOS can be used in multicore asymmetric multiprocessing (AMP), symmetric multiprocessing (SMP), and mixed modes and multi-OS (via Type 1 hypervisor) designs on 32- and 64-bit processors.
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. Scalability, security, safety, connectivity, and graphics have been improved to address Internet of Things (IOT) needs.
History
VxWorks started in the late 1980s as a set of enhancements to a simple RTOS called VRTX10 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 processing15 and introduces VxWorks 7 for IoT in 2016.16
- 2020s: VxWorks continues to update and add support, including the ability to power the Mars 2020 lander.17
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 modes18 and multi-OS (via Type 1 hypervisor)19 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).20 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.21
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,22 which enables easier bug fixes and testing of new features.23 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:24252627
- 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.282930 The following lists some of the release 7 updates.31323334 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
- 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. This includes the Intel x86 family (including the Intel Quark SoC),35 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.36
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:37
Supported target architectures and processor familiesVxWorks supports a range of target architectures including ARM, Intel, Power architecture, RISC-V architecture and more.38 For the latest target architecture processors and board support packages, refer to the VxWorks Marketplace39 or via citation.40
The Eclipse-based Workbench IDE that comes with VxWorks is used to configure, analyze, optimize, and debug a VxWorks-based system under development.41 The Tornado IDE was used for VxWorks 5.x42 and was replaced by the Eclipse-based Workbench IDE for VxWorks 6.x. and later.43 Workbench is also the IDE for the Wind River Linux,44 On-Chip Debugging,45 and Wind River Diab Compiler product lines. VxWorks 7 uses Wind River Workbench 446 which updates to the Eclipse 4 base provides full third party plug-in support and usability improvements.
Wind River Simics4748 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.49
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.50 Several notable products also use VxWorks as the onboard operating system.51
Aerospace and defense
Spacecraft- The Mars 2020 rover52
- The Mars Reconnaissance Orbiter53
- The Mars Science Laboratory, also known as the Curiosity rover
- NASA Mars rovers (Sojourner, Spirit, Opportunity)54
- The Deep Space Program Science Experiment (DSPSE) also known as Clementine (spacecraft)55 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
- Phoenix Mars lander56
- The Deep Impact space probe57
- The Mars Pathfinder mission58
- NASA's Juno space probe sent to Jupiter59
Aircraft
- AgustaWestland Project Zero60
- Northrop Grumman X-47B Unmanned Combat Air System61
- Airbus A400M Airlifter62
- BAE Systems Tornado Advanced Radar Display Information System (TARDIS) used in the Tornado GR4 aircraft for the U.K. Royal Air Force63
- Lockheed Martin RQ-170 Sentinel UAV64[unreliable source?]
- Boeing 78765
- European Geostationary Navigation Overlay System (EGNOS)68
- TacNet Tracker, Sandia National Laboratory’s rugged handheld communication device69
- BAE Systems SCC500TM series of infrared camera cores70
- Barco CDMS-3000 next generation control display and management system71
Automotive
- Toshiba TMPV75 Series image recognition SoCs for advanced driver assistance systems (ADAS)72
- Bosch Motor Sports race car telemetry system73
- Hyundai Mobis IVI system74
- Magneti Marelli's telemetry logger and GENIVI-compliant infotainment system75
- BMW iDrive 2.0 (2003-2008)76
- Siemens VDO automotive navigation systems77
- Most of Renault Trucks T, K and C trucks' electronic control units.
- European Volkswagen RNS 510 navigation systems
Consumer electronics
- TPLink RE190 Wireless repeater
- Apple Airport Extreme78
- AMX NetLinx Controllers (NI-xx00/x00)7980
- Brother printers
- Drobo data storage robot81
- Honda robot ASIMO82
- Linksys WRT54G wireless routers (versions 5.0 and later)83
- MacroSystem Casablanca-2 digital video editor (Avio, Kron, Prestige, Claro, Renommee, Solitaire)
- Motorola's DCT2500 interactive digital set-top box84
- Mobile Technika MobbyTalk and MobbyTalk253 phones85
- ReplayTV home digital video recorder86
Industrial
Industrial robots- ABB industrial robots87
- The C5G robotic project by Comau88
- KUKA industrial robots89
- Stäubli industrial robots90
- Yaskawa Electric Corporation's industrial robots91
- Comau Robotics SMART5 industrial robot92
- Teledyne LeCroy WaveRunner LT, WaveRunner2LT and WavePro 900 oscilloscope series93
- Some Tektronix TDS, DPO, and MSO series oscilloscopes94
- Hexagon Metrology GLOBAL Silver coordinate measuring machine (CMM)95
- FITSCO Automatic Train Protection (ATP)system96
- Bombardier HMI410 Train Information System97
- Bachmann M1 Controller System98
- Invensys Foxboro PAC System99
- National Instruments CompactRIO 901x, 902x 907x controllers100
- Emerson distributed control system controllers
- AMX controls system devices
- The Experimental Physics and Industrial Control System (EPICS)101
- Bosch Rexroth Industrial Tightening Control Systems102
- MCE iBox elevator controller103
- Rockwell Automation PLCs - ControlLogix, CompactLogix, Assorted Communication Cards, and Servo Drives
- Schneider Electric Industrial Controller
- B&R Automation Runtime
- 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
- GrandMA Full-Size and Light Console by MA Lighting105
Medical
- Varian Medical Systems Truebeam - a radiotherapy device for treating cancer106
- Olympus Corporation's surgical generator107
- BD Biosciences FACSCount HIV/AIDS Monitoring System108
- Fedegari Autoclavi S.p.A. Thema4 process controller109
- Sirona Dental Systems: CEREC extraoral X-ray CAD/CAM systems110
- General Electric Healthcare: CT and MRI scanners
- Carl Zeiss Meditec: Humphrey Field Analyzer HFA-II Series
- Philips MRI scanners and C-arm Radiology Equipment111
Networking and communication infrastructure
- Arkoon Network Security appliances112
- Ubee Interactive's AirWalk EdgePoint113
- Kontron's ACTA processor boards114
- QQTechnologies's QQSG115
- A significant portion of Huawei's telecoms equipment uses VxWorks116
- BroadLight’s GPON/PON products117
- Shiron Satellite Communications’ InterSKY
- Sky Pilot's SkyGateway, SkyExtender and SkyControl118
- EtherRaptor-1010 by Raptor Network Technology119
- CPG-3000 and CPX-5000 routers from Siemens120
- Nokia Solutions and Networks FlexiPacket series microwave engineering product121
- Acme Packet Net-Net series of Session Border Controllers122
- Alcatel-Lucent IP Touch 40x8 IP Deskphones
- Avaya ERS 8600123
- 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 platform124
- Ericsson SmartEdge routers (SEOS 11 run NetBSD 3.0 and VxWorks for Broadcom BCM1480 version 5.5.1 kernel version 2.6)125
- Hewlett Packard HP 9000 Superdome Guardian Service Processor
- Hirschmann EAGLE20 Industrial Firewall126
- HughesNet/Direcway satellite internet modems
- Mitel Networks' MiVoice Business (formerly Mitel Communications Director (MCD)), 3300 ICP Media Gateways and SX-200 and SX-200 ICP127
- Motorola Solutions MCD5000 IP Deskset System
- Motorola SB5100 cable modem
- Motorola Cable Headend Equipment including SEM, NC, OM and other lines
- Nortel CS1000 PBX (formerly Nortel Meridian 1 (Option 11C, Option 61C, Option 81C)
- Nortel Passport128
- Radware OnDemand Switches129
- Samsung DCS and OfficeServ series PBX130
- SonicWALL firewalls131
- Thuraya SO-2510 satellite phone and ThurayaModule132
- Radvision 3G communications equipment133
- 3com NBX phone systems134
- Zhone Technologies access systems
- Oracle EAGLE STP system
TCP vulnerability and CVE patches
As of July 2019, a paper published by Armis135 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.136 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.137
The system is in use by quite a few mission-critical products, many of which could not be easily patched.138
External links
References
"VxWorks Goes 64-bit", Electronic Design, March 25, 2011 http://electronicdesign.com/embedded/vxworks-goes-64-bit ↩
"Wind River Announces RISC-V Support for VxWorks RTOS". www.businesswire.com. December 10, 2019. Retrieved December 11, 2019. https://www.businesswire.com/news/home/20191210005381/en/Wind-River-Announces-RISC-V-Support-VxWorks-RTOS ↩
RTOS Handles AMP and SMP, electronic design, March 2009 http://electronicdesign.com/embedded/rtos-handles-amp-and-smp ↩
John Rath (February 2014). "Intel Adds Virtualization Platform for Industrial Systems". https://www.datacenterknowledge.com/archives/2014/02/27/intel-adds-virtualization-platforms-industrial-systems/ ↩
Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/ ↩
Wind River Archived December 4, 2022, at the Wayback Machine reinvents real-time system for the Internet of Things, iTERS news, March 2014 http://itersnews.com/?p=70622 ↩
"VxWorks 7 Announced". harmonicss.co.uk. 2014. Archived from the original on July 4, 2014. Retrieved June 20, 2014. https://web.archive.org/web/20140704044303/http://harmonicss.co.uk/index.php/component/content/article/43-news-vxworks/88-vxworks-7-announced ↩
Wind River Reinvents the RTOS for the IoT, Business Wire, February 2014 http://www.businesswire.com/news/home/20140226005964/en/Wind-River-Reinvents-Real-Time-Operating-System-Internet#.U6bpVPk-fBo ↩
Jackson, Joab (2014). "Wind River outfits VxWorks for 'Internet of things' | ITworld". itworld.com. Archived from the original on March 11, 2014. Retrieved June 20, 2014. https://web.archive.org/web/20140311030503/http://www.itworld.com/open-source/407290/wind-river-outfits-vxworks-internet-things ↩
"Embedded Systems Glossary: V". www.netrino.com. Netrino, LLC. November 30, 2007. Retrieved September 20, 2010. http://www.netrino.com/Embedded-Systems/Glossary-V ↩
"SEC filing". Secinfo.com. January 19, 1996. Retrieved November 18, 2011. http://www.secinfo.com/dr6nd.9u.htm#5hg ↩
Lord of the Toasters, Wired (magazine) interview with Jerry Fiddler, September 1998 https://www.wired.com/wired/archive/6.09/wind_pr.html ↩
Li, Qing; Yao, Caroline (2003). Real-Time Concepts for Embedded Systems. CMP Books. ISBN 1-57820-124-1. 1-57820-124-1 ↩
Company Histories, Funding Universe http://www.fundinguniverse.com/company-histories/wind-river-systems-inc-history/ ↩
Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/ ↩
Wind River Outfits VxWorks for the Internet of Things, Computer World http://www.computerworld.com/s/article/9246658/Wind_River_outfits_VxWorks_for_39_Internet_of_things_39_ ↩
"Embedded Software Market latest Trends and New Technologies Research Forecast to 2025". February 24, 2021. https://justpositivity.com/embedded-software-market-1043 ↩
Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/ ↩
John Rath (February 2014). "Intel Adds Virtualization Platform for Industrial Systems". https://www.datacenterknowledge.com/archives/2014/02/27/intel-adds-virtualization-platforms-industrial-systems/ ↩
Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/ ↩
Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/ ↩
Wind River Reinvents the RTOS for the IoT, Business Wire, February 2014 http://www.businesswire.com/news/home/20140226005964/en/Wind-River-Reinvents-Real-Time-Operating-System-Internet#.U6bpVPk-fBo ↩
Wind River Outfits VxWorks for the Internet of Things, Computer World http://www.computerworld.com/s/article/9246658/Wind_River_outfits_VxWorks_for_39_Internet_of_things_39_ ↩
RTOS Handles AMP and SMP, electronic design, March 2009 http://electronicdesign.com/embedded/rtos-handles-amp-and-smp ↩
"Wind River Releases 64-Bit VxWorks RTOS". Windriver.com. Archived from the original on October 28, 2011. Retrieved November 18, 2011. https://web.archive.org/web/20111028203244/http://www.windriver.com/news/press/pr.html?ID=8881 ↩
POSIX Certification Register https://www.opengroup.org/ ↩
Filesystems Archived June 20, 2014, at the Wayback Machine in VxWorks, CDF online, Fermi Labs http://www-cdfonline.fnal.gov/daq/computing/vxworks/filesystems.html ↩
Jackson, Joab (2014). "Wind River outfits VxWorks for 'Internet of things' | ITworld". itworld.com. Archived from the original on March 11, 2014. Retrieved June 20, 2014. https://web.archive.org/web/20140311030503/http://www.itworld.com/open-source/407290/wind-river-outfits-vxworks-internet-things ↩
Wind River Outfits VxWorks for the Internet of Things, Computer World http://www.computerworld.com/s/article/9246658/Wind_River_outfits_VxWorks_for_39_Internet_of_things_39_ ↩
Wind River Reinvents the Real-Time Operating System for the Internet of Things Windriver.com, http://www.windriver.com/news/press/pr.html?ID=12641%20www.windriver.com/news/press/pr.html?ID=12641 ↩
"VxWorks Goes 64-bit", Electronic Design, March 25, 2011 http://electronicdesign.com/embedded/vxworks-goes-64-bit ↩
Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/ ↩
Wind River Archived December 4, 2022, at the Wayback Machine reinvents real-time system for the Internet of Things, iTERS news, March 2014 http://itersnews.com/?p=70622 ↩
Jackson, Joab (2014). "Wind River outfits VxWorks for 'Internet of things' | ITworld". itworld.com. Archived from the original on March 11, 2014. Retrieved June 20, 2014. https://web.archive.org/web/20140311030503/http://www.itworld.com/open-source/407290/wind-river-outfits-vxworks-internet-things ↩
Intel Tackles SoC With Quark"' EE Times, October 7, 2013 http://www.eetimes.com/document.asp?doc_id=1319726 ↩
"how to configure woflssl for vxworks 6.6 build (Page 1) — wolfSSL (formerly CyaSSL) — wolfSSL - Embedded SSL Library". www.wolfssl.com. Retrieved February 19, 2019. https://www.wolfssl.com/forums/topic846-how-to-configure-woflssl-for-vxworks-66-build.html ↩
Workbench Product Note http://www.windriver.com/products/workbench/ ↩
"Wind River Announces RISC-V Support for VxWorks RTOS". www.businesswire.com. December 10, 2019. Retrieved December 11, 2019. https://www.businesswire.com/news/home/20191210005381/en/Wind-River-Announces-RISC-V-Support-VxWorks-RTOS ↩
"Wind River Products". https://marketplace.windriver.com/index.php?bsp&on=locate&type=platform ↩
"BSP QUERY TOOL". bsp.windriver.com. Retrieved October 23, 2023. https://bsp.windriver.com/products ↩
Wind River reinvents the RTOS for the IoT, Business Wire https://web.archive.org/web/20171201081214/https://www.marketwatch.com/story/wind-river-reinvents-the-real-time-operating-system-for-the-internet-of-things-2014-02-26 ↩
"Wind River VxWorks 5.x Page". Windriver.com. Archived from the original on September 27, 2011. Retrieved November 18, 2011. https://web.archive.org/web/20110927122955/http://www.windriver.com/products/run-time_technologies/Real-Time_Operating_Systems/VxWorks_5x/ ↩
Workbench Product Note http://www.windriver.com/products/workbench/ ↩
"Wind River Linux Main Page". Windriver.com. March 29, 2007. Retrieved November 18, 2011. http://www.windriver.com/products/linux/ ↩
"Wind River OCD Main Page". Windriver.com. Retrieved November 18, 2011. http://www.windriver.com/products/OCD/ ↩
"VxWorks Gets Re-vamped" Information Technology http://www.electronicsweekly.com/news/design/embedded-systems/wind-river-prepares-vxworks-iot-2014-02/ ↩
Simics, Wikipedia /wiki/Simics ↩
Wind River Simics http://www.windriver.com/products/simics/ ↩
Accelerate Software Development with Wind River Simics, Intel webpage http://www.intel.com/content/www/us/en/intelligent-systems/software/simics-simulation-technology-to-accelerate-software-development.html ↩
Wind River Archived December 4, 2022, at the Wayback Machine reinvents real-time system for the Internet of Things, iTERS news, March 2014 http://itersnews.com/?p=70622 ↩
VxWorks customer list http://www.windriver.com/customers/ ↩
"Unknown" (PDF). Archived from the original (PDF) on August 6, 2020. Retrieved November 30, 2023. https://web.archive.org/web/20200806041643/https://ai.jpl.nasa.gov/public/documents/papers/rabideau_iwpss2017_prototyping.pdf ↩
ExtremeTech news http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech ↩
ExtremeTech news http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech ↩
Clementine Project Information Page https://nssdc.gsfc.nasa.gov/planetary/clementine.html ↩
The Software Behind the Mars Phoenix Lander http://news.oreilly.com/2008/07/the-software-behind-the-mars-p.html ↩
ExtremeTech article http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels ↩
"Wind River Powers Mars Exploration Rovers--Continues Legacy as Technology Provider for NASA's Space Exploration". Wind River Systems. June 6, 2003. Archived from the original on January 6, 2010. Retrieved August 28, 2009. https://web.archive.org/web/20100106090354/http://www.windriver.com/news/press/pr.html?ID=314 ↩
Bullseye: Autonomous Satellite Enters Jupiter’s Orbit https://iq.intel.com/bullseye-autonomous-satellite-enters-jupiters-orbit/ ↩
AgustaWestland Project Zero https://www.youtube.com/watch?v=5duAaJw7kvg&list=PL9BA73768DFBBC52D ↩
the US Navy’s unmanned combat air system X-47B, YouTube video https://www.youtube.com/watch?v=BTTlxsoLytQ&list=PL9BA73768DFBBC52D&index=10 ↩
Verocel Archived November 24, 2016, at the Wayback Machine webpage http://www.verocel.com/our-customers/ ↩
The Free Library, Farlex Archived May 7, 2016, at the Wayback Machine http://www.thefreelibrary.com/BAE+SYSTEMS+Selects+Wind+River+for+Use+in+the+Tornado+Advanced+Radar...-a0133178281 ↩
Airforce-Technology.com https://www.airforce-technology.com/projects/rq-170-sentinel/ ↩
"Arm IDA and Cross Check: Reversing the 787's Core Network" (PDF). Retrieved November 30, 2023. https://act-on.ioactive.com/acton/attachment/34793/f-cd239504-44e6-42ab-85ce-91087de817d9/1/-/-/-/-/Arm-IDA%20and%20Cross%20Check%3A%20Reversing%20the%20787's%20Core%20Network.pdf ↩
PTR Group[usurped] celebrates third successful launch of the year, PTR GRoup webpage https://web.archive.org/web/20140714144942/http://www.theptrgroup.com/press-releases/ptr-group-celebrates-third-successful-launch-of-the-year ↩
James Webb Space Telescope, SPIEL Digital Library http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=1289022 ↩
Case Study: European Geostationary Navigation Overlay System http://www.electronicsweekly.com/news/design/embedded-systems/case-study-european-geostationary-navigation-overlay-system-2010-06/ ↩
TacNet Tracker Software, ESTSC https://web.archive.org/web/20151022022300/https://www.osti.gov/estsc/details.jsp?rcdid=4409 ↩
Flexible camera applications of an advanced uncooled microbolometer thermal imaging core, SPIE Digital Library http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=843541 ↩
Barco Selects Wind River for Military Display and Management, Bloomberg https://www.bloomberg.com/apps/news?pid=newsarchive&sid=aTZ4I7Yaw9YY ↩
Wind River: Toshiba is using Simics to develop automotive application software, Embedded Control Europe http://www.embedded-control-europe.com/tools-software/4-tools-software/1465-wind-river-toshiba-is-using-simics-to-develop-automotive-application-software ↩
Wind River Helps Bosch Motorsport Race For The Win, Globe and Mail https://www.theglobeandmail.com/globe-investor/news-sources/?mid=bwire.20131210.20131210005447 ↩
Hyundia Archived November 21, 2018, at the Wayback Machine works with Wind River, Telematics News http://telematicsnews.info/2013/01/23/wind-river-develops-software-platform-for-hyundai-mobis-in-vehicle-infotainment-systems_j4233/ ↩
Magneti Marell "i Motorsport Chooses Wind River VxWorks for Formula One Race Cars" https://web.archive.org/web/20140714221904/http://www.highbeam.com/doc/1P2-29044919.html ↩
ExtremeTech news http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech ↩
The Network on Wheels -- Java Developers, Start Your Programming Engines!, Oracle http://www.oracle.com/technetwork/articles/javase/tla-140006.html ↩
ExtremeTech news http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech ↩
"AMX Meets Productivity, Cost-Savings Goals with Wind River" (PDF). August 2007. https://www.windriver.com/customers/customer-success/documents/SuccessStory_AMX_Aug2007.pdf ↩
"AMX AV/IT Administrators Guide". https://www.amx.com/en/site_elements/amx-av-it-administrator-s-guide ↩
Drobo In depth review, Automated Home http://www.automatedhome.co.uk/reviews/drobo-droboshare-in-depth-review.ht ↩
Honda Robots Asimo, Robotics Technology Simplified http://www.robotics-technology-simplified.com/honda-robot.html ↩
ExtremeTech news http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech ↩
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 http://translate.google.ca/translate?hl=en&sl=ja&u=http://www.mobiletechnika.jp/release/topics_071003_windriver.html&prev=/search%3Fq%3DMobile%2BTechnika%2BMobbyTalk%2Bvxworks%26biw%3D1280%26bih%3D923 ↩
MythTv on ReplayTv hardware?, Don Ritter http://www.mythtv.org/pipermail/mythtv-users/2008-October/235318.html ↩
"ABB Robotics and vxworks". ABB. Retrieved November 18, 2011. http://www.abb.com/search.aspx?q=vxworks ↩
Comau Robotics Picks Wind River VxWorks for RTOS, TMCnet.com http://technews.tmcnet.com/channels/network-acceleration/articles/240131-comau-robotics-picks-wind-river-vxworks-rtos.htm ↩
KUKA Video, YouTube https://www.youtube.com/watch?v=vhWlxh-XIys&index=9&list=PL9BA73768DFBBC52D ↩
COPALP webpage http://www.copalp.com/en/products/runtime/vxworks/browse/11/index.html ↩
Yaskawa, Motoman Strategic Partners http://www.motoman.com/partners/msp/default.php ↩
Comau Robotics Picks Wind River VxWorks for RTOS, TMCnet http://technews.tmcnet.com/channels/network-acceleration/articles/240131-comau-robotics-picks-wind-river-vxworks-rtos.htm ↩
Kotlarsky, Julia (2007). "Re-engineering at LeCroy Corporation: the move to component-based systems" (PDF). Journal of Information Technology. 22 (4): 265–278. doi:10.1057/palgrave.jit.2000099. S2CID 15581496. Archived from the original (PDF) on August 29, 2018. https://web.archive.org/web/20180829212116/https://pdfs.semanticscholar.org/6901/02c2bb3fee082a3d301c4e7f175346ccc205.pdf ↩
"What operating system is that oscilloscope running? - Page 1". www.eevblog.com. Retrieved November 1, 2023. https://www.eevblog.com/forum/testgear/what-operating-system-is-that-oscilloscope-running/ ↩
Hexagon Metrology Standardizes on Wind River’s VxWorks for Next-Generation Metrology Equipment, Bloomberg.com https://www.bloomberg.com/apps/news?pid=newsarchive&sid=arzSIdG8lhU4 ↩
Leading Chinese Transportation Company Relies on Wind River to Meet Stringent Safety Certification Goal, On-line Wall Street Journal https://online.wsj.com/article/PR-CO-20130917-905644.html ↩
Bombardier Transportation Selects Wind River Platforms for Safety Critical Certified Display on London Underground, Online UK [1]Reuters https://web.archive.org/web/20130316024452/http://uk.reuters.com/article/2010/09/20/idUS171894+20-Sep-2010+BW20100920 ↩
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 https://instrumentsignpost.wordpress.com/ ↩
National Instruments Support Page http://digital.ni.com/public.nsf/allkb/35F1FD98520D6E0E8625783A005AF557 ↩
EPICS base Release 3.14 Installation Instructions https://www.slac.stanford.edu/grp/ssrl/spear/epics/base/3.14.11/README.html ↩
Bosch Rexroth YouTube video https://www.youtube.com/watch?v=bYtqyArAKb0 ↩
iBox user guide Page 8-41 http://www.mceinc.com/products/manuals/WebManuals/iControl_AC_Rel_3_4_42-02-2223_B5.pdf ↩
Toshiba Photocopiers http://imaging.toshiba.co.uk/ ↩
GrandMA Full-Size Data Sheet https://www.google.ca/?gfe_rd=cr&ei=-JS9U8_0D-qM8QeMnYDoBg&gws_rd=ssl#q=GrandMA+vxworks ↩
"Wind River Introduces Software Platform for Medical Devices Complete with Compliance Documentation". Archived from the original on November 8, 2012. Retrieved August 11, 2012. https://web.archive.org/web/20121108072657/http://windriver.com/news/press/pr.html?ID=9521 ↩
Olympus ESG-400 high-frequency surgical generator http://www.olympus-oste.eu/front_content.php?idcat=111&idart=148%20ESG-400 ↩
BD FACSCount Archived March 18, 2015, at the Wayback Machine article http://www.bdbiosciences.com/instruments/facscount/index.jsp ↩
Thema Archived September 2, 2016, at the Wayback Machine process control article http://www.fedegari.com/products/thema4-process-controller ↩
CEREC Archived October 29, 2015, at the Wayback Machine Chairside Solutions http://www.sironausa.com/us/products/digital-dentistry/cerec-chairside-solutions/ ↩
"453560477451 for PHILIPS MRI Scanner Parts - Meditegic". August 30, 2024. Archived from the original on August 30, 2024. Retrieved August 30, 2024. https://web.archive.org/web/20240830084731/https://meditegic.com/453560477451-cd-vxworks-os-files-for-prpmc/ ↩
Arkoon selects Wind River for nextgen equipment https://web.archive.org/web/20140714170430/http://business.highbeam.com/438279/article-1G1-242424199/arkoon-selects-wind-river-nextgen-network-equipment ↩
Ubee-Airwalk uses Wind River's VxWorks in femotcell, Telecompaper http://www.telecompaper.com/news/ubee-airwalk-uses-wind-rivers-vxworks-in-sprint-femotcell--898435 ↩
Kontron AG e-newswire http://www.kontron.com/enewswire/emea/1-e-newswire/2010/201009/m6.php ↩
QQTechnologies goes Global with VxWorks, Datsheets 360 ↩
Stubbs, Jack (August 5, 2018). "Huawei in British spotlight over use of U.S. firm's software". Reuters U.K. Archived from the original on August 5, 2018. https://web.archive.org/web/20180805045202/https://uk.reuters.com/article/uk-huawei-security-britain-usa/huawei-in-british-spotlight-over-use-of-u-s-firms-software-idUKKBN1KQ003 ↩
Broadlight Client page http://broadlightusa.com/clients.htm ↩
Sky Pilot Command Line Interface Reference document https://www.google.ca/?gfe_rd=cr&ei=vWm5U4W_H4ON8QeupoDgCQ&gws_rd=ssl#q=Sky+Pilot+vxworks ↩
Wind River delivers Raptor with VxWorks Platform, ETT Asia news ↩
Siemens deploys 2.5G Wireless Data Platform, 3G Newsletter http://www.3g.co.uk/PR/1716.htm ↩
FlexiPacket Release Note ↩
Oracle acme support page https://community.acmepacket.com/t5/Operations-and-Management/SBC-4500-rear-console/td-p/1348 ↩
Avaya ERS 8600 Wikipedia ↩
Dell PowerConnect, Wikipedia page /wiki/Dell_PowerConnect ↩
Routing Protocol Operations Guide for SmartEdge https://www.google.ca/?gfe_rd=cr&ei=GrC5U4HULYuN8Qe_goH4CQ&gws_rd=ssl#q=SmartEdge+vxworks ↩
Enhanced Security for Industrial Networks, Belden webpage http://www.beldensolutions.com/en/Company/Press/PR100EN0409/index.phtml ↩
VoIP Security webpage http://www.voip-security.net/index.php/articles/mitel/mitel-controllers-menu/109-vxworks-commands-cheat-sheet ↩
Multiservice Switch, Wikipedia /wiki/Multiservice_Switch ↩
Knowledge Base, Radware webpage 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 ↩
"Samsung OfficeServ brochure" (PDF). http://www.utd-comms.co.uk/samsung_officeserv.pdf ↩
Tim's IT-Blob: A deeper look on SonicWALL kernel http://www.timk.de/it-blog/a_deeper_view_of_sonicwall_kerne/ ↩
Thuraya SO-2510 Satellite http://www.satphonestore.com/application-browsing/satellite-phones/thuraya-so2510.html ↩
SANYO Multimedia Tottori Chooses RADVISION SIP Developer Toolkit to Build New IP Phone, Business Wire http://www.businesswire.com/news/home/20030421005164/en/SANYO-Multimedia-Tottori-Chooses-RADVISION-SIP-Developer#.U71Ctvk-ce0 ↩
3Com NBX Phone Systems, AdCom Technologies Inc. http://www.adcomtechnologies.com/solutions.html?content=0 ↩
"Urgent/11 Critical Vulnerability" (PDF). Armis. Archived from the original (PDF) on August 3, 2019. Retrieved July 31, 2019. https://web.archive.org/web/20190803101359/https://go.armis.com/hubfs/White-papers/Urgent11%20Technical%20White%20Paper.pdf ↩
"Critical Vulnerabilities Dubbed URGENT/11 Place Devices Running VxWorks at Risk of RCE Attacks". Tenable®. July 29, 2019. Retrieved July 31, 2019. https://www.tenable.com/blog/critical-vulnerabilities-dubbed-urgent11-place-devices-running-vxworks-at-risk-of-rce-attacks ↩
Gmuender, John (July 29, 2019). "Wind River VxWorks and URGENT/11: Patch Now". SonicWall. Retrieved July 31, 2019. https://blog.sonicwall.com/en-us/2019/07/wind-river-vxworks-and-urgent-11-patch-now/ ↩
Newman, Lily Han. "An Operating System Bug Exposes 200 Million Critical Devices". Wired. https://www.wired.com/story/vxworks-vulnerabilities-urgent11/ ↩