CN114185609A - Method and device for processing equipment configuration information, storage medium and processor - Google Patents

Method and device for processing equipment configuration information, storage medium and processor Download PDF

Info

Publication number
CN114185609A
CN114185609A CN202111300691.3A CN202111300691A CN114185609A CN 114185609 A CN114185609 A CN 114185609A CN 202111300691 A CN202111300691 A CN 202111300691A CN 114185609 A CN114185609 A CN 114185609A
Authority
CN
China
Prior art keywords
configuration information
firmware file
version
information
chip
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111300691.3A
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.)
Shenzhen Demingli Electronics Co Ltd
Original Assignee
Shenzhen Demingli Electronics 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 Shenzhen Demingli Electronics Co Ltd filed Critical Shenzhen Demingli Electronics Co Ltd
Priority to CN202111300691.3A priority Critical patent/CN114185609A/en
Publication of CN114185609A publication Critical patent/CN114185609A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method, a device, a storage medium and a processor for processing equipment configuration information, wherein the method comprises the following steps: the method comprises the steps of obtaining a firmware file locally, analyzing the firmware file to obtain configuration information, receiving modification operation of a user aiming at the configuration information according to requirements, and writing the modified configuration information into a chip through a port. The firmware file is stored in the equipment in advance, the application at the terminal locally reads the corresponding firmware file according to the requirement, the configuration information is obtained after the firmware file is analyzed, the configuration information is modified according to the requirement, and the modified configuration information is written into the chip, so that the maintenance difficulty of the configuration information is reduced, and the firmware downloading process is simplified.

Description

Method and device for processing equipment configuration information, storage medium and processor
Technical Field
The present invention relates to the field of storage technologies, and in particular, to a method and an apparatus for processing device configuration information, a storage medium, and a processor.
Background
At present, some devices configure a plurality of types of peripheral devices based on ports through firmware, and because the ports of a chip are limited, a plurality of peripheral devices cannot be provided to work simultaneously. For example, a touch screen and a mouse configured based on a USB port are used, and for example, when a touch screen function is adopted, the mouse cannot be accessed through the USB port, or when the mouse function is adopted, the touch screen cannot be accessed through the USB port. Different application occasions and different users may fixedly use a certain peripheral or switch the peripheral in the actual use process. If the user uses the same device, if the mouse has a problem, the user can switch the peripheral device to be the touch screen, and vice versa. When the used peripheral is replaced, the configuration information corresponding to the peripheral needs to be downloaded, and the configuration information corresponding to different peripherals is different. When downloading the configuration information of the peripheral, the user can download the configuration information corresponding to the problem or the configuration information corresponding to the upgrade version depending on the experience of the user.
Disclosure of Invention
The embodiment of the invention aims to provide a method and a device for processing equipment configuration information, a storage medium and a processor.
The first aspect of the present invention provides a method for processing device configuration information, including:
acquiring a firmware file locally, and analyzing the firmware file to obtain configuration information;
receiving modification operation of a user for the configuration information according to requirements;
and writing the modified configuration information into the chip through the port.
In one embodiment, the configuration information is stored in the form of a table; the parsing the firmware file to obtain the configuration information includes: looking up a header of the table to determine version information; and taking the configuration information corresponding to the version information as the configuration information.
In one embodiment, the taking the configuration information corresponding to the version information as the configuration information includes: searching a position representing the end of the version information according to the version information; checking the position of the end; and if the verification is passed, taking the configuration information in the header and the ending position as the configuration information.
In one embodiment, the method further comprises the following steps: if the verification is not passed, searching the position representing the end of the version information again according to the version information, and verifying again until the verification passes to obtain the configuration information.
In one embodiment, the method for processing the device configuration information further includes: if the verification fails, acquiring the verification times of the table tail; and if the checking times are more than the preset times, stopping checking.
In one embodiment, the receiving, by the user, a modification operation for the configuration information according to a requirement includes: and receiving modification operation of a user on the configuration information aiming at a first application scene, wherein the peripheral corresponding to the first application scene is a mouse or a touch screen.
In one embodiment, the writing the modified configuration information into the chip through the port includes: and writing the modified configuration information into the chip through a USB port.
In one embodiment, an apparatus for processing device configuration information is provided, the apparatus comprising:
the configuration information analysis module is used for locally acquiring the firmware file and analyzing the firmware file to obtain configuration information;
the modification module is used for receiving the modification operation of the user aiming at the configuration information according to the requirement;
and the data writing module is used for writing the modified configuration information into the chip through the port.
A machine-readable storage medium having instructions stored thereon, wherein the instructions, when executed by a processor, cause the processor to be configured to perform the above-mentioned method of processing device configuration information.
A processor configured to execute the method for processing the device configuration information.
According to the method and the device for processing the equipment configuration information, the readable storage medium and the processor, the firmware file is stored in the terminal in advance, the application on the terminal reads the corresponding firmware file according to the requirement, the configuration information is obtained after the firmware file is analyzed, and the equipment configuration information is written into the chip, so that the maintenance difficulty of the configuration information is reduced.
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 an application scenario diagram of an embodiment of a method for processing device configuration information according to the present invention;
FIG. 2 is a flowchart illustrating an embodiment of a method for processing device configuration information according to the present invention;
FIG. 3 is a diagram of one embodiment of a firmware file of the present invention;
FIG. 4 is a block diagram of an embodiment of a device configuration information processing apparatus according to the present invention;
fig. 5 is an internal structural view of a computer device of the embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be noted that the following examples are only illustrative of the present invention, and do not limit the scope of the present invention. Similarly, the following examples are only some but not all examples of the present invention, and all other examples obtained by those skilled in the art without any inventive work are within the scope of the present invention.
The method for processing device configuration information provided by the present application may be applied to the terminal 110 shown in fig. 1, and various applications may be loaded on the terminal 110, and the various applications may communicate with the chip 120 loaded on the terminal 110 through the terminal 110. The terminal 110 stores a firmware file, where the firmware file includes configuration information of peripheral devices, where the peripheral devices may be a mouse, a touch screen, and the like. The application on the terminal 110 locally obtains the firmware file according to the requirement, analyzes the firmware file to obtain the configuration information, receives the modification operation of the user for the configuration information according to the requirement, and writes the modified configuration information into the chip 120.
Fig. 2 schematically shows a flowchart of a method for processing device configuration information according to an embodiment of the present invention. The method is applied to the terminal 110 in fig. 1. As shown in fig. 2, in an embodiment of the present invention, a method for processing device configuration information is provided, including the following steps:
s201, acquiring the firmware file locally, and analyzing the firmware file to obtain configuration information.
S202, receiving the modification operation of the user aiming at the configuration information according to the requirement.
And S303, writing the modified configuration information into the chip through the port.
The peripheral of the device performs operations based on a port of a chip, the port of the chip is only a port capable of receiving instructions of the peripheral, the port of the chip includes but is not limited to a USB port and a TYPE-C port, and the peripheral includes but is not limited to a mouse and a touch screen.
And the application terminal loaded on the terminal acquires the firmware file locally according to the service requirement. The application terminals loaded on the terminal can be different according to different service scenes, and the requirements of the same application terminal on peripheral equipment under different service scenes can also be different. And acquiring the firmware file locally according to the service requirement of the application terminal loaded on the terminal. Peripheral devices required in different application scenes are not easy to confuse for a user, and for example, the peripheral devices comprise a mouse and a touch screen, when the peripheral devices required by the user are the mouse or the touch screen, the user is unlikely to mistake the peripheral devices. However, when the configuration information is downloaded, the user needs to have high familiarity with the configuration information to ensure that errors are not easy to occur, so that the firmware file can be acquired according to the requirement of the service on the peripheral equipment, and the error acquisition probability is reduced.
Configuration information of each version of the peripheral equipment, version information for characterizing each version and the like can be included in the firmware file. And after receiving the operation that the application terminal acquires the firmware file according to the requirement, locally searching the firmware file according to the data acquisition instruction.
And after the firmware file is received, analyzing the firmware file according to a preset data analysis rule to obtain configuration information. The firmware file may be a storage table, that is, the firmware file is stored through the storage table, the firmware file at least includes configuration information of the peripheral device, and the firmware file may further include version information of the configuration information. Referring to fig. 3, fig. 3 is a storage example of various data of one firmware file. Fig. 3 includes firmware data, a header, a version number, configuration information, and a footer, where the header and the footer can be used to represent a start location and an end location of the configuration information, respectively.
The step of analyzing the firmware file may be to identify a header and/or a footer in the firmware file, and use data after the header or data between the header and the footer as configuration information. Wherein the identifiers of the header and the footer can be customized.
In one embodiment, when an application scenario changes, a user may modify configuration information according to the changed application scenario.
The method for processing the equipment configuration information comprises the following steps: acquiring a firmware file locally, and analyzing the firmware file to obtain configuration information; receiving modification operation of a user for the configuration information according to requirements; and writing the modified configuration information into the chip through the port, and writing the equipment configuration information into the chip. The firmware file is obtained according to the service requirement, and the configuration information in the firmware file is modified, namely the configuration information is confirmed according to the service requirement, so that the maintenance difficulty of the configuration information can be reduced, and the downloading flow of the firmware file is simplified.
After the terminal acquires the configuration information from the firmware, the terminal has a requirement for modifying the configuration information, and provides the permission for modifying the configuration information to the user, so that the user can conveniently configure according to specific services, and the use experience of the user is improved.
In one embodiment, the configuration information is stored in the form of a table, and parsing the firmware file to obtain the configuration information includes: and looking up a header of the table to determine the version information, and taking the configuration information corresponding to the version information as the configuration information.
Specifically, a header is looked up in a table for storing configuration information in a firmware file, version information of the firmware is determined according to the header, and the configuration information is determined through the version information. And after the corresponding header is found, determining the version of the configuration information according to the header, and directly taking the configuration information corresponding to the version as the configuration information. For example, when the firmware file only contains one version of configuration information, the configuration information corresponding to the version is directly used as the configuration information.
In one embodiment, taking the configuration information corresponding to the version information as the configuration information includes: searching the position for indicating the end of the version information of the firmware according to the version information; checking the ending position; and if the verification is passed, taking the configuration information in the header and the ending position as the configuration information.
Specifically, when the configuration information includes a plurality of versions, an end identifier is used to indicate that the configuration information of each version is ended after the configuration information of each version, so that after the version information of the firmware is determined, the end identifier is looked up in the table, and the end identifier of the identifier ending position is verified. And if the ending mark is determined to be the mark of the ending position of the determined version information after the verification, taking the data between the header and the ending position as the configuration information.
In one embodiment, if the verification fails, the position indicating the end of the version information is searched again according to the version information, and the verification is performed again until the verification passes to obtain the configuration information.
Specifically, after verification, if it is determined that the end identifier is not the end position corresponding to the determined version information, the end identifier is searched again according to the version information, the searched end identifier is verified again, if the end identifier passes the verification, the configuration information is obtained, and if the end identifier does not pass the verification, the end identifier continues to be searched.
In one embodiment, further comprising: if the verification fails, acquiring the verification times of the table tail; and if the checking times are more than the preset times, stopping checking.
Specifically, when the check fails, determining the number of times of searching for the end identifier or obtaining the number of times of checking the table tail, judging whether the number of times of searching for the end identifier or the number of times of checking the table tail exceeds a preset number, if not, continuing to execute the process of searching for the end identifier and checking, and if so, ending the search. The searching times are limited, and the influence on the user experience caused by the continuous searching circulation is avoided.
In one embodiment, for the case that the verification fails, corresponding prompt information may be generated to prompt the user that the configuration information search fails due to the fact that the table tail verification fails.
In one embodiment, receiving a modification operation of a user for configuration information according to requirements comprises: and receiving modification operation of a user on the configuration information aiming at a first application scene, wherein the peripheral corresponding to the first application scene is a mouse or a touch screen.
Specifically, the first application scenario may be a user-defined scenario or a pre-fixed application scenario. The peripheral corresponding to the first application scene can be a mouse or a touch screen. With the development of touch screen technology, more and more devices are provided with two different peripherals, namely a touch screen and a mouse, and the two peripherals can work. However, when the chip is designed, the available ports arranged on the chip are limited, and once the device can support two peripherals, namely a touch screen and a mouse, and only one of the available ports of the chip is used for interacting with two different peripherals, namely the touch screen and the mouse, interaction needs to be realized according to configuration information about the two peripherals, configured on the chip. In different application scenarios, if the user has different requirements for the peripheral, the user modifies the configuration information according to the specific application scenario, thereby adapting to the current application scenario.
In a specific embodiment, the method for processing the device configuration information includes:
the terminal is stored with a configuration table, and provides a table head and a table tail for searching, a version number for adaptation among different versions, an initial configuration value for default use, and later modification. The firmware file contents are shown in fig. 3. And realizing the function of realizing different application scenes according to different configuration table contents. The firmware file is an extended class file of the computer, such as a Bin file.
The upper layer application software needs to provide the function of reading and parsing the firmware file. And after reading, determining the position of the version number by searching the header of the table, finding the position of the table tail of the corresponding version according to the version corresponding to the version number, reading and checking the table tail, and if the checking fails, indicating that the configuration table is not found, and continuously searching from the header of the table until the last data is found. If the verification is passed, the corresponding configuration table is found. The upper layer application software provides the function of writing the corresponding configuration into the firmware file according to the user selection. After the configuration table is modified, the configuration table can be written into the chip through upper-layer application software, and the chip is configured into a corresponding application scene for a client to use.
In one embodiment, referring to fig. 4, there is provided an apparatus 400 for processing device configuration information, including:
a configuration information analysis module 401, configured to obtain a firmware file locally, and analyze the firmware file to obtain configuration information;
a modification module 402, configured to receive a modification operation of a user for the configuration information according to a requirement;
and a data writing module 403, configured to write the modified configuration information into the chip through the port.
In one embodiment, the configuration information is stored using a table; a configuration information parsing module 401, configured to search a header of the table to determine version information; and taking the configuration information corresponding to the version information as the configuration information.
In one embodiment, the configuration information parsing module 401 is configured to search, according to the version information, a position indicating an end of the version information; checking the ending position; and if the verification is passed, taking the configuration information in the header and the ending position as the configuration information.
In an embodiment, the configuration information parsing module 401 is configured to search, if the verification fails, a position indicating that the version information ends again according to the version information, and re-verify until the verification passes to obtain the configuration information.
In an embodiment, the configuration information analysis module 401 is further configured to obtain the verification times of the table tail if the verification fails; and if the checking times are more than the preset times, stopping checking.
In an embodiment, the modification module 402 is configured to receive a modification operation of the configuration information by a user for a first application scenario, where a peripheral device corresponding to the first application scenario is a mouse or a touch screen.
In an embodiment, the data writing module 403 is configured to write the modified configuration information into the chip through a USB port.
An embodiment of the present invention provides a storage medium, on which a program is stored, which, when executed by a processor, implements the processing method of the above-described device configuration information. The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more, and the data processing function is realized by adjusting the kernel parameters.
The embodiment of the invention provides a processor, which is used for running a program, wherein the program executes the processing method of the equipment configuration information when running.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 5. The computer device includes a processor a01, a network interface a02, a memory (not shown), and a database (not shown) connected by a system bus. Wherein processor a01 of the computer device is used to provide computing and control capabilities. The memory of the computer device comprises an internal memory a03 and a non-volatile storage medium a 04. The non-volatile storage medium a04 stores an operating system B01, a computer program B02, and a database (not shown in the figure). The internal memory a03 provides an environment for the operation of the operating system B01 and the computer program B02 in the nonvolatile storage medium a 04. The database of the computer equipment is used for storing the data of the configuration information issuing method. The network interface a02 of the computer device is used for communication with an external terminal through a network connection. The computer program B02 when executed by the processor a01 implements a method of configuration information distribution.
Those skilled in the art will appreciate that the architecture shown in fig. 5 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
The embodiment of the invention provides equipment, which comprises a processor, a memory and a program which is stored on the memory and can run on the processor, wherein the processor realizes the processing method of the equipment configuration information when executing the program.
The present application also provides a computer program product adapted to execute a program of steps in a processing method of initializing the above-mentioned device configuration information when executed on a data processing device.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that 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 the process, method, article, or apparatus that comprises the element.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A method for processing device configuration information is characterized by comprising the following steps:
acquiring a firmware file locally, and analyzing the firmware file to obtain configuration information;
receiving modification operation of a user for the configuration information according to requirements;
and writing the modified configuration information into the chip through the port.
2. The method of claim 1, wherein the configuration information is stored in the form of a table;
the parsing the firmware file to obtain the configuration information includes:
looking up a header of the table to determine version information;
and taking the configuration information corresponding to the version information as the configuration information.
3. The method of claim 2, wherein the taking the configuration information corresponding to the version information as the configuration information comprises:
searching a position representing the end of the version information according to the version information;
checking the position of the end;
and if the verification is passed, taking the configuration information in the header and the ending position as the configuration information.
4. The method of claim 3, wherein the method further comprises:
if the verification is not passed, searching the position representing the end of the version information again according to the version information, and verifying again until the verification passes to obtain the configuration information.
5. The method of claim 3, wherein the method further comprises:
if the verification fails, acquiring the verification times of the table tail;
and if the checking times are more than the preset times, stopping checking.
6. The method according to any one of claims 1-5, wherein the receiving of the user's modification operation for the configuration information on demand comprises:
and receiving modification operation of a user on the configuration information aiming at a first application scene, wherein the peripheral corresponding to the first application scene is a mouse or a touch screen.
7. The method of any of claims 1-5, wherein writing the modified configuration information to a chip through a port comprises:
and writing the modified configuration information into the chip through a USB port.
8. An apparatus for processing device configuration information, the apparatus comprising:
the configuration information analysis module is used for locally acquiring the firmware file and analyzing the firmware file to obtain configuration information;
the modification module is used for receiving the modification operation of the user aiming at the configuration information according to the requirement;
and the data writing module is used for writing the modified configuration information into the chip through the port.
9. A machine-readable storage medium having instructions stored thereon, which when executed by a processor causes the processor to be configured to perform the method of any one of claims 1 to 7.
10. A processor configured to perform the method of any one of claims 1 to 7.
CN202111300691.3A 2021-11-04 2021-11-04 Method and device for processing equipment configuration information, storage medium and processor Pending CN114185609A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111300691.3A CN114185609A (en) 2021-11-04 2021-11-04 Method and device for processing equipment configuration information, storage medium and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111300691.3A CN114185609A (en) 2021-11-04 2021-11-04 Method and device for processing equipment configuration information, storage medium and processor

Publications (1)

Publication Number Publication Date
CN114185609A true CN114185609A (en) 2022-03-15

Family

ID=80540699

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111300691.3A Pending CN114185609A (en) 2021-11-04 2021-11-04 Method and device for processing equipment configuration information, storage medium and processor

Country Status (1)

Country Link
CN (1) CN114185609A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104991872A (en) * 2015-06-19 2015-10-21 上海卓易科技股份有限公司 Method and apparatus for implementing driving of intelligent device on peripheral device
CN105224347A (en) * 2014-05-30 2016-01-06 展讯通信(深圳)有限公司 data configuration method and device
CN107329779A (en) * 2017-06-13 2017-11-07 芯海科技(深圳)股份有限公司 A kind of method for burn-recording that configuration data is stored by recordable paper
CN108037932A (en) * 2017-12-07 2018-05-15 北京兆易创新科技股份有限公司 The profile acquisition method and device of SPI-NAND
CN108366131A (en) * 2018-03-13 2018-08-03 广州视源电子科技股份有限公司 Data transmission method, device, terminal and storage medium
CN109491931A (en) * 2018-11-07 2019-03-19 郑州云海信息技术有限公司 A kind of binding method, device and the relevant device of computer system and external equipment
CN111510909A (en) * 2020-03-10 2020-08-07 深圳市广和通无线股份有限公司 Communication module configuration processing method and device, computer equipment and storage medium
CN112732321A (en) * 2021-01-21 2021-04-30 恒为科技(上海)股份有限公司 Firmware modification method and device, computer readable storage medium and equipment

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105224347A (en) * 2014-05-30 2016-01-06 展讯通信(深圳)有限公司 data configuration method and device
CN104991872A (en) * 2015-06-19 2015-10-21 上海卓易科技股份有限公司 Method and apparatus for implementing driving of intelligent device on peripheral device
CN107329779A (en) * 2017-06-13 2017-11-07 芯海科技(深圳)股份有限公司 A kind of method for burn-recording that configuration data is stored by recordable paper
CN108037932A (en) * 2017-12-07 2018-05-15 北京兆易创新科技股份有限公司 The profile acquisition method and device of SPI-NAND
CN108366131A (en) * 2018-03-13 2018-08-03 广州视源电子科技股份有限公司 Data transmission method, device, terminal and storage medium
CN109491931A (en) * 2018-11-07 2019-03-19 郑州云海信息技术有限公司 A kind of binding method, device and the relevant device of computer system and external equipment
CN111510909A (en) * 2020-03-10 2020-08-07 深圳市广和通无线股份有限公司 Communication module configuration processing method and device, computer equipment and storage medium
CN112732321A (en) * 2021-01-21 2021-04-30 恒为科技(上海)股份有限公司 Firmware modification method and device, computer readable storage medium and equipment

Similar Documents

Publication Publication Date Title
CN107943485B (en) Patch compiling platform and patch compiling method
CN111858727B (en) Multi-data source data export system and method based on template configuration
CN106294113B (en) creation method and device based on programmable test service
CN107066519B (en) Task detection method and device
CN110223682B (en) Voice instruction arbitration method and device
CN108268609B (en) File path establishing and accessing method and device
CN111414391A (en) Method and system for accessing multiple data sources
CN108776587B (en) Data acquisition method and device, computer equipment and storage medium
CN112346818A (en) Container application deployment method and device, electronic equipment and storage medium
CN112099800A (en) Code data processing method and device and server
CN109710286B (en) System upgrading method, device, equipment and storage medium
CN112667246B (en) Application function expansion method and device and electronic equipment
CN110716845A (en) Method for reading log information of Android system
CN111400681A (en) Data permission processing method, device and equipment
CN111124525A (en) Website function implementation method and device
CN114185609A (en) Method and device for processing equipment configuration information, storage medium and processor
CN112559118A (en) Application data migration method and device, electronic equipment and storage medium
CN114895852A (en) Data processing method, system, device, storage medium and electronic equipment
CN114218278A (en) Data table field query method and system of http interface
CN114238934A (en) Equipment information acquisition method, device, equipment and medium
CN115033551A (en) Database migration method and device, electronic equipment and storage medium
CN113641389A (en) Software upgrading method, device and equipment based on OpenCPU
CN110968888B (en) Data processing method and device
CN112559444A (en) SQL (structured query language) file migration method and device, storage medium and equipment
CN110554915A (en) Information processing method and device, computer storage medium and terminal

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