CN112463242A - Starting method and device for electric energy meter operating system, electric energy meter and storage medium - Google Patents

Starting method and device for electric energy meter operating system, electric energy meter and storage medium Download PDF

Info

Publication number
CN112463242A
CN112463242A CN202011494885.7A CN202011494885A CN112463242A CN 112463242 A CN112463242 A CN 112463242A CN 202011494885 A CN202011494885 A CN 202011494885A CN 112463242 A CN112463242 A CN 112463242A
Authority
CN
China
Prior art keywords
code
operating system
starting
electric energy
system code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011494885.7A
Other languages
Chinese (zh)
Inventor
李向锋
张晓平
王鹏
曾争
张思建
邓凯
吴嘉明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Southern Power Grid Power Technology Co Ltd
Original Assignee
China Southern Power Grid Power 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 China Southern Power Grid Power Technology Co Ltd filed Critical China Southern Power Grid Power Technology Co Ltd
Priority to CN202011494885.7A priority Critical patent/CN112463242A/en
Publication of CN112463242A publication Critical patent/CN112463242A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application provides a starting method and device of an electric energy meter operating system, an electric energy meter and a storage medium. According to the method and the device, a plurality of system code areas are set in the FLASH storage space in the electric energy meter processor chip, one system code area corresponds to one group of operating system codes, then the operating system codes in any one system code area are selectively started according to the execution of the starting codes, the process that the operating system codes need to be copied before starting in the existing starting mode is omitted, the starting time consumption of the operating system is reduced, and the technical problem that the metering and other high-level functions of the existing electric energy meter are easily affected due to the fact that the operating system is too long in starting time is solved.

Description

Starting method and device for electric energy meter operating system, electric energy meter and storage medium
Technical Field
The application relates to the field of electric energy meters, in particular to a starting method and device of an electric energy meter operating system, an electric energy meter and a storage medium.
Background
Along with social development, the use requirement of power consumers on electric energy is higher and higher, and the electric energy meter is used as a connection node between a power grid enterprise and the users, so that the requirement for improving the intelligent level is increasingly urgent. At present, the technical development of domestic new generation electric energy meter is to international orbit, under this big environment, embedded use operating system on the administrative unit, can be with the function APP of new generation electric energy meter to can customize the advanced function of electric energy meter in a flexible way, make the electric energy meter possess low voltage electric wire netting user ecological construction requirement.
The conventional embedded system needs to maintain the stability and reliability of the system operation in operation and has an updating function. A common embedded operating system resides on ROM and is read from ROM onto RAM and run when the device is started.
In the system starting process or switching process of the existing embedded electric energy meter, when a new operating system is started, the switching of operating system codes from a ROM to a RAM or from an external memory to the RAM is basically involved, the cost of copying and transmitting internal codes is very high, and the switching time reaches the second level or even the minute level, so that the technical problem that the metering and other high-level functions of the electric energy meter are easily influenced due to the fact that the operating system is started for too long time is caused.
Disclosure of Invention
The application provides a starting method and device of an electric energy meter operating system, an electric energy meter and a storage medium, which are used for solving the technical problem that the metering and other high-level functions of the existing electric energy meter are easily affected due to the fact that the operating system is started for too long time.
In view of the above, a first aspect of the present application provides a method for starting an operating system of an electric energy meter, including:
responding to a switching instruction of an electric energy meter, reading a starting code pre-stored in a ROM, and determining the addresses of a plurality of preset system code areas according to the starting code, wherein the system code areas are code storage spaces preset in an on-chip FLASH, and one system code area corresponds to one group of operating system codes;
and performing a starting verification process on the operating system code in the system code area according to a preset operating system starting verification mode, if the starting verification result is passed, starting the operating system code, and if the starting verification result is not passed, performing starting verification on the next system code area of the currently verified system code area.
Preferably, the operating system start-up verification method specifically includes: a code correctness check and a code validation time check.
Preferably, the process of performing start check on the operating system code in the system code area specifically includes:
performing code correctness verification on the operating system code in the system code area, if the result of the code correctness verification is passed, comparing the effective time in the operating system code with the current time, if the current time is not earlier than the effective time, judging the result of the code effective time verification, and judging that the result of the start verification is passed;
and if the result of the code correctness checking or the result of the code effective time checking is failed, judging that the starting checking result is failed.
Preferably, the method further comprises the following steps:
and when the starting verification result of all the system code areas is failed, determining the address of a preset system backup area according to the starting code so as to carry out starting verification on the operating system code in the system backup area, and when the starting verification result is passed, starting the operating system code in the system backup area, wherein the system backup area is a code storage space preset in an off-chip FLASH.
Preferably, after the operating system code is started, the method further comprises:
responding to an upgrading instruction of an operating system of the electric energy meter, and determining a target system code area according to the running state information of the electric energy meter, wherein the target system code area is one of system code areas in a non-running state;
receiving an operating system code to be upgraded, and storing the operating system code to be upgraded to the target system code area;
and carrying out code effective time verification according to the operating system code to be upgraded, and switching the currently running operating system code into the operating system code to be upgraded when the code effective time verification result is passed.
Preferably, the performing code validation time verification according to the operating system code to be upgraded, and when a result of the code validation time verification is passed, switching the currently running operating system code to the operating system code to be upgraded specifically includes:
comparing the effective time in the operating system code to be upgraded with the current time, if the current time is not earlier than the effective time, switching the operating system code running currently into the operating system code to be upgraded, and if the current time is earlier than the effective time, triggering the code effective time check in a timing cycle mode until the current time is not earlier than the effective time.
Preferably, the receiving the operating system code to be upgraded further includes:
and storing the operating system code to be upgraded to the system backup area, performing code correctness verification on the operating system code to be upgraded, and transferring the operating system code to be upgraded to the target system code area for storage when the code correctness verification result is passed.
The present application provides in a second aspect an electric energy meter operating system starting apparatus, including:
the system code area determining unit is used for responding to a switching instruction of the electric energy meter, reading a starting code pre-stored in the ROM, and determining the addresses of a plurality of preset system code areas according to the starting code, wherein the system code areas are code storage spaces preset in an on-chip FLASH, and one system code area corresponds to one group of operating system codes;
and the operating system starting verification unit is used for carrying out a starting verification process on the operating system codes in the system code area according to a preset operating system starting verification mode, starting the operating system codes if the starting verification result is passed, and carrying out starting verification on the next system code area of the currently verified system code area if the starting verification result is not passed.
A third aspect of the present application provides an electric energy meter terminal, comprising: a memory and a processor;
the memory is used for storing program codes, and the program codes correspond to the starting method of the electric energy meter operating system in the first aspect of the application;
the processor is configured to execute the program code.
A fourth aspect of the present application provides a storage medium, in which program codes corresponding to the power meter operating system starting method according to the first aspect of the present application are stored.
According to the technical scheme, the embodiment of the application has the following advantages:
the application provides a starting method of an electric energy meter operating system, which comprises the following steps: responding to a switching instruction of an electric energy meter, reading a starting code pre-stored in a ROM, and determining the addresses of a plurality of preset system code areas according to the starting code, wherein the system code areas are code storage spaces preset in an on-chip FLASH, and one system code area corresponds to one group of operating system codes; and performing a starting verification process on the operating system code in the system code area according to a preset operating system starting verification mode, if the starting verification result is passed, starting the operating system code, and if the starting verification result is not passed, performing starting verification on the next system code area of the currently verified system code area.
According to the method and the device, a plurality of system code areas are set in the FLASH storage space in the electric energy meter processor chip, one system code area corresponds to one group of operating system codes, then the operating system codes in any one system code area are selectively started according to the execution of the starting codes, the process that the operating system codes need to be copied before starting in the existing starting mode is omitted, the starting time consumption of the operating system is reduced, and the technical problem that the metering and other high-level functions of the existing electric energy meter are easily affected due to the fact that the operating system is too long in starting time is solved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced 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 that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a schematic flowchart of a method for starting an operating system of an electric energy meter according to a first embodiment of the present disclosure;
fig. 2 is a schematic flowchart illustrating a method for starting an operating system of an electric energy meter according to a second embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a first embodiment of a starting apparatus for an operating system of an electric energy meter according to the present application;
fig. 4 is a schematic diagram of an internal logic architecture of an electric energy meter according to the present application.
Detailed Description
The embodiment of the application provides a method and a device for starting an operating system of an electric energy meter, the electric energy meter and a storage medium, which are used for solving the technical problem that the metering and other high-level functions of the existing electric energy meter are easily affected due to the fact that the operating system is too long in starting time.
In order to make the objects, features and advantages of the present invention more apparent and understandable, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the embodiments described below are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1 and 4, a first embodiment of the present application provides a method for starting an operating system of an electric energy meter, including:
step 101, responding to a switching instruction of an electric energy meter, reading a starting code pre-stored in a ROM, and determining the addresses of a plurality of preset system code areas according to the starting code, wherein the system code areas are code storage spaces preset in an on-chip FLASH, and one system code area corresponds to one group of operating system codes;
and 102, performing a starting verification process on the operating system codes in the system code area according to a preset operating system starting verification mode, if the starting verification result is passed, executing step 103, and if the starting verification result is not passed, executing step 104.
Step 103, starting the operating system code.
And step 104, performing start check on the next system code area of the currently checked system code area.
It should be noted that, in the present embodiment, in combination with the structure shown in fig. 4, first, a CPU in the electric energy meter responds to an external operation or an externally input control instruction, when responding to a switching instruction of the electric energy meter, reads a start code pre-stored in a ROM, and determines addresses of a plurality of preset system code regions according to the start code.
Then, the system code of the operating system code BANK1 and the operating system code BANK2 is selected according to the boot code to boot the operating system to run. In the running process of the system, the CPU can compare each system code area with a preset operating system starting verification mode at regular time through interruption, and when the condition of starting verification is met, the operating system which passes the current verification can be started, so that the operating system is started.
The operating system code area BANK1 and the operating system code area BANK2 belong to an on-chip FLASH, so that the operating system directly runs on the FLASH, the requirement of running speed is met, the requirement of reliability is also met, and the FLASH is not easy to rewrite. Meanwhile, the system switching is carried out between the two in-chip FLASH, and the requirement of millisecond-level speed switching can be met.
The above is a detailed description of a first embodiment of a method for starting an operating system of an electric energy meter provided by the present application, and the following is a detailed description of a second embodiment of a method for starting an operating system of an electric energy meter provided by the present application.
Referring to fig. 2 and 4, a second embodiment of the present application provides a method for starting an operating system of an electric energy meter, including:
step 201, responding to a switching instruction of an electric energy meter, reading a starting code pre-stored in a ROM, and determining addresses of a plurality of preset system code areas according to the starting code, wherein the system code areas are code storage spaces preset in an on-chip FLASH, and one system code area corresponds to one group of operating system codes;
step 202, performing a start-up verification process on the operating system code in the system code area according to a preset operating system start-up verification mode, if the start-up verification result is passed, performing step 203, and if the start-up verification result is not passed, performing step 204.
It should be noted that the os boot check of the present embodiment includes, but is not limited to, the following two aspects: a code correctness check and a code validation time check.
The code correctness checking process is used for checking whether the operating system code is complete and whether the operating system code is tampered, the ECC checking mode is preferably adopted for realization, other checking methods can be selected according to the actual system file characteristics, for example, a combined checking scheme is adopted, when the code correctness checking fails, the operating system code is incomplete or tampered with a high probability, and the operating system code is not suitable for being used continuously.
And the verification of the effective time of the code is to compare the effective time information contained in the operating system code with the current time, if the current time is not earlier than the effective time, the verification result of the effective time of the code can be judged to be passed, when the two verifications are passed, the verification result of the starting of the current operating system code can be judged to be passed, otherwise, the verification result of the starting is judged to be failed.
According to the preferred embodiment provided by this embodiment, the code correctness checking may be performed first, and the code validation time checking is triggered after the code correctness checking passes, and in this flow mode, it may be determined that the start check result passes as long as the result of the code validation time checking passes.
Step 203, start the operating system code.
And step 204, performing start check on the next system code area of the currently checked system code area.
More specifically, step 204 of this embodiment may further include:
and step 205, when the start verification results of all the system code areas fail, determining the address of the preset system backup area according to the start code so as to perform start verification on the operating system code in the system backup area, and when the start verification results pass, starting the operating system code in the system backup area, wherein the system backup area is a code storage space preset in an off-chip FLASH.
It should be noted that in this embodiment, a system backup area BANK3 is provided in the off-chip FLASH to perform triple backup, and when none of the operating system codes stored in the on-chip FLASH satisfies the condition of start check, the operating system code stored in the system backup area BANK3 may be started to improve the reliability of the electric energy meter device.
More specifically, step 203 of this embodiment may further include:
step 206, responding to an upgrading instruction of an operating system of the electric energy meter, and determining a target system code area according to the running state information of the electric energy meter, wherein the target system code area is one of the system code areas in a non-running state;
step 207, receiving an operating system code to be upgraded;
and 208, storing the operating system code to be upgraded to the system backup area, performing code correctness check on the operating system code to be upgraded, and executing the step 209 when the code correctness check result is passed.
Step 209, storing the operating system code to be upgraded to a target system code area;
step 210, performing code validation time verification according to the operating system code to be upgraded, and switching the currently running operating system code into the operating system code to be upgraded when the code validation time verification result is passed.
It should be noted that, based on the above electric energy meter starting method, after the electric energy meter is started and starts to operate, when the operating system of the electric energy meter needs to be upgraded, the flow from step 205 to step 209 may be followed:
firstly, in response to an operating system upgrade instruction of the electric energy meter, the electric energy meter enters a system upgrade switching mode, and a target system code area is determined according to the operating state information of the electric energy meter, wherein the target system code area is one of the system code areas in a non-operating state, for example, the current electric energy meter runs operating system codes in a system code area BANK1, the BANK1 is the system code area in an operating state in the electric energy meter terminal, and the rest BANK2 is the system code area in a non-operating state.
After the target system code area finally stored in the operating system code file to be upgraded is determined, before the operating system code to be upgraded is stored in the target system code area, the operating system code to be upgraded can be stored in an off-chip system backup area, code correctness checking can be carried out in the system backup area, the operating system code to be upgraded is complete and safe, and then the operating system code to be upgraded is transferred into the on-chip target system code area BANK2 to be stored, when the checking result of the code effective time is passed, the operating system code running in the BANK1 is stopped, and the operating system code in the BANK2 is started, so that the currently running operating system code is switched into the operating system code to be upgraded.
In addition, the embodiment can realize quasi-synchronous starting of a plurality of intelligent electric meter operating systems through setting and application of effective time, and ensure the synchronism and accuracy of the centralized reading data.
The above is a detailed description of the second embodiment of the method for starting the operating system of the electric energy meter provided by the present application, and the following is a detailed description of the first embodiment of the device for starting the operating system of the electric energy meter provided by the present application.
Referring to fig. 3, a third embodiment of the present application provides a device for starting an operating system of an electric energy meter, which corresponds to the method for starting the operating system of the electric energy meter mentioned in the first embodiment of the present application one by one, and the device of the present embodiment specifically includes:
a system code area determining unit 301, configured to read a start code pre-stored in the ROM in response to a switching instruction of the electric energy meter, and determine addresses of a plurality of preset system code areas according to the start code, where the system code areas are code storage spaces preset in the on-chip FLASH, and one system code area corresponds to one group of operating system codes;
the operating system start-up verification unit 302 is configured to perform a start-up verification process on an operating system code in the system code region according to a preset operating system start-up verification manner, start up the operating system code if the start-up verification result is a pass, and perform start-up verification on a system code region next to the currently verified system code region if the start-up verification result is a fail.
The above is a detailed description of a first embodiment of the starting apparatus for an electric energy meter operating system provided in the present application, and the following is a detailed description of an embodiment of an electric energy meter terminal and an embodiment of a storage medium provided in the present application.
A fourth embodiment of the present application provides an electric energy meter terminal, including: a memory and a processor;
the memory is used for storing program codes, and the program codes correspond to the electric energy meter operating system starting method mentioned in the first embodiment or the second embodiment of the application;
the processor is used for executing the program code to realize the electric energy meter operating system starting method mentioned in the first embodiment or the second embodiment of the application.
A fifth embodiment of the present application provides a storage medium that stores therein program codes corresponding to the power meter operating system starting method mentioned in the first embodiment or the second embodiment of the present application.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. 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 terms "first," "second," "third," "fourth," and the like in the description of the application and the above-described figures, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
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.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
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, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above 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; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (10)

1. A starting method of an electric energy meter operating system is characterized by comprising the following steps:
responding to a switching instruction of an electric energy meter, reading a starting code pre-stored in a ROM, and determining the addresses of a plurality of preset system code areas according to the starting code, wherein the system code areas are code storage spaces preset in an on-chip FLASH, and one system code area corresponds to one group of operating system codes;
and performing a starting verification process on the operating system code in the system code area according to a preset operating system starting verification mode, if the starting verification result is passed, starting the operating system code, and if the starting verification result is not passed, performing starting verification on the next system code area of the currently verified system code area.
2. The method for starting the operating system of the electric energy meter according to claim 1, wherein the starting and checking mode of the operating system specifically comprises: a code correctness check and a code validation time check.
3. The method for starting the operating system of the electric energy meter according to claim 2, wherein the process of starting and checking the operating system code in the system code area specifically comprises:
performing code correctness verification on the operating system code in the system code area, if the result of the code correctness verification is passed, comparing the effective time in the operating system code with the current time, if the current time is not earlier than the effective time, judging the result of the code effective time verification, and judging that the result of the start verification is passed;
and if the result of the code correctness checking or the result of the code effective time checking is failed, judging that the starting checking result is failed.
4. The method for starting the electric energy meter operating system according to claim 1, further comprising the following steps:
and when the starting verification result of all the system code areas is failed, determining the address of a preset system backup area according to the starting code so as to carry out starting verification on the operating system code in the system backup area, and when the starting verification result is passed, starting the operating system code in the system backup area, wherein the system backup area is a code storage space preset in an off-chip FLASH.
5. The method for starting the operating system of the electric energy meter according to claim 1, wherein starting the operating system code further comprises:
responding to an upgrading instruction of an operating system of the electric energy meter, and determining a target system code area according to the running state information of the electric energy meter, wherein the target system code area is one of system code areas in a non-running state;
receiving an operating system code to be upgraded, and storing the operating system code to be upgraded to the target system code area;
and carrying out code effective time verification according to the operating system code to be upgraded, and switching the currently running operating system code into the operating system code to be upgraded when the code effective time verification result is passed.
6. The method for starting the operating system of the electric energy meter according to claim 5, wherein the verifying the effective time of the code according to the operating system code to be upgraded, and when the verification result of the effective time of the code is passed, switching the currently running operating system code to the operating system code to be upgraded specifically includes:
comparing the effective time in the operating system code to be upgraded with the current time, if the current time is not earlier than the effective time, switching the operating system code running currently into the operating system code to be upgraded, and if the current time is earlier than the effective time, triggering the code effective time check in a timing cycle mode until the current time is not earlier than the effective time.
7. The method for starting the operating system of the electric energy meter according to claim 5, wherein the receiving the operating system code to be upgraded further comprises:
and storing the operating system code to be upgraded to the system backup area, performing code correctness verification on the operating system code to be upgraded, and transferring the operating system code to be upgraded to the target system code area for storage when the code correctness verification result is passed.
8. An electric energy meter operating system starting device, comprising:
the system code area determining unit is used for responding to a switching instruction of the electric energy meter, reading a starting code pre-stored in the ROM, and determining the addresses of a plurality of preset system code areas according to the starting code, wherein the system code areas are code storage spaces preset in an on-chip FLASH, and one system code area corresponds to one group of operating system codes;
and the operating system starting verification unit is used for carrying out a starting verification process on the operating system codes in the system code area according to a preset operating system starting verification mode, starting the operating system codes if the starting verification result is passed, and carrying out starting verification on the next system code area of the currently verified system code area if the starting verification result is not passed.
9. An electric energy meter terminal, comprising: a memory and a processor;
the memory is used for storing program codes, and the program codes correspond to the electric energy meter operating system starting method in any one of claims 1 to 7;
the processor is configured to execute the program code.
10. A storage medium storing a program code corresponding to the power meter operating system starting method according to any one of claims 1 to 7.
CN202011494885.7A 2020-12-17 2020-12-17 Starting method and device for electric energy meter operating system, electric energy meter and storage medium Pending CN112463242A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011494885.7A CN112463242A (en) 2020-12-17 2020-12-17 Starting method and device for electric energy meter operating system, electric energy meter and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011494885.7A CN112463242A (en) 2020-12-17 2020-12-17 Starting method and device for electric energy meter operating system, electric energy meter and storage medium

Publications (1)

Publication Number Publication Date
CN112463242A true CN112463242A (en) 2021-03-09

Family

ID=74802925

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011494885.7A Pending CN112463242A (en) 2020-12-17 2020-12-17 Starting method and device for electric energy meter operating system, electric energy meter and storage medium

Country Status (1)

Country Link
CN (1) CN112463242A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102902530A (en) * 2012-09-07 2013-01-30 四川长虹电器股份有限公司 Procedure verifying device based on Linux embedded operating system
US20130297924A1 (en) * 2012-04-03 2013-11-07 Insyde Software Method of running multiple operating systems on an x86-based computer
US8850174B1 (en) * 2003-07-02 2014-09-30 Pmc-Sierra Us, Inc. Method for dedicated netboot
CN105279404A (en) * 2015-10-23 2016-01-27 上海帝联信息科技股份有限公司 Operation control method and device of operating system
CN105653358A (en) * 2014-11-14 2016-06-08 南京酷派软件技术有限公司 Method and device for switching operation system and terminal
CN109117190A (en) * 2017-06-21 2019-01-01 中兴通讯股份有限公司 System start method and device
CN110377140A (en) * 2019-07-16 2019-10-25 Oppo广东移动通信有限公司 Method, apparatus, terminal and the storage medium of wake operation system
CN110780942A (en) * 2019-09-29 2020-02-11 华为技术有限公司 System starting method and device, node equipment and computer readable storage medium
CN110928499A (en) * 2019-11-18 2020-03-27 珠海泰芯半导体有限公司 Flash memory embedded in chip, chip and starting method of chip
CN111767537A (en) * 2020-06-23 2020-10-13 平安普惠企业管理有限公司 Tamper verification method of application program based on IOS (operating system) and related equipment

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8850174B1 (en) * 2003-07-02 2014-09-30 Pmc-Sierra Us, Inc. Method for dedicated netboot
US20130297924A1 (en) * 2012-04-03 2013-11-07 Insyde Software Method of running multiple operating systems on an x86-based computer
CN102902530A (en) * 2012-09-07 2013-01-30 四川长虹电器股份有限公司 Procedure verifying device based on Linux embedded operating system
CN105653358A (en) * 2014-11-14 2016-06-08 南京酷派软件技术有限公司 Method and device for switching operation system and terminal
CN105279404A (en) * 2015-10-23 2016-01-27 上海帝联信息科技股份有限公司 Operation control method and device of operating system
CN109117190A (en) * 2017-06-21 2019-01-01 中兴通讯股份有限公司 System start method and device
CN110377140A (en) * 2019-07-16 2019-10-25 Oppo广东移动通信有限公司 Method, apparatus, terminal and the storage medium of wake operation system
CN110780942A (en) * 2019-09-29 2020-02-11 华为技术有限公司 System starting method and device, node equipment and computer readable storage medium
CN110928499A (en) * 2019-11-18 2020-03-27 珠海泰芯半导体有限公司 Flash memory embedded in chip, chip and starting method of chip
CN111767537A (en) * 2020-06-23 2020-10-13 平安普惠企业管理有限公司 Tamper verification method of application program based on IOS (operating system) and related equipment

Similar Documents

Publication Publication Date Title
CN102135927B (en) Method and device for system booting based on NAND FLASH
CN103930878A (en) Method, apparatus and system for memory validation
CN100511148C (en) CPU system starting method and system
CN102023908A (en) Method and device for backing up boot program
CN105094927A (en) Equipment firmware updating method and device
CN104461594B (en) The upgrade method and device of embedded OS
CN111274077A (en) Disk array reliability testing method, system, terminal and storage medium
CN107408090A (en) The dynamic configuration of i/o controller access path
CN104298913A (en) Universal safe intelligent terminal starting method
CN113110891B (en) Firmware loading method and device for solid state disk, computer equipment and storage medium
CN105677409B (en) A kind of method for upgrading system and device
CN108319520A (en) Mobile device alternate operating system based on secure storage
CN110119623A (en) A kind of credible main board implementation method for realizing that firmware is actively measured using TPCM
CN110286853A (en) A kind of method for writing data and device, computer readable storage medium
CN103455750B (en) The high peace verification method of a kind of embedded device and device
CN103425932B (en) Signature calibration method and terminal device
CN108897646B (en) Switching method of BIOS (basic input output System) chips and substrate management controller
CN101923495A (en) Embedded fault tolerant system and fault tolerant method thereof
CN116627519A (en) Multisystem starting method of embedded equipment
CN112463242A (en) Starting method and device for electric energy meter operating system, electric energy meter and storage medium
CN111104138A (en) Firmware upgrading method and device and computer readable storage medium
CN110119625A (en) A kind of trusted computing method
CN113778485A (en) System operation method and device of electronic chip, electronic chip and storage medium
CN113760623A (en) Method and device for testing TCG (trusted computing group) protocol function of solid state disk and computer equipment
CN114153503A (en) BIOS control method, device and 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210309

RJ01 Rejection of invention patent application after publication