CN112114853A - OTA-based software upgrading method, system and related device - Google Patents
OTA-based software upgrading method, system and related device Download PDFInfo
- Publication number
- CN112114853A CN112114853A CN202011040348.5A CN202011040348A CN112114853A CN 112114853 A CN112114853 A CN 112114853A CN 202011040348 A CN202011040348 A CN 202011040348A CN 112114853 A CN112114853 A CN 112114853A
- Authority
- CN
- China
- Prior art keywords
- software
- terminal
- upgrading
- upgrade
- new version
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 53
- 230000006835 compression Effects 0.000 claims abstract description 16
- 238000007906 compression Methods 0.000 claims abstract description 16
- 238000012795 verification Methods 0.000 claims abstract description 13
- 238000004590 computer program Methods 0.000 claims description 8
- 230000002159 abnormal effect Effects 0.000 claims description 7
- 238000005096 rolling process Methods 0.000 claims description 3
- 230000009286 beneficial effect Effects 0.000 abstract description 2
- 230000008569 process Effects 0.000 description 10
- 230000009471 action Effects 0.000 description 3
- 238000004422 calculation algorithm Methods 0.000 description 3
- 230000005856 abnormality Effects 0.000 description 2
- 238000004364 calculation method Methods 0.000 description 2
- 230000006837 decompression Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000013515 script Methods 0.000 description 1
- 230000001960 triggered effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
- G06F8/656—Updates while running
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1415—Saving, restoring, recovering or retrying at system level
- G06F11/1433—Saving, restoring, recovering or retrying at system level during software upgrading
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1415—Saving, restoring, recovering or retrying at system level
- G06F11/1438—Restarting or rejuvenating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/51—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems at application loading time, e.g. accepting, rejecting, starting or inhibiting executable software based on integrity or source reliability
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W8/00—Network data management
- H04W8/22—Processing or transfer of terminal data, e.g. status or physical capabilities
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W8/00—Network data management
- H04W8/22—Processing or transfer of terminal data, e.g. status or physical capabilities
- H04W8/24—Transfer of terminal data
- H04W8/245—Transfer of terminal data from a network towards a terminal
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Quality & Reliability (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Databases & Information Systems (AREA)
- Computer Hardware Design (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
Abstract
The application provides a software upgrading method based on OTA, comprising the following steps: receiving an upgrading request of a terminal, wherein the upgrading request comprises a terminal ID and current software version information; marking an upgrading mark on the terminal according to the terminal ID; returning the upgrading mark, the network address information and the software MD5 value to the terminal; after the terminal downloads the new version software package according to the network address information, the new version software package is verified by using the MD5 value; and if the verification is successful, decompressing the new version software package and executing software updating. By establishing the compression package of the upgrade software, the method can directly execute the upgrade of a plurality of files through the compression package when the OTA software is upgraded without repeatedly executing software downloading and upgrading, improves the upgrade efficiency, and also provides a software upgrade system based on the OTA, a computer readable storage medium and an electronic device, which have the beneficial effects.
Description
Technical Field
The present application relates to the field of computer software, and in particular, to a method, a system, and a related apparatus for software upgrade based on OTA.
Background
In the prior art, OTA (Over the Air) software upgrading is often triggered by a platform side, and complicated repeated operations are required when batch upgrading is performed; or the software upgrading judgment condition is single, and whether upgrading is carried out is often determined only according to the version. Therefore, unified upgrade management is performed in the OTA upgrade process, and the problem that the terminal needs to be upgraded automatically in batches is solved by technical personnel in the field.
Meanwhile, the OTA software upgrading is only to download and upgrade a single file, and when the software contains a plurality of files, the software is often downloaded and verified for many times. The upgrading process is slow, the upgrading efficiency is low, and the OTA upgrading is not facilitated.
Disclosure of Invention
The application aims to provide a software upgrading method, a system, a computer readable storage medium and an electronic device based on OTA, which can improve the OTA software upgrading efficiency.
In order to solve the technical problem, the application provides a software upgrading method based on the OTA, and the specific technical scheme is as follows:
receiving an upgrading request of a terminal, wherein the upgrading request comprises a terminal ID and current software version information;
marking an upgrading mark on the terminal according to the terminal ID;
returning the upgrade flag, network address information and software MD5 value to the terminal;
after the terminal downloads a new version software package according to the network address information, the terminal verifies the new version software package by using the software MD5 value;
and if the verification is successful, decompressing the new version software package and executing software updating.
Optionally, before receiving the upgrade request of the terminal, the method further includes:
saving the new version software package in a preset compression format, and saving the network address information corresponding to the new version software package; the new version software package contains at least two files.
Optionally, before decompressing the new version software package and executing the software update, the method further includes:
and the terminal backs up the current version software and rolls back the software version by using the backup after the upgrade is abnormal.
Optionally, before receiving the upgrade request of the terminal, the method further includes:
configuring an upgrading strategy;
the upgrading strategy comprises an upgrading area, an upgrading terminal ID and upgrading time.
Optionally, the receiving the upgrade request of the terminal includes:
and receiving an upgrading request of the terminal through an HTTP protocol or an MQTT protocol.
The application also provides a software upgrading system based on OTA, including:
the system comprises a request receiving module, a judging module and a judging module, wherein the request receiving module is used for receiving an upgrading request of a terminal, and the upgrading request comprises a terminal ID and current software version information;
the upgrading marking module is used for marking an upgrading mark on the terminal according to the terminal ID;
the data return module is used for returning the upgrading mark, the network address information and the software MD5 value to the terminal;
the verification module is used for verifying the new version software package by using the software MD5 value after the terminal downloads the new version software package according to the network address information;
and the upgrading module is used for decompressing the new version software package and executing software updating if the verification is successful.
Optionally, the method further includes:
the compression module is used for storing the new version software package in a preset compression format and storing the network address information corresponding to the new version software package; the new version software package contains at least two files.
Optionally, the method further includes:
and the rollback module is used for backing up the current version software by the terminal and rolling back the software version by using the backup after the upgrade is abnormal.
The present application also provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method as set forth above.
The present application further provides an electronic device, comprising a memory and a processor, wherein the memory stores a computer program, and the processor implements the steps of the method described above when calling the computer program in the memory.
The application provides a software upgrading method based on OTA, comprising the following steps: receiving an upgrading request of a terminal, wherein the upgrading request comprises a terminal ID and current software version information; marking an upgrading mark on the terminal according to the terminal ID; returning the upgrade flag, network address information and software MD5 value to the terminal; after the terminal downloads a new version software package according to the network address information, the terminal verifies the new version software package by using the software MD5 value; and if the verification is successful, decompressing the new version software package and executing software updating.
According to the OTA software upgrading method and device, the compression package of the upgrading software is established, so that when OTA software upgrading is carried out, upgrading of a plurality of files can be directly carried out through the compression package, software downloading and upgrading do not need to be repeatedly carried out, and upgrading efficiency is improved. And meanwhile, before upgrading, the software MD5 value is used for verifying the new version software package, so that the safety and accuracy of the upgraded software are ensured, and the software upgrading management is facilitated.
The application also provides a software upgrading system based on OTA, a computer readable storage medium and an electronic device, which have the beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for upgrading OTA-based software according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a software upgrading system based on OTA according to an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, fig. 1 is a flowchart of an OTA-based software upgrading method provided in an embodiment of the present application, where the OTA-based software upgrading method provided in the present application is described by using a software upgrading center or a terminal management platform as a main body, and no matter the software upgrading center or the terminal management platform, the OTA-based software upgrading method can simultaneously establish connection with multiple terminals and is responsible for software upgrading of the terminals, and the method includes:
s101: receiving an upgrading request of a terminal;
the step is intended to receive an upgrade request sent by a terminal, and the receiving mode, the receiving frequency and the like of the request are not limited herein. In other words, the connection mode between the execution main body and each terminal is not limited, and for example, the upgrade request of the terminal is received through the HTTP protocol or the MQTT protocol.
Since the upgrade frequencies set by the terminals are different, the frequency of sending the upgrade request by the terminal is not limited, and the upgrade request can be sent periodically, and the corresponding step should be to periodically receive the upgrade request by the terminal. Of course, the specific period setting is not limited in this embodiment, and may be set according to the actual requirement of the software, such as receiving the upgrade request of the terminal every three days, or receiving the upgrade request of the terminal once a week, and so on. Those skilled in the art can make corresponding settings for when the terminal sends the upgrade request according to the actual requirements of the terminal, and the upgrade configuration of different terminals may be different.
It should be noted that the upgrade request at least includes a terminal ID (Identity document) and current software version information, i.e. Identity information of the terminal, and the terminal ID of each terminal is unique and identifiable, i.e. one terminal can be uniquely determined according to the terminal ID. The current software version information is the software version information currently run by the terminal. The software version may be software version information of a certain piece of software on the terminal, or current software version information of a plurality of pieces of software on the terminal. That is, the present embodiment may update and upgrade one or more software of the terminal.
If the terminal does not need to be upgraded or due to other reasons, such as an abnormal upgrade file, the upgrade request can be rejected after the upgrade request of the terminal is received, and a response message of the reject of the upgrade can be directly returned to the terminal. Then it is naturally not necessary to mark the upgrade flag for the terminal at this time, i.e. the subsequent steps do not need to be performed.
In this embodiment, by default, before the step is executed, the new version software package may be stored in a preset compression format, and the network address information corresponding to the new version software package is stored, where the new version software package includes at least two files.
The new version upgrade file of the terminal is generated into a new version software package in the form of a compressed package, and the specific compression format is not limited herein and may be a zip format or a rar format, etc. After obtaining the new version software package, it is also necessary to store the network address information of the software or url information thereof. The form of the network address information is not particularly limited, and only the new version software package may be acquired according to the network address information.
S102: marking an upgrading mark on the terminal according to the terminal ID;
and after receiving the upgrading request, marking an upgrading mark for the terminal. The upgrade flag means that the terminal needs to be upgraded. Since the software upgrade center or the terminal management platform usually includes the terminal information of all terminals connected thereto, in order to distinguish the terminal that has received the upgrade request from the terminal that has not received the upgrade request, the terminal may be marked with an upgrade flag. In this step, the terminal needs to be identified and marked according to the terminal ID in the upgrade request. However, it should be noted that the marking is performed only on the terminal inside the software upgrade center or the terminal management platform, for example, if a terminal list is set in the software upgrade center or the terminal management platform, the corresponding terminal in the terminal list may be marked according to the terminal ID.
S103: returning the upgrade flag, network address information and software MD5 value to the terminal;
this step is intended to return information such as an upgrade flag to the terminal. In order to respond to the upgrade request of the terminal, if the terminal receives the upgrade flag, it means that the software upgrade center or the terminal management platform has received the upgrade request and approves the upgrade request, and at this time, the terminal may perform software upgrade preparation. Generally, in order to ensure that the software upgrading process is normal, the software needs to be shut down before the software is upgraded, so that the software is in a non-running state, and the upgrading process is ensured to be stable.
In addition, at the same time of returning the upgrade flag, it is also necessary to return the network address information and the software MD5 value (MD5 Message-Digest Algorithm, MD5 information Digest Algorithm) to the terminal for subsequent upgrade and verification of the terminal. The MD5 algorithm may generate a 128-bit (16-byte) hash value to ensure that the information transfer is complete and consistent.
S104: after the terminal downloads a new version software package according to the network address information, the terminal verifies the new version software package by using the software MD5 value;
this step is intended to validate the new version of the software package. After the terminal downloads the new version software package according to the network address information, the terminal needs to perform MD5 calculation on the new version software and obtain a corresponding MD5 value, at the moment, the MD5 value obtained by the calculation of the terminal is compared with the MD5 value of the software sent to the terminal for verification, and if the values are consistent, the new version software package downloaded by the terminal is confirmed to be correct.
S105: and if the verification is successful, decompressing the new version software package and executing software updating.
When the MD5 value is verified successfully, a software update may be performed. Because a plurality of files are compressed in the new version software package, when software updating is executed, the new version software package is required to be decompressed first, and the terminal in the step can have a corresponding software package decompressing function corresponding to a software package compressing function corresponding to a software upgrading center or a terminal management platform. And the software upgrading center or the terminal management platform can also send corresponding decompression scripts, software or data such as passwords required by decompression and the like to the terminal so as to decompress the new version software package in the terminal. At this time, in the whole upgrading process, the terminal only needs to send an upgrading request, download a new version software package according to the network address information and execute software updating, and the rest processes can be completed by the execution main body of the embodiment.
Of course, steps S104 and S105 in this embodiment may also be executed by the terminal to improve the software upgrading efficiency of each terminal.
According to the embodiment of the application, the compression package of the upgrading software is established, so that when OTA software is upgraded, the upgrading of a plurality of files can be directly executed through the compression package, software downloading and upgrading do not need to be repeatedly executed, and the upgrading efficiency is improved. And meanwhile, before upgrading, the software MD5 value is used for verifying the new version software package, so that the safety and accuracy of the upgraded software are ensured, and the software upgrading management is facilitated.
Based on the above embodiment, as a preferred embodiment, before decompressing the new version software package and executing the software update in step S105, the method may further include:
and the terminal backs up the current version software and rolls back the software version by using the backup after the upgrade is abnormal.
In order to avoid that the upgrading process has fault abnormality to cause upgrading failure, so that the terminal cannot apply the new version application, and the software cannot be used due to the upgrading failure, the current version software can be backed up before the software updating is executed, and once the terminal is abnormally upgraded, the software version can be rolled back by utilizing the backup, so that the loss caused by the upgrading abnormality to the terminal is reduced.
Based on the foregoing embodiment, as a preferred embodiment, before executing step S101 to receive the upgrade request of the terminal, the method may further include:
configuring an upgrading strategy;
the upgrading strategy comprises an upgrading area, an upgrading terminal ID and upgrading time.
Because the software upgrading center or the terminal management platform can be connected with a plurality of terminals at the same time, the upgrading strategies of all the terminals, such as upgrading areas, upgrading terminal IDs and upgrading time, can be configured to realize batch upgrading or batch upgrading in a time period. The upgrade area may be determined according to address information of each terminal, that is, all terminals in the upgrade area may be upgraded preferentially, or a terminal that is upgraded preferentially may be determined according to an upgrade terminal ID. Since the terminal usually has an application peak period, in order to reduce the influence of software upgrade on the terminal service, the upgrade time may be configured, for example, to be a time period with a low software application amount, such as 2 am.
In other words, by configuring the upgrade strategy, the priority upgrade and the timing upgrade of the terminal software can be realized, and the influence of the software upgrade on the terminal service is reduced.
In the following, a software upgrading system based on OTA provided by the embodiments of the present application is introduced, and the software upgrading system described below and the software upgrading method based on OTA described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a schematic structural diagram of an OTA-based software upgrading system according to an embodiment of the present application, and the present application further provides an OTA-based software upgrading system, including:
a request receiving module 100, configured to receive an upgrade request of a terminal, where the upgrade request includes a terminal ID and current software version information;
an upgrade flag module 200, configured to flag an upgrade flag for the terminal according to the terminal ID;
a data returning module 300, configured to return the upgrade flag, the network address information, and the value of the software MD5 to the terminal;
the verification module 400 is configured to verify the new version software package by using the software MD5 value after the terminal downloads the new version software package according to the network address information;
and the upgrading module 500 is configured to decompress the new version software package and execute software updating if the verification is successful.
Based on the above embodiment, as a preferred embodiment, the method further includes:
the compression module is used for storing the new version software package in a preset compression format and storing the network address information corresponding to the new version software package; the new version software package contains at least two files.
Based on the above embodiment, as a preferred embodiment, the method further includes:
and the rollback module is used for backing up the current version software by the terminal and rolling back the software version by using the backup after the upgrade is abnormal.
The present application also provides a computer-readable storage medium, on which a computer program is stored, which when executed, can implement the steps of the OTA-based software upgrading method provided by the above-described embodiments. The storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The application further provides an electronic device, which may include a memory and a processor, where the memory stores a computer program, and when the processor executes the computer program in the memory, the steps of the OTA-based software upgrading method provided in the foregoing embodiments may be implemented. Of course, the electronic device may also include various network interfaces, power supplies, and the like.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system provided by the embodiment, the description is relatively simple because the system corresponds to the method provided by the embodiment, and the relevant points can be referred to the method part for description.
The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Claims (10)
1. A software upgrading method based on OTA is characterized by comprising the following steps:
receiving an upgrading request of a terminal, wherein the upgrading request comprises a terminal ID and current software version information;
marking an upgrading mark on the terminal according to the terminal ID;
returning the upgrade flag, network address information and software MD5 value to the terminal;
after the terminal downloads a new version software package according to the network address information, the terminal verifies the new version software package by using the software MD5 value;
and if the verification is successful, decompressing the new version software package and executing software updating.
2. The software upgrading method according to claim 1, wherein before receiving the upgrade request from the terminal, the method further comprises:
saving the new version software package in a preset compression format, and saving the network address information corresponding to the new version software package; the new version software package contains at least two files.
3. The software upgrading method of claim 1, wherein before decompressing the new version software package and performing the software update, further comprising:
and the terminal backs up the current version software and rolls back the software version by using the backup after the upgrade is abnormal.
4. The software upgrading method according to claim 2, wherein before receiving the upgrade request from the terminal, the method further comprises:
configuring an upgrading strategy;
the upgrading strategy comprises an upgrading area, an upgrading terminal ID and upgrading time.
5. The software upgrading method according to claim 1, wherein receiving an upgrade request of a terminal comprises:
and receiving an upgrading request of the terminal through an HTTP protocol or an MQTT protocol.
6. An OTA-based software upgrade system, comprising:
the system comprises a request receiving module, a judging module and a judging module, wherein the request receiving module is used for receiving an upgrading request of a terminal, and the upgrading request comprises a terminal ID and current software version information;
the upgrading marking module is used for marking an upgrading mark on the terminal according to the terminal ID;
the data return module is used for returning the upgrading mark, the network address information and the software MD5 value to the terminal;
the verification module is used for verifying the new version software package by using the software MD5 value after the terminal downloads the new version software package according to the network address information;
and the upgrading module is used for decompressing the new version software package and executing software updating if the verification is successful.
7. The software upgrade system according to claim 6, further comprising:
the compression module is used for storing the new version software package in a preset compression format and storing the network address information corresponding to the new version software package; the new version software package contains at least two files.
8. The software upgrade system according to claim 6, further comprising:
and the rollback module is used for backing up the current version software by the terminal and rolling back the software version by using the backup after the upgrade is abnormal.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
10. An electronic device, comprising a memory in which a computer program is stored and a processor which, when called upon in the memory, implements the steps of the method according to any one of claims 1-5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011040348.5A CN112114853A (en) | 2020-09-28 | 2020-09-28 | OTA-based software upgrading method, system and related device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011040348.5A CN112114853A (en) | 2020-09-28 | 2020-09-28 | OTA-based software upgrading method, system and related device |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112114853A true CN112114853A (en) | 2020-12-22 |
Family
ID=73798666
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011040348.5A Pending CN112114853A (en) | 2020-09-28 | 2020-09-28 | OTA-based software upgrading method, system and related device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112114853A (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112860289A (en) * | 2021-02-01 | 2021-05-28 | 北京紫光展锐通信技术有限公司 | Upgrading method, device, equipment and storage medium |
CN113656065A (en) * | 2021-08-11 | 2021-11-16 | 杭州安恒信息技术股份有限公司 | Software version monitoring method, system, computer and readable storage medium |
CN114466098A (en) * | 2022-01-19 | 2022-05-10 | 上海黑眸智能科技有限责任公司 | OTA (over the air) upgrading method, system, equipment terminal and APP terminal based on APP interaction |
CN115250174A (en) * | 2022-07-26 | 2022-10-28 | 深圳微言科技有限责任公司 | Privacy protection system of behavior data |
CN117369854A (en) * | 2023-12-07 | 2024-01-09 | 浪潮云洲工业互联网有限公司 | OTA upgrading method, device and medium for active identification industrial equipment |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106603311A (en) * | 2017-01-18 | 2017-04-26 | 北京洋浦伟业科技发展有限公司 | OTA upgrade method, client, server and system |
CN109002313A (en) * | 2018-09-12 | 2018-12-14 | 青岛海信移动通信技术股份有限公司 | Method for upgrading software, device, equipment and storage medium based on OTA |
CN111158719A (en) * | 2019-12-26 | 2020-05-15 | 湖南快乐阳光互动娱乐传媒有限公司 | Application software upgrading method and device |
CN111556488A (en) * | 2020-04-13 | 2020-08-18 | 易视腾科技股份有限公司 | OTA (over the air) upgrading method and system for terminal equipment |
-
2020
- 2020-09-28 CN CN202011040348.5A patent/CN112114853A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106603311A (en) * | 2017-01-18 | 2017-04-26 | 北京洋浦伟业科技发展有限公司 | OTA upgrade method, client, server and system |
CN109002313A (en) * | 2018-09-12 | 2018-12-14 | 青岛海信移动通信技术股份有限公司 | Method for upgrading software, device, equipment and storage medium based on OTA |
CN111158719A (en) * | 2019-12-26 | 2020-05-15 | 湖南快乐阳光互动娱乐传媒有限公司 | Application software upgrading method and device |
CN111556488A (en) * | 2020-04-13 | 2020-08-18 | 易视腾科技股份有限公司 | OTA (over the air) upgrading method and system for terminal equipment |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112860289A (en) * | 2021-02-01 | 2021-05-28 | 北京紫光展锐通信技术有限公司 | Upgrading method, device, equipment and storage medium |
CN113656065A (en) * | 2021-08-11 | 2021-11-16 | 杭州安恒信息技术股份有限公司 | Software version monitoring method, system, computer and readable storage medium |
CN114466098A (en) * | 2022-01-19 | 2022-05-10 | 上海黑眸智能科技有限责任公司 | OTA (over the air) upgrading method, system, equipment terminal and APP terminal based on APP interaction |
CN114466098B (en) * | 2022-01-19 | 2023-12-26 | 上海黑眸智能科技有限责任公司 | OTA upgrading method, system, equipment end and APP end based on APP interaction |
CN115250174A (en) * | 2022-07-26 | 2022-10-28 | 深圳微言科技有限责任公司 | Privacy protection system of behavior data |
CN117369854A (en) * | 2023-12-07 | 2024-01-09 | 浪潮云洲工业互联网有限公司 | OTA upgrading method, device and medium for active identification industrial equipment |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112114853A (en) | OTA-based software upgrading method, system and related device | |
CN110134418A (en) | Vehicle upgrade method and device, storage medium and terminal based on space download technology | |
CN110209405B (en) | Automatic upgrading method and device for distributed system | |
KR20040024412A (en) | Method for updating firmware | |
CN111752641A (en) | Method, device, equipment and storage medium for starting service between micro-service containers | |
EP2864873B1 (en) | Auto-update while running a client software application with update handshake between versions and runtime validation of the successor version | |
CN111522264A (en) | Device control method and device, storage medium, and electronic device | |
CN108055322B (en) | Request message processing method and device | |
CN113179304B (en) | Message issuing method, system, device and storage medium | |
CN111142905A (en) | OTA (over-the-air) upgrading method, OTA server and OTA upgrading system | |
CN111796853A (en) | Firmware upgrading method, system, equipment and computer storage medium | |
CN110493644B (en) | Television application upgrading method, television terminal and server | |
CN111736862B (en) | Multi-terminal collaborative upgrading method, device, terminal and storage medium | |
CN112732292A (en) | Method, system, equipment and readable storage medium for software upgrading | |
CN108874410B (en) | Patch management method and device | |
CN118069188A (en) | Electronic device and program update system | |
CN110147246A (en) | Version checking method and device, storage medium and the terminal of space download technology | |
CN114221866A (en) | Method, device and medium for upgrading terminal | |
CN112667272A (en) | Ammeter upgrading method and system, intelligent ammeter and storage medium | |
CN117369844A (en) | OTA upgrading method, device, equipment and storage medium | |
CN110913416B (en) | Terminal, networking method thereof and computer-readable storage medium | |
CN105872106A (en) | Over-the-air upgrade method, over-the-air server and terminal | |
CN111158947A (en) | Method for making pre-copy file, server and readable storage medium | |
CN112771497A (en) | Method and device for upgrading equipment and storage medium | |
CN111078322A (en) | Server and K8S cluster-based public configuration parameter configuration method and 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 | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20201222 |