1 1 National Aeronautics and Space Administration Future Products & Technology The Johns Hopkins University Applied Physics Laboratory Core Flight Software.

Slides:



Advertisements
Similar presentations
Multiple Processor Systems
Advertisements

IP Router Architectures. Outline Basic IP Router Functionalities IP Router Architectures.
CESG, Fall 2011, 5 th November 2011 Stuart Fowell, SciSys Device Virtualisation and Electronic Data Sheets.
Threads, SMP, and Microkernels
Computer Systems/Operating Systems - Class 8
Folie 1 Service Oriented Architecture - Prototyping study - DLR/GSOC Author: S.Gully.
Chapter 13 Embedded Systems
Operating Systems CS208. What is Operating System? It is a program. It is the first piece of software to run after the system boots. It coordinates the.
March 2004 At A Glance ITOS is a highly configurable low-cost control and monitoring system. Benefits Extreme low cost Database driven - ITOS software.
Exemplar CFS Architecture
1. 2 Purpose of This Presentation ◆ To explain how spacecraft can be virtualized by using a standard modeling method; ◆ To introduce the basic concept.
Multiple Processor Systems. Multiprocessor Systems Continuous need for faster and powerful computers –shared memory model ( access nsec) –message passing.
Segmentation & O/S Input/Output Chapter 4 & 5 Tuesday, April 3, 2007.
Chapter 4 Threads, SMP, and Microkernels Patricia Roy Manatee Community College, Venice, FL ©2008, Prentice Hall Operating Systems: Internals and Design.
1 Lunar Reconnaissance Orbiter (LRO) CRaTER Technical Interchange Meeting C&DH Flight Software April 14, 2005.
June 2004 SIW-4 - IP in Space Implementation Guide 1 Handbook for Using IP Protocols for Space Missions James Rash - NASA/GSFC Keith Hogie, Ed Criscuolo,
Windows 2000 Course Summary Computing Department, Lancaster University, UK.
Processes and Threads Processes have two characteristics: – Resource ownership - process includes a virtual address space to hold the process image – Scheduling/execution.
ONE Concept. ONE Work area & lab setup ONE Goals Provide single network interface regardless of physical link Provide reliable, isochronous message transport.
Threads, SMP, and Microkernels Chapter 4. Process Resource ownership - process is allocated a virtual address space to hold the process image Scheduling/execution-
Multiple Processor Systems. Multiprocessor Systems Continuous need for faster computers –shared memory model ( access nsec) –message passing multiprocessor.
SOIS APP Working Group Overview. Presentation Overview Application Support Services Electronic Datasheets ESA Project History and Plans Standards Documentation.
An OBSM method for Real Time Embedded Systems Veronica Eyo Sharvari Joshi.
March 2004 At A Glance NASA’s GSFC GMSEC architecture provides a scalable, extensible ground and flight system approach for future missions. Benefits Simplifies.
1 Threads, SMP, and Microkernels Chapter Multithreading Operating system supports multiple threads of execution within a single process MS-DOS.
Overview of SOIS Electronic Data Sheets (EDS) & Dictionary of Terms (DoT) SOIS APP WG Fall 2012.
Flight Software Overview
SOIS EDS and Onboard Architectures. ESA ‘de-facto’ Architecture PUS Services Mission Applications Data Handling PUS TM/TC Internal Datapool API System.
Design and Implementation of Spacecraft Avionics Software Architecture based on Spacecraft Onboard Interface Services and Packet Utilization Standard Beijing.
1. 2 Purpose of This Presentation ◆ To explain how spacecraft can be virtualized by using a standard modeling method; ◆ To introduce the basic concept.
07-Apr-2014-cesg-1 Jonathan Wilmot (WG Chair) Ramon Krosley (DWG Chair) SPACECRAFT ONBOARD INTERFACES SERVICES (SOIS) AREA APP WG.
31 st October – 4 th November 2011 Fall 2011 Meeting Agenda Boulder, Colorado, USA SOIS Application Support Services WG Device Virtualisation & EDS Coordination.
Operating Systems: Summary INF1060: Introduction to Operating Systems and Data Communication.
Software Systems Division (TEC-SW) ASSERT process & toolchain Maxime Perrotin, ESA.
March 2004 At A Glance The AutoFDS provides a web- based interface to acquire, generate, and distribute products, using the GMSEC Reference Architecture.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
1 1 National Aeronautics and Space Administration Product Management The Johns Hopkins University Applied Physics Laboratory core Flight Software System.
CFS Use at Goddard The Johns Hopkins University Applied Physics Laboratory core Flight Software System Workshop October 26, 2015 Alan Cudmore – NASA Goddard.
cFS Platforms OSAL and PSP
cFS Workshop Ground Systems & Kits
Simulink Interface Layer (SIL)
SOIS APP Working Group Overview
OSAL and PSP Inventory and Status
Open Source Software Product Status
Code Generation from SEDS
cFE FSW at APL & FSW Reusability
Exemplar CFS Architecture
Overview of SOIS Electronic Data Sheets (EDS) & Dictionary of Terms (DoT) SOIS APP WG Fall 2012.
TECH SESSION #1 STANDARDS AND BUILD TOOLS
SOIS-APP Working Group Report Jonathan Wilmot (WG Chair)
TECH SESSION #1 ELECTRONIC DATA SHEETS
Integrating CCSDS Electronic Data Sheets into Flight Software
cFS Systems Technology Roadmap
Study of Tools for Command and Telemetry Dictionaries
Simulink Interface Layer (SIL) – Overview and Future
Core Flight System on Unique Missions & Experiments
Chapter 8: Main Memory.
cFS Workshop Product Management
cFS Community Day Platform Technology Roadmap
Threads, SMP, and Microkernels
Lecture 3: Main Memory.
Lecture 4- Threads, SMP, and Microkernels
Introduction to Operating Systems
Introduction to Operating Systems
and Device Interfaces from CCSDS Electronic Data Sheets
Advanced Exploration Systems (AES) Core Flight Software (CFS) Project
NASA/ Johnson Space Center
GSFC cFS Product Status
Operating System Introduction.
CS703 - Advanced Operating Systems
Presentation transcript:

1 1 National Aeronautics and Space Administration Future Products & Technology The Johns Hopkins University Applied Physics Laboratory Core Flight Software System Workshop Jonathan Wilmot NASA/GSFC October 26, 2015

2 Future Products & Technology Increasing the message name space (App ID) Software Bus Network Multicore Modeling/autocode Real-time Linux Partitioning Electronic Data Sheets OSAL/PSP layering Checkpoint restart Cmake build environment Looking for early adopters

3 Increasing the Message Name Space What’s the Problem -Allocation and management of APIDs during development -Early block assignments to subsystems -Ripple effects of APID changes to code, documentation, tests, ground systems… -Larger systems of systems may run out of APIDs Example: Habitat and Orion docked -Formation flying, distributed, cluster satellites, small satellites Includes multi-processor, multi-core, and partitioned systems -In CCSDS, the spacecraft ID is in the WAN frame and is stripped off as the packet goes up the protocol stack Development timeline -Next 6 months Mission adoption -Mission Gondola for High Altitude Planetary Science (GHAPS) balloon program 3

4 Increasing the APID Namespace Change the cFS CFE_SB_MsgId_t from a uint16 to a uint64 -Full change requires minor changes in SB implementation but no known API changes -Probably good for a “long time” How it’s formatted in the CCSDS headers should not be an issue -Can be in non contiguous header fields Change can be made backward compatible using tool chain and compilation options -Should not require changes to most cFS components (bubbles/lollipops) -Globally aware applications TO, DS, HK, SC and fault management would need changes To keep SB efficient we will need a fast hash function to look up the linked-list of packet destinations. -Current SB has a reasonable 8KB table as APIDs are no more that would be a pretty large! 4

5 Proposed Updates to CCSDS SPP 5 CCSDS Space Packet Protocol B.1c2 MSBLSB bit VersionType IDSec HdrApplication Id (APID) Primary hdr Segmentation FlagsSequence Count Length Seconds MSW Tlm sec hdr Seconds LSW Milliseconds bit VersionType IDSec HdrApplication Id (APID) Primary hdr Segmentation FlagsSequence Count Length res=0Function CodeChecksum Cmd sec hdr Proposed updates maintain 32bit alignment (0x8000) (0x4000) (0x2000) (0x1000) (0x0800) (0x0400) (0x0200) (0x0100) (0x0080) (0x0040) (0x0020) (0x0010) (0x0008) (0x0004) (0x0002) (0x0001) MSBLSB bit VersionType IDSec HdrApplication Id (APID) Primary HDR Segmentation FlagsSequence Count Length EDS Version (2 5 )EndianAPID Qualifier (Subsystem ID 2 10 ) Tlm sec hdr APID Qualifier (System ID) Seconds MSW Seconds LSW Milliseconds MSBLSB bit VersionType IDSec HdrApplication Id (APID) Primary HDR Segmentation FlagsSequence Count Length EDS Version (2 5 )EndianAPID Qualifier (Subsystem ID 2 10 ) Cmd sec hdr APID Qualifier (System ID) Function CodeChecksum

6 Software Bus Network Updates to support interface plugins -Serial (422), SpaceWire, Ethernet, shared memory (dualport), -Wireless -Packet switching between interfaces -All interfaces treated as part of the same local area network Update to support Quality of Service (QoS) -Reliability/Priority -Only implemented at serialization interfaces Development timeline -Prototype complete -Slave to Time-Triggered networks (TTGbE, Deterministic SpaceWire,…) -ISS SpaceCube Experiment – Mini Mission adoption -Who’s doing a distributed system?

7 Multicore Support Muticore RTOS (VxWorks, Linux, RTEMS in work) -AMP for partitioning and fault containment -SMP -AMP/SMP partitioning mix Vision processing gets 4 cores and C&DH get 1 OSAL support needed -Processor affinity support (Task, and interrupt) -Core dispatch service -Processing synchronization -Spinlocks Near term target: dual core Leon Development timeline -GSFC/APL IRAD completed over two years ago Mission adoption

8 High Performance Space Computing (HPSC) Joint NASA USAF effort to create game changing radiation hardened space processor Architecture study was complete early core chiplet approach ARM A53 with internal NEON SIMD -Includes hardware support for partitions with fault containment Updated baseline architecture RFP out early FY2016 FY16/17 funding for software middleware/framework development at NASA centers Availability ~5 years

9 Modeling/autocode ARC developed Simulink Interface Layer (SIL) Autocodes Simulink models into template cFS compliant applications GSFC integrating tool for NICER instrument application development Development timeline -Developed for LADEE -Tools available with SUA -Open source release in work Mission adoption -LADEE, NICER instrument

10 Real Time Linux Xenomai -Draft OSAL developed by Matt Benson at JSC Simple two partition approach -C&DH and control systems -Science processing Development timeline -Next 6 months Mission adoption -Mission Gondola for High Altitude Planetary Science (GHAPS) balloon program

11 Partitioning Time and space partitioning between applications (Fault containment) -Time splice scheduler -Memory Management Unit (MMU) memory protection -SBN for inter-partition messaging Simple two partition approach -C&DH and control systems -Science processing Development timeline -First target OS - Xenomai Linux -HPSC hypervisior -Next 6 months Mission adoption -Mission Gondola for High Altitude Planetary Science (GHAPS) balloon program

12 Electronic Data Sheets XML definition of hardware and software components/applications -Many cFS users have independently developed similar approaches CCSDS standards -XML Specification for Electronic Data Sheets for Onboard Devices R-1 - ency.aspxhttp://public.ccsds.org/sites/cwe/rids/Lists/CCSDS%208760R1/CCSDSAg ency.aspx Development timeline -GRC development of packet header files from EDS -ESA development of tool chain for SAVOIR architecture -JSC working on SysML tools to autogenerate interfaces -Next 6 months Mission adoption -TBD

13 CCSDS Electronic Data Sheets

14 EDS Use Cases Flight SW components Designer and/or tools Component EDS Component (software) EDS Models Component EDS Device EDS Models Test procedures Test/Simulation tool/consoles Ground Systems Models Operations procedures Ground System Database(s) Page Displays Models Simulators Flight SW components Flight SW components

15 OSAL/PSP layering Build system changes to allow separate maintenance and release of OSAL implementations Allows release of updated cFE with one PSP and OSAL -Others can developed and tested later as needed Relayering of common OSAL code -Common parameter checking -Common API implementation -OS specific implementation abstracted out Development timeline -Prototype code complete and on Babelfish Mission adoption -GHAPS (TBR) Similar concept for PSPs

16 Checkpoint Restart Efficient Checkpointing service -DMA copy and memory pointer swap (TBD) Executive service to shapshot key variables Similar to Critical Data Store service -May be just extensions to that service Use cases -Exchange with redundant systems to rejoin a running system -Shapshot state information to load Development timeline -TBD Mission adoption -TBD

17 Backup

18 How to use the extra bits? Use the additional bits for EDS, endian, system and subsystem IDs -Similar to Orion/SLS Data Exchange Message (DEM) formats -Format is still defined by current APID only (2 11 ) -SB will fill in the System and subsystem IDs CFE_SB_InitMsg(&packet, apps_MID, sizeof(packet), TRUE); CFE_SB_SendMsg((CFE_SB_Msg_t *) &packet); EDS version bits allows for checks that the EDS matches the packet format System ID (2 16 ) could be synonymous with the current CCSDS Spacecraft ID Endian bit is set by sender/publisher, receiver implements any needed conversions Subscriptions implement a full 37bit qualified APID (26new + 11old) 0 and all 1s in the System and/or Subsystem IDs can have special meanings To keep the cFS API unchanged we would need to treat the 64bit topic as a combination of APID, System and Subsystem Use the full 64bits as the command process or the telemetry topic -EDS and endian fields masked out -This would be globally unique for all potentially interacting systems 18