CN110888689B - Touch screen drive loading method, storage medium and terminal equipment - Google Patents

Touch screen drive loading method, storage medium and terminal equipment Download PDF

Info

Publication number
CN110888689B
CN110888689B CN201911250507.1A CN201911250507A CN110888689B CN 110888689 B CN110888689 B CN 110888689B CN 201911250507 A CN201911250507 A CN 201911250507A CN 110888689 B CN110888689 B CN 110888689B
Authority
CN
China
Prior art keywords
touch screen
driver
terminal equipment
program
loading
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
CN201911250507.1A
Other languages
Chinese (zh)
Other versions
CN110888689A (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.)
Fu Zhi Yi Internet Of Vehicles Ningbo Co ltd
Original Assignee
Fu Zhi Yi Internet Of Vehicles Ningbo 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 Fu Zhi Yi Internet Of Vehicles Ningbo Co ltd filed Critical Fu Zhi Yi Internet Of Vehicles Ningbo Co ltd
Priority to CN201911250507.1A priority Critical patent/CN110888689B/en
Publication of CN110888689A publication Critical patent/CN110888689A/en
Application granted granted Critical
Publication of CN110888689B publication Critical patent/CN110888689B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • 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/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural

Landscapes

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

Abstract

The invention discloses a loading method of a touch screen driver, a storage medium and terminal equipment, which comprise the following steps: when the entry function of the driver program is called, the entry function program of the touch screen driver program is loaded in sequence; when the successfully loaded driver exists, the successfully loaded driver is used as the driver of the terminal equipment. The invention can achieve compatibility of terminal equipment to various touch screens and enable the replacement of touch screens with different types and the expansion of touch screens with different types, thereby avoiding software modification and terminal software upgrading and further reducing development cost and maintenance cost.

Description

Touch screen drive loading method, storage medium and terminal equipment
Technical Field
The present invention relates to the field of communications devices, and in particular, to a method for loading a touch screen driver, a storage medium, and a terminal device.
Background
Along with the popularization of intelligent equipment, the touch screen also gradually becomes an important entrance of man-machine interaction, the use of the intelligent equipment becomes more humanized and simplified through the use of the touch screen, but the current terminal using the touch screen basically adopts a touch screen with a fixed model throughout, and the touch screen cannot be compatible with multiple models mainly because the current mainstream touch screen driving loading technology is realized. The current touch screen drive loading main stream is that according to the design of a hardware design schematic diagram, the software is required to fill in bus information and address information of IIC solution screen hanging in a kernel equipment tree or a platform equipment file at a platform end, when another type of touch screen is used, the software is required to modify corresponding bus information and device address information, and after the software is recompiled, the terminal equipment can be used in a compatible mode after software upgrading, and in general, the current drive loading technology has the following defects:
1) The compatibility of various models cannot be realized;
2) The compatibility with other models can lead to software modification and the terminal equipment is required to be upgraded to be compatible;
3) Other types of drivers cannot be extended afterwards.
There is thus a need for improvements and improvements in the art.
Disclosure of Invention
The invention aims to solve the technical problem that aiming at the defects of the prior art, a loading method, a storage medium and terminal equipment of a touch screen driver are provided, so that the problem that in the prior art, when the terminal equipment is used for replacing a touch screen of another model, the terminal equipment can be used in a compatible mode only by carrying out software upgrading on the terminal equipment is solved.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows:
a method of loading a touch screen drive, comprising:
when the entry function of the driver program is called, the entry function program of the touch screen driver program is loaded in sequence;
when the successfully loaded driver exists, the successfully loaded driver is used as the driver of the terminal equipment.
The loading method of the touch screen driver further comprises the following steps:
all touch screen drivers compatible with the mobile terminal are stored in the mobile terminal in advance, and compiling is carried out on the driver entry functions of the touch screen.
According to the loading method of the touch screen driver, when the entry function of the driver is called, loading the entry function program of the touch screen driver in sequence specifically comprises:
judging the connection state of the terminal equipment and the touch screen when the entry function of the driver program is called;
and when the connection is correct, sequentially loading programs of the driver entry function of the terminal.
The method for loading the touch screen drive, wherein the judging the connection state of the terminal equipment and the touch screen specifically comprises the following steps:
transmitting the address information of the touch screen to the touch screen;
and when the terminal equipment receives the data packet fed back by the touch screen, judging that the touch screen is correctly connected with the terminal equipment.
The loading method of the touch screen driver further comprises the following steps:
and when the terminal equipment does not receive the data packet fed back by the touch screen, judging that the touch screen is connected with the terminal equipment in error.
In the method for loading the touch screen driver, when a successful driver is loaded, the method for loading the touch screen driver by using the successful driver as the driver of the terminal device specifically includes:
when the last driver fails to load, continuing to load the subsequent drivers;
when the successfully loaded driver exists, the successfully loaded driver is used as the driver of the terminal equipment.
The loading method of the touch screen driver further comprises the following steps:
and when all the drivers fail to be loaded, the matched drivers of the terminal equipment are not found.
The loading method of the touch screen driver further comprises the following steps:
the driver of the touch screen is modified into a startup loading form in advance.
A computer readable storage medium storing one or more programs executable by one or more processors to implement the steps in the method of loading a touch screen drive as recited in any preceding claim.
A terminal device, comprising: a processor and a memory; the memory has stored thereon a computer readable program executable by the processor; the processor, when executing the computer readable program, implements the steps in the method for loading a touch screen drive as described in any one of the above.
The beneficial effects are that: compared with the prior art, the invention provides a loading method, a storage medium and terminal equipment of a touch screen driver, which comprise the following steps: when the entry function of the driver program is called, the entry function program of the touch screen driver program is loaded in sequence; when the successfully loaded driver exists, the successfully loaded driver is used as the driver of the terminal equipment. The invention can achieve compatibility of terminal equipment to various touch screens and enable the replacement of touch screens with different types and the expansion of touch screens with different types, thereby avoiding software modification and terminal software upgrading and further reducing development cost and maintenance cost.
Drawings
Fig. 1 is a flowchart of a method for loading a touch screen driver provided by the present invention.
Fig. 2 is a flowchart of step S100 in the loading method of the touch screen driver provided by the present invention.
Fig. 3 is a schematic structural diagram of a preferred embodiment of a terminal device according to the present invention.
Detailed Description
The invention provides a loading method, a storage medium and a terminal device of a touch screen driver, which are used for making the purposes, the technical scheme and the effects of the invention clearer and more definite, and the invention is further described in detail below by referring to the accompanying drawings and the embodiments. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless expressly stated otherwise, as understood by those skilled in the art. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. The term "and/or" as used herein includes all or any element and all combination of one or more of the associated listed items.
It will be understood by those skilled in the art that all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs unless defined otherwise. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
The invention will be further described by the description of embodiments with reference to the accompanying drawings.
Referring to fig. 1, fig. 1 is a schematic diagram of a touch screen driver loading method, a storage medium and a terminal device according to the present invention. The method comprises the following steps:
s100, when the entry function of the driver is called, the entry function programs of the touch screen driver are loaded in sequence.
Specifically, the terminal device generally only supports one touch screen interface and can be compatible with touch screens of various types, the touch screen driver needs to know which IIC bus in the system the touch screen hardware is hung on and the terminal address of the touch screen hardware, and the terminal device can support the touch screens of various types simultaneously by modifying the driver program, so that modification of software and upgrading of the terminal device are avoided, and development cost and maintenance cost are reduced.
In one implementation manner of this embodiment, first, a driver of a touch screen of a terminal device is modified into a form of boot loading in advance. Therefore, when the terminal equipment is started, the entry function of the touch screen driver program can be modified so that the IIC bus of the system can be searched and enumerated, namely, the driver program corresponding to the touch screen equipped by the current terminal equipment is searched.
Correspondingly, in one implementation manner of this embodiment, the method for loading a touch screen driver further includes:
s10, storing all touch screen drivers compatible with the mobile terminal in advance, and compiling the touch screen drivers in a driver entry function of the touch screen.
Specifically, the invention compiles the drivers compatible with the terminal equipment into a module form in advance or directly compiles the drivers into an operating system kernel, and then adds the drivers into a startup loading sequence. That is, in this embodiment, the IIC bus may be enumerated in advance in the driver entry function of the terminal device, and the mapping relationship may be established by establishing the touch screen device corresponding to the driver on the corresponding bus.
In one implementation manner of this embodiment, after the connection relationship is established, whether the terminal device and the touch screen are correctly connected is further determined, and correspondingly, when the entry function of the driver is called, loading the driver of the entry function terminal in sequence specifically includes:
s101, judging the connection state of the terminal equipment and the touch screen when the entry function of the driver program is called.
S102, when the connection is correct, sequentially loading programs of the driver entry functions of the terminal.
Specifically, when the driver entry function is called, the invention judges the connection state of the terminal equipment and the touch screen, and when the connection is correct, the invention loads the programs of the driver entry function of the touch screen in sequence. Correspondingly, the judging the connection state of the terminal equipment and the touch screen specifically comprises the following steps:
s1011, sending the address information of the touch screen to the touch screen;
s1012, when the terminal equipment receives the data packet fed back by the touch screen, judging that the touch screen is correctly connected with the terminal equipment;
s1013, when the terminal equipment does not receive the data packet fed back by the touch screen, judging that the touch screen is connected with the terminal equipment in error.
Specifically, the invention needs to determine whether the connection relation is correct by sending the address information of the touch screen to the IIC touch screen and by means of equipment response (ACK), and once the terminal equipment receives an ACK response signal of the touch screen response, the mapping of the hardware connection and the current software connection relation is indicated to be opposite, and the driving of the touch screen can be continuously loaded, so that the touch screen can be normally used. It can be understood that when the terminal device does not receive the response of the touch screen, the touch screen is connected with the terminal device in error, that is, the driver is not required to be loaded any more, and the terminal device can be directly exited.
And S200, when the successfully loaded driver exists, taking the successfully loaded driver as a driver of the terminal equipment.
Specifically, the method and the device for loading the touch screen drive entry function program of the terminal sequentially load the touch screen drive entry function program of the terminal, when a certain driver can be normally loaded, the touch screen connected with the current hardware can work normally, and correspondingly, in one implementation manner of the embodiment, when a successfully loaded driver exists, the successfully loaded driver is taken as the driver of the terminal device, and the method and the device specifically comprise the following steps:
s201, when the last driver fails to load, continuing to load the subsequent drivers;
s202, when a successfully loaded driver exists, the successfully loaded driver is used as a driver of the terminal equipment.
Specifically, when the last driver fails to load, the system continues to load the subsequent drivers, and when there is a driver that is successfully loaded, the driver that is successfully loaded is used as the driver of the terminal device, that is, when one of the drivers can be normally loaded, the touch screen connected with the current hardware can normally work.
In an implementation manner of this embodiment, the method for loading a touch screen driver further includes:
and S203, when all the drivers fail to be loaded, the drivers matched with the terminal equipment are not found.
Specifically, when one driver is loaded, since the terminal hardware can only be connected with one touch screen, other drivers can fail to be loaded, so that only the touch screen corresponding to the hardware can be loaded and used normally.
In this embodiment, by performing compatible operation on touch screens with compatible models, software modification and software upgrading caused by replacing touch screens with different models are avoided, and further, related information does not need to be added in advance in a device tree or a platform device file, and only enumeration of an IIC bus and operation of device enumeration need to be added in a driver, so that development cost and maintenance cost are reduced.
The present invention also provides a computer readable storage medium storing one or more programs executable by one or more processors to implement the steps in the method for loading a touch screen driver described in the above embodiments.
The present invention also provides a terminal device, as shown in fig. 3, comprising at least one processor (processor) 20; a display screen 21; and a memory (memory) 22, which may also include a communication interface (Communications Interface) 23 and a bus 24. Wherein the processor 20, the display 21, the memory 22 and the communication interface 23 may communicate with each other via a bus 24. The display screen 21 is configured to display a user guidance interface preset in the initial setting mode. The communication interface 23 may transmit information. The processor 20 may invoke logic instructions in the memory 22 to perform the methods of the embodiments described above.
Further, the logic instructions in the memory 22 described above may be implemented in the form of software functional units and stored in a computer readable storage medium when sold or used as a stand alone product.
The memory 22, as a computer readable storage medium, may be configured to store a software program, a computer executable program, such as program instructions or modules corresponding to the methods in the embodiments of the present disclosure. The processor 30 performs the functional applications and data processing, i.e. implements the methods of the embodiments described above, by running software programs, instructions or modules stored in the memory 22.
The memory 22 may include a storage program area that may store an operating system, at least one application program required for functions, and a storage data area; the storage data area may store data created according to the use of the terminal device, etc. In addition, the memory 22 may include high-speed random access memory, and may also include nonvolatile memory. For example, a plurality of media capable of storing program codes such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or a transitory storage medium may be used.
In addition, the specific processes that the storage medium and the plurality of instruction processors in the terminal device load and execute are described in detail in the above method, and are not stated here.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (4)

1. A method for loading a touch screen drive, comprising:
modifying a driving program of the touch screen into a starting loading form in advance;
storing all touch screen drivers compatible with the mobile terminal in advance, and compiling a driver entry function of the touch screen; wherein, the liquid crystal display device comprises a liquid crystal display device,
enumeration is carried out in a driver entry function of the terminal equipment through an IIC bus in advance, and a mapping relation between a driver and the touch screen equipment is established on the corresponding bus;
when the entry function of the driver program is called, the entry function program of the touch screen driver program is loaded in sequence; when the entry function of the driver program is called, judging the connection state of the terminal equipment and the touch screen; when the connection is correct, sequentially loading programs of a driver entry function of the terminal; and, in addition, the processing unit,
transmitting address information of the touch screen to the IIC touch screen, when a response signal of the touch screen response is received, indicating that the mapping of the connection relation between the hardware connection and the current software is opposite, and continuously loading the corresponding driving of the touch screen; when a response signal responded by the touch screen is not received, the touch screen is connected with the terminal equipment in error, and the terminal equipment directly exits without loading a driving program;
when the successfully loaded driver exists, the successfully loaded driver is used as a driver of the terminal equipment;
the judging of the connection state of the terminal equipment and the touch screen specifically comprises the following steps:
transmitting the address information of the touch screen to the touch screen;
when the terminal equipment receives the data packet fed back by the touch screen, the touch screen is judged to be connected correctly with the terminal equipment;
when the terminal equipment does not receive the data packet fed back by the touch screen, judging that the touch screen is connected with the terminal equipment in error;
when the driver program which is successfully loaded exists, the driver program which is successfully loaded is taken as the driver program of the terminal equipment, which specifically comprises the following steps:
when the last driver fails to load, continuing to load the subsequent drivers;
when the successfully loaded driver exists, the successfully loaded driver is used as the driver of the terminal equipment.
2. The method for loading a touch screen drive according to claim 1, further comprising:
and when all the drivers fail to be loaded, the matched drivers of the terminal equipment are not found.
3. A computer readable storage medium storing one or more programs executable by one or more processors to implement the steps in the method of loading a touch screen drive of any of claims 1-2.
4. A terminal device, comprising: a processor and a memory; the memory has stored thereon a computer readable program executable by the processor; the processor, when executing the computer readable program, implements the steps of the method for loading a touch screen drive according to any one of claims 1-2.
CN201911250507.1A 2019-12-09 2019-12-09 Touch screen drive loading method, storage medium and terminal equipment Active CN110888689B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911250507.1A CN110888689B (en) 2019-12-09 2019-12-09 Touch screen drive loading method, storage medium and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911250507.1A CN110888689B (en) 2019-12-09 2019-12-09 Touch screen drive loading method, storage medium and terminal equipment

Publications (2)

Publication Number Publication Date
CN110888689A CN110888689A (en) 2020-03-17
CN110888689B true CN110888689B (en) 2023-10-20

Family

ID=69751065

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911250507.1A Active CN110888689B (en) 2019-12-09 2019-12-09 Touch screen drive loading method, storage medium and terminal equipment

Country Status (1)

Country Link
CN (1) CN110888689B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112698844A (en) * 2020-12-29 2021-04-23 威海新北洋技术服务有限公司 Flashing method and device of operating system and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102646044A (en) * 2012-03-06 2012-08-22 深圳市福智软件技术有限公司 System and method for loading programs for multiple touch screens
CN102662514A (en) * 2012-03-30 2012-09-12 中兴通讯股份有限公司 Touch screen control method and mobile terminal
CN105159503A (en) * 2015-09-28 2015-12-16 Tcl移动通信科技(宁波)有限公司 Driver loading control method and system for touch screen of mobile terminal
CN105302371A (en) * 2015-11-02 2016-02-03 Tcl移动通信科技(宁波)有限公司 Method and system for controlling driver loading of touch screen of mobile terminal
CN108829299A (en) * 2018-08-22 2018-11-16 智卓(深圳)电子科技有限公司 Touch-screen electronic equipment
CN109189486A (en) * 2018-08-09 2019-01-11 Oppo广东移动通信有限公司 Loading method, device, terminal and the storage medium of display screen driving

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10031741B2 (en) * 2015-09-30 2018-07-24 International Business Machines Corporation Upgrade of port firmware and driver software for a target device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102646044A (en) * 2012-03-06 2012-08-22 深圳市福智软件技术有限公司 System and method for loading programs for multiple touch screens
WO2013131347A1 (en) * 2012-03-06 2013-09-12 福兴达科技实业(深圳)有限公司 System and method for loading program for multiple touch screens
CN102662514A (en) * 2012-03-30 2012-09-12 中兴通讯股份有限公司 Touch screen control method and mobile terminal
CN105159503A (en) * 2015-09-28 2015-12-16 Tcl移动通信科技(宁波)有限公司 Driver loading control method and system for touch screen of mobile terminal
CN105302371A (en) * 2015-11-02 2016-02-03 Tcl移动通信科技(宁波)有限公司 Method and system for controlling driver loading of touch screen of mobile terminal
CN109189486A (en) * 2018-08-09 2019-01-11 Oppo广东移动通信有限公司 Loading method, device, terminal and the storage medium of display screen driving
CN108829299A (en) * 2018-08-22 2018-11-16 智卓(深圳)电子科技有限公司 Touch-screen electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于Android的触摸屏驱动开发;欧阳小星;;科技信息(12);第277-279页 *

Also Published As

Publication number Publication date
CN110888689A (en) 2020-03-17

Similar Documents

Publication Publication Date Title
US10019253B2 (en) Systems and methods of updating hot-pluggable devices
CN104579719B (en) A kind of upgrade method and system, host computer and optical module of firmware
CN102129375B (en) Method and equipment for system upgrade of mobile terminal
CN109358887B (en) On-line upgrading method, device and system for single chip microcomputer program
US20070067520A1 (en) Hardware-assisted device configuration detection
CN102362241A (en) System and method for multifunction device enumeration
US20100049961A1 (en) Update method for basic input/output system and update system thereof
CN108121560A (en) Difference bag upgrade method, device, terminal and computer readable storage medium
CN113760332A (en) Software upgrading method and electronic equipment
CN110888689B (en) Touch screen drive loading method, storage medium and terminal equipment
CN114138644A (en) BMC (baseboard management controller) debugging method, monitoring method, system, device, equipment and medium
WO2022199335A1 (en) Method, apparatus and device for controlling firmware upgrade of server component, and storage medium
US10521216B2 (en) Unified extensible firmware interface updates
CN106201588A (en) The method for upgrading software of terminal and terminal
CN101667133B (en) Method for updating firmware and chip updating firmware by using same
CN103440334A (en) Driver matching method and device of mobile terminal
CN113849230A (en) Server starting method and device, electronic equipment and readable storage medium
CN102226888A (en) Framework loading method and device
CN114816491A (en) System upgrading method and device for multi-system mobile terminal and terminal
CN113821265B (en) Operating system control method and device, computer mainboard and readable storage medium
CN107203391B (en) Firmware activation device and firmware activation method
CN115934114A (en) Software firmware online programming method and device and computer readable storage medium
CN114296764A (en) System upgrading method and device, storage medium and electronic equipment
CN111447514B (en) EEPROM system of passive optical network SFP ONT and data updating control method thereof
CN103530125A (en) Data sharing method and system and window control units

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB02 Change of applicant information

Address after: No.23, 136 Yuhai East Road, Hangzhou Bay New District, Ningbo City, Zhejiang Province

Applicant after: Fu Zhi Yi Internet of vehicles (Ningbo) Co.,Ltd.

Address before: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Applicant before: FUERDA IOV (SHENZHEN) Co.,Ltd.

CB02 Change of applicant information
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant