CN107562440B - Eeprom version updating method and device - Google Patents

Eeprom version updating method and device Download PDF

Info

Publication number
CN107562440B
CN107562440B CN201710790968.2A CN201710790968A CN107562440B CN 107562440 B CN107562440 B CN 107562440B CN 201710790968 A CN201710790968 A CN 201710790968A CN 107562440 B CN107562440 B CN 107562440B
Authority
CN
China
Prior art keywords
eeprom
node
standard
bin file
file
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.)
Active
Application number
CN201710790968.2A
Other languages
Chinese (zh)
Other versions
CN107562440A (en
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201710790968.2A priority Critical patent/CN107562440B/en
Publication of CN107562440A publication Critical patent/CN107562440A/en
Application granted granted Critical
Publication of CN107562440B publication Critical patent/CN107562440B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses an eeprom version updating method which comprises the following steps: after the storage software is started, receiving an update request sent by an eeprom node; reading the current content of the eeprom node, and generating a current bin file according to the current content; acquiring a standard bin file from NTB equipment corresponding to the eeprom node; comparing whether the current bin file is consistent with the standard bin file; and if not, reading the standard file content corresponding to the standard bin file, and replacing the current content with the standard file content. Therefore, the method for updating the eeprom version disclosed by the invention realizes the management of the eeprom version under the condition that the eeprom has no version number, and increases the expandability of NTB equipment. The invention also discloses an eeprom version updating device which can achieve the technical effects.

Description

Eeprom version updating method and device
Technical Field
The invention relates to the field of storage, in particular to an eeprom version updating method and device.
Background
The NTB, i.e. the non-transparent bridge, is a point-to-point communication mode, which enables the node a to access a segment of memory space of the node B, thereby implementing communication. For communication, the communication mode has no protocol limitation, the requirement on the basic quality of developers is reduced, and based on the advantages, the communication mode is more and more popular and gradually becomes the communication mode of the head seat in the unified storage architecture.
NTB is produced by a variety of manufacturers, mainly PLX and INTEL. Taking PLX as an example, an NTB chip of a PLX manufacturer carries an eeprom controller, which can read and rewrite eeprom, and the carried eeprom is also a data basis for initialization of PLX, which lays a solid foundation for online updating NTB function of storage products.
eeprom does not have a so-called version number, but the version adjustment of eeprom directly affects the function of NTB and also affects the functional behavior of the storage software, so that the storage software needs to manage eeprom, and particularly needs to manage versions with requirements on self-compatibility.
Therefore, how to implement updating of the version of eeprom without the version number of eeprom is a problem to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide an eeprom version updating method and device, which realize updating of an eeprom version under the condition that the eeprom has no version number, and increase the expandability of NTB equipment.
In order to achieve the above object, an embodiment of the present invention provides an eeprom version updating method, including:
after the storage software is started, receiving an update request sent by an eeprom node;
reading the current content of the eeprom node, and generating a current bin file according to the current content;
acquiring a standard bin file from NTB equipment corresponding to the eeprom node;
comparing whether the current bin file is consistent with the standard bin file;
and if not, reading the standard file content corresponding to the standard bin file, and replacing the current content with the standard file content.
Wherein, before comparing whether the current bin file is consistent with the standard bin file, the method further comprises:
and carrying out byte alignment operation on the standard bin file.
Before reading the current content of the eeprom node, the method further comprises the following steps:
and judging whether the eeprom node is available according to the product specification of the NTB equipment corresponding to the eeprom node, and if so, executing a step of reading the current content of the eeprom node.
Reading standard file content corresponding to the standard bin file, and replacing the current content with the standard file content includes:
s1: reading the offset value and the data value of a target data item from the standard file content corresponding to the standard bin file;
s2: searching a corresponding data item in the current content according to the offset value;
s3: replacing the data value of the data item with the data value of the target data item;
s4: and judging whether the standard bin file is read completely, if not, taking the next item of the target data item as the target data item, and entering S1.
After receiving the update request sent by the eeprom node, the method further includes:
judging whether to execute the updating request or not by using a first-come-first-served strategy according to the node id and the request time in the updating request;
if yes, executing a step of reading the current content of the eeprom node;
and if not, returning an disapproval instruction to the eeprom node so that the eeprom node sends an updating request to the processor again after waiting for the preset time.
In order to achieve the above object, an embodiment of the present invention provides an eeprom version updating apparatus, including:
the receiving module is used for receiving an updating request sent by an eeprom node after the storage software is started;
the reading module is used for reading the current content of the eeprom node and generating a current bin file according to the current content;
an obtaining module, configured to obtain a standard bin file from an NTB device corresponding to the eeprom node;
the comparison module is used for comparing whether the current bin file is consistent with the standard bin file or not, and if not, the updating module is triggered;
and the updating module is used for reading the standard file content corresponding to the standard bin file and replacing the current content with the standard file content when the current bin file is inconsistent with the standard bin file.
Wherein, still include:
and the alignment module is used for carrying out byte alignment operation on the standard bin file.
Wherein, still include:
and the judging module is used for judging whether the eeprom node is available according to the product specification of the NTB equipment corresponding to the eeprom node, and if so, triggering the reading module.
Wherein, the update module specifically includes:
a reading unit, configured to read an offset value and a data value of a target data item from standard file content corresponding to the standard bin file;
the searching unit is used for searching the corresponding data item in the current content according to the offset value;
a replacement unit configured to replace the data value of the data item with the data value of the target data item;
and the judging unit is used for judging whether the reading of the standard bin file is finished, if not, taking the next item of the target data item as the target data item, and triggering the reading unit. Wherein, still include:
and the arbitration module is used for judging whether the update request is executed or not by utilizing a first-come-first-served strategy according to the node id and the request time in the update request, if so, the reading module is triggered, and if not, an disapproval instruction is returned to the eeprom node, so that the eeprom node can send the update request to the processor again after waiting for the preset time.
According to the scheme, the method for updating the eeprom version provided by the embodiment of the invention comprises the following steps: after the storage software is started, receiving an update request sent by an eeprom node; reading the current content of the eeprom node, and generating a current bin file according to the current content; acquiring a standard bin file from NTB equipment corresponding to the eeprom node; comparing whether the current bin file is consistent with the standard bin file; and if not, reading the standard file content corresponding to the standard bin file, and replacing the current content with the standard file content.
Therefore, the method for updating the eeprom version provided by the embodiment of the invention receives the update request sent by the eeprom node after the storage software is started, updates the current content of the eeprom node by using the standard bin file in the NTB device corresponding to the eeprom node, realizes the management of the eeprom version under the condition that the eeprom has no version number, and increases the expandability of the NTB device. The invention also discloses an eeprom version updating device which can achieve the technical effects.
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, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of an eeprom version updating method disclosed in the embodiment of the present invention;
FIG. 2 is a flow chart of another method for updating an eeprom version disclosed in the embodiments of the present invention;
FIG. 3 is a flowchart of yet another method for updating an eeprom version disclosed in the embodiments of the present invention;
fig. 4 is a structural diagram of an eeprom version updating device disclosed in the embodiment of the present invention;
fig. 5 is a structural diagram of another eeprom version updating apparatus disclosed in the embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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 invention.
The embodiment of the invention discloses an eeprom version updating method, which realizes updating of an eeprom version under the condition that the eeprom has no version number, and increases the expandability of NTB equipment.
Referring to fig. 1, a flowchart of an eeprom version updating method disclosed in the embodiment of the present invention is shown in fig. 1, and includes:
s101: after the storage software is started, receiving an update request sent by an eeprom node;
after the stored software is started each time, the processor receives an update request sent by an eeprom node, wherein the update request at least comprises a vendor id and a device id of an NTB (network node B) device corresponding to the eeprom node, so that the processor queries the NTB device corresponding to the eeprom node.
S102: reading the current content of the eeprom node, and generating a current bin file according to the current content;
in specific implementation, the processor reads the current content of the eeprom node through registers such as 0x260 and 0x264, and generates a current bin file under the tmp directory to prepare for subsequent comparison operation.
S103: acquiring a standard bin file from NTB equipment corresponding to the eeprom node;
in specific implementation, the processor queries the NTB device corresponding to the eeprom node through the vendor id and the device id in the update request, and acquires a standard bin file compatible with the NTB device from the NTB device to prepare for subsequent comparison operation.
S104: and comparing whether the current bin file is consistent with the standard bin file, if not, entering S105, and if so, ending the process.
And performing binary comparison on the current bin file and the standard bin file through a diff tool of linux, judging whether the current content of the eeprom node is compatible with the NTB equipment, if the current bin file is consistent with the content of the standard bin file, the current content of the eeprom node is compatible with the NTB equipment, ending the process, if the current bin file is inconsistent with the content of the standard bin file, updating the current content, and entering the next step.
S105: and reading the standard file content corresponding to the standard bin file, and replacing the current content with the standard file content.
And when the contents of the current bin file and the standard bin file are inconsistent, reading the standard file content corresponding to the standard bin file, and writing the standard file content into the eeprom node to replace the current content of the eeprom node.
According to the method for updating the eeprom version, after the storage software is started, the updating request sent by the eeprom node is received, the current content of the eeprom node is updated by using the standard bin file in the NTB equipment corresponding to the eeprom node, the management of the eeprom version is realized under the condition that the eeprom has no version number, and the expandability is increased for the NTB equipment.
The embodiment of the invention discloses an eeprom version updating method, and compared with the previous embodiment, the technical scheme is further explained and optimized in the embodiment. Specifically, the method comprises the following steps:
referring to fig. 2, a flowchart of another eeprom version updating method provided in the embodiment of the present invention is shown in fig. 2, and includes:
s201: after the storage software is started, receiving an update request sent by an eeprom node;
s221: judging whether the eeprom node is available according to the product specification of the NTB equipment corresponding to the eeprom node, if so, entering S222, and if not, ending the process;
before the whole updating process, according to the product specification of plx, whether the eprom node is available or not is judged by reading the state of the 0x260 register, if so, the updating process is started, and if not, the process is directly ended.
S222: reading the current content of the eeprom node, and generating a current bin file according to the current content;
s203: acquiring a standard bin file from NTB equipment corresponding to the eeprom node, and performing byte alignment operation on the standard bin file;
in the specific implementation, since the production process of the standard bin file is diversified, in order to ensure that the contents of the standard bin file are all valid, the byte alignment operation needs to be performed on the standard bin file. For example, a 6 byte alignment operation may be performed on a standard bin file.
S204: and comparing whether the current bin file is consistent with the standard bin file, if not, entering S205, and if so, ending the process.
S205: and reading the standard file content corresponding to the standard bin file, and replacing the current content with the standard file content.
On the basis of the foregoing embodiment, as a preferred implementation, reading the standard file content corresponding to the standard bin file, and replacing the current content with the standard file content includes:
s1: reading the offset value and the data value of a target data item from the standard file content corresponding to the standard bin file;
s2: searching a corresponding data item in the current content according to the offset value;
s3: replacing the data value of the data item with the data value of the target data item;
s4: and judging whether the standard bin file is read completely, if not, taking the next item of the target data item as the target data item, and entering S1.
In a specific implementation, the processor may read standard file contents corresponding to a standard bin file item by item, find a corresponding data item in current contents according to an offset value of a target data item, and replace a data value of the data item with a data value of the target data item until the current contents are all replaced with the standard file contents.
In the above example, 2 bytes may be read first, where the 2 bytes are offset values, then the next 4 bytes are read, where the 4 bytes are data values, the corresponding data item in the current content is found through the 0x260 register, an update instruction is sent to the eprom node, the data value of the data item is replaced with the data value of the target data item through the 0x264 register, and the above steps are repeated until the current content is completely replaced with the standard file content.
The method for updating the eeprom version disclosed by the embodiment of the invention can be used for the storage equipment of the double control node, and the temporary unavailability of the storage equipment caused by updating the eeprom node is avoided in order to ensure the reliability and the availability of the storage equipment. Specifically, the method comprises the following steps:
referring to fig. 3, a flowchart of another method for updating an eprom version provided in an embodiment of the present invention is shown in fig. 3, and includes:
s311: after the storage software is started, receiving an update request sent by an eeprom node;
s312: judging whether the updating request is executed or not by utilizing a first-come-first-serve strategy according to the node id and the request time in the updating request, if so, entering S321, and if not, returning an disapproval instruction to the eeprom node so that the eeprom node sends the updating request to the processor again after waiting for a preset time;
in a specific implementation, in order to avoid the temporary unavailability of a storage device caused when an eeprom node is updated, before the eeprom node is updated, whether to execute the update request needs to be judged by using a first-come-first-served policy according to the request time in the update request. It should be noted that the request time used by the two nodes may be provided by the same clock, or may be provided by a synchronous clock, and is not limited in particular herein. And when the updating request is executed, the next step is carried out, and when the updating request is not executed, an disapproval instruction is returned to the eeprom node, so that the eeprom node can send the updating request to the processor again after waiting for the preset time.
S321: judging whether the eeprom node is available according to the product specification of the NTB equipment corresponding to the eeprom node, if so, entering S322, and if not, ending the process;
s322: reading the current content of the eeprom node, and generating a current bin file according to the current content;
s303: acquiring a standard bin file from NTB equipment corresponding to the eeprom node, and performing byte alignment operation on the standard bin file;
s304: comparing whether the current bin file is consistent with the standard bin file, if not, entering S305, and if so, ending the process;
s305: and reading the standard file content corresponding to the standard bin file, and replacing the current content with the standard file content.
The eeprom version updating device provided by the embodiment of the present invention is introduced below, and the eeprom version updating device described below and the eeprom version updating method described above may refer to each other.
Referring to fig. 4, a structural diagram of an eeprom version updating apparatus according to an embodiment of the present invention is shown in fig. 4, and includes:
the receiving module 401 is configured to receive an update request sent by an eprom node after the storage software is started;
a reading module 402, configured to read current content of the eeprom node, and generate a current bin file according to the current content;
an obtaining module 403, configured to obtain a standard bin file from an NTB device corresponding to the eeprom node;
a comparison module 404, configured to compare whether the current bin file is consistent with the standard bin file, and if not, trigger the update module;
an updating module 405, configured to, when the current bin file is inconsistent with the standard bin file, read a standard file content corresponding to the standard bin file, and replace the current content with the standard file content.
According to the method for updating the eeprom version, after the storage software is started, the updating request sent by the eeprom node is received, the current content of the eeprom node is updated by using the standard bin file in the NTB equipment corresponding to the eeprom node, the management of the eeprom version is realized under the condition that the eeprom has no version number, and the expandability is increased for the NTB equipment.
In addition to the above embodiments, as a preferred embodiment, the method further includes:
and the alignment module is used for carrying out byte alignment operation on the standard bin file.
In addition to the above embodiments, as a preferred embodiment, the method further includes:
and the judging module is used for judging whether the eeprom node is available according to the product specification of the NTB equipment corresponding to the eeprom node, and if so, triggering the reading module.
On the basis of the foregoing embodiment, as a preferred implementation, the update module specifically includes:
a reading unit, configured to read an offset value and a data value of a target data item from standard file content corresponding to the standard bin file;
the searching unit is used for searching the corresponding data item in the current content according to the offset value;
a replacement unit configured to replace the data value of the data item with the data value of the target data item;
and the judging unit is used for judging whether the reading of the standard bin file is finished, if not, taking the next item of the target data item as the target data item, and triggering the reading unit.
The embodiment of the invention discloses an eeprom version updating device, and compared with the previous embodiment, the technical scheme is further explained and optimized in the embodiment. Specifically, the method comprises the following steps:
referring to fig. 5, a structure diagram of another eeprom version updating apparatus according to an embodiment of the present invention is shown in fig. 5, and includes:
a receiving module 501, configured to receive an update request sent by an eeprom node after the storage software is started;
the arbitration module 502 is configured to determine whether to execute the update request according to the node id and the request time in the update request by using a first-come-first-served policy, if so, trigger the reading module, and if not, return an disapproval instruction to the eprom node, so that the eprom node waits for a preset time and then sends the update request to the processor again;
a reading module 503, configured to read current content of the eeprom node, and generate a current bin file according to the current content;
an obtaining module 504, configured to obtain a standard bin file from an NTB device corresponding to the eeprom node;
a comparison module 505, configured to compare whether the current bin file is consistent with the standard bin file, and if not, trigger the update module;
an updating module 506, configured to, when the current bin file is inconsistent with the standard bin file, read a standard file content corresponding to the standard bin file, and replace the current content with the standard file content.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. An eeprom version updating method, comprising:
after the storage software is started, receiving an update request sent by an eeprom node;
reading the current content of the eeprom node, and generating a current bin file according to the current content;
acquiring a standard bin file from NTB equipment corresponding to the eeprom node;
comparing whether the current bin file is consistent with the standard bin file;
if not, reading the standard file content corresponding to the standard bin file, and replacing the current content with the standard file content;
wherein comparing whether the current bin file is consistent with the standard bin file comprises:
binary comparison is carried out on the current bin file and the standard bin file through a diff tool of linux, and whether the current content of an eeprom node is compatible with the NTB equipment or not is judged;
reading standard file content corresponding to the standard bin file, and replacing the current content with the standard file content includes:
s1: reading the offset value and the data value of a target data item from the standard file content corresponding to the standard bin file;
s2: searching a corresponding data item in the current content according to the offset value;
s3: replacing the data value of the data item with the data value of the target data item;
s4: and judging whether the standard bin file is read completely, if not, taking the next item of the target data item as the target data item, and entering S1.
2. The eeprom version updating method according to claim 1, wherein before comparing whether the current bin file is consistent with the standard bin file, further comprising:
and carrying out byte alignment operation on the standard bin file.
3. The eeprom version updating method according to claim 1, wherein before reading the current content of the eeprom node, the method further comprises:
and judging whether the eeprom node is available according to the product specification of the NTB equipment corresponding to the eeprom node, and if so, executing a step of reading the current content of the eeprom node.
4. An eeprom version updating method according to any one of claims 1-3, wherein after receiving the updating request sent by the eeprom node, the method further comprises:
judging whether to execute the updating request or not by using a first-come-first-served strategy according to the node id and the request time in the updating request;
if yes, executing a step of reading the current content of the eeprom node;
and if not, returning an disapproval instruction to the eeprom node so that the eeprom node sends an updating request to the processor again after waiting for the preset time.
5. An eeprom version update apparatus, comprising:
the receiving module is used for receiving an updating request sent by an eeprom node after the storage software is started;
the reading module is used for reading the current content of the eeprom node and generating a current bin file according to the current content;
an obtaining module, configured to obtain a standard bin file from an NTB device corresponding to the eeprom node;
the comparison module is used for comparing whether the current bin file is consistent with the standard bin file or not, and if not, the update module is triggered;
the updating module is used for reading the standard file content corresponding to the standard bin file and replacing the current content with the standard file content when the current bin file is inconsistent with the standard bin file;
the comparison module is specifically a module for performing binary comparison on the current bin file and the standard bin file through a diff tool of linux, and judging whether the current content of an eeprom node is compatible with the NTB equipment;
wherein, the update module specifically includes:
a reading unit, configured to read an offset value and a data value of a target data item from standard file content corresponding to the standard bin file;
the searching unit is used for searching the corresponding data item in the current content according to the offset value;
a replacement unit configured to replace the data value of the data item with the data value of the target data item;
and the judging unit is used for judging whether the reading of the standard bin file is finished, if not, taking the next item of the target data item as the target data item, and triggering the reading unit.
6. An eeprom version update apparatus according to claim 5, further comprising:
and the alignment module is used for carrying out byte alignment operation on the standard bin file.
7. An eeprom version update apparatus according to claim 5, further comprising:
and the judging module is used for judging whether the eeprom node is available according to the product specification of the NTB equipment corresponding to the eeprom node, and if so, triggering the reading module.
8. An eeprom version updating apparatus according to any one of claims 5-7, further comprising:
and the arbitration module is used for judging whether the update request is executed or not by utilizing a first-come-first-served strategy according to the node id and the request time in the update request, if so, the reading module is triggered, and if not, an disapproval instruction is returned to the eeprom node, so that the eeprom node can send the update request to the processor again after waiting for the preset time.
CN201710790968.2A 2017-09-05 2017-09-05 Eeprom version updating method and device Active CN107562440B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710790968.2A CN107562440B (en) 2017-09-05 2017-09-05 Eeprom version updating method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710790968.2A CN107562440B (en) 2017-09-05 2017-09-05 Eeprom version updating method and device

Publications (2)

Publication Number Publication Date
CN107562440A CN107562440A (en) 2018-01-09
CN107562440B true CN107562440B (en) 2021-04-13

Family

ID=60979286

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710790968.2A Active CN107562440B (en) 2017-09-05 2017-09-05 Eeprom version updating method and device

Country Status (1)

Country Link
CN (1) CN107562440B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108536462A (en) * 2018-04-28 2018-09-14 四川虹美智能科技有限公司 A kind of method, apparatus and electronic controller updating parameter in EEPROM
CN112254284A (en) * 2020-09-02 2021-01-22 海信(山东)空调有限公司 Air conditioner and remote upgrading method thereof

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103713926A (en) * 2013-12-27 2014-04-09 珠海金山网络游戏科技有限公司 Method and system for updating software of client in advance
CN103902299A (en) * 2012-12-24 2014-07-02 航天信息股份有限公司 Software version updating method and system
CN106371871A (en) * 2016-08-30 2017-02-01 深圳市沃特玛电池有限公司 Method for preventing upgrading mismatching BIN file

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103902299A (en) * 2012-12-24 2014-07-02 航天信息股份有限公司 Software version updating method and system
CN103713926A (en) * 2013-12-27 2014-04-09 珠海金山网络游戏科技有限公司 Method and system for updating software of client in advance
CN106371871A (en) * 2016-08-30 2017-02-01 深圳市沃特玛电池有限公司 Method for preventing upgrading mismatching BIN file

Also Published As

Publication number Publication date
CN107562440A (en) 2018-01-09

Similar Documents

Publication Publication Date Title
US7934213B2 (en) Device driver rollback
US20150186161A1 (en) Platform system, method for changing support hardware configuration of universal extensible firmware interface basic input output system and computer program product
CN109358882B (en) Method and device for upgrading firmware of television terminal
CN111831309A (en) Upgrading method, device, equipment and medium for multiple MCUs (micro control units) in Wifi (wireless fidelity) of Internet of things
CN101373433A (en) Method for updating BIOS and computer and system using the same
CN102141921A (en) Method for upgrading system of terminal equipment and terminal equipment
KR20200090010A (en) Method for updating firmware, electronic device and storage medium therefor
TW201914260A (en) Docking device, electronic device and MAC address copying method
CN107562440B (en) Eeprom version updating method and device
CN114020340B (en) Server system and data processing method thereof
US20130080751A1 (en) Method and device for updating bios program for computer system
CN111367518A (en) Page layout method and device, computing equipment and computer storage medium
CN113448643B (en) Configuration data management system and method
CN112506539A (en) Firmware updating method and device, electronic equipment and storage medium
WO2023193631A1 (en) Request scheduling method and apparatus, and computer device and storage medium
CN112486551A (en) Method for realizing overall real-time component of small program
CN109976790B (en) Application updating method, device, terminal and storage medium
CN101727333A (en) Method for updating firmware in microprocessor and firmware updating system
CN113704177A (en) Storage method, system and related components of server firmware upgrade file
CN110618794B (en) Method and system for accessing NandFlash by SSD firmware
CN112905207A (en) ECU data flashing method, ECU data flashing device, vehicle-mounted terminal and medium
CN111625254A (en) File processing method, device, terminal and storage medium
CN112347482A (en) System-level chip SOC starting method and device, SOC and storage medium
CN111722867A (en) Software configuration method, storage medium and smart television
CN114443150B (en) Method, system, terminal and storage medium for synchronizing factory information of switch

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
GR01 Patent grant
GR01 Patent grant