CN113064782B - Memory error injection automation system, use method and medium - Google Patents

Memory error injection automation system, use method and medium Download PDF

Info

Publication number
CN113064782B
CN113064782B CN202110303941.2A CN202110303941A CN113064782B CN 113064782 B CN113064782 B CN 113064782B CN 202110303941 A CN202110303941 A CN 202110303941A CN 113064782 B CN113064782 B CN 113064782B
Authority
CN
China
Prior art keywords
memory
error
module
injection
error injection
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
CN202110303941.2A
Other languages
Chinese (zh)
Other versions
CN113064782A (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.)
Shandong Yingxin Computer Technology Co Ltd
Original Assignee
Shandong Yingxin Computer Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Yingxin Computer Technology Co Ltd filed Critical Shandong Yingxin Computer Technology Co Ltd
Priority to CN202110303941.2A priority Critical patent/CN113064782B/en
Publication of CN113064782A publication Critical patent/CN113064782A/en
Application granted granted Critical
Publication of CN113064782B publication Critical patent/CN113064782B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing
    • G06F11/263Generation of test inputs, e.g. test vectors, patterns or sequences ; with adaptation of the tested hardware for testability with external testers
    • G06F11/2635Generation of test inputs, e.g. test vectors, patterns or sequences ; with adaptation of the tested hardware for testability with external testers using a storage for the test inputs, e.g. test ROM, script 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/451Execution arrangements for user interfaces
    • 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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

The invention discloses an automatic system for memory error injection, which is characterized by comprising the following components: the device comprises a memory information acquisition module, an error injection module and an interfacing module; the interface module is respectively connected with the memory information acquisition module and the error injection module; the memory information acquisition module is used for acquiring the position information and the model information of the memory of the slot; the fault injection module is used for injecting faults into the memory; the interface module is used for providing a graphical interface, displaying the position information and the model information of the memory and displaying the injection error result, and by the mode, a graphical interface friendly to developers can be realized, the operation can be easily realized, the operation is easy, the functional encapsulation of the Intel native Python script is provided for users, the injection error of the memory can be realized without knowing the principle and the language of a command line, the automatic injection error can be carried out according to the requirements of the users, and the injection error can be carried out on all in-place memories by one key after the injection error type is selected.

Description

Memory error injection automation system, use method and medium
Technical Field
The invention relates to the technical field of server detection, in particular to an automatic system for memory error injection, a using method and a medium.
Background
In the development process of server products, in order to verify the robustness, robustness and monitoring capability of a server, errors, such as repairable or unrepairable errors on a CPU, a memory and an external device, are often artificially injected into the server, and after the errors are injected, whether the server can normally operate is detected, and whether the server can repair the repairable errors is detected.
Currently, when a server is verified, a set of client scripts provided by Intel is generally adopted, but the scripts have many disadvantages, for example, an operation interface is a command line interface, and a related command needs to be manually input; the user is required to inquire the data to find out the corresponding command input, and the user cannot use the command if the user does not know the command or forgets the command; the batch injection errors cannot be realized, the user can only inject the errors one by one, and the time is more consumed when a large number of errors need to be injected.
Disclosure of Invention
The invention mainly solves the problems that a client script operation interface is not friendly and error injection in batches cannot be carried out in the server verification process.
In order to solve the technical problems, the invention adopts a technical scheme that: an automated system for memory error injection is provided, comprising: the device comprises a memory information acquisition module, an error injection module and an interfacing module;
the interface module is respectively connected with the memory information acquisition module and the fault injection module;
the memory information acquisition module is used for acquiring the position information and the model information of the memory of the slot;
the error injection module is used for injecting errors into the memory;
the interface module is used for providing a graphical interface, displaying the position information and the model information of the memory and displaying the injection error result.
Further, the position information acquired by the memory information acquisition module includes CPU information, slot number and channel number corresponding to the memory;
the model information acquired by the memory information acquisition module comprises manufacturer information of the memory, capacity of the memory and working frequency of the memory.
Further, the interfacing module is further configured to invoke the error injection module, input the suite word, the slot number, the channel number, and the error type corresponding to the error injection module, and inject the error into the memory.
Further, the interfacing module is further configured to perform one-key error injection, select one-key error injection on the graphical interface when the error types are uniform, and invoke the error injection module in a multi-thread manner to inject an error into at least one memory.
Further, after the error injection module injects errors, the interfacing module receives the return value of the error injection module and displays the return value on the graphical interface.
Further, the error types include recoverable errors and non-recoverable errors.
Further, the return value includes the number of successful errors, the number of missed errors, and the location information of the memory corresponding to the missed errors.
The invention also provides a use method of the memory error injection automation system, which comprises the following steps:
selecting error injection types on the graphical interface according to the position information of the memory;
judging whether one-key error injection is needed, if so, calling an error injection module in a multi-thread mode, and injecting an error into at least one memory;
and judging whether the memory needs to be maintained or not according to the return value of the fault injection module, and if the return value has fault injection failure, maintaining the memory according to the position information of the memory corresponding to the fault injection failure.
Further, the determining whether a one-key error injection is needed, if so, invoking an error injection module in multiple threads, and the step of injecting an error into at least one memory further includes: and if the error injection does not need to be carried out by one key, injecting the error into the memory according to the DIMM slot number and the channel number.
The invention also provides a computer-readable storage medium, in which a computer program is stored, which, when executed by a processor, implements the method steps of using any of the memory error injection automation systems.
The invention has the beneficial effects that:
1. the memory error injection automation system can realize a graphical interface friendly to developers, can be used easily, is easy to operate, provides functional packaging of an Intel native Python script for a user, can inject errors into the memory without knowing principles and command line languages, can inject errors into the memory automatically according to user requirements, and can also inject errors into all in-place memories by one key after selecting error injection types.
2. The use method of the memory error injection automation system can realize the error injection of the memory according to the position information of the memory, and after the error type is selected to be completed, whether the error injection is performed by one key is selected, and the error injection can be performed by one key on the memory of the server according to the requirement of a user and can also be performed on the specified memory.
3. The medium of the using method of the automatic system for the memory error injection can achieve the purpose of obtaining the position information of the memory, and even if maintenance personnel do not open a server cabinet, the medium can also inject the error into the specified memory.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a topological diagram of a memory error injection automation system according to embodiment 1 of the present invention;
fig. 2 is a flowchart of a method for using an automatic memory error injection system according to embodiment 2 of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it should be understood that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that, in the description of the present invention,
DIMM (Dual-Inline-Memory-Modules) is a Dual Inline Memory module;
the CPU (Central Processing Unit) is a Central Processing Unit.
Example 1
Referring to fig. 1, an automatic system for memory fault injection according to the present invention includes: the device comprises a memory information acquisition module, an error injection module and an interfacing module;
because the implementation of the embodiment is based on the python language, some python native library functions are adopted to implement the functions of the whole automation system.
The memory information acquisition module takes a dimminfo function as a main function for realizing functions, can acquire the in-place conditions of memory banks of all DIMM slots of the server to be tested, such as the position information of the memory banks, including CPU data, slot numbers, channel numbers and the like of the memory, and can also acquire the model information of the memory banks, such as manufacturers of the memory banks, the capacity of the memory, the working frequency of the memory and the like, and sends a plurality of information acquisition instructions to the memory banks, and acquires memory card information corresponding to the information acquisition instructions according to return values.
The fault injection module takes an injectMemError function as a main function for realizing functions, parameters in the injectMemError function comprise a socket word, a channel number, a DIMM slot number, a grade and an error type, the parameters are filled in the fault injection module, errors can be specified to be injected into a memory, for example, ce or uce is input into the error type parameter, recoverable errors or unrecoverable errors can be injected into a memory bank, after the injectMemError function injects errors into the memory card, the return value of the function is a fault injection result, because the DIMM is a dual in-line slot, the slot number of the dual in-line SIMM slot can be obtained according to the same mode.
The interface module uses a series of original library functions of python, and a graphical interface can be quickly and conveniently created through the library functions, because the existing client script is operated by a command line, most of server maintenance personnel who are not familiar with the language of the command line cannot conveniently operate, the graphical interface is adopted in the embodiment, so that the server maintenance personnel can obtain a friendly interface, and therefore, on the graphical interface, the position information and the model information of the memory bank acquired through the memory information acquisition module can be displayed on the graphical interface.
In a graphical interface of the interface module, each in-place memory has an error injection type behind it, and after a server maintainer selects an error injection type, the interface module sends error injection type information to the error injection module, and the error injection module assigns the error injection type to an error type parameter of the injectMemError function.
The interface module is provided with a one-key error injection function, the function is realized by relying on an injectMemError function, when server maintenance personnel need to inject errors into all memory cards in the server, and the types of the errors are uniform, the server maintenance personnel can select one-key error injection, call the injectMemError function through multithreading, and inject the errors into the multiple memory cards.
And after the memory card is subjected to error injection through the injectMemError function, a return value can be obtained, the return value is equivalent to an error injection result, the result is fed back to a graphical interface of the interfacing module, and the result comprises an error injection success number, an error injection failure number and memory position information corresponding to the error injection failure.
Example 2
The embodiment of the present invention provides a method for using a memory error injection automation system, please refer to fig. 2, which includes the following steps:
because the memory information acquisition module, the error injection module and the interface module are integrated, on a graphical interface provided by the interface module, the error injection type of the memory is selected behind the position information of the memory according to the position information of the provided memory, when all the error injection types are uniform, the interface module can call an injectMemError function of the error injection module by multiple lines, a key error injection is selected on the graphical interface, error injection is carried out on all the memories of the server, because the error injection module can obtain a return value after error injection is completed, whether one-key error injection is realized or not is judged on the graphical interface according to the return value, if the number of the error injection success is equal to the number of the memories selected by the user, the error injection success is proved, and if the number of failures exists, the memory is maintained according to the position information of the memory which fails to inject the errors.
If we do not select a key for error injection, the specified memory can be subjected to error injection according to the DIMM slot number and the channel number, whether the error injection is successful or not is judged according to a return value after the error injection is finished, if the error injection is successful, the error injection is finished, and if the error injection is failed, the memory is maintained according to the position information of the memory in which the error injection fails.
Based on the same inventive concept as the method in the foregoing embodiments, an embodiment of the present specification further provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of the method for using the memory error injection automation system as disclosed in the foregoing are implemented.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps of implementing the above embodiments may be implemented by hardware, and a program that can be implemented by the hardware and can be instructed by the program to be executed by the relevant hardware may be stored in a computer readable storage medium, where the storage medium may be a read-only memory, a magnetic or optical disk, and the like.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent structures or equivalent flow transformations made by using the contents of the specification and the drawings, or applied directly or indirectly to other related technical fields, are included in the scope of the present invention.

Claims (7)

1. An automated system for memory error injection, comprising: the device comprises a memory information acquisition module, an error injection module and an interfacing module;
the interface module is respectively connected with the memory information acquisition module and the fault injection module;
the memory information acquisition module is used for acquiring the position information and the model information of the memory of the slot;
the error injection module is used for injecting errors into the memory;
the interface module is used for providing a graphical interface, displaying the position information and the model information of the memory and displaying the injection error result;
the position information acquired by the memory information acquisition module comprises CPU information, a slot number and a channel number corresponding to a memory;
the model information acquired by the memory information acquisition module comprises manufacturer information of the memory, capacity of the memory and working frequency of the memory;
the interface module is further configured to call the fault injection module, input the suite word, the slot number, the channel number, and the fault type corresponding to the fault injection module, and inject the fault into the memory;
the interface module is further used for performing one-key error injection, selecting one-key error injection on the graphical interface when the error types are uniform, calling the error injection module in a multi-thread mode, and injecting errors into at least one memory.
2. The automated in-memory error injection system of claim 1, wherein: and after the error injection module injects errors, the interfacing module receives the return value of the error injection module and displays the return value on the graphical interface.
3. The automated in-memory error injection system of claim 1, wherein: the error types include recoverable errors and non-recoverable errors.
4. The automated in-memory error injection system of claim 2, wherein: the return value comprises the successful number of the error injection, the number of the error injection and the position information of the memory corresponding to the error injection.
5. Use of an automated system for memory error injection according to any of claims 1 to 4, characterized in that it comprises the following steps:
selecting error injection types on a graphical interface according to the position information of the memory;
judging whether one-key error injection is needed, if so, calling an error injection module in a multi-thread mode, and injecting an error into at least one memory;
and judging whether the memory needs to be maintained or not according to the return value of the fault injection module, and if the return value has fault injection failure, maintaining the memory according to the position information of the memory corresponding to the fault injection failure.
6. The method of claim 5, wherein the method further comprises: the step of judging whether one-key error injection is needed, if so, calling an error injection module in a multithread way, and the step of injecting errors into at least one memory further comprises the following steps: and if the error injection does not need to be carried out by one key, injecting the error into the memory according to the slot number and the channel number.
7. A computer-readable storage medium, in which a computer program is stored, which, when being executed by a processor, carries out the method steps of using the in-memory error-injection automation system according to any one of claims 5 to 6.
CN202110303941.2A 2021-03-22 2021-03-22 Memory error injection automation system, use method and medium Active CN113064782B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110303941.2A CN113064782B (en) 2021-03-22 2021-03-22 Memory error injection automation system, use method and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110303941.2A CN113064782B (en) 2021-03-22 2021-03-22 Memory error injection automation system, use method and medium

Publications (2)

Publication Number Publication Date
CN113064782A CN113064782A (en) 2021-07-02
CN113064782B true CN113064782B (en) 2023-03-24

Family

ID=76562729

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110303941.2A Active CN113064782B (en) 2021-03-22 2021-03-22 Memory error injection automation system, use method and medium

Country Status (1)

Country Link
CN (1) CN113064782B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115824199A (en) * 2022-11-07 2023-03-21 北京自动化控制设备研究所 Microminiature multi-information fusion autonomous navigation system

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5671352A (en) * 1995-07-07 1997-09-23 Sun Microsystems, Inc. Error injection to a behavioral model
CN101783184A (en) * 2010-01-15 2010-07-21 哈尔滨工业大学 Double data rate 2 (DDR2) memory failure injecting tool and injecting method based on field programmable gate array (FPGA)
CN102222032A (en) * 2011-05-20 2011-10-19 哈尔滨工业大学 Device and method for fault injection of 1394 bus
CN102768642A (en) * 2012-06-25 2012-11-07 浪潮电子信息产业股份有限公司 LINUX kernel reliability evaluating system and LINUX kernel reliability evaluating method based on source code analysis
JP2017126357A (en) * 2017-03-07 2017-07-20 インテル・コーポレーション Method and apparatus for injecting errors into memory
CN107273259A (en) * 2017-06-08 2017-10-20 郑州云海信息技术有限公司 Wrong method of testing and system is noted under a kind of linux system based on IDK internal memories
CN108737187A (en) * 2018-05-23 2018-11-02 哈尔滨工业大学 A kind of CAN bus fault simulation system and failure simulation method
CN108962335A (en) * 2018-07-26 2018-12-07 郑州云海信息技术有限公司 A kind of test device and method that memory circulation note is wrong
JP2019153118A (en) * 2018-03-05 2019-09-12 東芝情報システム株式会社 Evaluation analysis target memory device and memory evaluation analysis system
CN110413468A (en) * 2019-08-06 2019-11-05 哈尔滨工业大学 The online fault filling method of FPGA based on code mutation
CN111651353A (en) * 2020-05-29 2020-09-11 北京百度网讯科技有限公司 Fault injection method and device, electronic equipment and storage medium
CN111984524A (en) * 2019-05-24 2020-11-24 阿里巴巴集团控股有限公司 Fault injection method, fault simulation method, fault injection device, and storage medium
CN112181747A (en) * 2020-10-10 2021-01-05 中国运载火箭技术研究院 System fault injection method, injection device and storage medium
CN112241346A (en) * 2020-10-23 2021-01-19 浪潮电子信息产业股份有限公司 Method, device and system for testing BIOS memory fault detection capability
CN112463481A (en) * 2020-11-23 2021-03-09 苏州浪潮智能科技有限公司 Method and system for testing BMC fault diagnosis function based on remote XDP function

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8190983B2 (en) * 2008-06-12 2012-05-29 Lsi Corporation Apparatus and methods for CRC error injection in a storage system
JP2014531681A (en) * 2011-09-29 2014-11-27 インテル・コーポレーション Method and apparatus for injecting errors into memory
US11010522B2 (en) * 2017-11-14 2021-05-18 Synopsys, Inc. Efficient mechanism for interactive fault analysis in formal verification environment

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5671352A (en) * 1995-07-07 1997-09-23 Sun Microsystems, Inc. Error injection to a behavioral model
CN101783184A (en) * 2010-01-15 2010-07-21 哈尔滨工业大学 Double data rate 2 (DDR2) memory failure injecting tool and injecting method based on field programmable gate array (FPGA)
CN102222032A (en) * 2011-05-20 2011-10-19 哈尔滨工业大学 Device and method for fault injection of 1394 bus
CN102768642A (en) * 2012-06-25 2012-11-07 浪潮电子信息产业股份有限公司 LINUX kernel reliability evaluating system and LINUX kernel reliability evaluating method based on source code analysis
JP2017126357A (en) * 2017-03-07 2017-07-20 インテル・コーポレーション Method and apparatus for injecting errors into memory
CN107273259A (en) * 2017-06-08 2017-10-20 郑州云海信息技术有限公司 Wrong method of testing and system is noted under a kind of linux system based on IDK internal memories
JP2019153118A (en) * 2018-03-05 2019-09-12 東芝情報システム株式会社 Evaluation analysis target memory device and memory evaluation analysis system
CN108737187A (en) * 2018-05-23 2018-11-02 哈尔滨工业大学 A kind of CAN bus fault simulation system and failure simulation method
CN108962335A (en) * 2018-07-26 2018-12-07 郑州云海信息技术有限公司 A kind of test device and method that memory circulation note is wrong
CN111984524A (en) * 2019-05-24 2020-11-24 阿里巴巴集团控股有限公司 Fault injection method, fault simulation method, fault injection device, and storage medium
CN110413468A (en) * 2019-08-06 2019-11-05 哈尔滨工业大学 The online fault filling method of FPGA based on code mutation
CN111651353A (en) * 2020-05-29 2020-09-11 北京百度网讯科技有限公司 Fault injection method and device, electronic equipment and storage medium
CN112181747A (en) * 2020-10-10 2021-01-05 中国运载火箭技术研究院 System fault injection method, injection device and storage medium
CN112241346A (en) * 2020-10-23 2021-01-19 浪潮电子信息产业股份有限公司 Method, device and system for testing BIOS memory fault detection capability
CN112463481A (en) * 2020-11-23 2021-03-09 苏州浪潮智能科技有限公司 Method and system for testing BMC fault diagnosis function based on remote XDP function

Also Published As

Publication number Publication date
CN113064782A (en) 2021-07-02

Similar Documents

Publication Publication Date Title
US9047413B2 (en) White-box testing systems and/or methods for use in connection with graphical user interfaces
CN113238930B (en) Method and device for testing software system, terminal equipment and storage medium
CN110716878B (en) Automatic interface testing method, device and system
CN113064782B (en) Memory error injection automation system, use method and medium
CN111694612A (en) Configuration checking method, device, computer system and storage medium
CN111881041A (en) Front-end application testing method and device, terminal equipment and storage medium
CN108038020B (en) Webpage fault tracking method and device, electronic equipment and computer storage medium
CN111475106A (en) RAID customization creating method, system, terminal and storage medium
CN112925583B (en) Host application capability extension method, device, equipment and storage medium
CN110554956B (en) BDMS automatic test method
KR101563494B1 (en) Real-time source code security weaknesses detection apparatus and method according to the file changes
CN112416749A (en) Development code testing method, system, terminal and storage medium of BMC (baseboard management controller) functional items
CN111488288A (en) Method, device, terminal and storage medium for testing BMC ACD stability
CN116599881A (en) Cloud platform tenant modeling test method, device, equipment and storage medium
CN111352610A (en) Interface return value modification method and device, electronic equipment and storage medium
CN115658482A (en) Database testing method and device, electronic equipment and computer readable storage medium
CN113238940A (en) Interface test result comparison method, device, equipment and storage medium
CN111176975A (en) Test method, device, equipment and computer readable storage medium
CN111858198A (en) Multi-scheme memory plugging test method, system, terminal and storage medium
CN112256554A (en) Method and equipment for testing based on scene test case
CN111581019A (en) Test method and device for storage fault recovery
CN117234789B (en) Verification and error correction method and device, electronic equipment and storage medium
CN111177241A (en) Data processing method, device and system, electronic equipment and storage medium thereof
CN115129355B (en) Page repair method, system and computer equipment thereof
CN112542200B (en) Method and device for checking power-on parameters of nonvolatile flash memory, storage medium and terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant