Download as pdf or txt
Download as pdf or txt
You are on page 1of 23

10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

HOME | COMPUTERS

New frontiers in real-time software


Ef cient execution is key to real-time mission-critical operating systems software, yet new
demands are emerging such as safety critical operations for avionics and other life-critical
applications.
Author — Jamie Whitney

Jul 23rd, 2020

Earlier this year, Collins Aerospace selected real-time software from Green Hills for trusted computing in Navy combat jet training systems.

U.S. Navy

View Image Gallery

Real-time software in embedded computing, like real-time operating systems (RTOS) in military and aviation
PERFORMANCE,
applications, must work quickly and with no errors. On top of reliability, experts in real-time technology say it must ×
have robust information security for critical and classi ed data.
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 1/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

“The intrinsic value of an RTOS is to provide guaranteed processing performance,” explains Richard Jaenicke, director
LOG IN REGISTER
of marketing for Green Hills Software in Santa Barbara, Calif. “For sensor signal processing, that can be used to make
sure the data is processed in real time so that none are dropped. To achieve that level of determinism, an RTOS
generally is smaller and faster than a basic OS, consuming fewer resources. Consuming fewer resources is a particular
advantage when running on processor cores embedded in an FPGA [Field Programmable Gate Array]. Finally, many
RTOS are safety-certi able. The safest RTOS are based on a separation kernel, which isolates applications from each
other and from the kernel so that a fault in one cannot affect the others. When a particular function requires the
absolute lowest latency, it can be included in the kernel and still retain the bene ts of isolation from the other
applications.”

Abaco Systems in Huntsville, Ala., which produces rugged embedded computing solutions for defense, aerospace, and
industry, use real-time software to carry out signal processing.

“In terms of the underlying hardware, FPGA-based systems deliver a perfect solution for rapid signal processing,” says
Abaco software product manager Francesco Fiaschi. “No less important than speed in sophisticated signal processing
applications is determinism — and the challenge is often how to deliver information in a deterministic manner from
the point of acquisition in the FPGA to the destination application. This is normally a function of the operating system.
Choosing the appropriate real time operating system — such as VxWorks, Integrity, LynxOS or any Linux real time
extension — will provide predictability in the way data from the source can be delivered to the user in the most
expeditious and reliable manner. When an application is mission critical, an RTOS can deliver both predictability and
reliability.”

Ray Petty, vice president of global aerospace and defense at Wind River Systems in Alameda, Calif., says that
embedded systems control technologies are used in our daily lives from phones to airplanes.

“Embedded systems typically comprise both hardware and software,” Petty says. “The hardware consists of tiny
components, like microcontrollers or microprocessors. The software is usually a real-time operating system, such as
VxWorks, that performs dedicated tasks and is designed to control time-dependent applications and components in a
consistent and predictable manner. RTOS form the foundation of an embedded system.”

Petty says that “an RTOS must respond in a fully predictable manner to unpredictable external occurrences. If it does
not, in many cases it can impart severe and irreversible repercussions. Timing errors, for example, in a car’s anti-lock
braking system, or in an airplane’s autopilot system, can threaten or even result in the loss of life.”

Petty continues, “RTOS are created to be tough and rigid but, at the same time, very exible. A highly complex genre
of software, an RTOS is based on highly intricate inter-task communications and multitasking technologies. An
RTOS’s effectiveness is decided not only by the correctness of a job’s results, but also by the time in which the results
are produced. Real-time computing occurs when the system acts in a predictable manner, but also within an exact
delivery time. RTOS are designed to handle the execution of applications within extremely rigid response times—
sometimes involving microseconds and nanoseconds. This timing factor, of course, separates RTOS from general-
purpose operating systems. RTOS absolutely cannot perform sluggishly. They must meet system-timing constraints to
ensure predictability and accuracy. They must react in a timely, fully predictable way to unpredictable external
conditions as they arrive. They must eliminate risk from extreme load conditions.”

Open standards

For years, the U.S. Department of Defense (DOD) and its military branches have been driving adoption of open
PERFORMANCE,
standards to make systems compatible and upgradable.
×
REDEFINED EXPLORE SYSTEMS
“It’s also worth noting that rapid signal processing on CPU-based systems is facilitated by optimized signal processing
https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 2/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

The Abaco 3U VPX SBC3511 provides SR-IOV capabilities in the data plane because it leverages the XL710 chipset.

and math libraries that take advantage of speci c features of the target CPU architecture,” Abaco’s Fiaschi says. “Well-
optimized, open-source offerings that support embedded real-time operating systems are not commonplace, neither
are they tailored to the needs of mil-aero applications. It is important to ensure that suitable libraries meeting the
needs of the signal processing application are available for the RTOS of choice.”

Green Hills’s Jaenicke concurs and says the move to open standards “has been happening for a while but has
accelerated due to the tri-service mandate to use a modular open systems approach (MOSA). For RTOS in military
applications, the most important open standard is the Future Airborne Compute Environment (FACE) technical
standard. One of the many unique qualities of the FACE approach is that it has a domain-speci c data modeling
mechanism that expedites the integration of multiple open standards for the same system. That is important because,
as the saying goes, the wonderful thing about standards is that there are so many to choose from.”

Virtualization

Real-time experts note that hypervisors — a system made of software or hardware that runs virtual machines — are
making a mark in this sector. Ian Ferguson, vice president of marketing and strategic alliances at Lynx Software
Technologies in San Jose, Calif., says that hypervisors are seeing increased usage in mixed-criticality systems.

“Separating out resources that are doing video processes from other resources that are doing time sensitive stuff
around GPS networks,” Ferguson says. “Increased use of hypervisors into those elements — that helps partition parts
of the software that you have to take through certi cation and prove that you can isolate that from the other pieces of
the system that is running on Linux typically.”

Abaco’s Fiaschi says that major RTOS vendors are now offering virtualized hypervisors in a single platform.
PERFORMANCE, ×
“This very much re ects the need in the mil-aero market to deploy encapsulated applications that might, at some
REDEFINED
point, also be part of a certi able software solution. Products like the open
EXPLORE source KVM, Helix from Wind River,
SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 3/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

Curtiss-Wright Defense Solutions supports Green Hills Software’s eld-proven INTEGRITY-178 tuMP safety- and security-critical multicore RTOS on
its VPX3-133 single board computer.

INTEGRITY-178 from Green Hills Software and MOSA.ic from Lynx are well suited for this purpose, because they
embed a bare metal hypervisor to abstract the hardware horizontally, while also offering guest operating systems as a
vertical solution in separate containers. This architecture serves multiple goals. First, it uses most of the hardware
capabilities in the single board computer to use and ef ciently share hardware resources. The multicore capabilities
that today’s SBCs are able to offer adapt well to this hypervisor abstraction,” says Fiaschi. “Beyond this, dedicated
hardware functionality at the CPU and at the device level, such as SR-IOV, allow hardware design to function
ef ciently in a virtualized context.”

Fiaschi notes that hypervisors allow the simple migration of existing software applications.

“A hypervisor — sitting on top of the hardware — provides the possibility of encapsulating the application and
operating system in a single container,” Fiaschi says. “This means that porting the application from one operating
system environment to another can be achieved much more easily.”
PERFORMANCE, ×
Finally, Fiaschi says that the architecture allows those applications to coexist with other previously-certi ed software
REDEFINED EXPLORE SYSTEMS
components without compromising system integrity and responsiveness.

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 4/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

As mentioned by Fiaschi, Green Hills Software’s INTEGRITY-178 RTOS is suitable for use as a hypervisor.
LOG IN REGISTER

“The INTEGRITY-178 tuMP RTOS from Green Hills Software supports ARM processors on FPGAs, such as the Zynq
UltraScale+ MPSoC, and heterogeneous ARM processor combinations, such as the Cortex-A72 and Cortex-A53 core in
the NXP i.MX 8QuadMax,” says Green Hills’s Jaenicke. “The combined solutions are suitable for high-assurance sensor
and image processing applications, such as synthetic vision for degraded visual environments. All INTEGRITY-178
tuMP deployments are capable of simultaneously meeting the safety requirements of DO-178C to DAL A and the
security requirements in support of NSA ‘high robustness’ and Common Criteria EAL6+.”

Jaenicke explains that in the avionics market, customers are deploying synthetic vision systems that fuse data from
radar and infrared imagers to enable landing in a degraded visual environment (DVE).

“Future systems will use an array of multi-spectral, multi-function sensors to enable DVE terrain ight as well as
landing,” Jaenicke says. “Both of those systems can require ight safety certi cation up to the highest design
assurance level (DAL A). The INTEGRITY-178 tuMP RTOS provides the architecture and tools to run multitasking
fusion algorithms across multiple cores while achieving DAL A.”

‘Soft’ real-time

“Another trend we are seeing in embedded signal processing applications is a transition from the traditional real time
operating systems widely used on the PowerPC architecture to Linux running on the Intel architecture,” Abaco’s
Fiaschi says. “Linux on Intel, if well-tuned, can provide ‘soft real-time’ performance that is suf cient for many signal
processing applications. For applications where hard real-time performance is required, more specialized commercial
versions of Linux are being utilized on Intel platforms. These have modi ed micro-kernels with speci c features to
provide the real-time determinism needed for the application.

Lynx’s Ferguson says that increases in Linux usage stems from an abundance of code and the need to certify systems.

“One of the things that we are seeing is, rather than having everything on a real-time operating system, we’re seeing
the use of mixed-criticality systems,” Ferguson says. “Increased use of Linux because there’s networking stacks that
exist. So rather than migrating everything onto an RTOS and having a single point of failure there, the rst bit is
partitioning the system so that you got only the real certi cation stuff that you absolutely need on the RTOS — of oad
other bits onto other operating systems and run them there.”

Optimizing processing

“Our customers request middleware to help them optimize signal processing applications running on real-time
systems,” Abaco’s Fiaschi says. “They also need middleware to move data ef ciently between processing entities
within multicore systems, as well as tools to help characterize and tune performance. Abaco is meeting these requests
via our AXIS software environment as well as additional toolkits that provide optimized middleware for signal and
image processing, system health monitoring, data movement and graphics. This is complemented by graphical tools to
enhance productivity to minimize time to deployment.”

Fiaschi continues, “To meet the signi cant demands of system responsiveness and application partitioning, customers
need to look even deeper than the software ecosystem and into how data streaming is controlled by the underlying
hardware components. For example, the SR-IOV feature in an Intel architecture single board computer opens up the
bene ts of a fully virtualized platform — but it’s not a feature of all Intel-based platforms. The 3U VPX SBC3511 single
PERFORMANCE,
board computer from Abaco not only guarantees SR-IOV capabilities in the data plane because it leverages the XL710 ×
chipset, but also provides support for hypervisors such as those featured by KVM, Helix and MOSA.ic.”
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 5/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

RTOS drivers are available for the Wind River VxWorks and Green Hills INTEGRITY-178 tuMP operating environments on Curtiss-Wright’s XMC-4740
rugged video-processing mezzanine module.

Vector instructions

High-intensity data processing can be aided by using vectors to store a large number of variables. Lynx’s Ferguson
explains that mil-aero experts are now taking full advantage of vector processing with custom instructions.

“If you look at these newer Intel Xeons AVX512 their accelerator extensions,” says Ferguson. “There are custom
instructions on ARM; there’s custom instructions on PowerPC. We certainly see people taking more advantage over
those instructions to get the performance up without scaling up frequency, staying within power budgets and
correlated to that really is increases to FPGAs. We see people doing more encryption and crypto and bit manipulation
inside the FPGAs, also video encoding subsystems.”

Ferguson continues, “Silicon partners have actually created Operating Systems and software specs that take full
advantage of that. Typically, open source running on Linux coming into the aerospace and defense area and those
people really segment and isolate as minimal amount of code onto the RTOS as possible.”

Green Hills’s Jaenicke says that the industry is seeing an “explosion” of demand for RTOS on ARM-based processors,
which he says is driven in part by the ARM cores embedded in FPGAs.

“Whereas many military signal processing systems, such as radar signal processing, traditionally divide the processing
between FPGAs in the front end and Intel or Power Architecture processors in the back end, the dividing line is
shifting to do more in the FPGAs,” Jaenicke says. “Even if all of the signal processing is done in the FPGA fabric, the
PERFORMANCE,
processor cores are still used for the control functions.
×
REDEFINED
Security and certi cation
EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 6/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

Wind River’s Petty notes that customers are asking for support in new development, security, and operations
LOG IN REGISTER
(DevSecOps) requirements.

An Air Force loadmaster, performs pre ight checks in the cockpit of an HC-130J aircraft. Multi-core processors in cockpit avionics are dif cult to
certify because they were not designed with that task in mind.

USAF

“Legacy software acquisition and development practices in A&D do not provide the agility to deploy new software ‘at
the speed of operations,’” Petty says. “In addition, security is often an afterthought, not built in from the beginning of
the life cycle of the application and underlying infrastructure. DevSecOps is the industry best practice for rapid,
secure software development ... The main characteristic of DevSecOps is to automate, monitor, and apply security at
all phases of the software life cycle: plan, develop, build, test, release, deliver, deploy, operate, and monitor. In
DevSecOps, testing and security are shifted to the left through automated unit, functional, integration, and security
testing — this is a key DevSecOps differentiator since security and functional capabilities are tested and built
simultaneously.”

Petty says that bene ts from adopting DevSecOps include reduced mean-time to production; increased development
frequency; fully automated risk characterization; and software patching at “the speed of operations.”

Green Hills’s Jaenicke also says that industry is seeing an increase in the need for security in RTOS in the mil-aero
sector.

“With our Wind River Simics offering, teams can simulate anything, chip to system, giving them a path to DevSecOps
PERFORMANCE,
and Continuous Integration and Deployment,” Petty says. “Also, a number of Wind River offerings are FACE
×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 7/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

conformant, such as VxWorks 653, Wind River Helix Virtualization Platform, and Wind River Linux. In fact, Wind River
LOG IN REGISTER
is the rst and only to achieve FACE Conformance for Linux.”

“(This is) driven by the rise in identi ed vulnerabilities over the last few years,” Jaenicke explains. “Security has nally
become a serious enough concern that programs are requiring security instead of giving waivers when the system
integrator tells them how much it will cost.”

Lynx Software Technologies’ Ferguson says that certifying multi-core processors for cockpit avionics is dif cult
because the systems weren’t designed with that task in mind.

“They’re designed for servers, they’re designed for base stations, they’re designed for whatever other workloads in
video technology isn’t designed with Lockheed as their primary customer focus,” Ferguson says of multi-core
processors. “Certi cation and how it works around the current avor around multi-core products are still a big
challenge. How do you guarantee determinism on certain things? What happens when you have memory systems that
have unpredictable access times and those pieces? There are people that have claimed to have solved multi-core
processors for avionics, we are in the camp that thinks it isn’t solved yet. There are things you can do to mitigate it
but I think there’s going to need to be more work done into the underlying hardware to get to a place where software
can help partner up with hardware to deliver...where the FAA can truly feel comfortable that a multicore system can
be certi ed for all eventualities.”

Sign up for Military & Aerospace Electronics eNewsletters

Email address SIGN UP

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 8/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

RELATED

Communications/network controllers
Abaco Systems
Jul 30th, 2020

Buyer's Guide
Wind River
Apr 16th, 2020

Consultants
Green Hills Software Inc
Sep 11th, 2018

LATEST IN COMPUTERS

Communications
L3Harris to upgrade SSHF SATCOM aboard E-4B aircraft
John Keller Oct 26th, 2020

Computers
Air Force sends software updates to old aircraft midair
Oct 26th, 2020

Sensors
CoaXPress frame grabbers for vision systems from BitFlow
Oct 26th, 2020

Sensors
Raytheon to build smart munitions with tri-mode seekers
John Keller Oct 23rd, 2020

Sponsored
New LX2160A Arm®-based 3U VPX board supporting 100 GB on the backplane
Sep 3rd, 2020
PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 9/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER
MORE IN COMPUTERS

Sponsored
New LX2160A Arm®-based 3U VPX board supporting 100 GB on the backplane
Interface Concept’s IC-ARM-VPX3a 3U VPX board, based on a NXP LX2160A 16-core processor brings cutting-edge processing performance for 3U
embedded systems. This VITA 65.0 compliant board is developed in alignment with the SOSA™ Technical Standard.
Sep 3rd, 2020

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 10/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

Computers LOG IN REGISTER

Rugged GPGPU-based embedded computing offered by Aitech


The A178 operates reliably in mobile, remote, military, and autonomous systems, and is for applications like situational awareness and video processing.
Oct 22nd, 2020

Computers
Four companies chosen for computers and surveillance hardware
These companies will act as systems integrators to provide intelligence, surveillance, reconnaissance, and computers to U.S. Special Operations
Command.
John Keller Oct 21st, 2020

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 11/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

Trusted Computing
DOD publishes long-anticipated data strategy
Along with these initiatives, the DOD also seeks working to integrate data analytics to back-end business systems and broader decision-making tools.
Oct 21st, 2020

Computers
Rugged single-board computers introduced by Curtiss-Wright
These rugged 3U OpenVPX computer boards are designed in compliance with the new and emerging MOSA and SOSA open-systems computing
standards.
PERFORMANCE, ×
Oct 20th, 2020
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 12/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

Sensors
Wanted: tech for sea-based hypersonic missile defense
Experts eye layered defense based on a multi-mission terminal-phase interceptor weapon designed to engage and defeat future hypersonic threats.
John Keller Oct 19th, 2020

Computers PERFORMANCE, ×
REDEFINED
Pentagon picks ve companies for machine learning services
EXPLORE SYSTEMS
The JAIC is in place to accelerate AI adoption for large and complex military systems and help defend military infrastructure from cyber attacks.

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 13/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics
John Keller Oct 19th, 2020
LOG IN REGISTER

Communications
Navy asks industry to tackle software-de ned networking
Challenge involves devising modular shipboard networking that does not require hull cuts necessary to install cumbersome new computer hardware.
Oct 19th, 2020

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 14/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

Computers
Rugged embedded computer for space-constrained uses from WIN
Rugged computer supports 8th- and 9th-generation Intel Core processors and the second version of the LGA 1151 chipset supporting Intel's Coffee Lake.
Oct 19th, 2020

Sensors
NASA unveils plans for Earth-observation imaging sensors
Landsat Next high-resolution Earth-observation satellite imaging sensors to monitor agriculture, surface temperatures, and changes to the environment.
John Keller Oct 16th, 2020

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 15/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

White Papers Case Studies Products

Choosing the Best Processor for the Job

Enabling Multi-Core Processing in DO-


254/178 Safety-Certifiable Avionics
Computers
Curtiss-Wright eyes open-systems industry standards
Addressing the Variety of Different FTI
Standards in a Network Environment
Curtiss-Wright established a task force to streamline development and availability of new interoperable solutions based on CMOSS, SOSA,
and MOSA. Modern Rugged Touchscreen Displays Give
Operators Critical Visibility
Oct 16th, 2020
Transitioning to C Band
Sensors
PNT navigation technology helps sharpen F-22 aerial combat
Accurate PNT can help pilots determine precisely where they are in relation to surrounding threats, and determine how much they are
accelerating.
Oct 15th, 2020

Unmanned
Boeing to develop new payloads for big unmanned submarines
The Echo Voyager has a range of 6,500 nautical miles on one fuel module, can reach depths of 11,000 feet, and can operate independently
for months.
John Keller Oct 15th, 2020

Computers
PhysicsAI eyes AI algorithms for unmanned combat aircraft
This project seeks to increase war ghter trust in combat autonomy by automating aerial within-visual-range maneuvering using realistic
aircraft.
John Keller Oct 14th, 2020

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 16/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

Sponsored
New LX2160A Arm®-based 3U VPX board supporting 100 GB on the backplane
Interface Concept’s IC-ARM-VPX3a 3U VPX board, based on a NXP LX2160A 16-core processor brings cutting-edge processing performance for 3U
embedded systems. This VITA 65.0 compliant board is developed in alignment with the SOSA™ Technical Standard.
Sep 3rd, 2020

Communications
Systems & Technology Research to build Blackjack payloads
Systems & Technology Research will build a bus and payloads for an on-orbit demonstration; and demonstrate a two-plane system in low-Earth orbit.
John Keller Oct 14th, 2020

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 17/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

Computers
Army eyes lucrative contracts for information systems
In October, expect an RFP for a $200 million enterprise-wide cloud service provider, with a performance period of one year with two option years.
Oct 14th, 2020

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS
Computers

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 18/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics
SOSA-aligned 6U single-board computer introduced by Abaco
LOG IN REGISTER
Design combines Intel Xeon E 9th Generation microprocessor with the Xilinx ZU7EG Zynq UltraScale+ FPGA with advanced security capabilities.
Oct 14th, 2020

Computers
General Dynamics to upgrade Navy Type 3 avionics computers
The AMC is a rugged embedded computer that performs general-purpose, I/O, video, voice, and graphics processing for Navy carrier-based combat jets.
John Keller Oct 13th, 2020

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 19/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER
Communications
Satellites to assist with ground attack targeting
U.S. military may deploy as many as 600 networked fast LEO satellites, with about 600 deployed thus far, with plans to add as many as 60 per month.
Oct 13th, 2020

Computers
Interface Concept wins platinum for IC-ARM-VPX3a 3U VPX
Embedded computing board has 16 Arm Cortex-A72 cores , with security of oad, traf c management, and support for 100 gigabits per second Ethernet.
Oct 13th, 2020

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 20/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

Computers
Army eyes augmented-reality goggles for special-ops dogs
The augmented reality goggles connect to an interface that enables the handler communicate with the animal and see what the dog sees.
Oct 13th, 2020

Computers
FPGA-based data acquisition card introduced by BittWare
The RFX-8440 is a passively-cooled 3/4-length PCI Express card with single- and double-width cooling options for server and edge platforms.
Oct 13th, 2020

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 21/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics

LOG IN REGISTER

Sensors
Navy asks Arete to build additional multispectral sensors
COBRA uses multispectral sensors on unmanned helicopters to detect mine elds and obstacles in the surf zone prior to an amphibious assault.
John Keller Oct 12th, 2020

Trusted Computing
PERFORMANCE,
Pentagon needs data-centric security, and here’s why
×
boundaries.
REDEFINED
The DOD Joint Information Environment (JIE) was developed to address inef ciencies of siloed architectures, and collapse network security
EXPLORE SYSTEMS

Oct 12th 2020


https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 22/23
10/26/2020 military aviation real time software operating systems | Military & Aerospace Electronics
Oct 12th, 2020
LOG IN REGISTER
Computers
Design moving to arti cial intelligence, machine learning
Program to develop an automated software framework that can train machine learning models and organize them into levels of hierarchy.
John Keller Oct 12th, 2020

Sensors
General Dynamics Gets $1.2 billion for anti-UAV defense
The Stryker combat vehicle-mounted IM-SHORAD helps defend Army infantry war ghters from attack UAVs, combat helicopters, and
enemy xed-wing aircraft.
Oct 12th, 2020

Computers
RISC-V development kit for PolarFire FPGA from Microchip
Kit supports the open RISC-V instruction set architecture (ISA) for standardized development that embeds RISC-V technology and uses
RISC-V ecosystem.
Oct 12th, 2020

Load More Content

About Us Contact Us Advertise California Do Not Sell Privacy Policy Terms & Conditions

© 2020 Endeavor Business Media, LLC. All rights reserved.

PERFORMANCE, ×
REDEFINED EXPLORE SYSTEMS

https://www.militaryaerospace.com/computers/article/14180254/military-aviation-real-time-software-operating-systems 23/23

You might also like