CN111722880A - Equipment production method, device, terminal equipment and medium - Google Patents

Equipment production method, device, terminal equipment and medium Download PDF

Info

Publication number
CN111722880A
CN111722880A CN202010393088.3A CN202010393088A CN111722880A CN 111722880 A CN111722880 A CN 111722880A CN 202010393088 A CN202010393088 A CN 202010393088A CN 111722880 A CN111722880 A CN 111722880A
Authority
CN
China
Prior art keywords
production
shipment
software
storage area
equipment
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.)
Granted
Application number
CN202010393088.3A
Other languages
Chinese (zh)
Other versions
CN111722880B (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.)
Shenzhen Gongjin Electronics Co Ltd
Original Assignee
Shenzhen Gongjin 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 Gongjin Electronics Co Ltd filed Critical Shenzhen Gongjin Electronics Co Ltd
Priority to CN202010393088.3A priority Critical patent/CN111722880B/en
Publication of CN111722880A publication Critical patent/CN111722880A/en
Application granted granted Critical
Publication of CN111722880B publication Critical patent/CN111722880B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • 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/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • 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/44594Unloading

Abstract

The application is applicable to the technical field of network communication, and provides a device production method, a device, a terminal device and a medium, wherein the method comprises the following steps: the control device is started from the backup storage area; reading the production data stored in the backup storage area and running production software in the production data to execute the test aiming at the equipment; after the test is finished, deleting the production data and restarting the equipment; and reading the shipment data stored in the conventional storage area, and operating shipment software in the shipment data. By the method, the external access port of the equipment can be safely and efficiently closed when the equipment is shipped.

Description

Equipment production method, device, terminal equipment and medium
Technical Field
The present application relates to the field of network communication technologies, and in particular, to a method and an apparatus for producing a device, a terminal device, and a medium.
Background
Many electronic devices require an external access port to be opened during production and testing; however, for the safety of the device, the external access port of the device needs to be closed off at the time of shipment.
In the current production mode, two modes can be used for closing the external access interface of the equipment during shipment. The first is to set a flag value, modify the flag value or delete the flag value when the device leaves the factory, but this scheme may still support the relevant application, and there is a risk of device intrusion. The other method is that the production software and the shipment software are separated, and the production software is burnt or upgraded to the shipment software after being used for production, so that the production cost is high, and the error risk is high.
Disclosure of Invention
The embodiment of the application provides a device production method, a device, terminal equipment and a medium, and can solve the problem that the operation of closing an external port of the device is complex during shipment.
In a first aspect, an embodiment of the present application provides an apparatus production method, including:
the control device is started from the backup storage area;
reading the production data stored in the backup storage area and running production software in the production data to execute the test aiming at the equipment;
after the test is finished, deleting the production data and restarting the equipment;
and reading the shipment data stored in the conventional storage area, and operating shipment software in the shipment data.
In a second aspect, an embodiment of the present application provides an apparatus for producing a device, which includes:
the starting module is used for controlling the equipment to start from the backup storage area;
the production software running module is used for reading the production data stored in the backup storage area and running the production software in the production data so as to execute the test aiming at the equipment;
the deleting module is used for deleting the production data and restarting the equipment after the test is finished;
and the shipment software running module is used for reading the shipment data stored in the conventional storage area and running the shipment software in the shipment data.
In a third aspect, an embodiment of the present application provides a terminal device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor, when executing the computer program, implements the method according to the first aspect.
In a fourth aspect, the present application provides a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the computer program implements the method according to the first aspect.
In a fifth aspect, the present application provides a computer program product, which when run on a terminal device, causes the terminal device to execute the method of any one of the above first aspects.
Compared with the prior art, the embodiment of the application has the advantages that: in the embodiment of the application, the production software of the equipment is stored in the backup storage area of the equipment, and the production software can open the external access port of the equipment in order to meet the convenience of production and test; the device may be started from the production software, after the production test is completed, the production software of the backup storage area is deleted, the device is restarted, and after the device is restarted from the shipment software, the external access port of the device may be closed. On one hand, the shipment software is software without any interface which is easy to be invaded, so that after the shipment software is operated, the external access port of the equipment can be closed, and the safety requirement of the equipment is met; on the other hand, the external access port can be opened in the device production process, so that the production and the test of the device are facilitated.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a schematic flow chart of a method for manufacturing a device according to an embodiment of the present disclosure;
FIG. 2 is a schematic flow chart of a method for manufacturing a device according to the second embodiment of the present application;
FIG. 3 is a schematic structural diagram of an apparatus production device provided in the third embodiment of the present application;
fig. 4 is a schematic structural diagram of a terminal device according to an embodiment of the present application.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular system structures, techniques, etc. in order to provide a thorough understanding of the embodiments of the present application. However, it will be apparent to one skilled in the art that the present application may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present application with unnecessary detail.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, 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 should also be understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
As used in this specification and the appended claims, the term "if" may be interpreted contextually as "when", "upon" or "in response to" determining "or" in response to detecting ". Similarly, the phrase "if it is determined" or "if a [ described condition or event ] is detected" may be interpreted contextually to mean "upon determining" or "in response to determining" or "upon detecting [ described condition or event ]" or "in response to detecting [ described condition or event ]".
Furthermore, in the description of the present application and the appended claims, the terms "first," "second," "third," and the like are used for distinguishing between descriptions and not necessarily for describing or implying relative importance.
Reference throughout this specification to "one embodiment" or "some embodiments," or the like, means that a particular feature, structure, or characteristic described in connection with the embodiment is included in one or more embodiments of the present application. Thus, appearances of the phrases "in one embodiment," "in some embodiments," "in other embodiments," or the like, in various places throughout this specification are not necessarily all referring to the same embodiment, but rather "one or more but not all embodiments" unless specifically stated otherwise. The terms "comprising," "including," "having," and variations thereof mean "including, but not limited to," unless expressly specified otherwise.
Fig. 1 is a schematic flow chart of a device production method provided in an embodiment of the present application, as shown in fig. 1, the method includes:
s101, starting the control equipment from a backup storage area;
in this embodiment, the produced device is a network communication device, and may include a mobile phone, a tablet computer, a wearable device, an in-vehicle device, an Augmented Reality (AR)/Virtual Reality (VR) device, a notebook computer, an ultra-mobile personal computer (UMPC), a netbook, a Personal Digital Assistant (PDA), and other devices.
The main execution body of this embodiment is the device produced as described above, and specifically, the processor of the device may execute the operations in the method.
Specifically, the backup storage area stores the production software and the device parameters of the production software, and the device can be started from the backup storage area by default by setting the boot loader. A boot loader is a piece of applet that runs before the operating system kernel runs. Through the small program, hardware equipment can be initialized, and a mapping chart of a memory space is established, so that the software and hardware environment of the system is brought to a proper state, and a correct environment is prepared for finally calling an operating system kernel. The boot loader can load the operating system from a certain solid-state storage device on the target machine into the main memory to run, so that the boot loader can be set in advance to run from the backup storage area loading program into the main memory. For example, which partition the boot loader starts from may be set by a command/bin/bootenv-g or/bin/bootenv-s.
S102, reading the production data stored in the backup storage area, and running production software in the production data to execute the test aiming at the equipment;
specifically, the production software is software that opens interfaces such as Console, SSH, Telnet, and the like and has a part of special configuration in order to satisfy production convenience. The Console control interface is a common interface used by network equipment for connecting with a computer or terminal equipment; SSH is a security protocol built on an application layer and a transport layer basis, and is a protocol that provides security for telnet sessions and other network services. Telnet is a standard protocol and primary means of internet Telnet services, providing users with the ability to do remote host work on local computers. These external interfaces, if left open directly at shipment, can make the equipment vulnerable to intrusion. However, when the production and test are performed, the external ports need to be opened in order to test the networking function of the device, so that the external connection ports are opened in the production software, and the subsequent test of the device is facilitated.
S103, deleting the production data and restarting the equipment after the test is finished;
in particular, after the device has been produced, it is necessary to test the functioning of the device. After the test is completed, the production software needs to be deleted in addition to the port being closed, because the risk of intrusion into the device is very persevered if the production software is still present. Thus, the production software in the backup storage area may be located, deleted, and the device restarted.
Illustratively, the production software in this embodiment may be directly burned in a Flash memory when burning the software, where the Flash memory is a non-volatile memory.
And S104, reading the shipment data stored in the conventional storage area, and operating shipment software in the shipment data.
The shipment software is software that removes any interfaces that are easily hacked, such as Console, SSH, Telnet, etc. May be stored in a regular storage area.
Specifically, after the device is restarted, it can be started directly from the shipping software in the regular memory area. Before the equipment is restarted, the running index of the current software can be switched to the shipping software, so that the equipment can be started from the shipping software directly after being restarted.
The production software and the shipment software can be simultaneously stored in different storage areas of Flash, the backup storage area and the conventional storage area are only used for referring to the storage area of the production software and the storage area of the shipment software, and in practical application, the names of the two storage areas can be freely set.
In this embodiment, the production software is imported into the backup storage area, and the shipment software is imported into the regular storage area, so that the memory includes both the production software and the shipment software. When the production test is finished, the production software part in the memory backup storage area is directly deleted, only the shipment software in the conventional storage area is reserved, then the shipment software is operated, and the external connection port of the equipment is closed. The mode is simple and efficient to operate and meets the safety requirement.
Fig. 2 is a schematic flow chart of a device production method provided in the second embodiment of the present application, and as shown in fig. 2, the method includes:
s201, storing the production software in a first backup partition of the backup storage area;
in this embodiment, the produced device is a network communication device, and may include a mobile phone, a tablet computer, a wearable device, an in-vehicle device, an Augmented Reality (AR)/Virtual Reality (VR) device, a notebook computer, an ultra-mobile personal computer (UMPC), a netbook, a Personal Digital Assistant (PDA), and other devices.
The main execution body of this embodiment is the device produced as described above, and specifically, the processor of the device may execute the operations in the method.
Specifically, the program code of the production software may be stored in the first backup partition of the backup storage area in advance. Flash memory belongs to one type of memory devices and is a nonvolatile memory. In this embodiment, the data may be stored in a Flash memory. For example, a storage section may be defined as a backup storage area in the Flash memory, and then a first backup partition may be defined in the backup storage area, and a program for producing software is burned in the first backup partition.
S202, storing the equipment production parameters in a second backup partition of the backup storage area;
the device production parameters refer to device parameters of production software, and may include configuration information such as a physical address (Media access control address, MAC address) configuration, a machine Number (SN) code, a wireless configuration, a device login password, an open port, and the like, and may further include some special configuration information.
Specifically, the device parameters of the production software may be stored in advance in the second backup partition of the backup storage area. For example, a second backup partition may be defined in the backup storage area, and the device parameters of the production software may be burned into the second backup partition.
S203, storing the shipment software in a first conventional partition of the conventional storage area;
specifically, the program code of the shipment software may be stored in the first conventional partition of the conventional storage area in advance. For example, a storage area may be defined as a normal storage area in the Flash memory, and then a first normal partition may be defined in the normal storage area, and the program of the shipping software may be burned in the first normal partition.
S204, storing the equipment shipment parameters in a second conventional partition of the conventional storage area;
the device shipment parameters refer to device parameters of shipment software, and may include configuration information such as a physical address (Media access control address, MAC address) configuration, a Serial Number (SN) code, a wireless configuration, a device login password, and the like.
Specifically, the device parameters of the shipment software may be stored in the second regular partition of the regular storage area in advance. For example, a second regular partition may be defined in the regular storage area, and the device parameters of the shipping software may be burned into the first regular partition.
The backup storage area, the normal storage area, the first backup partition, the second backup partition, the first normal partition, and the second normal partition are only used to refer to one storage area, and in practical applications, names of the storage areas can be freely set.
S205, the control device is started from a backup storage area;
specifically, the current software index may be set as a backup storage area, and the device may be started from the first backup partition by default by setting a boot loader. The current software index corresponds to which partition the device is started from currently, and the part is stored in the bootloader, so that the software can be started from the backup storage area by setting the bootloader.
S206, reading the production software from the first backup partition, and reading the equipment production parameters from the second backup partition;
specifically, at device startup, the production software and device parameters of the production software may be read from the backup storage area for execution of the production software.
S207, running the production software according to the equipment production parameters to execute the test aiming at the equipment;
specifically, production software is run to complete the production and testing of the equipment. After the production software runs, the external port of the equipment can be opened, and the networking function of the equipment can be conveniently tested.
S208, acquiring an operation index of the production data;
in particular, the method in the present embodiment may be implemented by a Broadcom platform of bosch. The method comprises the steps that a current software index corresponds to a partition from which equipment is started currently, the partition is stored in a boot loader, and the value is obtained by a corresponding command bootenv in a Braodcom scheme; or may be set by the command/bin/boltenv-g or/bin/boltenv-s.
S209, searching a storage area corresponding to the production data according to the running index;
specifically, the specific storage location of the production data in Flash can be searched by running the index, and then the information of the location is erased.
The method may be implemented in a linux system in which a Memory Technology Device (MTD) isolates a file system from an underlying FLASH memory. The partitions of the MTD correspond to the stored data in Flash. Therefore, the MTD partition corresponding to the production data can be found from the MTD partition table through the running index.
The MTD distribution can be shown as follows:
catproc/mtd
dev:size erasesize name
mtd0:00620000 00020000"Flash1.kernel0"
mtd1:00620000 00020000"Flash1.kernel1"
mtd2:01360000 00020000"Flash1.cm0"
mtd3:01360000 00020000"Flash1.cm1"
mtd4:0e680000 00020000"Flash1.rg0"
mtd5:0e680000 00020000"Flash1.rg1"
mtd6:20000000 00020000"Flash1"
mtd7:00130000 00010000"Flash0.bolt"
mtd8:00010000 00010000"Flash0.macadr"
mtd9:00010000 00010000"Flash0.nvram"
mtd10:00010000 00010000"Flash0.nvram1"
mtd11:00020000 00010000"Flash0.devtree0"
mtd12:00020000 00010000"Flash0.devtree1"
mtd13:00060000 00010000"Flash0.cmnonvol0"
mtd14:00060000 00010000"Flash0.cmnonvol1"
mtd15:000d0000 00010000"Flash0.rgnonvol0"
mtd16:000d0000 00010000"Flash0.rgnonvol1"
mtd17:00400000 00010000"Flash0"
mtd18:0d520000 0001f000"rootfs"
mtd19:00899000 0001f000"images"
by the index number found: if index is 1, that is, corresponding to
mtd1:00620000 00020000"Flash1.kernel1"
mtd3:01360000 00020000"Flash1.cm1"
mtd5:0e680000 00020000"Flash1.rg1"
By analogy, if index is 0, corresponding to
mtd0:00620000 00020000"Flash1.kernel0"
mtd2:01360000 00020000"Flash1.cm0"
mtd4:0e680000 00020000"Flash1.rg0"
From the above, the corresponding mtdN partition can be obtained.
S210, erasing the production data stored in the storage area;
in particular, the corresponding MTD partition may be erased, thereby erasing the corresponding production data. For example, the corresponding partition may be erased by a flash instruction.
S211, setting the current operation index as a conventional storage area for storing the shipment data;
specifically, setting the current running index as the normal storage area enables the device to boot from the normal storage area.
For example, there is a corresponding command boltenv to acquire or set/bin/boltenv-s N in the braodcom scheme that may set index to N.
S212, restarting the equipment;
in particular, the device may be restarted so that the previously performed steps are in effect.
S213, reading the shipment software from the first conventional partition, and reading the equipment shipment parameters from the second conventional partition;
in particular, upon restart of the device, the shipment software and device parameters of the shipment software may be read from the regular memory area for execution of the shipment software.
S214, operating the shipment software according to the equipment shipment parameters.
Specifically, the device is restarted from the shipping software after reading the data, because the external port is closed in the shipping software, the device running the shipping software is closed, and the external port is closed, so that the risk of the device being invaded is reduced.
The method in this embodiment may be used for different operating systems and different platforms, and in practical applications, the method may be implemented differently on each system or platform according to characteristics of the system or platform.
The method is illustrated in a specific example as follows:
when the software is burned, the shipment software and the parameters thereof are directly burned into the Image1 and the nvram1 of the Flash, and the production software and the parameters thereof are burned into the Image2 and the nvram2 of the Flash. Image1, nvram1, Image2, and nvram2 are all different storage areas of Flash.
And setting boot loader default in software to start from image2, starting and completing the test.
And acquiring the index number of the currently running software by using a boltenv command.
The software index is mapped to the/dev/mtd sequence by matching with the output/proc/mtd.
The corresponding/dev/mtd partition is erased using the Flasherase command.
The running index is set to Image1 and nvram1 using the boltenv command, and the device is started from the secure shipping software after restart.
In this embodiment, the production software is stored in the backup storage area, and the shipment software is stored in the regular storage area. The equipment is started from the backup storage area, after the production test is completed, the production software in the backup storage area is erased, and then the equipment is started from the shipment software in the conventional storage area, so that the external access port of the equipment is closed during shipment. The production software is used in the production process to open the external access port, so that the production and the test of the equipment are facilitated; in the shipment process, the production software is erased, and then the external access port is closed through the shipment software, so that the safety requirement of the equipment is met.
Fig. 3 is a schematic structural diagram of an apparatus for producing a device according to a third embodiment of the present application, and as shown in fig. 3, the apparatus 3 includes:
a starting module 31 for controlling the device to start from the backup storage area;
a production software running module 32, configured to read the production data stored in the backup storage area, and run the production software in the production data to perform a test on the device;
a deleting module 33, configured to delete the production data and restart the device after the test is completed;
and the shipment software running module 34 is used for reading the shipment data stored in the conventional storage area and running the shipment software in the shipment data.
The production data further include equipment production parameters, and the apparatus 3 further includes:
the production software storage module is used for storing the production software in a first backup partition of the backup storage area;
and the equipment production parameter storage module is used for storing the equipment production parameters in a second backup partition of the backup storage area.
The production software running module 32 includes:
the first reading submodule is used for reading the production software from the first backup partition and reading the equipment production parameters from the second backup partition;
and the first execution sub-module is used for running the production software according to the equipment production parameters so as to execute the test on the equipment.
The deleting module 33 includes:
the acquisition submodule is used for acquiring the operation index of the production data;
the searching submodule is used for searching a storage area corresponding to the production data according to the running index;
and the erasing submodule is used for erasing the production data stored in the storage area.
The above-mentioned device 3 further comprises:
and the operation index setting module is used for setting the current operation index as a conventional storage area for storing the shipment data.
Above-mentioned shipment data still includes equipment shipment parameter, and above-mentioned device 3 still includes:
the shipment software storage module is used for storing the shipment software in a first conventional partition of the conventional storage area;
and the equipment shipment parameter storage module is used for storing the equipment shipment parameters in a second conventional partition of the conventional storage area.
The shipment software operating module 34 includes:
the second reading sub-module is used for reading the shipping software from the first conventional partition and reading the equipment shipping parameters from the second conventional partition;
and the second execution submodule is used for operating the shipment software according to the equipment shipment parameters.
Fig. 4 is a schematic structural diagram of a terminal device according to an embodiment of the present application. As shown in fig. 4, the terminal device 4 of this embodiment includes: at least one processor 40 (only one shown in fig. 4), a memory 41, and a computer program 42 stored in the memory 41 and executable on the at least one processor 40, the processor 40 implementing the steps in any of the various method embodiments described above when executing the computer program 42.
The terminal device 4 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device may include, but is not limited to, a processor 40, a memory 41. Those skilled in the art will appreciate that fig. 4 is merely an example of the terminal device 4, and does not constitute a limitation of the terminal device 4, and may include more or less components than those shown, or combine some components, or different components, such as an input-output device, a network access device, and the like.
The processor 40 may be a Central Processing Unit (CPU), and the processor 40 may be other general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic device, a discrete gate or transistor logic device, a discrete hardware component, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 41 may in some embodiments be an internal storage unit of the terminal device 4, such as a hard disk or a memory of the terminal device 4. In other embodiments, the memory 41 may also be an external storage device of the terminal device 4, such as a plug-in hard disk provided on the terminal device 4, a smart card (SMC), a Secure Digital (SD) card, a flash card (FlashCard), and so on. Further, the memory 41 may also include both an internal storage unit and an external storage device of the terminal device 4. The memory 41 is used for storing an operating system, an application program, a BootLoader (BootLoader), data, and other programs, such as program codes of the computer program. The memory 41 may also be used to temporarily store data that has been output or is to be output.
It should be noted that, for the information interaction, execution process, and other contents between the above-mentioned devices/units, the specific functions and technical effects thereof are based on the same concept as those of the embodiment of the method of the present application, and specific reference may be made to the part of the embodiment of the method, which is not described herein again.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The embodiments of the present application further provide a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the steps in the above-mentioned method embodiments.
The embodiments of the present application provide a computer program product, which when running on a terminal device, enables the terminal device to implement the steps in the above method embodiments when executed.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, all or part of the processes in the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium and can implement the steps of the embodiments of the methods described above when the computer program is executed by a processor. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer readable medium may include at least: any entity or device capable of carrying computer program code to a photographing apparatus/terminal apparatus, a recording medium, computer memory, Read-only memory (ROM), random-access memory (RAM), an electrical carrier signal, a telecommunications signal, and a software distribution medium. Such as a usb-disk, a removable hard disk, a magnetic or optical disk, etc. In certain jurisdictions, computer-readable media may not be an electrical carrier signal or a telecommunications signal in accordance with legislative and patent practice.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus/network device and method may be implemented in other ways. For example, the above-described apparatus/network device embodiments are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implementing, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not implemented. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present application and are intended to be included within the scope of the present application.

Claims (10)

1. A method of manufacturing a device, comprising:
the control device is started from the backup storage area;
reading the production data stored in the backup storage area and running production software in the production data to execute the test aiming at the equipment;
after the test is finished, deleting the production data and restarting the equipment;
and reading the shipment data stored in the conventional storage area, and operating shipment software in the shipment data.
2. The method of claim 1, wherein the production data further includes device production parameters, and further comprising, prior to the control device being booted from the backup storage area:
storing the production software in a first backup partition of the backup storage area;
storing the device production parameters in a second backup partition of the backup storage area.
3. The method of claim 2, wherein the reading production data stored in the backup storage area and running production software in the production data to perform testing for the device comprises:
reading the production software from the first backup partition and the device production parameters from the second backup partition;
and running the production software according to the equipment production parameters to execute the test aiming at the equipment.
4. The method of claim 1, wherein said deleting said production data after said testing is complete comprises:
acquiring a running index of the production data;
searching a storage area corresponding to the production data according to the running index;
and erasing the production data stored in the storage area.
5. The method of claim 4, wherein prior to said reading shipment data stored in a regular storage area and executing shipment software in said shipment data, further comprising:
and setting the current running index as a conventional storage area for storing the shipment data.
6. The method of claim 1, wherein the shipment data further includes device shipment parameters, and further comprising, prior to the control device being booted from the backup storage area:
storing the shipment software in a first regular partition of the regular storage area;
storing the device shipment parameters in a second general partition of the general storage area.
7. The method of claim 6, wherein reading shipment data stored in the regular storage area and executing shipment software in the shipment data comprises:
reading the shipment software from the first general partition and the device shipment parameters from the second general partition;
and operating the shipment software according to the equipment shipment parameters.
8. An apparatus for producing a device, comprising:
the starting module is used for controlling the equipment to start from the backup storage area;
the production software running module is used for reading the production data stored in the backup storage area and running the production software in the production data so as to execute the test aiming at the equipment;
the deleting module is used for deleting the production data and restarting the equipment after the test is finished;
and the shipment software running module is used for reading the shipment data stored in the conventional storage area and running the shipment software in the shipment data.
9. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1 to 7.
CN202010393088.3A 2020-05-11 2020-05-11 Equipment production method and device, terminal equipment and medium Active CN111722880B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010393088.3A CN111722880B (en) 2020-05-11 2020-05-11 Equipment production method and device, terminal equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010393088.3A CN111722880B (en) 2020-05-11 2020-05-11 Equipment production method and device, terminal equipment and medium

Publications (2)

Publication Number Publication Date
CN111722880A true CN111722880A (en) 2020-09-29
CN111722880B CN111722880B (en) 2024-02-09

Family

ID=72564433

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010393088.3A Active CN111722880B (en) 2020-05-11 2020-05-11 Equipment production method and device, terminal equipment and medium

Country Status (1)

Country Link
CN (1) CN111722880B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254060A (en) * 2021-05-31 2021-08-13 紫光展讯通信(惠州)有限公司 Method, device and equipment for managing and controlling terminal shipment software version

Citations (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200426573A (en) * 2003-05-20 2004-12-01 Inventec Corp Fabrication method of master disk for testing
CN1553320A (en) * 2003-05-30 2004-12-08 英业达股份有限公司 Producing method for testing master disc
TW200608848A (en) * 2004-08-23 2006-03-01 Hwa Chien Electronics Corp Method for tightly combining, assembling, transplanting and resuming substrate
US20060075148A1 (en) * 2004-09-21 2006-04-06 Hitachi Ltd. Method of and system for testing remote storage
US20090132829A1 (en) * 2007-11-21 2009-05-21 Naoya Ohhashi Information processor, method for verifying authenticity of computer program, and computer program product
CN102385582A (en) * 2010-08-31 2012-03-21 中兴通讯股份有限公司 Method, server and system for processing production test data
US20120290537A1 (en) * 2011-05-09 2012-11-15 International Business Machines Corporation Identifying modified chunks in a data set for storage
US20130117233A1 (en) * 2011-11-07 2013-05-09 Sap Ag Point-In-Time Database Recovery Using Log Holes
US8914329B1 (en) * 2012-12-24 2014-12-16 Emc Corporation Automated time-based testing method for distributed system
US8966318B1 (en) * 2012-04-27 2015-02-24 Symantec Corporation Method to validate availability of applications within a backup image
CN104407932A (en) * 2014-10-29 2015-03-11 中国建设银行股份有限公司 Data backup method and device
CN104459515A (en) * 2014-11-14 2015-03-25 深圳市金锐显数码科技有限公司 Mainboard production testing method
CN105067984A (en) * 2015-07-16 2015-11-18 无锡中微腾芯电子有限公司 Method for restoring TSK series probe station MAP by means of test data
CN105260316A (en) * 2015-11-16 2016-01-20 浪潮软件股份有限公司 Dynamic testing method, device and system for software system
CN105279046A (en) * 2015-11-04 2016-01-27 研华科技(中国)有限公司 Method for improving reliability of embedded system
CN105718332A (en) * 2013-05-23 2016-06-29 青岛海信移动通信技术股份有限公司 Intelligent terminal and data backup method thereof
CN105760260A (en) * 2016-02-19 2016-07-13 浙江大华系统工程有限公司 Backup system and backup method
CN105760256A (en) * 2016-02-15 2016-07-13 深圳智锐通科技有限公司 Method and system for automatically switching starting device
CN105975850A (en) * 2016-07-01 2016-09-28 惠州Tcl移动通信有限公司 Software downloading method and system based on mobile terminal
CN106155824A (en) * 2016-06-27 2016-11-23 贵州万臻时代通讯技术有限公司 A kind of mobile phone hardware accelerated ageing test method and system
CN106214165A (en) * 2016-07-18 2016-12-14 北京航空航天大学 The measuring instrument of occupant's synthesizing reflex-time in testing vehicle cab
CN106339203A (en) * 2016-08-10 2017-01-18 钱庆照 Random data generation method
CN106528327A (en) * 2016-09-30 2017-03-22 华为技术有限公司 Data processing method and backup server
CN106528140A (en) * 2016-10-28 2017-03-22 青岛海信移动通信技术股份有限公司 Specification adaptation method and device
CN106775433A (en) * 2015-11-20 2017-05-31 北京奇虎科技有限公司 The storage of one kind virtualization hard disc data, read method and device
CN106775860A (en) * 2016-12-08 2017-05-31 广州杰赛科技股份有限公司 The overloaded method and system of Web configuration files
CN106844125A (en) * 2015-12-03 2017-06-13 昆达电脑科技(昆山)有限公司 The automatic recording device and method of commissioning stage debugging information to be measured
CN107102914A (en) * 2017-05-15 2017-08-29 深圳市奇摩计算机有限公司 Back up and recover the method for data and its realize system and alternate device
CN107122263A (en) * 2017-05-15 2017-09-01 深圳市奇摩计算机有限公司 Recover the method for Backup Data online and its realize system and alternate device
CN107181981A (en) * 2017-05-17 2017-09-19 广州视源电子科技股份有限公司 Method, device, TV and the system of TV upgrading are carried out by external equipment
CN107480008A (en) * 2017-08-18 2017-12-15 郑州云海信息技术有限公司 A kind of method and device of batch copy function system
CN107766071A (en) * 2017-10-23 2018-03-06 郑州云海信息技术有限公司 A kind of method for refreshing IO firmware automatically under linux
CN107918650A (en) * 2017-11-14 2018-04-17 郑州云海信息技术有限公司 A kind of snapshot creation method, device, system and computer-readable recording medium
CN107992379A (en) * 2017-10-30 2018-05-04 深圳市金立通信设备有限公司 A kind of method, mobile terminal and computer-readable medium for reading data message
CN108021473A (en) * 2017-11-29 2018-05-11 山东航天电子技术研究所 The aerospace computer system and safe starting method that a kind of more backups start
CN108153616A (en) * 2016-12-06 2018-06-12 北京京存技术有限公司 A kind of storage chip startup program detection method and device
CN108229144A (en) * 2018-01-12 2018-06-29 百富计算机技术(深圳)有限公司 A kind of verification method of application program, terminal device and storage medium
CN108268343A (en) * 2016-12-31 2018-07-10 中国移动通信集团四川有限公司 The devices, systems, and methods of data backup
CN108664276A (en) * 2018-05-15 2018-10-16 福建升腾资讯有限公司 A method of hardware information is configured by text
CN109031091A (en) * 2018-07-16 2018-12-18 深圳市广和通无线股份有限公司 Interface test method, test macro and test fixture
CN109032580A (en) * 2018-07-14 2018-12-18 河北工程大学 A kind of production method that general data is reported to a higher authorities for approval and analyzes software
CN109062737A (en) * 2018-08-24 2018-12-21 郑州云海信息技术有限公司 A kind of method of quick backup test data
CN109189628A (en) * 2018-10-11 2019-01-11 郑州云海信息技术有限公司 A kind of BMC log processing method and system applied to server test
CN109376033A (en) * 2018-09-21 2019-02-22 平安科技(深圳)有限公司 Snap backup method, device, computer equipment and storage medium
CN109445717A (en) * 2018-11-15 2019-03-08 北京中电普华信息技术有限公司 Date storage method and device when a kind of dual-host backup
CN109550697A (en) * 2018-09-30 2019-04-02 东莞市迪文数字技术有限公司 A kind of AGV intelligent sorting system and its flow and method
CN109684254A (en) * 2018-11-23 2019-04-26 包头钢铁(集团)有限责任公司 A method of digital control system stability is promoted using exented memory
CN109683899A (en) * 2017-10-18 2019-04-26 中移(苏州)软件技术有限公司 A kind of software integrating method and device
CN109783283A (en) * 2018-12-11 2019-05-21 中国长城科技集团股份有限公司 A kind of processing method, device and the terminal device of hardware detection information
CN109815059A (en) * 2019-01-30 2019-05-28 郑州云海信息技术有限公司 A kind of data back up method, system and board and storage medium
US10310949B1 (en) * 2016-12-22 2019-06-04 EMC IP Holding Company LLC Disaster restore of big data application with near zero RTO
CN109918142A (en) * 2019-03-19 2019-06-21 深圳创维-Rgb电子有限公司 A kind of software restarting method, apparatus, terminal and storage medium
CN109992448A (en) * 2017-12-31 2019-07-09 中国移动通信集团山西有限公司 File change incremental backup method, device, equipment and medium
CN110263584A (en) * 2019-06-19 2019-09-20 华中科技大学 A kind of data integrity auditing method and system based on block chain
CN110515671A (en) * 2019-09-03 2019-11-29 Oppo(重庆)智能科技有限公司 Initial method, apparatus for initializing, terminal device and readable storage medium storing program for executing
CN110889774A (en) * 2018-09-07 2020-03-17 Oppo(重庆)智能科技有限公司 Multi-region mobile phone production method and device and electronic equipment
CN110992992A (en) * 2019-10-31 2020-04-10 苏州浪潮智能科技有限公司 Hard disk test method, device and storage medium

Patent Citations (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200426573A (en) * 2003-05-20 2004-12-01 Inventec Corp Fabrication method of master disk for testing
CN1553320A (en) * 2003-05-30 2004-12-08 英业达股份有限公司 Producing method for testing master disc
TW200608848A (en) * 2004-08-23 2006-03-01 Hwa Chien Electronics Corp Method for tightly combining, assembling, transplanting and resuming substrate
US20060075148A1 (en) * 2004-09-21 2006-04-06 Hitachi Ltd. Method of and system for testing remote storage
US20090132829A1 (en) * 2007-11-21 2009-05-21 Naoya Ohhashi Information processor, method for verifying authenticity of computer program, and computer program product
CN102385582A (en) * 2010-08-31 2012-03-21 中兴通讯股份有限公司 Method, server and system for processing production test data
US20120290537A1 (en) * 2011-05-09 2012-11-15 International Business Machines Corporation Identifying modified chunks in a data set for storage
US20130117233A1 (en) * 2011-11-07 2013-05-09 Sap Ag Point-In-Time Database Recovery Using Log Holes
US8966318B1 (en) * 2012-04-27 2015-02-24 Symantec Corporation Method to validate availability of applications within a backup image
US8914329B1 (en) * 2012-12-24 2014-12-16 Emc Corporation Automated time-based testing method for distributed system
CN105718332A (en) * 2013-05-23 2016-06-29 青岛海信移动通信技术股份有限公司 Intelligent terminal and data backup method thereof
CN104407932A (en) * 2014-10-29 2015-03-11 中国建设银行股份有限公司 Data backup method and device
CN104459515A (en) * 2014-11-14 2015-03-25 深圳市金锐显数码科技有限公司 Mainboard production testing method
CN105067984A (en) * 2015-07-16 2015-11-18 无锡中微腾芯电子有限公司 Method for restoring TSK series probe station MAP by means of test data
CN105279046A (en) * 2015-11-04 2016-01-27 研华科技(中国)有限公司 Method for improving reliability of embedded system
CN105260316A (en) * 2015-11-16 2016-01-20 浪潮软件股份有限公司 Dynamic testing method, device and system for software system
CN106775433A (en) * 2015-11-20 2017-05-31 北京奇虎科技有限公司 The storage of one kind virtualization hard disc data, read method and device
CN106844125A (en) * 2015-12-03 2017-06-13 昆达电脑科技(昆山)有限公司 The automatic recording device and method of commissioning stage debugging information to be measured
CN105760256A (en) * 2016-02-15 2016-07-13 深圳智锐通科技有限公司 Method and system for automatically switching starting device
CN105760260A (en) * 2016-02-19 2016-07-13 浙江大华系统工程有限公司 Backup system and backup method
CN106155824A (en) * 2016-06-27 2016-11-23 贵州万臻时代通讯技术有限公司 A kind of mobile phone hardware accelerated ageing test method and system
CN105975850A (en) * 2016-07-01 2016-09-28 惠州Tcl移动通信有限公司 Software downloading method and system based on mobile terminal
CN106214165A (en) * 2016-07-18 2016-12-14 北京航空航天大学 The measuring instrument of occupant's synthesizing reflex-time in testing vehicle cab
CN106339203A (en) * 2016-08-10 2017-01-18 钱庆照 Random data generation method
CN106528327A (en) * 2016-09-30 2017-03-22 华为技术有限公司 Data processing method and backup server
CN106528140A (en) * 2016-10-28 2017-03-22 青岛海信移动通信技术股份有限公司 Specification adaptation method and device
CN108153616A (en) * 2016-12-06 2018-06-12 北京京存技术有限公司 A kind of storage chip startup program detection method and device
CN106775860A (en) * 2016-12-08 2017-05-31 广州杰赛科技股份有限公司 The overloaded method and system of Web configuration files
US10310949B1 (en) * 2016-12-22 2019-06-04 EMC IP Holding Company LLC Disaster restore of big data application with near zero RTO
CN108268343A (en) * 2016-12-31 2018-07-10 中国移动通信集团四川有限公司 The devices, systems, and methods of data backup
CN107122263A (en) * 2017-05-15 2017-09-01 深圳市奇摩计算机有限公司 Recover the method for Backup Data online and its realize system and alternate device
CN107102914A (en) * 2017-05-15 2017-08-29 深圳市奇摩计算机有限公司 Back up and recover the method for data and its realize system and alternate device
CN107181981A (en) * 2017-05-17 2017-09-19 广州视源电子科技股份有限公司 Method, device, TV and the system of TV upgrading are carried out by external equipment
CN110493646A (en) * 2017-05-17 2019-11-22 广州视源电子科技股份有限公司 Method, apparatus, TV and the system of TV upgrading are carried out by external equipment
CN107480008A (en) * 2017-08-18 2017-12-15 郑州云海信息技术有限公司 A kind of method and device of batch copy function system
CN109683899A (en) * 2017-10-18 2019-04-26 中移(苏州)软件技术有限公司 A kind of software integrating method and device
CN107766071A (en) * 2017-10-23 2018-03-06 郑州云海信息技术有限公司 A kind of method for refreshing IO firmware automatically under linux
CN107992379A (en) * 2017-10-30 2018-05-04 深圳市金立通信设备有限公司 A kind of method, mobile terminal and computer-readable medium for reading data message
CN107918650A (en) * 2017-11-14 2018-04-17 郑州云海信息技术有限公司 A kind of snapshot creation method, device, system and computer-readable recording medium
CN108021473A (en) * 2017-11-29 2018-05-11 山东航天电子技术研究所 The aerospace computer system and safe starting method that a kind of more backups start
CN109992448A (en) * 2017-12-31 2019-07-09 中国移动通信集团山西有限公司 File change incremental backup method, device, equipment and medium
CN108229144A (en) * 2018-01-12 2018-06-29 百富计算机技术(深圳)有限公司 A kind of verification method of application program, terminal device and storage medium
CN108664276A (en) * 2018-05-15 2018-10-16 福建升腾资讯有限公司 A method of hardware information is configured by text
CN109032580A (en) * 2018-07-14 2018-12-18 河北工程大学 A kind of production method that general data is reported to a higher authorities for approval and analyzes software
CN109031091A (en) * 2018-07-16 2018-12-18 深圳市广和通无线股份有限公司 Interface test method, test macro and test fixture
CN109062737A (en) * 2018-08-24 2018-12-21 郑州云海信息技术有限公司 A kind of method of quick backup test data
CN110889774A (en) * 2018-09-07 2020-03-17 Oppo(重庆)智能科技有限公司 Multi-region mobile phone production method and device and electronic equipment
CN109376033A (en) * 2018-09-21 2019-02-22 平安科技(深圳)有限公司 Snap backup method, device, computer equipment and storage medium
CN109550697A (en) * 2018-09-30 2019-04-02 东莞市迪文数字技术有限公司 A kind of AGV intelligent sorting system and its flow and method
CN109189628A (en) * 2018-10-11 2019-01-11 郑州云海信息技术有限公司 A kind of BMC log processing method and system applied to server test
CN109445717A (en) * 2018-11-15 2019-03-08 北京中电普华信息技术有限公司 Date storage method and device when a kind of dual-host backup
CN109684254A (en) * 2018-11-23 2019-04-26 包头钢铁(集团)有限责任公司 A method of digital control system stability is promoted using exented memory
CN109783283A (en) * 2018-12-11 2019-05-21 中国长城科技集团股份有限公司 A kind of processing method, device and the terminal device of hardware detection information
CN109815059A (en) * 2019-01-30 2019-05-28 郑州云海信息技术有限公司 A kind of data back up method, system and board and storage medium
CN109918142A (en) * 2019-03-19 2019-06-21 深圳创维-Rgb电子有限公司 A kind of software restarting method, apparatus, terminal and storage medium
CN110263584A (en) * 2019-06-19 2019-09-20 华中科技大学 A kind of data integrity auditing method and system based on block chain
CN110515671A (en) * 2019-09-03 2019-11-29 Oppo(重庆)智能科技有限公司 Initial method, apparatus for initializing, terminal device and readable storage medium storing program for executing
CN110992992A (en) * 2019-10-31 2020-04-10 苏州浪潮智能科技有限公司 Hard disk test method, device and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254060A (en) * 2021-05-31 2021-08-13 紫光展讯通信(惠州)有限公司 Method, device and equipment for managing and controlling terminal shipment software version

Also Published As

Publication number Publication date
CN111722880B (en) 2024-02-09

Similar Documents

Publication Publication Date Title
US11687645B2 (en) Security control method and computer system
RU2439678C2 (en) Initial download of operating system in separate stages
US9507604B2 (en) Boot method and boot system
US8504815B2 (en) Method of using an information handling system having a boot file, and an information handling system and machine-executable code for carrying out the method
CN110162429B (en) System repair method, server and storage medium
US7007195B2 (en) BIOS shadowed small-print hard disk drive as robust, always on, backup for hard disk image & software failure
CN110083399B (en) Applet running method, computer device and storage medium
CN111177703B (en) Method and device for determining data integrity of operating system
CN110515671B (en) Initialization method, initialization device, terminal device and readable storage medium
US8117432B2 (en) Method for controlling boot sequence of server
CN111722880B (en) Equipment production method and device, terminal equipment and medium
CN116700768B (en) Application processing method and related device
CN111782474A (en) Log processing method and device, electronic equipment and medium
WO2023060893A1 (en) Storage space management method and apparatus, and device and storage medium
CN110045966A (en) Processing method, device and the equipment of erector
CN112181467B (en) Method and device for upgrading memory firmware of terminal, terminal and storage medium
CN113010197B (en) Application silence upgrading method, system, terminal equipment and storage medium
CN112100479A (en) Application access method and device, electronic equipment and storage medium
CN110688171A (en) Plug-in configuration method, device, equipment and storage medium of application program
CN117234544B (en) Method and device for recovering system of server equipment
CN116991447B (en) Operating system updating method and related equipment
CN114185602B (en) Starting method, device and terminal of operating system
US20240037239A1 (en) System and method for efficient secured startup of data processing systems
CN117270976A (en) Method, device, equipment and storage medium for starting basic input/output system
CN114880722A (en) Device mounting method, computing device and readable storage medium

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