WO2022110970A1 - 参数配置方法、装置及系统 - Google Patents
参数配置方法、装置及系统 Download PDFInfo
- Publication number
- WO2022110970A1 WO2022110970A1 PCT/CN2021/117521 CN2021117521W WO2022110970A1 WO 2022110970 A1 WO2022110970 A1 WO 2022110970A1 CN 2021117521 W CN2021117521 W CN 2021117521W WO 2022110970 A1 WO2022110970 A1 WO 2022110970A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- hardware
- resource
- hardware resource
- resource management
- attribute
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 93
- 238000011161 development Methods 0.000 claims abstract description 39
- 238000007726 management method Methods 0.000 claims description 120
- 238000004891 communication Methods 0.000 claims description 14
- 238000004590 computer program Methods 0.000 claims description 14
- 230000008569 process Effects 0.000 description 22
- 230000006870 function Effects 0.000 description 15
- 238000010586 diagram Methods 0.000 description 13
- 238000012544 monitoring process Methods 0.000 description 6
- 230000002093 peripheral effect Effects 0.000 description 5
- 239000013256 coordination polymer Substances 0.000 description 4
- 230000001360 synchronised effect Effects 0.000 description 4
- 230000004913 activation Effects 0.000 description 3
- 230000006399 behavior Effects 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 3
- 238000012546 transfer Methods 0.000 description 3
- 230000003044 adaptive effect Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 2
- 230000036541 health Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 239000004065 semiconductor Substances 0.000 description 2
- 238000003491 array Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000014759 maintenance of location Effects 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 239000013307 optical fiber Substances 0.000 description 1
- 230000002688 persistence Effects 0.000 description 1
- 238000012827 research and development Methods 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/485—Task life-cycle, e.g. stopping, restarting, resuming execution
Definitions
- the present application relates to the field of smart cars, and in particular, to a parameter configuration method, device and system.
- Automotive open system architecture (AUTOSAR) is an open and standardized software architecture developed for the automotive industry.
- users can connect to the device remotely through protocols such as remote terminal (Telnet) or secure shell (ssh), and determine the hardware form of the device by entering a command line.
- protocols such as remote terminal (Telnet) or secure shell (ssh)
- the user can check the hardware manual to determine the hardware form of the device.
- the user can manually input the hardware resource parameters in the AUTOSAR configuration tool according to the hardware form.
- the configuration tool can generate a description file based on the hardware configuration parameters input by the user, and the AUTOSAR generation tool can then generate a configuration file and an executable file based on the description file.
- the present application provides a parameter configuration method, device and system, which can solve the problem of low parameter configuration efficiency caused by manual parameter configuration.
- a parameter configuration method is provided, which is applied to an embedded device using AUTOSAR, where the embedded device includes a hardware layer, a service layer and an application layer; the method includes: the service layer obtains hardware resource parameters of the hardware layer, and send the hardware resource parameter to the AUTOSAR development tool, the hardware resource parameter is used for the AUTOSAR development tool to generate an executable file and a configuration file, and the executable file and the configuration file can be stored in the hardware layer; after that, the The service layer can run the executable file based on the configuration file.
- the service layer can directly obtain the hardware resource parameters of the hardware layer and send the hardware resource parameters to the AUTOSAR development tool, there is no need for developers to manually input the hardware resource parameters in the development tool, which can effectively improve the parameter configuration efficiency and reduce the parameters. Probability of misconfiguration.
- the configuration file includes a resource management policy; the method may further include: the service layer adjusts the running state of the hardware resources included in the hardware layer based on the resource management policy.
- the service layer can implement flexible scheduling of hardware resources.
- the resource management policy may include: an identifier of the target hardware resource and a first attribute, where the first attribute is used to indicate a resource management mode for the target hardware resource; the service layer adjusts the hardware layer based on the resource management policy
- the process of the included running state of the hardware resource may include: the service layer adjusts the running state of the target hardware resource indicated by the identifier according to the resource management manner indicated by the first attribute.
- different hardware resources can be configured with different resource management methods, so that the service layer can make targeted adjustments to the running states of different hardware resources based on the resource management strategy.
- the resource management policy may further include: a second attribute; the second attribute is used to indicate a start condition for resource management of the target hardware resource; the service layer adjusts the resource management mode indicated by the first attribute
- the process of the running state of the target hardware resource indicated by the identifier may include: if the service layer determines that the running state of the target hardware resource indicated by the identifier satisfies the startup condition indicated by the second attribute, then manage the resource according to the resource indicated by the first attribute mode to adjust the running state of the target hardware resource.
- the service layer may adjust the running state of the target hardware resource after determining that the running state of the target hardware resource satisfies the activation condition. If the service layer determines that the running state of the target hardware resource does not satisfy the starting condition, it does not need to adjust the running state of the target hardware resource. In this way, it is possible to avoid incorrectly adjusting the running state of the hardware resources to affect the performance of the embedded device, and to ensure the reliability of resource scheduling.
- the resource management manner includes: turning off the target hardware resource, or reducing the working frequency of the target hardware resource.
- the service layer can effectively reduce the power consumption of embedded devices by closing the target hardware resources or reducing the operating frequency of the target hardware resources.
- the process of adjusting the operating state of the hardware resources included in the hardware layer by the service layer may include: if the service layer detects that there is a state switch in the embedded device, and the state switch satisfies the hardware resource If the adjustment condition is set, the running state of the hardware resource is adjusted based on the resource management policy.
- the adjustment condition may be pre-configured in the service layer, or may be carried in the configuration file.
- the process of the service layer acquiring the hardware resource parameters of the hardware layer may include: the service layer receiving a configuration command sent by the AUTOSAR development tool; and the service layer acquiring the hardware resource parameters of the hardware layer based on the configuration command.
- the hardware resource parameters may include: machine parameters and system parameters.
- the machine parameters may include at least: related parameters of the processor, related parameters of the memory, and related parameters of the hard disk.
- the system parameters may include network parameters, for example, may include related parameters of the network card.
- an embedded device adopts AUTOSAR, and the embedded device includes a hardware layer, a service layer and an application layer; the service layer may include a communication interface and at least one module, the communication interface and At least one module can be used to implement the parameter configuration method provided by the above aspects.
- an embedded device adopts AUTOSAR, and the embedded device includes a memory and a processor; the memory is used for storing a computer program; the processor is used for executing the computer program stored in the memory So that the embedded device executes the parameter configuration method provided by the above aspects.
- a parameter configuration system comprising: an AUTOSAR development tool, and the embedded device provided in the above aspect; wherein, the AUTOSAR development tool is used for sending data based on a service layer of the embedded device Hardware resource parameters generate executables and configuration files.
- a computer-readable storage medium where instructions are stored in the computer-readable storage medium, and the instructions are executed by a processor to implement the parameter configuration method provided by the above aspects.
- a computer program product containing instructions when the computer program product runs on a computer, the computer executes the parameter configuration method provided by the above aspects.
- a chip in another aspect, includes a programmable logic circuit and/or program instructions, and when the chip is running, the parameter configuration method provided by the above aspect is implemented.
- the present application provides a parameter configuration method, device and system.
- the service layer of the embedded device can directly obtain the hardware resource parameters of the hardware layer, and send the hardware resource parameters to the AUTOSAR development tool, so that the AUTOSAR development tool can generate configuration files and executable file. Since there is no need for developers to manually input hardware resource parameters in the development tool, the efficiency of parameter configuration can be effectively improved, the probability of parameter configuration errors can be reduced, and the development efficiency of applications can be improved.
- Fig. 1 is the architecture diagram of a kind of AUTOSAR AP provided by the embodiment of the present application
- FIG. 2 is a schematic diagram of an application scenario of a parameter configuration method provided by an embodiment of the present application
- FIG. 3 is a flowchart of a parameter configuration method provided by an embodiment of the present application.
- FIG. 4 is a schematic structural diagram of a target service module in a service layer provided by an embodiment of the present application.
- FIG. 5 is a schematic diagram of a configuration interface of a configuration tool provided by an embodiment of the present application.
- FIG. 6 is a schematic diagram of a configuration interface of another configuration tool provided by an embodiment of the present application.
- FIG. 7 is a flowchart of a method for adjusting the running state of hardware resources provided by an embodiment of the present application.
- FIG. 9 is a schematic structural diagram of a service layer provided by an embodiment of the present application.
- FIG. 10 is a schematic structural diagram of an embedded device provided by an embodiment of the present application.
- the basic software (BSW) layer in the AUTOSAR layered software architecture can be applied to vehicles produced by different manufacturers and electronic components provided by different suppliers, thereby reducing research and development costs and adapting to increasingly complex automotive electrical and software architectures.
- AUTOSAR mainly includes two different types of platforms:
- AUTOSAR classic platform (classic platform, CP).
- AUTOSAR CP is an embedded real-time electronic control unit (ECU) standard based on the open systems and the corresponding interfaces for automotive electronics (OSEK) standard.
- the architecture of the AUTOSAR CP includes an application layer running on a microcontroller, a runtime environment (RTE) layer, and a BSW layer.
- the application layer is basically independent of the hardware, the software components of the application layer communicate through the RTE layer, and the software components also need to pass the RTE to access the BSW.
- AUTOSAR adaptive platform can use two types of interfaces: services and application programming interfaces (APIs).
- the AUTOSAR AP consists of functional clusters distributed in the service layer and the AUTOSAR Adaptive Platform Base (AUTOSAR AP base).
- FIG. 1 is an architecture diagram of an AUTOSAR AP provided by an embodiment of the present application.
- the architecture of the AUTOSAR AP may include: a hardware layer 01, an operating system (operating system, OS) interface (interface) 02, service layer 03 and application layer 04.
- the OS interface 02 may be a portable operating system interface (portable operating system interface, POSIX).
- the service layer 03 may include a plurality of middleware, which may also be referred to as service modules.
- the service layer 03 may include the following service modules: a communication management (CM) module, a core type (core type) module, a RESTful module, a persistence (persistency) module, an execution management (execution management) module , EM) module, time synchronization (time synchronization) module, platform health management (platform health management, PHM) module, identity and access management (identity and access management, IAM) module, diagnostics (diagnostics) module, log and trace ( log and trace) module, encryption (cryptograph) module, state management (state management, SM) module, network management (network management, NM) module and update and configuration management (update and configuration management) module and so on.
- RESTful is a development method based on representational state transfer (REST).
- FIG. 2 is a schematic diagram of an application scenario of a parameter configuration method provided by an embodiment of the present application.
- the application scenario may include an embedded device 001 using AUTOSAR, and an AUTOSAR development tool 002 .
- the AUTOSAR development tool 002 may include a configuration tool 0021 and a generation tool 0022.
- the configuration tool 0021 is used to generate a description file based on the acquired configuration parameters (including hardware resource parameters and functional configuration parameters).
- the generation tool 0022 is used to generate a configuration file and an executable (executable, exe) file based on the description file. For example, the generation tool 0022 may generate a code file based on the description file, and then compile the code file to obtain an executable file.
- the description file may be a file in AUTOSAR extensible markup language (AUTOSAR extensible markup language, arxml) format.
- the configuration file may be a file in JavaScript (a scripting language) object notation (JavaScript object notation, JSON) format.
- FIG. 3 is a flowchart of a parameter configuration method provided by an embodiment of the present application, and the method may be applied to the application scenario shown in FIG. 2 .
- the embedded device 002 shown in FIG. 2 may adopt AUTOSAR AP, and as shown in FIG. 1 , the embedded device 002 may include a hardware layer 01 , a service layer 03 and an application layer 04 .
- the method includes:
- Step 101 The configuration tool sends a configuration instruction to the service layer.
- the configuration tool when the configuration tool needs to acquire the hardware resource parameters of the hardware layer in the embedded device to generate the description file, the configuration tool can send a configuration instruction to the service layer.
- the configuration instruction is used to instruct the service layer to obtain hardware resource parameters of the hardware layer.
- the target service module may be a target service module among the plurality of service modules included in the service layer of the embedded device, and the target service module can communicate with the configuration tool and can schedule and manage the hardware resources included in the hardware layer.
- the target service module may be an EM module, an SM module, a CM module, or a PHM module in the service layer.
- FIG. 4 is a schematic structural diagram of a target service module in a service layer provided by an embodiment of the present application.
- the target service module may include a communication interface 031 and a resource management module 032 .
- the communication interface 031 is used to communicate with the configuration tool.
- the configuration tool may send the configuration instruction to the communication interface 031 of the target service module in the service layer.
- the resource management module 032 includes a parsing sub-module 032a and a management sub-module 032b.
- the parsing sub-module 032a is used to parse and acquire hardware resource parameters of the hardware layer
- the management sub-module 032b is used to schedule and manage the hardware resources included in the hardware layer.
- the communication interface 031 may be an interface developed based on protocols such as transmission control protocol (transmission control protocol, TCP), hypertext transfer protocol (hypertext transfer protocol, HTTP) or remote procedure call (remote procedure call, RPC).
- transmission control protocol transmission control protocol
- hypertext transfer protocol hypertext transfer protocol
- HTTP hypertext transfer protocol
- remote procedure call remote procedure call
- Step 102 The service layer acquires hardware resource parameters of the hardware layer based on the configuration instruction.
- the service layer of the embedded device can acquire the hardware resource parameters of the hardware layer in response to the configuration instruction.
- the hardware resource parameters may include machine (machine) parameters and system (system) parameters.
- the machine parameters may at least include: related parameters of the processor, related parameters of the memory, and related parameters of the hard disk.
- the system parameter may include network parameters, for example, may include related parameters of the network card.
- the processor may include a central processing unit (central processing unit, CPU), etc., and the processor may include multiple processor cores (cores).
- the hardware resource parameter may also include other types of parameters, and the other type parameters may include related parameters of an electronic control unit (electronic control unit, ECU), a micro control unit (micro control unit) -controller unit, MCU) related parameters and peripherals (such as cameras and sensors such as lidar) related parameters, etc.
- ECU electronice control unit
- MCU micro control unit
- peripherals such as cameras and sensors such as lidar
- the communication interface 031 of the target service module in the service layer can send the configuration instruction to the resource management module 032 .
- the parsing sub-module 032a in the resource management module 032 may further acquire hardware resource parameters of the hardware layer in response to the configuration instruction.
- Step 103 The service layer sends the hardware resource parameter to the configuration tool.
- the service layer After the service layer obtains the hardware resource parameters, it can send the hardware resource parameters to the configuration tool in the AUTOSAR development tool.
- the hardware resource parameter is used for the configuration tool to generate a description file, and the generation tool in the development tool can then generate an executable file and a configuration file based on the description file.
- the target service module in the service layer may send the acquired hardware resource parameters to the configuration tool through the communication interface 031 .
- FIG. 5 is a schematic diagram of a configuration interface of a configuration tool provided by an embodiment of the present application.
- the machine parameters sent by the service layer received by the configuration tool may include relevant parameters of the CPU, and the relevant parameters of the CPU may be Include parameters for each core in the CPU.
- the relevant parameters of the CPU may include the parameters of core0 to core3 in CPU0, and the parameters of core0 and core1 in CPU1.
- the parameters of each core may include the following attributes: category, checksum, core ID, short name, timestamp, and universally unique identifier. unique identifier, UUID).
- FIG. 6 is a schematic diagram of a configuration interface of another configuration tool provided by an embodiment of the present application.
- the system parameters sent by the service layer received by the configuration tool may include Ethernet-related parameters.
- the relevant parameters of the Ethernet may include at least one of the following properties: baudrate, sum check code, coupling port switchoff delay, protocol name ( protocol name), protocol version, speed and timestamp.
- the relevant parameters of the Ethernet may also include configuration parameters of Internet protocol version 4 (Internet protocol version 4, IPv4), and the IPv4 configuration parameters may include at least one of the following attributes: assignment priority, sum check code, default gateway (default gateway), domain name system (DNS) server address (server address), IP address keep behavior (IP address keep behavior), IPv4 address (IPv4address), IPv4 address source (IPv4address source) , network mask (network mask), timestamp and time to live value (time to live, TTL).
- IPv4 configuration parameters may include at least one of the following attributes: assignment priority, sum check code, default gateway (default gateway), domain name system (DNS) server address (server address), IP address keep behavior (IP address keep behavior), IPv4 address (IPv4address), IPv4 address source (IPv4address source) , network mask (network mask), timestamp and time to live value (time to live, TTL).
- IP address retention behavior is: store persistently
- IPv4 address source is: DHCPV-4, which represents the dynamic host used to configure the IP address required by the IPv4 host Configuration protocol (dynamic host configuration protocol, DHCP).
- Step 104 The configuration tool generates a description file based on the hardware resource parameter.
- the configuration tool is preconfigured with an AUTOSAR metamodel.
- the configuration tool After the configuration tool receives the hardware resource parameters sent by the service layer, it can generate an AUTOSAR model based on the hardware resource parameters and the metamodel. This process may also be referred to as: mapping the hardware resource parameters to an AUTOSAR model. After that, export the AUTOSAR model from the memory of the configuration tool to the hard disk of the configuration tool to get the description file.
- the description file can be a file in .arxml format.
- the AUTOSAR metamodel is a unified modeling language (UML) model used to define the language used to describe the AUTOSAR system, which is a template (templates define structures such as software components and ECUs to create AUTOSAR software hardware system) graphical representation.
- UML unified modeling language
- An AUTOSAR model is an instance of an AUTOSAR model.
- Step 105 The generation tool generates an executable file and a configuration file based on the description file.
- the generation tool can obtain the description file and generate an executable file and a configuration file based on the description file.
- the executable file may be a file in .exe format
- the configuration file may be a file in .jason format.
- the developer may also store both the executable file and the configuration file generated by the generation tool in the hardware layer of the embedded device.
- Step 106 The service layer runs the executable file based on the configuration file.
- the service layer may read a configuration file in the hardware layer, and run the executable file based on the configuration file.
- Step 107 The service layer adjusts the running state of the hardware resources included in the hardware layer based on the resource management policy in the configuration file.
- the configuration file may include a resource management strategy, and the service layer may adjust the running state of the hardware resources included in the hardware layer based on the resource management strategy during the running process of the embedded device.
- the resource management policy in the configuration file may include: at least one policy configuration item, each policy configuration item being used to indicate a management policy for a hardware resource in the hardware layer.
- the policy configuration item of the target hardware resource may include: an identifier of the target hardware resource and a first attribute. The first attribute is used to indicate a resource management mode for the target hardware resource, and the resource management mode may include: turning off the target hardware resource, or reducing the operating frequency of the target hardware resource.
- the identifier of the target hardware resource may include: an identification (identification, ID) of the processor core and the ID of the processor to which the processor core belongs. If the target hardware resource is a sensor, the identifier of the target hardware resource may be the ID of the sensor.
- the policy configuration item of the target hardware resource may further include a second attribute, where the second attribute is used to indicate a start condition for resource management of the target hardware resource. That is, the service layer may adjust the running state of the target hardware resource after determining that the running state of the target hardware resource satisfies the activation condition. In this way, it can be avoided that the running state of the resource is adjusted incorrectly and the performance of the embedded device is affected, and the reliability of the resource scheduling is ensured.
- the implementation process of the above step 107 is introduced.
- the above step 107 may include:
- Step 1071 When the service layer detects that the embedded device has a state switch, it determines whether the state switch satisfies the adjustment condition of the hardware resources.
- the service layer can monitor the state of the embedded device (also referred to as the state of the machine) in real time during the running process of the embedded device.
- the service layer detects that the state of the embedded device changes, that is, when the embedded device switches state, it can further detect whether the state switch satisfies the adjustment condition of hardware resources. If the service layer determines that the state switching satisfies the adjustment condition of the hardware resource, step 1072 may be executed. If the service layer determines that the state switching does not meet the adjustment condition of the hardware resource, the operation can be ended, that is, the running state of the hardware resource is not adjusted. And, the service layer can continue to monitor the state of the embedded device.
- the adjustment condition may be pre-configured in the service layer, or may be carried in the configuration file.
- the adjustment condition may include one or more of the following conditions: before and after the state switch, the change in the usage rate of hardware resources (for example, the CPU occupancy rate) is greater than the change amount threshold; after the state switch, the usage rate of hardware resources is less than Usage threshold; some processes are in a zombie state after state switching; tasks executed by the embedded device after state switching are tasks whose performance consumption is lower than the consumption threshold.
- the running state of the hardware resource can be adjusted when the state switching meets the adjustment condition, the situation of frequently adjusting the running state of the hardware resource and causing the unstable state of the embedded device can be avoided.
- Step 1072 The service layer detects whether the running state of the target hardware resource in the hardware layer satisfies the startup condition indicated by the second attribute.
- the service layer When the service layer detects that the state switching of the embedded device satisfies the adjustment condition of the hardware resource, it can adjust the running state of the hardware resource included in the hardware layer based on the resource management policy in the configuration file. If the resource management policy includes a policy configuration item of the target hardware resource, the service layer can determine the target hardware resource in the hardware layer according to the identifier in the policy configuration item, and detect whether the target hardware resource satisfies the second attribute indication start condition.
- step 1073 may be continued. If the service layer determines that the running state of the target hardware resource does not satisfy the start condition indicated by the second attribute, the operation can be ended, that is, the running state of the target hardware resource is not adjusted. In this way, it is possible to avoid incorrectly adjusting the running state of the hardware resources to affect the performance of the embedded device, and to ensure the reliability of resource scheduling.
- Step 1073 The service layer adjusts the running state of the target hardware resource according to the resource management mode indicated by the first attribute.
- the service layer determines that the running state of the target hardware resource satisfies the startup condition indicated by the second attribute, it can adjust the running state of the target hardware resource according to the resource management mode indicated by the first attribute.
- the target hardware resource is a certain processor core in the hardware layer
- the resource management method indicated by the first attribute is: shutting down the processor core
- the second attribute indicating The startup condition is: the occupancy rate of the processor core is less than 10%.
- the service layer can turn off the processor core when detecting that the occupancy rate of the processor core is less than 10%.
- the hardware layer may include various hardware resources, for example, may include processors, memory, network cards, ECUs, MCUs, peripherals, etc., and the processors may also include multiple different processor cores. Therefore, the resource management policy may include a plurality of policy configuration items of different hardware resources.
- the service layer can adjust the running state of the corresponding hardware resource based on each policy configuration item, thereby realizing flexible scheduling of hardware resources in the hardware layer.
- the meta-model stored by the configuration tool may be newly added for the hardware
- the strategy config item for resource management After the configuration tool generates a configuration file based on the meta-model, the configuration file can include the policy configuration item of the hardware resource.
- the new policy configuration items in the meta-model can be as shown in Table 1.
- the base type of the policy configuration item is AUTOSAR object (AR object) class. Referring to Table 1, it can be seen that the policy configuration item includes multiple attributes (attribute, attr).
- the attribute name is: Shortname
- the attribute type (type) can be a string (String)
- the configurable number of the attribute is 1
- the attribute can be used to identify the name of the policy configuration item.
- the name of the strategy configuration item for CPU can be: CPU Strategy Config.
- the attribute name is:
- the type of the attribute CpuId can be a non-negative integer, and the configurable number of this attribute is 1. This attribute can be used to identify the processor to which the processor core belongs (corresponding to the one in the machine parameter). processor), and the value range of this attribute can be greater than or equal to 0.
- Attribute name The type of the attribute of CoreId can be a non-negative integer, and the configurable number is 1. This attribute can be used to identify the processor core (corresponding to the Processor Core in the machine parameter), and the value range of this attribute can be greater than or equal to 0.
- the attribute name is: Method (method)
- the type of the attribute can be an enumeration (enum) class, the configurable number is 1, this attribute can be used to indicate the resource management method, and its value can be reduced (reduce) work frequency or close.
- the attribute name is: Threshold (threshold)
- the type of the attribute can be a non-negative integer, and the configurable number is 0 or 1.
- This attribute can be used to indicate the lower limit that the occupancy rate needs to reach when resource management is started, and its The value range can be [0,100]. That is, when the occupancy rate of the processor core is greater than the value of the attribute named Threshold, the service layer can run the processor core according to the resource management method indicated by the attribute named Method. status is adjusted.
- the configurable number of attributes in Table 1 refers to whether the attribute needs to be included in the policy configuration item. If the configurable number is 1, it means that the policy configuration item should contain the attribute; if the configurable number is 0 or 1, it means that the policy configuration item can contain this attribute or not. . For example, in the policy configuration item of the processor core shown in Table 1, it is not necessary to include the attribute named Threshold.
- the identifier of the processor core includes the following: the value of the attribute named CpuId, and the value of the attribute named CpuId.
- the new policy configuration items in the meta-model can be shown in Table 2.
- the policy configuration item may also include multiple attributes.
- the type of the attribute named: Shortname can be a string, the configurable number of the attribute is 1, and the attribute can be used to identify the name of the policy configuration item.
- the name could be: Device Power Config.
- the attribute name is:
- the type of the attribute of DeviceID can be a non-negative integer, the configurable number of the attribute is 1, and the attribute can be used to identify the identification of the peripheral device that needs to be managed.
- the attribute name is:
- the type of the attribute of Method can be an enumeration class, and the configurable number is 1.
- This attribute can be used to indicate the resource management method. For example, the value of this attribute can be reduced operating frequency or closed.
- the target service module can perform resource management on the hardware resource according to the device state during the running process of the embedded device. For example, if the configuration file includes the resource configuration item of the lidar, and the value of the attribute named Method in the resource configuration item is off, the target service module can turn off the power of the lidar in the parking state. If the configuration file includes the resource configuration item of the front camera, and the value of the attribute named Method in the resource configuration item is off, the target service module can turn off the power of the front camera when reversing.
- the sequence of steps of the above-mentioned parameter configuration method provided in the embodiment of the present application may be appropriately adjusted, and the steps may be correspondingly increased or decreased according to the situation.
- the above step 101 may be deleted according to the situation.
- the above step 1071 can be deleted according to the situation, that is, the service layer can directly adjust the operating state of the hardware resource according to the resource management policy when detecting that the embedded device has state switching, without judging whether the state switching satisfies the adjustment condition.
- the above step 1072 may also be deleted according to the situation, that is, the second attribute may not be included in the policy configuration item.
- the service layer does not need to first determine whether the running state of the target hardware resource satisfies the startup condition, but can directly adjust the running state of the target hardware resource according to the resource management mode indicated by the first attribute.
- the method may include:
- Step 201 read the configuration file.
- the configuration file stored in the hardware layer may be read first. Afterwards, the EM module can perform the following steps 202 , 203 and 204 .
- Step 202 Start other service modules in the service layer based on the configuration file, and start the application of the application layer.
- the EM can activate other service modules (such as the CM module and the SM module, etc.) in the service layer, and start the application of the application layer.
- service modules such as the CM module and the SM module, etc.
- Step 203 Start the command monitoring function.
- the EM module may start the command monitoring function based on the configuration file, and execute step 205 .
- Step 204 Activate the status monitoring function.
- the EM module may also enable a state monitoring function based on the configuration file, and execute step 209 .
- Step 205 Detect whether an instruction is received.
- step 206 may be executed; if the EM module does not receive the instruction, step 205 may be continued to be executed, that is, to detect whether the instruction is received.
- Step 206 Parse the instruction type.
- the EM module After the EM module receives the instruction, it can parse the instruction to determine the instruction type of the instruction.
- Step 207 If the instruction is a configuration instruction, acquire hardware resource parameters.
- the EM module determines that the instruction is a configuration instruction issued by the configuration tool for instructing to acquire hardware resource parameters, the EM module can acquire the hardware resource parameters of the hardware resources included in the hardware layer based on the configuration instruction.
- Step 208 Send the hardware resource parameters to the configuration tool.
- the hardware resource parameters can be sent to the configuration tool through the communication interface.
- Step 209 Detect whether there is a state switch.
- step 204 after the EM module starts the state monitoring function, it can monitor the state of the embedded device in real time, and determine whether the state of the embedded device is switched. If the EM module determines that the state of the embedded device has been switched, step 210 may be performed; if the EM module determines that the state of the embedded device has not been switched, it may continue to perform step 209, that is, continue to monitor the state of the embedded device.
- the EM module can determine that there is a state switch in the embedded device when it detects that a new process is started or a process is restarted.
- Step 210 Determine whether the state switching satisfies the adjustment condition of the hardware resource.
- the EM module can continue to judge whether the state switching satisfies the adjustment condition of the hardware resources, that is, whether the state switching affects the scheduling of the hardware resources. If the EM module determines that the state switch satisfies the adjustment condition of the hardware resource, step 211 may be performed; if the EM module determines that the state switch does not satisfy the adjustment condition of the hardware resource, then step 209 may be performed. For the implementation process of this step 210, reference may be made to the foregoing step 1071, which will not be repeated here.
- Step 211 Determine whether the running state of the hardware resource needs to be adjusted according to the resource management policy in the configuration file.
- step 212 may be performed; if the EM module determines that the operating state of the hardware resource does not need to be adjusted, step 209 may be performed.
- step 211 reference may be made to the foregoing step 1072, which will not be repeated here.
- Step 212 Adjust the running state of the hardware resources included in the hardware layer.
- the EM module determines that the operating state of the hardware resource needs to be adjusted, it can adjust the operating state of the hardware resource included in the hardware layer according to the resource management mode indicated by the first attribute in the resource management policy.
- the EM module determines that the operating state of the hardware resource needs to be adjusted, it can adjust the operating state of the hardware resource included in the hardware layer according to the resource management mode indicated by the first attribute in the resource management policy.
- the service layer adjusts the running state of the processor based on the resource management policy in the configuration file to achieve the following effects:
- the processor core When it is detected that the CPU occupancy rate of a certain processor core is lower than the threshold value, or the task is not executed, the processor core is turned off, or the frequency of the processor core is reduced.
- the processor core whose frequency is turned off or reduced may be a high-performance processor core in the CPU.
- some processor cores can be turned off , or reduce the frequency of some processor cores.
- the method provided by the embodiment of the present application can flexibly schedule the CPU based on the state of the embedded device during the running process of the embedded device, that is, the method provided by the embodiment of the present application can realize the hot swap of the CPU.
- the embodiment of the present application provides a parameter configuration method, and the service layer in the embedded device can directly obtain the hardware resource parameters of the hardware layer, and send the hardware resource parameters to the AUTOSAR development tool. Since the developer does not need to manually input the hardware resource parameters in the development tool, the configuration efficiency of the parameters can be effectively improved, thereby improving the development efficiency of the application.
- the service layer can also adjust the running state of hardware resources based on the resource management policy in the configuration file, it can be a flexible scheduling of the hardware resources, which can ensure that the embedded device can be effectively operated without affecting the normal operation of the embedded device. Reduce the power consumption of the embedded device.
- Embodiments of the present application further provide an embedded device, which can be applied to a vehicle, for example, can be applied to a smart car, a connected car, or a new energy car.
- the embedded device adopts AUTOSAR, for example, the AUTOSAR AP architecture or the AUTOSAR CP architecture can be adopted.
- the embedded device may include a hardware layer 01 , a service layer 03 and an application layer 04 .
- the service layer 03 includes:
- a resource management module 032 configured to acquire hardware resource parameters of the hardware layer.
- the resource management module 032 reference may be made to the relevant descriptions of step 102 and step 207 in the foregoing method embodiments.
- the communication interface 031 is used to send the hardware resource parameters to the AUTOSAR development tool, and the hardware resource parameters are used for the AUTOSAR development tool to generate an executable file and a configuration file, and the executable file and the configuration file can be stored in the embedded in the hardware layer of the device.
- the communication interface 031 For the functional realization of the communication interface 031, reference may be made to the relevant descriptions of step 103 and step 208 in the foregoing method embodiments.
- the running module 033 is configured to run the executable file based on the configuration file.
- the running module 033 reference may be made to the relevant description of step 106 in the foregoing method embodiments.
- the configuration file includes a resource management policy; the resource management module 032 may also be configured to adjust the running state of the hardware resources included in the hardware layer based on the resource management policy.
- the resource management module 032 For the function implementation of the resource management module 032, reference may also be made to the relevant descriptions of step 107 and step 212 in the foregoing method embodiments.
- the resource management policy includes: an identifier of the target hardware resource and a first attribute, where the first attribute is used to indicate a resource management mode for the target hardware resource; the resource management module 032 can be used for: according to the first attribute The resource management mode indicated by the attribute adjusts the running state of the target hardware resource indicated by this flag.
- the resource management policy further includes: a second attribute; the second attribute is used to indicate a start condition for performing resource management on the target hardware resource; the resource management module 032 can be used for: if the target indicated by the identifier is determined If the running state of the hardware resource satisfies the startup condition indicated by the second attribute, the running state of the target hardware resource is adjusted according to the resource management mode indicated by the first attribute.
- step 1072 For the function implementation of the resource management module 032, reference may also be made to the relevant description of step 1072 in the foregoing method embodiment.
- the resource management manner includes: turning off the target hardware resource, or reducing the working frequency of the target hardware resource.
- the resource management module 032 may be configured to adjust the running state of the hardware resource based on the resource management policy if it is detected that the embedded device has a state switch, and the state switch satisfies the adjustment condition of the hardware resource.
- step 1071 For the function implementation of the resource management module 032, reference may also be made to the relevant descriptions of step 1071, step 209, and step 210 in the foregoing method embodiment.
- the resource management module 032 may be configured to: receive a configuration command sent by the AUTOSAR development tool; and obtain hardware resource parameters of the hardware layer based on the configuration command.
- the resource management module 032 For the function implementation of the resource management module 032, reference may also be made to step 102 and the related descriptions of 205 to 207 in the foregoing method embodiment.
- the hardware resource parameters acquired by the resource management module 032 may include: machine parameters and system parameters.
- the embodiments of the present application provide an embedded device, in which the service layer of the embedded device can directly obtain the hardware resource parameters of the hardware layer, and send the hardware resource parameters to the AUTOSAR development tool. Since the developer does not need to manually input the hardware resource parameters in the development tool, the configuration efficiency of the parameters can be effectively improved, thereby improving the development efficiency of the application.
- the service layer can also adjust the running state of hardware resources based on the resource management policy in the configuration file, it can be a flexible scheduling of the hardware resources, which can ensure that the embedded device can be effectively operated without affecting the normal operation of the embedded device. Reduce the power consumption of the embedded device.
- the embedded device provided by the embodiments of the present application may also be implemented by an application-specific integrated circuit (ASIC), or a programmable logic device (PLD), and the above-mentioned PLD may be a complex Program logic device (complex programmable logical device, CPLD), field-programmable gate array (field-programmable gate array, FPGA), general array logic (generic array logic, GAL) or any combination thereof.
- ASIC application-specific integrated circuit
- PLD programmable logic device
- CPLD complex programmable logical device
- FPGA field-programmable gate array
- GAL general array logic
- the parameter configuration method provided by the above method embodiments may also be implemented by software.
- each module in the embedded device may also be a software module.
- FIG. 10 is a schematic structural diagram of an embedded device provided by an embodiment of the present application.
- the embedded device may include: a processor 1001 , a memory 1002 , a network interface 1003 and a bus 1004 .
- the bus 1004 is used to connect the processor 1001 , the memory 1002 and the network interface 1003 .
- the communication connection with other devices can be realized through the network interface 1003 (which may be wired or wireless).
- the memory 1002 stores a computer program 10021 for realizing various application functions.
- the processor 1001 may be a CPU, and the processor 1001 may also be other general-purpose processors, digital signal processors (DSPs), application specific integrated circuits (ASICs), field programmable gate arrays ( FPGA), GPU or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
- DSPs digital signal processors
- ASICs application specific integrated circuits
- FPGA field programmable gate arrays
- GPU GPU or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
- a general purpose processor may be a microprocessor or any conventional processor or the like.
- Memory 1002 may be volatile memory or nonvolatile memory, or may include both volatile and nonvolatile memory.
- the non-volatile memory may be read-only memory (ROM), programmable read-only memory (PROM), erasable programmable read-only memory (EPROM), electrically programmable Erase programmable read-only memory (electrically EPROM, EEPROM) or flash memory.
- Volatile memory may be random access memory (RAM), which acts as an external cache.
- RAM random access memory
- SRAM static random access memory
- DRAM dynamic random access memory
- SDRAM synchronous dynamic random access memory
- Double data rate synchronous dynamic random access memory double data date SDRAM, DDR SDRAM
- enhanced synchronous dynamic random access memory enhanced SDRAM, ESDRAM
- synchronous link dynamic random access memory direct rambus RAM, DR RAM
- bus 1004 may also include a power bus, a control bus, a status signal bus, and the like. However, for clarity of illustration, the various buses are labeled as bus 1004 in the figure.
- the processor 1001 is configured to execute the computer program stored in the memory 1002, and the processor 1001 implements the steps in the above method embodiments by executing the computer program 10021.
- Embodiments of the present application further provide a computer-readable storage medium, where instructions are stored in the computer-readable storage medium, and the instructions are executed by a processor to implement the steps in the foregoing method embodiments.
- the embodiments of the present application also provide a computer program product containing instructions, when the computer program product is run on a computer, the computer is made to execute the steps in the above method embodiments.
- Attributes means one or more, and the term “plurality” in this application means two or more, for example, a plurality of attributes means two or more Attributes.
- the above embodiments may be implemented in whole or in part by software, hardware, firmware or any other combination.
- the above-described embodiments may be implemented in whole or in part in the form of a computer program product.
- the computer program product includes one or more computer instructions. When the computer program instructions are loaded or executed on a computer, all or part of the processes or functions described in the embodiments of the present application are generated.
- the computer may be a general purpose computer, special purpose computer, computer network, or other programmable device.
- the computer instructions may be stored in or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be downloaded from a website site, computer, server, or data center Transmission to another website site, computer, server, or data center is by wire (eg, coaxial cable, optical fiber, digital subscriber line (DSL)) or wireless (eg, infrared, wireless, microwave, etc.).
- the computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device such as a server, a data center, or the like that contains one or more sets of available media.
- the usable media may be magnetic media (eg, floppy disks, hard disks, magnetic tapes), optical media (eg, DVDs), or semiconductor media.
- the semiconductor medium may be a solid state drive (SSD).
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims (20)
- 一种参数配置方法,其特征在于,应用于采用汽车开放系统架构AUTOSAR的嵌入式设备,所述嵌入式设备包括硬件层、服务层以及应用层;所述方法包括:所述服务层获取所述硬件层的硬件资源参数;所述服务层将所述硬件资源参数发送至AUTOSAR开发工具,所述硬件资源参数用于供所述AUTOSAR开发工具生成可执行文件和配置文件,所述可执行文件和所述配置文件存储在所述硬件层中;所述服务层基于所述配置文件,运行所述可执行文件。
- 根据权利要求1所述的方法,其特征在于,所述配置文件包括资源管理策略;所述方法还包括:所述服务层基于所述资源管理策略,调整所述硬件层所包括的硬件资源的运行状态。
- 根据权利要求2所述的方法,其特征在于,所述资源管理策略包括目标硬件资源的标识和第一属性,所述第一属性用于指示针对所述目标硬件资源的资源管理方式;所述服务层基于所述资源管理策略,调整所述硬件层所包括的硬件资源的运行状态,包括:所述服务层按照所述第一属性指示的资源管理方式,调整所述标识指示的目标硬件资源的运行状态。
- 根据权利要求3所述的方法,其特征在于,所述资源管理策略还包括:第二属性;所述第二属性用于指示对所述目标硬件资源进行资源管理的启动条件;所述服务层按照所述第一属性指示的资源管理方式,调整所述标识指示的目标硬件资源的运行状态,包括:所述服务层若确定所述标识指示的目标硬件资源的运行状态满足所述第二属性指示的启动条件,则按照所述第一属性指示的资源管理方式,调整所述目标硬件资源的运行状态。
- 根据权利要求3或4所述的方法,其特征在于,所述资源管理方式包括:关闭所述目标硬件资源,或者,降低所述目标硬件资源的工作频率。
- 根据权利要求2至5任一所述的方法,其特征在于,所述服务层基于所述资源管理策略,调整所述硬件层所包括的硬件资源的运行状态,包括:所述服务层若检测到所述嵌入式设备存在状态切换,且所述状态切换满足硬件资源的调整条件,则基于所述资源管理策略,调整所述硬件资源的运行状态。
- 根据权利要求1至6任一所述的方法,其特征在于,所述服务层获取所述硬件层的硬件资源参数,包括:所述服务层接收所述AUTOSAR开发工具发送的配置命令;所述服务层基于所述配置命令,获取所述硬件层的硬件资源参数。
- 根据权利要求1至7任一所述的方法,其特征在于,所述硬件资源参数包括:机器参数和系统参数。
- 一种嵌入式设备,其特征在于,所述嵌入式设备采用汽车开放系统架构AUTOSAR,且所述嵌入式设备包括硬件层、服务层以及应用层;所述服务层包括:资源管理模块,用于获取所述硬件层的硬件资源参数;通信接口,用于将所述硬件资源参数发送至AUTOSAR开发工具,所述硬件资源参数用于供所述AUTOSAR开发工具生成可执行文件和配置文件,所述可执行文件和所述配置文件存储在所述硬件层中;运行模块,用于基于所述配置文件,运行所述可执行文件。
- 根据权利要求9所述的设备,其特征在于,所述配置文件包括资源管理策略;所述资源管理模块还用于:基于所述资源管理策略,调整所述硬件层所包括的硬件资源的运行状态。
- 根据权利要求10所述的设备,其特征在于,所述资源管理策略包括:目标硬件资源的标识和第一属性,所述第一属性用于指示针对所述目标硬件资源的资源管理方式;所述资源管理模块,用于:按照所述第一属性指示的资源管理方式,调整所述标识指示的目标硬件资源的运行状态。
- 根据权利要求11所述的设备,其特征在于,所述资源管理策略还包括:第二属性;所述第二属性用于指示对所述目标硬件资源进行资源管理的启动条件;所述资源管理模块,用于:若确定所述标识指示的目标硬件资源的运行状态满足所述第二属性指示的启动条件,则按照所述第一属性指示的资源管理方式,调整所述目标硬件资源的运行状态。
- 根据权利要求11或12所述的设备,其特征在于,所述资源管理方式包括:关闭所述目标硬件资源,或者,降低所述目标硬件资源的工作频率。
- 根据权利要求10至13任一所述的设备,其特征在于,所述资源管理模块,用于:若检测到所述嵌入式设备存在状态切换,且所述状态切换满足硬件资源的调整条件,则基于所述资源管理策略,调整所述硬件资源的运行状态。
- 根据权利要求9至14任一所述的设备,其特征在于,所述资源管理模块,用于:接收所述AUTOSAR开发工具发送的配置命令;基于所述配置命令,获取所述硬件层的硬件资源参数。
- 根据权利要求9至15任一所述的设备,其特征在于,所述硬件资源参数包括:机器参数和系统参数。
- 一种嵌入式设备,其特征在于,所述嵌入式设备采用汽车开放系统架构AUTOSAR,且所述嵌入式设备包括存储器和处理器;所述存储器用于存储计算机程序;所述处理器用于执行所述存储器中存储的计算机程序以使得所述嵌入式设备执行如权利要求1至8任一所述的方法。
- 一种参数配置系统,其特征在于,所述系统包括:AUTOSAR开发工具,以及如权利要求9至17任一所述的嵌入式设备;其中,所述AUTOSAR开发工具,用于基于所述嵌入式设备的服务层发送的硬件资源参数生成可执行文件和配置文件。
- 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质中存储有指令,所述指令由处理器执行以实现如权利要求1至8任一所述的方法。
- 一种芯片,其特征在于,所述芯片包括可编程逻辑电路和/或程序指令,所述芯片运行时用于实现如权利要求1至8任一所述的方法。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP21896474.0A EP4235402A4 (en) | 2020-11-27 | 2021-09-09 | PARAMETER CONFIGURATION METHOD, DEVICE AND SYSTEM |
JP2023532418A JP7547636B2 (ja) | 2020-11-27 | 2021-09-09 | パラメータ構成方法、装置、およびシステム |
US18/324,422 US20230297395A1 (en) | 2020-11-27 | 2023-05-26 | Parameter Configuration Method, Apparatus, and System |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011364749.6 | 2020-11-27 | ||
CN202011364749.6A CN114564179A (zh) | 2020-11-27 | 2020-11-27 | 参数配置方法、装置及系统 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US18/324,422 Continuation US20230297395A1 (en) | 2020-11-27 | 2023-05-26 | Parameter Configuration Method, Apparatus, and System |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2022110970A1 true WO2022110970A1 (zh) | 2022-06-02 |
Family
ID=81712409
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2021/117521 WO2022110970A1 (zh) | 2020-11-27 | 2021-09-09 | 参数配置方法、装置及系统 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20230297395A1 (zh) |
EP (1) | EP4235402A4 (zh) |
JP (1) | JP7547636B2 (zh) |
CN (1) | CN114564179A (zh) |
WO (1) | WO2022110970A1 (zh) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2024138413A1 (zh) * | 2022-12-28 | 2024-07-04 | 华为技术有限公司 | 一种配置方法和装置 |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104781789A (zh) * | 2012-12-20 | 2015-07-15 | 三菱电机株式会社 | 车载装置以及程序 |
CN109002290A (zh) * | 2018-10-15 | 2018-12-14 | 昆明理工鼎擎科技股份有限公司 | 一体化ecu嵌入式目标代码自动生成器及自动生成方法 |
US20190163446A1 (en) * | 2017-11-30 | 2019-05-30 | The Mathworks, Inc. | Systems and methods for evaluating compliance of implementation code with a software architecture specification |
US20190258460A1 (en) * | 2018-02-22 | 2019-08-22 | Dspace Digital Signal Processing And Control Engineering Gmbh | Method and system for generating a software component |
CN110515366A (zh) * | 2019-07-29 | 2019-11-29 | 华为技术有限公司 | 一种故障诊断方法及装置 |
CN111338638A (zh) * | 2020-02-26 | 2020-06-26 | 东风电子科技股份有限公司 | 实现自动生成嵌入式软件部件之间通信的系统及其方法 |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7043393B2 (en) * | 2001-08-15 | 2006-05-09 | National Instruments Corporation | System and method for online specification of measurement hardware |
US20130103379A1 (en) * | 2011-10-20 | 2013-04-25 | Electronics And Elecommunications Research Institute | Apparatus and method for verifying interoperability between application software and autosar service |
TWI526847B (zh) * | 2012-09-28 | 2016-03-21 | 微盟電子(昆山)有限公司 | 計算機及其硬體參數設定方法 |
JP6192781B1 (ja) | 2016-07-26 | 2017-09-06 | 三菱電機株式会社 | データ管理プログラム及びデータ管理装置 |
JP2018036972A (ja) | 2016-09-01 | 2018-03-08 | ポップコーンサー コー リミテッド | ファイルフォーマット変換装置及びその変換方法 |
JP2019213081A (ja) | 2018-06-06 | 2019-12-12 | ルネサスエレクトロニクス株式会社 | 半導体装置及び情報処理方法 |
-
2020
- 2020-11-27 CN CN202011364749.6A patent/CN114564179A/zh active Pending
-
2021
- 2021-09-09 EP EP21896474.0A patent/EP4235402A4/en active Pending
- 2021-09-09 WO PCT/CN2021/117521 patent/WO2022110970A1/zh active Application Filing
- 2021-09-09 JP JP2023532418A patent/JP7547636B2/ja active Active
-
2023
- 2023-05-26 US US18/324,422 patent/US20230297395A1/en active Pending
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104781789A (zh) * | 2012-12-20 | 2015-07-15 | 三菱电机株式会社 | 车载装置以及程序 |
US20190163446A1 (en) * | 2017-11-30 | 2019-05-30 | The Mathworks, Inc. | Systems and methods for evaluating compliance of implementation code with a software architecture specification |
US20190258460A1 (en) * | 2018-02-22 | 2019-08-22 | Dspace Digital Signal Processing And Control Engineering Gmbh | Method and system for generating a software component |
CN109002290A (zh) * | 2018-10-15 | 2018-12-14 | 昆明理工鼎擎科技股份有限公司 | 一体化ecu嵌入式目标代码自动生成器及自动生成方法 |
CN110515366A (zh) * | 2019-07-29 | 2019-11-29 | 华为技术有限公司 | 一种故障诊断方法及装置 |
CN111338638A (zh) * | 2020-02-26 | 2020-06-26 | 东风电子科技股份有限公司 | 实现自动生成嵌入式软件部件之间通信的系统及其方法 |
Non-Patent Citations (3)
Title |
---|
ANONYMOUS: "Adaptive Platform AUTOSAR (AP) platform design (2) - architecture ", AUTOMOTIVE ELECTRONICS, 13 April 2020 (2020-04-13), pages 1 - 8, XP055934308, Retrieved from the Internet <URL:https://zhuanlan.zhihu.com/p/128582125> [retrieved on 20220622] * |
BURIBURI ZAEMON: "Graphical AUTOSAR (3) - Methodology", 13 May 2018 (2018-05-13), pages 1 - 5, XP055934310, Retrieved from the Internet <URL:https://blog.csdn.net/ChenGuiGan/article/details/80302651> [retrieved on 20220622] * |
See also references of EP4235402A4 |
Also Published As
Publication number | Publication date |
---|---|
JP2023551005A (ja) | 2023-12-06 |
US20230297395A1 (en) | 2023-09-21 |
CN114564179A (zh) | 2022-05-31 |
EP4235402A1 (en) | 2023-08-30 |
JP7547636B2 (ja) | 2024-09-09 |
EP4235402A4 (en) | 2024-04-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11385908B1 (en) | Cloning of firmware configuration settings using rest over IPMI interface | |
US9563442B2 (en) | Baseboard management controller and method of loading firmware | |
JP6537046B2 (ja) | ファームウェアのアップデート中のファームウェア設定の保持 | |
US10860308B1 (en) | Peripheral device firmware update using rest over IPMI interface firmware update module | |
TWI610167B (zh) | 改善平台管理的計算裝置建置方法、保持電腦可執行指令之非暫存媒體及配置為提供強化管理資訊之計算裝置 | |
US9734100B2 (en) | Network controller sharing between SMM firmware and OS drivers | |
WO2016029792A1 (zh) | 硬件设备的调试方法、装置和系统 | |
US10404538B1 (en) | Remote platform configuration | |
US7552217B2 (en) | System and method for Automatic firmware image recovery for server management operational code | |
CN110908753B (zh) | 一种智能融合的云桌面服务器、客户端及系统 | |
CN112953775B (zh) | 一种车机升级系统及方法 | |
US10430225B1 (en) | Traffic management on an interconnect | |
US10628176B1 (en) | Firmware configuration using REST over IPMI interface | |
US10572242B1 (en) | Firmware update using rest over IPMI interface | |
US20140317615A1 (en) | Systems and Methods for Installing Applications | |
US10776286B1 (en) | Rest over IPMI interface for firmware to BMC communication | |
US20230229481A1 (en) | Provisioning dpu management operating systems | |
WO2022110970A1 (zh) | 参数配置方法、装置及系统 | |
WO2023098052A1 (zh) | 一种服务器运维方法、装置、设备及存储介质 | |
CN116431546B (zh) | 参数配置方法、电子设备、存储介质及程序产品 | |
US10394619B2 (en) | Signature-based service manager with dependency checking | |
US20230325203A1 (en) | Provisioning dpu management operating systems using host and dpu boot coordination | |
CN106922189B (zh) | 设备代理装置及其控制方法 | |
US11593121B1 (en) | Remotely disabling execution of firmware components | |
WO2020119139A1 (zh) | Pch万兆以太网的pxe功能的启停方法及相关装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 21896474 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2023532418 Country of ref document: JP |
|
ENP | Entry into the national phase |
Ref document number: 2021896474 Country of ref document: EP Effective date: 20230523 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 202317037061 Country of ref document: IN |
|
NENP | Non-entry into the national phase |
Ref country code: DE |