[go: up one dir, main page]

CN111142896A - Method and device for upgrading firmware of storage device and readable medium - Google Patents

Method and device for upgrading firmware of storage device and readable medium Download PDF

Info

Publication number
CN111142896A
CN111142896A CN201911251213.0A CN201911251213A CN111142896A CN 111142896 A CN111142896 A CN 111142896A CN 201911251213 A CN201911251213 A CN 201911251213A CN 111142896 A CN111142896 A CN 111142896A
Authority
CN
China
Prior art keywords
firmware
compressed packet
upgrading
expander
decompressing
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.)
Withdrawn
Application number
CN201911251213.0A
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN201911251213.0A priority Critical patent/CN111142896A/en
Publication of CN111142896A publication Critical patent/CN111142896A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1004Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's to protect a block of data words, e.g. CRC or checksum
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Retry When Errors Occur (AREA)

Abstract

The invention discloses a method for upgrading firmware of storage equipment, which comprises the following steps: acquiring a compression packet obtained by compressing the upgrade file according to a compression algorithm of the system; starting decompression of the compressed packet according to a compression algorithm and simultaneously checking; responding to the verification, and further decompressing to obtain an upgrade file; and flashing the flash memory based on the upgrade file to upgrade the firmware of the storage device. The invention also discloses a computer device and a readable storage medium. According to the invention, the compression and decompression processes are added in the firmware upgrading process, and whether the file transmission is successful or not is judged by whether the decompression is successful or not, so that the read-back verification of the system is replaced, the memory occupied by the upgraded file is reduced, the firmware upgrading time of the storage device is saved, and the maintenance efficiency of the storage device is improved.

Description

Method and device for upgrading firmware of storage device and readable medium
Technical Field
The present invention relates to the field of storage technologies, and in particular, to a method, a device, and a readable medium for upgrading firmware of a storage device.
Background
A storage server is a server product for providing storage space service for users. The front end of the system is generally connected to user equipment through optical fibers and the like, and the rear end of the system is connected with a large number of hard disks and hard disk expansion cabinets to provide massive storage services.
On the interface level of the system, a CPU of the server processes service data, a pci bus led out by the CPU is converted into an SAS bus protocol through an SAS controller, and then the SAS bus is connected to a hard disk. In order to connect more hard disks, a SAS bus expander is often equipped on the storage server to expand a small number of SAS buses into a large number of SAS buses. The hardware structure of the relevant storage device is shown in fig. 1, wherein the SAS controller is an SAS controller, the sasexcompressor is an SAS expander, and the Disk is a hard Disk.
In the storage device, the firmware upgrading is completed after the system software firstly issues the corresponding upgrading binary file to the expander, the expander writes the corresponding file into the corresponding flash chip, then the written content is read again, the consistency with the issuing is confirmed, and the corresponding chip is restarted. In the whole upgrading process, the system issues and reads back the verification upgrading file to occupy a service link, so that the upgrading process is carried out in a service mode, and the storage device cannot provide data service, so that the firmware upgrading time is long, and the maintenance efficiency of the storage device is low.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method, a device, and a medium for upgrading a firmware of a storage device, in which a compression and decompression process is added in a firmware upgrading process, and whether file transmission is successful is determined by whether decompression is successful, so as to replace a read-back check of a system, reduce a memory occupied by an upgrade file, save a time for upgrading the firmware of the storage device, and improve maintenance efficiency of the storage device.
Based on the above object, an aspect of the embodiments of the present invention provides a method for upgrading firmware of a storage device, including the following steps: acquiring a compression packet obtained by compressing the upgrade file according to a compression algorithm of the system; starting decompression of the compressed packet according to a compression algorithm and simultaneously checking; responding to the verification, and further decompressing to obtain an upgrade file; and flashing the flash memory based on the upgrade file to upgrade the firmware of the storage device.
In some embodiments, further comprising: in response to the failure of the verification, the expander sends a decompression failure prompt to the system processor; decompressing, by the system processor, the compressed packet according to a compression algorithm; and responding to the failure of the system processor in decompressing the compressed packet, sending out a compressed packet invalidity prompt, and canceling the firmware upgrading.
In some embodiments, further comprising: in response to the system processor successfully decompressing the compressed packet, resending the compressed packet to the expander; the compressed packets are received by the expander and decompressed and upgraded again.
In some embodiments, further comprising: resetting and restarting the firmware of the storage equipment to finish upgrading; and displaying the upgrading state on the display terminal.
In some embodiments, the firmware of the storage device includes an expander, a complex programmable logic device, and a device power supply unit.
In another aspect of the embodiments of the present invention, there is also provided a computer device, including: at least one processor; and a memory storing computer instructions executable on the processor, the instructions being executable by the processor to perform the steps of: acquiring a compression packet obtained by compressing the upgrade file according to a compression algorithm of the system; starting decompression of the compressed packet according to a compression algorithm and simultaneously checking; responding to the verification, and further decompressing to obtain an upgrade file; and flashing the flash memory based on the upgrade file to upgrade the firmware of the storage device.
In some embodiments, further comprising: in response to the failure of the verification, the expander sends a decompression failure prompt to the system processor; decompressing, by the system processor, the compressed packet according to a compression algorithm; and responding to the failure of the system processor in decompressing the compressed packet, sending out a compressed packet invalidity prompt, and canceling the firmware upgrading.
In some embodiments, further comprising: in response to the system processor successfully decompressing the compressed packet, resending the compressed packet to the expander; the compressed packets are received by the expander and decompressed and upgraded again.
In some embodiments, further comprising: resetting and restarting the firmware of the storage equipment to finish upgrading; and displaying the upgrading state on the display terminal.
In a further aspect of the embodiments of the present invention, a computer-readable storage medium is also provided, in which a computer program for implementing the above method steps is stored when the computer program is executed by a processor.
The invention has the following beneficial technical effects: by adding the compression and decompression processes in the firmware upgrading process and judging whether the file transmission is successful or not through the decompression, the system readback verification is replaced, the internal memory occupied by the upgraded file is reduced, the firmware upgrading time of the storage device is saved, and the maintenance efficiency of the storage device is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a schematic diagram of a prior art hardware architecture of a storage device associated with a firmware upgrade;
FIG. 2 is a diagram illustrating an embodiment of a method for upgrading firmware of a storage device according to the present invention;
fig. 3 is a flowchart of an embodiment of a method for upgrading firmware of a storage device according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
In view of the above object, a first aspect of the embodiments of the present invention provides an embodiment of a method for upgrading firmware of a storage device. Fig. 2 is a schematic diagram illustrating an embodiment of a method for upgrading firmware of a storage device according to the present invention. As shown in fig. 2, an embodiment of the present invention includes the following steps performed at the expander:
s1, acquiring a compression package obtained by compressing the upgrade file according to the compression algorithm of the system;
s2, starting the decompression of the compressed packet according to the compression algorithm and simultaneously checking;
s3, responding to the verification, and further decompressing to obtain an upgrade file; and
and S4, flashing the flash memory based on the upgrade file to upgrade the firmware of the storage device.
In this embodiment, during the routine maintenance of the storage device, a user or a customer service staff may manually import the compressed upgrade file into the system through a network, a usb disk, or the like, or during the installation of the entire storage system, the system software may package the firmware binary upgrade file of the corresponding version into a system software package, and automatically start the upgrade process during the installation.
The system directly sends the compressed binary upgrade file to the expander, and in the process, the system does not provide data service due to the fact that a service link is occupied, so that the compression algorithm of the system is consistent with that of the expander, and the expander can decompress normally. By system compression, the compressed packet is transmitted to the expander, and the process of transmitting files can be reduced from three to five minutes to about one minute.
Decompressing the compressed packet in the expander for firmware upgrade, verifying the compressed packet based on a verification mechanism of a compression algorithm while starting decompressing the compressed packet, further decompressing to obtain an upgrade file in response to the verification passing, and flashing the flash memory by the expander based on the upgrade file to finish the upgrade of the firmware of the storage device. And the time of data transmission in the upgrading process is shortened, and whether the transmission of the compression packet is successful or not is judged according to whether the decompression is successful or not.
When the compressed packet has error codes in the transmission process, the decompression process can directly prompt that the decompression fails, so that whether the transmission of the upgrade file is correct can be judged by judging whether the expander successfully decompresses the compressed packet. The successful transmission can be confirmed after the decompression is successful, the expander is not required to transmit the received check code back to the system for verification, and only the decompression successful state needs to be replied, so that the time for write-back verification can be saved.
In some embodiments of the invention, further comprising: in response to the failure of the verification, sending a decompression failure prompt to the system processor through the expander; the system processor decompresses the compressed packet according to the compression algorithm; and responding to the failure of the system processor in decompressing the compressed packet, sending out a compressed packet invalidity prompt, and canceling the firmware upgrading. The compression algorithm has file check rules, such as parity check, CRC check, LRC check, Gray code check, and sum check, and XOR check. If the expansion device fails to decompress, the system decompresses the compressed file by itself, if the system is successfully decompressed, the system indicates that the compressed packet is not upgraded, and the expansion device is issued again to repeat the process; if the system fails to decompress, the compression packet is indicated to be wrong, the upgrading process is cancelled, and a prompt is sent.
In some embodiments of the invention, further comprising: in response to the system processor successfully decompressing the compressed packet, resending the compressed packet to the expander; the compressed packets are received by the expander and decompressed and upgraded again. The compression algorithm of the system is consistent with that of the expander, such as a tar compression algorithm commonly used in a Linux system, in an actual test, the size of the compressed firmware is about one fourth of that before compression, and the sizes of the upgrade files of different modules are slightly different.
In some embodiments of the invention, further comprising: resetting and restarting the firmware of the storage equipment to finish upgrading; and displaying the upgrading state on the display terminal. And after the expander successfully decompresses the compression packet, obtaining a binary file of the upgraded firmware, flashing the corresponding flash memory, and resetting and restarting the firmware of the storage device after the expander successfully decompresses the compression packet to finish upgrading. This process does not require the occupation of traffic links and therefore the data services of the storage device are not terminated.
In some embodiments of the invention, the firmware of the storage device includes an expander, a complex programmable logic device, and a device power supply unit. In the storage device, besides the system software running in the CPU, the storage device also has a plurality of modules managed by intelligent chips, and logically controlled by a burned firmware program. The modules needing firmware in the storage device comprise an expander for providing functions of case information query, temperature and voltage monitoring, fan speed regulation and the like, a CPLD for controlling power-on and power-off management and signal monitoring, and a device power Supply PSU (Power Supply Unit) for providing a device power Supply function. These above firmware often require occasional update updates due to the need to address known bugs or added functionality.
Fig. 3 is a flowchart illustrating an embodiment of a method for upgrading firmware of a storage device according to the present invention. As shown in fig. 3, the embodiment of the present invention includes the following steps:
after starting, the system sends the compression packet of the upgrade file to the expander, the expander decompresses the upgrade packet, and judges whether the decompression is successful: and if the decompression is successful, the expander writes the specified flash memory and restarts the corresponding chip, and the process is ended. If the decompression fails, the system decompresses the compressed packet, the system successfully decompresses and then transmits the compressed packet of the upgrade file to the expander for decompression again, and the system cancels the upgrade if the decompression fails, namely the default compressed packet is wrong.
It should be particularly noted that, the steps in the embodiments of the method for upgrading the firmware of the storage device may be mutually intersected, replaced, added, or deleted, and therefore, these methods for upgrading the firmware of the storage device, which are transformed by reasonable permutation and combination, should also belong to the scope of the present invention, and should not limit the scope of the present invention to the embodiments.
In view of the above object, a second aspect of the embodiments of the present invention provides a computer device, including: at least one processor; and a memory storing computer instructions executable on the processor, the instructions being executable by the processor to perform the steps of: s1, acquiring a compression package obtained by compressing the upgrade file according to the compression algorithm of the system; s2, starting the decompression of the compressed packet according to the compression algorithm and simultaneously checking; s3, responding to the verification, and further decompressing to obtain an upgrade file; and S4, flashing the flash memory based on the upgrade file to upgrade the firmware of the storage device.
In some embodiments of the invention, further comprising: in response to the failure of the verification, the expander sends a decompression failure prompt to the system processor; decompressing, by the system processor, the compressed packet according to a compression algorithm; and responding to the failure of the system processor in decompressing the compressed packet, sending out a compressed packet invalidity prompt, and canceling the firmware upgrading.
In some embodiments of the invention, further comprising: in response to the system processor successfully decompressing the compressed packet, resending the compressed packet to the expander; the compressed packets are received by the expander and decompressed and upgraded again.
In some embodiments of the invention, further comprising: resetting and restarting the firmware of the storage equipment to finish upgrading; and displaying the upgrading state on the display terminal.
The invention also provides a computer readable storage medium storing a computer program which, when executed by a processor, performs the method as above.
Finally, it should be noted that, as one of ordinary skill in the art can appreciate that all or part of the processes of the methods of the above embodiments can be implemented by a computer program to instruct related hardware to implement the method of the ALS algorithm. The storage medium of the program may be a magnetic disk, an optical disk, a Read Only Memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
Furthermore, the methods disclosed according to embodiments of the present invention may also be implemented as a computer program executed by a processor, which may be stored in a computer-readable storage medium. Which when executed by a processor performs the above-described functions defined in the methods disclosed in embodiments of the invention.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Further, it should be appreciated that the computer-readable storage media (e.g., memory) herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. By way of example, and not limitation, nonvolatile memory can include Read Only Memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which can act as external cache memory. By way of example and not limitation, RAM is available in a variety of forms such as synchronous RAM (DRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The storage devices of the disclosed aspects are intended to comprise, without being limited to, these and other suitable types of memory.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed embodiments of the present invention.
The various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein may be implemented or performed with the following components designed to perform the functions herein: a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. A general purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP, and/or any other such configuration.
The steps of a method or algorithm described in connection with the disclosure herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
In one or more exemplary designs, the functions may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. Also, any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk and disc, as used herein, includes Compact Disc (CD), laser disc, optical disc, Digital Versatile Disc (DVD), floppy disk, blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A method for firmware upgrade of a storage device, comprising the steps at an extender of:
acquiring a compression packet obtained by compressing the upgrade file according to a compression algorithm of the system;
according to the compression algorithm, starting decompression of the compressed packet and simultaneously checking;
responding to the verification, and further decompressing to obtain the upgrade file; and
and flashing the flash memory based on the upgrade file so as to upgrade the firmware of the storage equipment.
2. The method of claim 1, further comprising:
in response to the verification failing, the expander sends a decompression failure prompt to the system processor;
decompressing, by the system processor, the compressed packet according to the compression algorithm;
and responding to the failure of the system processor in decompressing the compressed packet, sending a compressed packet invalidity prompt, and canceling the firmware upgrading.
3. The method of claim 2, further comprising:
in response to the system processor successfully decompressing the compressed packet, resending the compressed packet to the expander;
and receiving the compressed packet through the expander, and performing decompression and upgrading again.
4. The method of claim 1, further comprising:
resetting and restarting the firmware of the storage equipment to finish upgrading;
and displaying the upgrading state on the display terminal.
5. The method of claim 1, wherein the firmware of the storage device comprises an expander, a complex programmable logic device, and a device power supply unit.
6. A computer device, comprising:
at least one processor; and
a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of:
acquiring a compression packet obtained by compressing the upgrade file according to a compression algorithm of the system;
according to the compression algorithm, starting decompression of the compressed packet and simultaneously checking;
responding to the verification, and further decompressing to obtain the upgrade file; and
and flashing the flash memory based on the upgrade file so as to upgrade the firmware of the storage equipment.
7. The computer device of claim 6, wherein the steps further comprise:
in response to the verification failing, the expander sends a decompression failure prompt to the system processor;
decompressing, by the system processor, the compressed packet according to the compression algorithm;
and responding to the failure of the system processor in decompressing the compressed packet, sending a compressed packet invalidity prompt, and canceling the firmware upgrading.
8. The computer device of claim 7, wherein the steps further comprise:
in response to the system processor successfully decompressing the compressed packet, resending the compressed packet to the expander;
and receiving the compressed packet through the expander, and performing decompression and upgrading again.
9. The computer device of claim 6, wherein the steps further comprise:
resetting and restarting the firmware of the storage equipment to finish upgrading;
and displaying the upgrading state on the display terminal.
10. A computer-readable storage medium, in 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.
CN201911251213.0A 2019-12-09 2019-12-09 Method and device for upgrading firmware of storage device and readable medium Withdrawn CN111142896A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911251213.0A CN111142896A (en) 2019-12-09 2019-12-09 Method and device for upgrading firmware of storage device and readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911251213.0A CN111142896A (en) 2019-12-09 2019-12-09 Method and device for upgrading firmware of storage device and readable medium

Publications (1)

Publication Number Publication Date
CN111142896A true CN111142896A (en) 2020-05-12

Family

ID=70517851

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911251213.0A Withdrawn CN111142896A (en) 2019-12-09 2019-12-09 Method and device for upgrading firmware of storage device and readable medium

Country Status (1)

Country Link
CN (1) CN111142896A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113031985A (en) * 2021-02-07 2021-06-25 厦门亿联网络技术股份有限公司 Wireless upgrading method
CN113064774A (en) * 2021-03-10 2021-07-02 山东英信计算机技术有限公司 Server-based memory integrated refresh diagnostic method, system and storage medium
CN113535214A (en) * 2021-06-21 2021-10-22 浙江大华技术股份有限公司 Algorithm file upgrading method and device, electronic device and storage medium
CN113590153A (en) * 2021-07-25 2021-11-02 苏州浪潮智能科技有限公司 Firmware upgrading method, system, equipment and medium for CPLD
CN113626053A (en) * 2021-07-30 2021-11-09 苏州浪潮智能科技有限公司 A method, apparatus, device and readable medium for online upgrade of Web application
CN114661322A (en) * 2022-03-11 2022-06-24 荣耀终端有限公司 Upgrading method of operating system, electronic equipment and storage medium
CN116339793A (en) * 2022-12-28 2023-06-27 深圳市欧瑞博科技股份有限公司 Intelligent Internet of Things operating system upgrade method, device, computer equipment and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546576A (en) * 2013-10-31 2014-01-29 中安消技术有限公司 Remote automatic updating method and system of embedded equipment
CN107333181A (en) * 2017-08-11 2017-11-07 四川长虹电器股份有限公司 Linux system intelligent television software upgrade method
CN110502258A (en) * 2019-07-11 2019-11-26 苏州浪潮智能科技有限公司 A kind of method, equipment and readable medium upgrading network interface card

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546576A (en) * 2013-10-31 2014-01-29 中安消技术有限公司 Remote automatic updating method and system of embedded equipment
CN107333181A (en) * 2017-08-11 2017-11-07 四川长虹电器股份有限公司 Linux system intelligent television software upgrade method
CN110502258A (en) * 2019-07-11 2019-11-26 苏州浪潮智能科技有限公司 A kind of method, equipment and readable medium upgrading network interface card

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113031985A (en) * 2021-02-07 2021-06-25 厦门亿联网络技术股份有限公司 Wireless upgrading method
CN113064774A (en) * 2021-03-10 2021-07-02 山东英信计算机技术有限公司 Server-based memory integrated refresh diagnostic method, system and storage medium
CN113535214A (en) * 2021-06-21 2021-10-22 浙江大华技术股份有限公司 Algorithm file upgrading method and device, electronic device and storage medium
CN113590153A (en) * 2021-07-25 2021-11-02 苏州浪潮智能科技有限公司 Firmware upgrading method, system, equipment and medium for CPLD
CN113590153B (en) * 2021-07-25 2023-08-18 苏州浪潮智能科技有限公司 A firmware upgrade method, system, device and medium for CPLD
CN113626053A (en) * 2021-07-30 2021-11-09 苏州浪潮智能科技有限公司 A method, apparatus, device and readable medium for online upgrade of Web application
CN113626053B (en) * 2021-07-30 2023-07-14 苏州浪潮智能科技有限公司 Method, device, equipment and readable medium for online upgrading of web applications
CN114661322A (en) * 2022-03-11 2022-06-24 荣耀终端有限公司 Upgrading method of operating system, electronic equipment and storage medium
US12436754B2 (en) 2022-03-11 2025-10-07 Honor Device Co., Ltd. Operating system update method, electronic device, and storage medium
CN116339793A (en) * 2022-12-28 2023-06-27 深圳市欧瑞博科技股份有限公司 Intelligent Internet of Things operating system upgrade method, device, computer equipment and medium

Similar Documents

Publication Publication Date Title
CN111142896A (en) Method and device for upgrading firmware of storage device and readable medium
US8719810B2 (en) Program upgrade system and method for over the air-capable mobile terminal
CN111090545B (en) Method, device and medium for recovering failed CPLD
WO2021174828A1 (en) Data processing method, apparatus, computer system, and readable storage medium
WO2020186551A1 (en) Communication module software upgrading method and system, and communication module
US11586504B2 (en) Electronic apparatus and boot method thereof
TWI778811B (en) Method for upgrade, computer system and remote upgrade equipment
CN117648109B (en) Differential upgrading method, system and medium based on Flash page alignment mode
CN111045710A (en) A method, device and medium for SAS-Expander firmware upgrade based on IPMI command
CN111209606A (en) A method, device and device for early warning of hard disk change after RAID card
CN117608618A (en) Server firmware upgrading method and device, storage medium and electronic equipment
CN118567692A (en) Firmware upgrading method, product, equipment and medium for basic input/output system
CN114691539B (en) Electronic device startup methods and electronic devices
CN111090539A (en) Dual-flash-memory self-repairing method and device based on CPLD
CN118626110A (en) A firmware upgrade system, method and related equipment
CN119271460A (en) A Linux dual-system startup and upgrade method, device, equipment and medium
CN118295678A (en) Firmware programming method, device and medium for basic input/output system
CN118642806A (en) Method, device, equipment and computer storage medium for adapting display device
CN118550570A (en) A differential upgrade method, system, device and medium for a gas meter
WO2022188281A1 (en) Method for upgrading electric energy meter, electric energy meter and computer-readable storage medium
CN115114094A (en) Method and system for realizing double backup and self recovery of FRU (field replaceable Unit) information of server
CN111488232B (en) Out-of-box solution level configuration and diagnostic logging and reporting systems and methods
CN115001963B (en) Information configuration method and device based on multi-configuration storage communication equipment
CN112905218A (en) Firmware upgrading method, device and equipment
CN114764425A (en) Object updating method and device, storage medium and electronic equipment

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20200512

WW01 Invention patent application withdrawn after publication