文章目录

  • 一、目录
  • 二、未来汽车基础设施需求
  • 三、整车架构
  • 四、CP vs AP
  • 五、AP架构
    • 1.Execution Management与State Management的关系
    • 2.Service-oriented communication
    • 2.Diagnostic Management
    • 3.Persistency
    • 4.Log and Trace
    • 5.安全支持
    • 6.安全方法
    • 7.信息安全
    • 8. AutoSar:Transparent To Other standards
    • 9.AP development Workflow & Methodology
    • 10.AP EB Developemt Enviroment
    • 11. Adaptive Applications

一、目录

  • Requirements

  • Execution Management & State Management

  • Vehicle EE Architecture

  • Service-oriented Communication

  • Vehicle Software Architecture

  • Diagnostic Management

  • Domain Hardware Architecture

  • Persistency

  • Adaptive AUTOSAR Motivation

  • Log And Trace

  • AUTOSAR Product Comparison

  • Safety Support

  • AUTOSAR Software Architecture

  • Transparent To Other standards

  • Development Environment

  • AP Development Workflow & Methodology

二、未来汽车基础设施需求

主要驱动因素

  • Automated Driving
  • Car-2-X applications
  • Vehicle in the cloud
  • Vehicle in the cloud

需求

  • High computing power
  • High data rates
  • High availability, fail-operational systems
  • Update over the air
  • Safety and security needs

三、整车架构

传统架构

  • 以太网CAN/CAN-FD以及网关连接到一个中央网关上
  • 以小的控制器为主

未来Vehicle EE 架构

  • 以大的控制器为主

整车软件架构

  • OS(QNX 、Linux、Android、PikeOS),domain控制器级别的OS(基于MCU、MPU就称之为domain)
  • OTA、Diagnostic、BigData
  • Safety、Security
  • domain级别的OS

Domain 硬件架构

  • 多处理器(CPU、GPU)
  • Cameras、RFadra、Lidar
  • 以太网、CAN、LIN、FlexRay

Domain软件架构

  • 目前大多厂商以一个高通芯片上虚拟出一个QNX一个Android
  • AutoSar是一个在OS上的应用(中间件),它并不是OS
  • 自动驾驶推动了AP的产生

四、CP vs AP


五、AP架构

基于AutoSar17.03

Developed in C++ (C14/17)

  • OS will provide POSIX PSE51 interfaces to the application but Adaptive Platform will require further features

Platform Health Management

  • Alive Supervision

Execution Management

  • Lifecycle management of platform (machine) and application (process) incl.
    privileges of access control and machine states
  • Communication Management
    SOME/IP based including serialization and service discovery.
    publish/subscribe mechanism for intra- and inter-ECU communication.

Diagnostics

  • Event memory management and diagnostic service handling.

Update and Configure Management

  • UCM is responsible for updating, installing, deleting and saving software records on the adaptive platform

State Management

  • Mainly responsible for the state switching of the entire machine state and its functional groups, and notify the EM to perform related state switching.

RESTful

  • It is a design style and development method of web application, based on HTTP, can use XML format definition or JSON format definition.

ldentity and Access Management

  • Introduces separation of privileges for adaptive applications and prevents privilege escalation during attacks

Log And Truce

  • Use AUTOSAR standard protocol DLT, function similar to Glog(google).

Time Synchronization

  • For time synchronization between different systems, the accuracy can reach sub-microsecond level

Cryptography

  • Provides APIS for common encryption operations and security key management.

Signal to Service

  • can总线是以信号为基础的
  • COnversion from data signal to service

1.Execution Management与State Management的关系

2.Service-oriented communication

  • SW components executed on the adaptive platform will use service-oriented communication.
  • Communication paths can be established at design- and at run-time.

Feature

  • ara::com

  • SOME/IP、IPC、DDS

  • Method、Event、Field

  • Proxy、Skeleton

  • Tag Length Value/TLV(【基础】TLV 报文格式详细解析)

  • Transport layer Security/TLS
    (1)TLS报文:LS是在SSL的基础上标准化的产物,目前SSL3.0与TLS1.0保持一致,二者是并列关系。SSL/TLS位于传输层和应用层之间,应用层数据不再直接传递给传输层,而是传递给TLS层,TLS层对从应用层收到的数据进行加密,并增加自己的TLS头。
    (2)实验六 TLS协议报文解析

  • Design and Implementation

  • Code Generation

  • Service Discovery finds all local and remote Service Instances in the System.

  • Available Service Instances are represented by Proxies (P1…P3) to the Application.

  • Application can choose which Service Instance(s) to use.

2.Diagnostic Management

Feature:

  • ISO 14229-5(UDSon IP)
  • including fault-memory(DTL)handing
  • including transport layers(ie.DoIP - ISO 13400-x)
  • ARA service: Uses ara::com interface

3.Persistency

In AUTOSAR Adaptive the Persistency cluster provides a library based implementation to access non-volatile memory to Adaptive Applications so that data can be stored non volatilely.

Key-Value Storage

  • Multiple values stored in one storage location
  • Addressing of single values by using a key as idefier
  • Multiple storage locations/databases can be used
  • Database format not specified by AUTOSAR

Stream Storage

  • Raw access to storage locations/files
  • Used for access to files in any format
  • API derived from C++ Standard Library std::fstream classes

4.Log and Trace

The AUTOSAR Adaptive Platform Logging provides interfaces for Applications to initialize a Logging
framework, forwarding logging information and to convert decimal values into the hexadecimal or binary system.

  • There are three main storage media for this function :Terminal, File. and Remote Client.

Main Tasks

  • Provide interfaces for Adaptive applications to forward logging data.
  • Provide interfaces for data conversion (Hex, Dec, Bin).

5.安全支持

6.安全方法

7.信息安全

AUTOSAR goals

  • Support the development of secure systems through the two standards
  • To provide layered automotive security approach, to define measures at specific layers:
  • Individual ECU
  • In vehicle network
  • E/E architecture
  • Connected vehicle

Provide and support Coexistence and Interoperability of Security measures between CP and AP

Adaptive Platform Security Feature Team

  • Responsible for providing features that enable the development of a secure system
  • Provide security controls to platform functional clusters and for secure deployment of adaptive platform application

8. AutoSar:Transparent To Other standards

  • The adaptive AUTOSAR specification is not original, but draws on the strengths of various companies, such ad SOME/IP、DDS、RESTful、TimeSync、etc

Feature:

  • Safety && Security
  • Connect
  • OTA

9.AP development Workflow & Methodology

  • platform development
  • application development
  • integration
  • deployment
  • execution


10.AP EB Developemt Enviroment

AP Vector Development Environment
Host

  • OS-TYPE: Xubuntu 16.04
  • SDE: Eclipse
  • Compiler: GNU GCC/G++
  • Tool: Yocto/Cmake/make

Target

  • HW-Arch: i386
  • OS-TYPE: Linux
  • Tool: QEMU

Example:
Use case:
Application development without machine or system context

  • Quick definition of service interfaces
  • IARXML as configuration file format
  • Validation of configuration model consistency
  • Frontend to call the C+ + code generators for.

Datatypes
Service-Interface headers
Proxy and skeleton code

Current development state

  • Configuration of ServiceInterfaces
  • SOME/IP deployment is not supported up to now

11. Adaptive Applications

Application

  • Multi-threaded
  • Execution states
  • Manifest contains platform related
    information (recovery action,dependencies to services or libraries)
  • Instance config contains application specific static information (variant, options, …

Interfaces

  • ara::com for communication with adaptive services
    (basic services and user applications)

  • PSE51 is the usable OS API subset

  • The Adaptive AUTOSAR Foundation clusters (Execution Managemer+ Persistency, etc.) are available

  • 参考:ADAPTIVE PLATFORM

Adaptive AUTOSAR Technology Sharing(一)相关推荐

  1. 14.Adaptive AUTOSAR 架构-身份及访问管理(IAM)

    日益增长的信息安全需求驱动了身份和访问管理(IAM)的概念,因为AUTOSAR Adaptive平台需要和应用程序建立健壮和良好定义的信任关系.IAM为Adaptive应用程序引入了特权分离,并针对攻 ...

  2. 读懂Adaptive Autosar架构-入门篇

    虽然现在绝大多数的量产车主要还是一个代步工具以满足我们的出行需求,而与我们的信息娱乐生活所分离,在未来汽车将与我们的日常息息相关.想要达到这一目标汽车E/E架构和软件架构将会有巨大的革新.本文的前部分 ...

  3. Adaptive AUTOSAR架构介绍(2)

    在AP(Adaptive AUTOSAR)架构下,一切都是OS中的进程,这跟CP架构有着显著的区别,在CP架构下,所有应用都是静态配置的,即应用的进程在OS中被写死,一旦软件编译完成就不可更改,其调用 ...

  4. 经纬恒润Adaptive AUTOSAR解决方案 INTEWORK-EAS-AP

    概述 随着汽车电子软件规模的不断扩大,Classic AUTOSAR(以下简称CP)的软件架构和方法论已被越来越多的OEM和供应商认可.与此同时,CP也面临着很大的挑战,无法满足汽车对高级自动驾驶,高 ...

  5. 08 Adaptive AUTOSAR 和 Security

    Hello!大家好! 欢迎来到<搞一下汽车电子> 今天,我们给大家分享的是Adaptive Platform AUTOSAR 专题视频:08 自动驾驶 & 域控中间件--自适应平台 ...

  6. Adaptive AUTOSAR 官方文档下载

    地址 Adaptive Platform - AUTOSAR 点击目前的最新链接 下载 点击 "Show All" 点击 "Select all documents of ...

  7. 基于Adaptive AUTOSAR平台的OTA解决方案

    随着软件定义汽车时代的来临,AUTOSAR技术正不断发展进步以适用汽车智能化,网联化等普遍需求,特别是Adaptive AUTOSAR技术的产生更是让这些需求落地成为了可能,再加上汽车OTA升级需求对 ...

  8. Adaptive Autosar 整体架构理解

    在Autosar官网(autosar.org)上,目前CLASSIC PLATFORM 更新到4.4版本,ADAPTIVE PLATFORM更新到19.03版本,期盼已久的Adaptive Autos ...

  9. 从Adaptive AUTOSAR的角度看SOA

    前言 身处汽车行业的我们深知,新技术的应用或者新概念的提出,一定是事出有因的.通常是为了抢夺新技术高地,让汽车更好地满足未来的需求.那么,汽车电子电气架构领域掀起的这股SOA热潮是由什么导致的?什么是 ...

最新文章

  1. Winform开发中常见界面的DevExpress处理操作
  2. 【转】推荐两款富文本编辑器:NicEdit和Kindeditor
  3. ML之SVM:基于SVM(sklearn+subplot)的鸢尾花iris数据集的前两个特征(线性不可分的两个样本),判定鸢尾花是哪一种类型
  4. php查询oracle大量数据,Oracle 百万行数据查询优化
  5. Microsoft Windows Workflow Foundation 入门
  6. springboot项目实现定时任务,使用标签@Scheduled
  7. 剑指offer (03):数组中重复的数字 (C++ Python 实现)
  8. PAT 1070. 结绳(25)-乙级
  9. Advance Installer安装问题
  10. 在infoWindow中显示Geocode server(地理编码服务)
  11. Mac m1 安装jdk
  12. css中url用法,css cursor url用法格式详解
  13. 核心乐理---五线谱基础
  14. iPadPro看电影之MKV转MP4视频格式教程
  15. 小米手机风筝守护显示服务器异常,风筝守护只能小米用吗
  16. 每位iOS开发者不容错过的10大有用工具
  17. Java版本 图书管理系统
  18. dom4j将word转pdf详细介绍(亲测可用)
  19. 微信小程序_文档_08_组件_媒体组件_地图_画布_开放能力
  20. 二年级上册计算题_分享14套二年级数学乘法计算题

热门文章

  1. 『CTF Web复现』[BUUCTF 2018]Online Tool
  2. 插画喵课程——小狗表情包转插画
  3. 直播技术:如何实现1080P延迟低于500ms的实时超清直播传输技术
  4. 孙什么映什么的成语(孙什么映什么四字成语大全)
  5. 计算机设置调整吃鸡,端游吃鸡左右探头怎么设置
  6. CSS常用类标签命名规范
  7. 3dmax阵列你会用吗?3dmax阵列是这样用的!
  8. 麦芒装饰小程序配置问题处理
  9. linux 僵尸进程查看及删除
  10. TWS蓝牙耳机推荐哪个?性价比高的半入耳式蓝牙耳机推荐