CN117648104A - Rapid upgrading method for airborne intelligent computing system - Google Patents

Rapid upgrading method for airborne intelligent computing system Download PDF

Info

Publication number
CN117648104A
CN117648104A CN202311641090.8A CN202311641090A CN117648104A CN 117648104 A CN117648104 A CN 117648104A CN 202311641090 A CN202311641090 A CN 202311641090A CN 117648104 A CN117648104 A CN 117648104A
Authority
CN
China
Prior art keywords
client
carrier
upgrade
software
ground server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202311641090.8A
Other languages
Chinese (zh)
Inventor
曹恩龙
孙智孝
罗庆
王欣雨
徐康发
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenyang Aircraft Design and Research Institute Aviation Industry of China AVIC
Original Assignee
Shenyang Aircraft Design and Research Institute Aviation Industry of China AVIC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenyang Aircraft Design and Research Institute Aviation Industry of China AVIC filed Critical Shenyang Aircraft Design and Research Institute Aviation Industry of China AVIC
Priority to CN202311641090.8A priority Critical patent/CN117648104A/en
Publication of CN117648104A publication Critical patent/CN117648104A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Stored Programmes (AREA)

Abstract

The application belongs to the technical field of aircraft system design, and particularly relates to a quick upgrading method for an airborne intelligent computing system. The method comprises the following steps: step S1, the client of the carrier and the ground server agree on the upgrade version of the software; step S2, when an upgrade version exists at the ground server, the client of the carrier sends an encryption key of the client to the ground server, receives a version upgrade request packet, an encryption key ID and a signature algorithm ID sent by the ground server, and performs bidirectional verification; step S3, after verification is passed, the ground server packs the software version to be upgraded into a mirror image packet and transmits the mirror image packet to the client of the carrier; and S4, unpacking and upgrading by the client of the carrier. The method and the device improve the upgrading efficiency of the carrier software.

Description

Rapid upgrading method for airborne intelligent computing system
Technical Field
The application belongs to the technical field of aircraft system design, and particularly relates to a quick upgrading method for an airborne intelligent computing system.
Background
In the existing airborne platform, a large number of high-efficiency hardware computing platforms are equipped, and in order to fully exert the computing performance of the high-efficiency hardware computing platforms, performance optimization and version upgrading iteration are required to be carried out on the adaptive airborne software. The traditional software upgrading method adopts a mode of directly connecting debugging cables, lacks a standardized interface unified with hardware, has complex working procedures, high maintenance difficulty and long upgrading time, and is not suitable for a scene of frequent updating and iteration of a large number of software short periods.
Disclosure of Invention
In order to solve the problems, the application provides a quick upgrading method for an onboard intelligent computing system, and the problems of low efficiency and poor maintainability of the traditional software upgrading mode at present are solved by designing a quick upgrading mode and a system architecture.
The quick upgrading method for the airborne intelligent computing system mainly comprises the following steps:
step S1, the client of the carrier and the ground server agree on the upgrade version of the software;
step S2, when an upgrade version exists at the ground server, the client of the carrier sends an encryption key of the client to the ground server, receives a version upgrade request packet, an encryption key ID and a signature algorithm ID sent by the ground server, and performs bidirectional verification;
step S3, after verification is passed, the ground server packs the software version to be upgraded into a mirror image packet and transmits the mirror image packet to the client of the carrier;
and S4, unpacking and upgrading by the client of the carrier.
Preferably, the carrier client communicates with the ground server through a wireless connection, and one ground server corresponds to a plurality of carrier clients.
Preferably, the ground server comprises a database layer, a data access layer and a functional layer, and the carrier client comprises a client management layer, an interactive interface layer and a carrier equipment layer;
the database layer is used for storing software versions, functional information and carrier information; the data access layer is used for information transmission; the function layer is used for developing the function of the quick upgrade mode, and the client management layer is used for judging the upgrade state of the software, executing the upgrade flow and managing the operation log; the interactive interface layer is used for transmitting and distributing the data packets; the carrier equipment layer is used for upgrading the software.
Preferably, step S1 includes: the ground server is periodically polled by the carrier client to acquire the upgrade version information of the software, or the ground server sends an upgrade notification with a specified software version to the carrier client.
Preferably, step S4 further comprises:
and when the level version upgrade fails, performing rollback upgrade based on the software security version stored in the hard disk.
Preferably, after step S4, further comprising.
And the quick upgrading efficiency is determined by detecting the data receiving time, the data checking time and the software programming time of the client of the carrier.
The method and the device improve the upgrading efficiency of the carrier software.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of a method for fast upgrade of an on-board intelligent computing system of the present application.
Fig. 2 is a schematic diagram of a system architecture of the embodiment shown in fig. 1 of the present application.
Detailed Description
For the purposes, technical solutions and advantages of the present application, the following describes the technical solutions in the embodiments of the present application in more detail with reference to the drawings in the embodiments of the present application. In the drawings, the same or similar reference numerals denote the same or similar elements or elements having the same or similar functions throughout. The described embodiments are some, but not all, of the embodiments of the present application. The embodiments described below by referring to the drawings are exemplary and intended for the purpose of explaining the present application and are not to be construed as limiting the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure. Embodiments of the present application will be described in detail below with reference to the accompanying drawings.
The application provides a quick upgrade method for an airborne intelligent computing system, which mainly comprises the following steps as shown in fig. 1:
step S1, the client of the carrier and the ground server agree on the upgrade version of the software;
step S2, when an upgrade version exists at the ground server, the client of the carrier sends an encryption key of the client to the ground server, receives a version upgrade request packet, an encryption key ID and a signature algorithm ID sent by the ground server, and performs bidirectional verification;
step S3, after verification is passed, the ground server packs the software version to be upgraded into a mirror image packet and transmits the mirror image packet to the client of the carrier;
and S4, unpacking and upgrading by the client of the carrier.
In some alternative embodiments, the carrier client communicates with the ground server via a wireless connection, one ground server corresponding to each of the plurality of carrier clients.
In the embodiment, the rapid upgrading system divides the equipment into a ground service end and a carrier client end, and the two ends communicate through WIFI/4G/5G to transmit data. The ground server is an update release end of software and is connected with the client of the carrier in a pair of phases; the carrier client is an updated software receiving end and is communicated with the carrier client to acquire upgrade information.
In some optional embodiments, the ground server includes a database layer, a data access layer, and a functional layer, and the carrier client includes a client management layer, an interactive interface layer, and a carrier device layer;
the database layer is used for storing software versions, functional information and carrier information; the data access layer is used for information transmission; the function layer is used for developing the function of the quick upgrade mode, and the client management layer is used for judging the upgrade state of the software, executing the upgrade flow and managing the operation log; the interactive interface layer is used for transmitting and distributing the data packets; the carrier equipment layer is used for upgrading the software.
Referring to fig. 2, in the ground server, a database layer stores software version, function information and carrier information such as model, state, etc.; the data access layer is mainly an identity authentication, information transmission communication interface and the like; the functional layer mainly integrates the development of the fast upgrade mode functions. In the carrier client, a client management layer is mainly responsible for judging the upgrading state of software, executing an upgrading flow and managing an operation log; the interactive interface layer is mainly responsible for transmission and distribution of data packets; the carrier device layer is mainly a hardware device for receiving the software algorithm.
In some alternative embodiments, step S1 comprises: the ground server is periodically polled by the carrier client to acquire the upgrade version information of the software, or the ground server sends an upgrade notification with a specified software version to the carrier client.
In some alternative embodiments, step S4 further comprises: and when the level version upgrade fails, performing rollback upgrade based on the software security version stored in the hard disk.
The method and the device provide functions of appointed software version upgrading, specific software version rollback, automatic detection and updating of the software version and the like, and meet daily software upgrading requirements. The method comprises the steps of designating a software version upgrading mode, packaging a software version to be upgraded into a mirror image package according to a stipulated format, wirelessly transmitting the mirror image package to a carrier client, and unpacking and upgrading the mirror image package to carrier equipment after identity and safety verification. The specific software version rollback mode is to set a software safety version to be put in a storage area in order to ensure the use safety of the software when the upgrade version fails to upgrade, and to rollback upgrade the specific software when the upgrade version fails to upgrade. The automatic detection and update software version mode is that after the onboard client is powered on, the server is polled every one period, and if an update request is received, the latest version software is automatically updated.
By setting the version upgrade request packet, the encryption key ID, the encryption algorithm ID, the signature algorithm ID, the upgrade request, the signature and other upgrade request and response messages, the transmission safety and accuracy are ensured. When upgrading, the ground server sends the version upgrading request packet, the encryption key ID, the signature algorithm ID and the like to the client of the carrier, the client performs identity authentication and decryption, and meanwhile, the client sends the encryption key ID to the ground server for bidirectional identity authentication, and if the authentication passes, information transmission can be performed wirelessly.
In some alternative embodiments, after step S4, further comprising.
And the quick upgrading efficiency is determined by detecting the data receiving time, the data checking time and the software programming time of the client of the carrier.
In this embodiment, the data receiving time reflects the size of the transmission file and the bandwidth of the transmission network, so that the size of the transmission file should be compressed and the transmission bandwidth should be increased as much as possible for rapid transmission as much as possible; the data checking time mainly reflects the time of data encryption and decryption, verification and restoration, so that an optimization algorithm is required to optimize the encryption and decryption flow and the verification and restoration modes as much as possible; the software programming time mainly reflects the efficiency of loading the algorithm mirror image into the memory, and the transmission standard needs to be set to improve the programming efficiency and the memory transmission line performance. According to the ratio of the data receiving time to the receiving time threshold, the ratio of the data checking time to the checking time threshold, the ratio of the software programming time to the programming time threshold, and then the ratio can be used as an evaluation standard of the software upgrading efficiency through weighted calculation.
The method solves the problems of complex updating process, long time consumption and poor maintainability of the software version of the airborne equipment, and realizes the function of rapidly updating the algorithm from the ground end to the carrier end.
The foregoing is merely specific embodiments of the present application, but the scope of the present application is not limited thereto, and any changes or substitutions easily conceivable by those skilled in the art within the technical scope of the present application should be covered in the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (6)

1. The quick upgrading method for the airborne intelligent computing system is characterized by comprising the following steps of:
step S1, the client of the carrier and the ground server agree on the upgrade version of the software;
step S2, when an upgrade version exists at the ground server, the client of the carrier sends an encryption key of the client to the ground server, receives a version upgrade request packet, an encryption key ID and a signature algorithm ID sent by the ground server, and performs bidirectional verification;
step S3, after verification is passed, the ground server packs the software version to be upgraded into a mirror image packet and transmits the mirror image packet to the client of the carrier;
and S4, unpacking and upgrading by the client of the carrier.
2. The rapid upgrade method for an on-board intelligent computing system of claim 1, wherein the on-board client communicates with the ground server via a wireless connection, one ground server corresponding to a plurality of on-board clients.
3. The rapid upgrade method for the airborne intelligent computing system of claim 1, wherein the ground server comprises a database layer, a data access layer and a functional layer, and the carrier client comprises a client management layer, an interactive interface layer and a carrier equipment layer;
the database layer is used for storing software versions, functional information and carrier information; the data access layer is used for information transmission; the function layer is used for developing the function of the quick upgrade mode, and the client management layer is used for judging the upgrade state of the software, executing the upgrade flow and managing the operation log; the interactive interface layer is used for transmitting and distributing the data packets; the carrier equipment layer is used for upgrading the software.
4. The rapid upgrade method for an on-board intelligent computing system of claim 1, wherein step S1 comprises: the ground server is periodically polled by the carrier client to acquire the upgrade version information of the software, or the ground server sends an upgrade notification with a specified software version to the carrier client.
5. The rapid upgrade method for an on-board intelligent computing system of claim 1, wherein step S4 further comprises:
and when the level version upgrade fails, performing rollback upgrade based on the software security version stored in the hard disk.
6. The rapid upgrade method for an on-board intelligent computing system of claim 1, further comprising, after step S4.
And the quick upgrading efficiency is determined by detecting the data receiving time, the data checking time and the software programming time of the client of the carrier.
CN202311641090.8A 2023-12-01 2023-12-01 Rapid upgrading method for airborne intelligent computing system Pending CN117648104A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311641090.8A CN117648104A (en) 2023-12-01 2023-12-01 Rapid upgrading method for airborne intelligent computing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311641090.8A CN117648104A (en) 2023-12-01 2023-12-01 Rapid upgrading method for airborne intelligent computing system

Publications (1)

Publication Number Publication Date
CN117648104A true CN117648104A (en) 2024-03-05

Family

ID=90046056

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311641090.8A Pending CN117648104A (en) 2023-12-01 2023-12-01 Rapid upgrading method for airborne intelligent computing system

Country Status (1)

Country Link
CN (1) CN117648104A (en)

Similar Documents

Publication Publication Date Title
US11526348B2 (en) Detecting anomalies online using controller processing activity
CN102801559B (en) Intelligent local area network data collecting method
CN103123484B (en) Transformer station's Condition Monitoring Data standardization connecting system and method
CN114666333B (en) Control method for cloud computing resource scheduling problem based on multi-tenant theory
CN110138876B (en) Task deployment method, device, equipment and platform
JP6852148B2 (en) How to update software update system, firmware over the air update system, and client devices
CN102929224B (en) Condition acquisition controller (CAC) for power transformer equipment and system control method
CN106411619A (en) Wireless equipment upgrading method based on low-power-consumption wide area network
CN111258716A (en) Container cloud platform-based edge machine learning system and method thereof
CN102291424A (en) Vehicle-mounted GPRS (general packet radio service) communication system with FTP (file transfer protocol) remote wireless upgrading function and method thereof
CN110262820A (en) Method, apparatus, system and storage medium based on MQTT protocol realization OTA upgrading
CN110289902A (en) The more new system of software on a kind of star
CN102420872B (en) Hyper text transfer protocol (HTTP)-data-stream-based transmission management framework
EP4102776A1 (en) Log acquisition method and apparatus, terminal, server, and computer readable storage medium
CN109189427A (en) Using update method, device, system and storage medium
CN113168317A (en) Communication method and device based on over-the-air technology OTA
CN103944891A (en) Service application system access method and device
CN114124917A (en) Remote upgrading method, equipment, system and medium for ground lock firmware
CN110928561A (en) Vehicle controller software version management method and device, vehicle and storage medium
CN111683003B (en) Internet of things gateway equipment with GPS positioning and multi-communication networking modes
CN110290223A (en) Active upgrade method and system
CN113937894A (en) Cloud edge cooperation-based electric intelligent terminal management system and method
CN100454255C (en) Rewriting control device of onboard program
CN110535892A (en) Rail transportation vehicle-mounted data high speed dump system, method and state monitoring method
CN117648104A (en) Rapid upgrading method for airborne intelligent computing system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination