Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
VxWorks
Operating system

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.

Related Image Collections Add Image
We don't have any YouTube videos related to VxWorks yet.
We don't have any PDF documents related to VxWorks yet.
We don't have any Books related to VxWorks yet.
We don't have any archived web articles related to VxWorks yet.

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

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 families

VxWorks 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

Aircraft

Space telescopes Others

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

Industrial

Industrial robots Test and Measurement Transportation Controllers
  • 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
Storage systems Imaging Others
  • GrandMA Full-Size and Light Console by MA Lighting105

Medical

Networking and communication infrastructure

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

References

  1. "VxWorks Goes 64-bit", Electronic Design, March 25, 2011 http://electronicdesign.com/embedded/vxworks-goes-64-bit

  2. "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

  3. RTOS Handles AMP and SMP, electronic design, March 2009 http://electronicdesign.com/embedded/rtos-handles-amp-and-smp

  4. 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/

  5. Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/

  6. 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

  7. "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

  8. 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

  9. 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

  10. "Embedded Systems Glossary: V". www.netrino.com. Netrino, LLC. November 30, 2007. Retrieved September 20, 2010. http://www.netrino.com/Embedded-Systems/Glossary-V

  11. "SEC filing". Secinfo.com. January 19, 1996. Retrieved November 18, 2011. http://www.secinfo.com/dr6nd.9u.htm#5hg

  12. Lord of the Toasters, Wired (magazine) interview with Jerry Fiddler, September 1998 https://www.wired.com/wired/archive/6.09/wind_pr.html

  13. Li, Qing; Yao, Caroline (2003). Real-Time Concepts for Embedded Systems. CMP Books. ISBN 1-57820-124-1. 1-57820-124-1

  14. Company Histories, Funding Universe http://www.fundinguniverse.com/company-histories/wind-river-systems-inc-history/

  15. Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/

  16. 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_

  17. "Embedded Software Market latest Trends and New Technologies Research Forecast to 2025". February 24, 2021. https://justpositivity.com/embedded-software-market-1043

  18. Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/

  19. 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/

  20. Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/

  21. Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/

  22. 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

  23. 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_

  24. RTOS Handles AMP and SMP, electronic design, March 2009 http://electronicdesign.com/embedded/rtos-handles-amp-and-smp

  25. "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

  26. POSIX Certification Register https://www.opengroup.org/

  27. 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

  28. 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

  29. 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_

  30. 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

  31. "VxWorks Goes 64-bit", Electronic Design, March 25, 2011 http://electronicdesign.com/embedded/vxworks-goes-64-bit

  32. Embedded Star Archived April 23, 2016, at the Wayback Machine Article, February 2011 http://www.embeddedstar.com/weblog/2011/02/28/intel-vxworks/

  33. 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

  34. 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

  35. Intel Tackles SoC With Quark"' EE Times, October 7, 2013 http://www.eetimes.com/document.asp?doc_id=1319726

  36. "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

  37. Workbench Product Note http://www.windriver.com/products/workbench/

  38. "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

  39. "Wind River Products". https://marketplace.windriver.com/index.php?bsp&on=locate&type=platform

  40. "BSP QUERY TOOL". bsp.windriver.com. Retrieved October 23, 2023. https://bsp.windriver.com/products

  41. 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

  42. "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/

  43. Workbench Product Note http://www.windriver.com/products/workbench/

  44. "Wind River Linux Main Page". Windriver.com. March 29, 2007. Retrieved November 18, 2011. http://www.windriver.com/products/linux/

  45. "Wind River OCD Main Page". Windriver.com. Retrieved November 18, 2011. http://www.windriver.com/products/OCD/

  46. "VxWorks Gets Re-vamped" Information Technology http://www.electronicsweekly.com/news/design/embedded-systems/wind-river-prepares-vxworks-iot-2014-02/

  47. Simics, Wikipedia /wiki/Simics

  48. Wind River Simics http://www.windriver.com/products/simics/

  49. 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

  50. 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

  51. VxWorks customer list http://www.windriver.com/customers/

  52. "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

  53. ExtremeTech news http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech

  54. ExtremeTech news http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech

  55. Clementine Project Information Page https://nssdc.gsfc.nasa.gov/planetary/clementine.html

  56. The Software Behind the Mars Phoenix Lander http://news.oreilly.com/2008/07/the-software-behind-the-mars-p.html

  57. ExtremeTech article http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels

  58. "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

  59. Bullseye: Autonomous Satellite Enters Jupiter’s Orbit https://iq.intel.com/bullseye-autonomous-satellite-enters-jupiters-orbit/

  60. AgustaWestland Project Zero https://www.youtube.com/watch?v=5duAaJw7kvg&list=PL9BA73768DFBBC52D

  61. the US Navy’s unmanned combat air system X-47B, YouTube video https://www.youtube.com/watch?v=BTTlxsoLytQ&list=PL9BA73768DFBBC52D&index=10

  62. Verocel Archived November 24, 2016, at the Wayback Machine webpage http://www.verocel.com/our-customers/

  63. 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

  64. Airforce-Technology.com https://www.airforce-technology.com/projects/rq-170-sentinel/

  65. "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

  66. 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

  67. James Webb Space Telescope, SPIEL Digital Library http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=1289022

  68. Case Study: European Geostationary Navigation Overlay System http://www.electronicsweekly.com/news/design/embedded-systems/case-study-european-geostationary-navigation-overlay-system-2010-06/

  69. TacNet Tracker Software, ESTSC https://web.archive.org/web/20151022022300/https://www.osti.gov/estsc/details.jsp?rcdid=4409

  70. Flexible camera applications of an advanced uncooled microbolometer thermal imaging core, SPIE Digital Library http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=843541

  71. Barco Selects Wind River for Military Display and Management, Bloomberg https://www.bloomberg.com/apps/news?pid=newsarchive&sid=aTZ4I7Yaw9YY

  72. 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

  73. Wind River Helps Bosch Motorsport Race For The Win, Globe and Mail https://www.theglobeandmail.com/globe-investor/news-sources/?mid=bwire.20131210.20131210005447

  74. 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/

  75. 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

  76. ExtremeTech news http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech

  77. The Network on Wheels -- Java Developers, Start Your Programming Engines!, Oracle http://www.oracle.com/technetwork/articles/javase/tla-140006.html

  78. ExtremeTech news http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech

  79. "AMX Meets Productivity, Cost-Savings Goals with Wind River" (PDF). August 2007. https://www.windriver.com/customers/customer-success/documents/SuccessStory_AMX_Aug2007.pdf

  80. "AMX AV/IT Administrators Guide". https://www.amx.com/en/site_elements/amx-av-it-administrator-s-guide

  81. Drobo In depth review, Automated Home http://www.automatedhome.co.uk/reviews/drobo-droboshare-in-depth-review.ht

  82. Honda Robots Asimo, Robotics Technology Simplified http://www.robotics-technology-simplified.com/honda-robot.html

  83. ExtremeTech news http://www.extremetech.com/extreme/134041-inside-nasas-curiosity-its-an-apple-airport-extreme-with-wheels%20ExtremeTech

  84. Motorola's DCT2500 Core Interactive Digital Set-Tops Deployed With Wind River Software, BrightRoll news webpage

  85. 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

  86. MythTv on ReplayTv hardware?, Don Ritter http://www.mythtv.org/pipermail/mythtv-users/2008-October/235318.html

  87. "ABB Robotics and vxworks". ABB. Retrieved November 18, 2011. http://www.abb.com/search.aspx?q=vxworks

  88. 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

  89. KUKA Video, YouTube https://www.youtube.com/watch?v=vhWlxh-XIys&index=9&list=PL9BA73768DFBBC52D

  90. COPALP webpage http://www.copalp.com/en/products/runtime/vxworks/browse/11/index.html

  91. Yaskawa, Motoman Strategic Partners http://www.motoman.com/partners/msp/default.php

  92. 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

  93. 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

  94. "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/

  95. 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

  96. 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

  97. 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

  98. Wind Power Automation Leader Bachmann Relies On Wind River VxWorks For Next-Generation Controller System, Globe and mail

  99. Invensys acquisition: “Now, it is up to how well we execute.”, The Instrument Readout SignPost https://instrumentsignpost.wordpress.com/

  100. National Instruments Support Page http://digital.ni.com/public.nsf/allkb/35F1FD98520D6E0E8625783A005AF557

  101. EPICS base Release 3.14 Installation Instructions https://www.slac.stanford.edu/grp/ssrl/spear/epics/base/3.14.11/README.html

  102. Bosch Rexroth YouTube video https://www.youtube.com/watch?v=bYtqyArAKb0

  103. iBox user guide Page 8-41 http://www.mceinc.com/products/manuals/WebManuals/iControl_AC_Rel_3_4_42-02-2223_B5.pdf

  104. Toshiba Photocopiers http://imaging.toshiba.co.uk/

  105. GrandMA Full-Size Data Sheet https://www.google.ca/?gfe_rd=cr&ei=-JS9U8_0D-qM8QeMnYDoBg&gws_rd=ssl#q=GrandMA+vxworks

  106. "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

  107. Olympus ESG-400 high-frequency surgical generator http://www.olympus-oste.eu/front_content.php?idcat=111&idart=148%20ESG-400

  108. BD FACSCount Archived March 18, 2015, at the Wayback Machine article http://www.bdbiosciences.com/instruments/facscount/index.jsp

  109. Thema Archived September 2, 2016, at the Wayback Machine process control article http://www.fedegari.com/products/thema4-process-controller

  110. CEREC Archived October 29, 2015, at the Wayback Machine Chairside Solutions http://www.sironausa.com/us/products/digital-dentistry/cerec-chairside-solutions/

  111. "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/

  112. 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

  113. 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

  114. Kontron AG e-newswire http://www.kontron.com/enewswire/emea/1-e-newswire/2010/201009/m6.php

  115. QQTechnologies goes Global with VxWorks, Datsheets 360

  116. 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

  117. Broadlight Client page http://broadlightusa.com/clients.htm

  118. Sky Pilot Command Line Interface Reference document https://www.google.ca/?gfe_rd=cr&ei=vWm5U4W_H4ON8QeupoDgCQ&gws_rd=ssl#q=Sky+Pilot+vxworks

  119. Wind River delivers Raptor with VxWorks Platform, ETT Asia news

  120. Siemens deploys 2.5G Wireless Data Platform, 3G Newsletter http://www.3g.co.uk/PR/1716.htm

  121. FlexiPacket Release Note

  122. Oracle acme support page https://community.acmepacket.com/t5/Operations-and-Management/SBC-4500-rear-console/td-p/1348

  123. Avaya ERS 8600 Wikipedia

  124. Dell PowerConnect, Wikipedia page /wiki/Dell_PowerConnect

  125. Routing Protocol Operations Guide for SmartEdge https://www.google.ca/?gfe_rd=cr&ei=GrC5U4HULYuN8Qe_goH4CQ&gws_rd=ssl#q=SmartEdge+vxworks

  126. Enhanced Security for Industrial Networks, Belden webpage http://www.beldensolutions.com/en/Company/Press/PR100EN0409/index.phtml

  127. VoIP Security webpage http://www.voip-security.net/index.php/articles/mitel/mitel-controllers-menu/109-vxworks-commands-cheat-sheet

  128. Multiservice Switch, Wikipedia /wiki/Multiservice_Switch

  129. 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

  130. "Samsung OfficeServ brochure" (PDF). http://www.utd-comms.co.uk/samsung_officeserv.pdf

  131. Tim's IT-Blob: A deeper look on SonicWALL kernel http://www.timk.de/it-blog/a_deeper_view_of_sonicwall_kerne/

  132. Thuraya SO-2510 Satellite http://www.satphonestore.com/application-browsing/satellite-phones/thuraya-so2510.html

  133. 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

  134. 3Com NBX Phone Systems, AdCom Technologies Inc. http://www.adcomtechnologies.com/solutions.html?content=0

  135. "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

  136. "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

  137. 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/

  138. Newman, Lily Han. "An Operating System Bug Exposes 200 Million Critical Devices". Wired. https://www.wired.com/story/vxworks-vulnerabilities-urgent11/