CN101216772A - Embedded equipment startup method and software upgrading method - Google Patents

Embedded equipment startup method and software upgrading method Download PDF

Info

Publication number
CN101216772A
CN101216772A CNA2008100562376A CN200810056237A CN101216772A CN 101216772 A CN101216772 A CN 101216772A CN A2008100562376 A CNA2008100562376 A CN A2008100562376A CN 200810056237 A CN200810056237 A CN 200810056237A CN 101216772 A CN101216772 A CN 101216772A
Authority
CN
China
Prior art keywords
mirror image
image area
mirror
area
upgrading
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
CNA2008100562376A
Other languages
Chinese (zh)
Other versions
CN101216772B (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN2008100562376A priority Critical patent/CN101216772B/en
Publication of CN101216772A publication Critical patent/CN101216772A/en
Application granted granted Critical
Publication of CN101216772B publication Critical patent/CN101216772B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a start-up method and a software upgrade method for an embedded device. The method comprises the following steps of: dividing logically the memory space of a single-chip flash chip into a control information section, a first mirror section and a second mirror section backed up mutually with the first mirror section. When the embedded device is started up, the available mirror data in the first mirror section or in the second mirror section can be loaded into the memory and can provide upgrading for the invalid mirror section. The inventive method can simplify the complexity of the hardware circuit design and achieve the safe operating of the single-chip flash memory used in the embedded device and the safe upgrading for the device.

Description

Starting method and software upgrading method of embedded equipment
Technical Field
The invention relates to a supporting technology of an Embedded System (ES), in particular to a starting method and a software upgrading method of embedded equipment.
Background
The ES is based on computer technology with application as center, and is suitable for special computer system with strict requirements on function, reliability, cost, volume and power consumption. It is generally composed of an Embedded Microprocessor (EMPU), peripheral hardware devices, an Embedded Operating System (EOS), and various application programs. The ES is different from an application system of a general Personal Computer (PC), and even the ES designed for different specific applications is very different. Generally, the ES function is relatively simple and is not as demanding in terms of compatibility.
The embedded device needs to call the operating system software in the hardware system memory and the application program with specific function, namely the image file, in the processes of starting, normal operation and software upgrading.
During the starting process of the embedded device, the corresponding application program needs to be read from the image file. The erasable memory is adopted to provide the image file of the running program, and convenience is provided for realizing the online upgrading function of the equipment. However, there are some reasons for the embedded device during the upgrade process, such as: the upgrade process is interrupted unexpectedly due to misoperation, sudden power failure and the like, which requires reliable guarantee for the security of the software upgrade process to prevent one image file from being rewritten and ensure that the other image file before upgrade is a safe and complete backup.
It is common practice to employ two pieces of memory devices: a Read Only Memory (ROM) is selected and internally stores a mirror image file in a safe mode; and the other piece of the system adopts a readable and writable Flash Memory (Flash Memory) as an upgrading special Memory, and an upgrading image file is stored in the other piece of the system. Although the upgrade is simple to implement, the following disadvantages exist: two sets of memory devices can coexist only by adding a peripheral circuit, so that the complexity of hardware is increased; two storage devices are used, so that the cost investment is increased; the embedded device cannot be upgraded in the secure mode. In actual use, some operations must be performed in the secure mode, and sometimes the device also needs to perform software update in the secure mode, which causes many inconveniences for normal use of the device.
Disclosure of Invention
In view of this, the main objective of the present invention is to provide a method for starting an embedded device, which improves the reliability of starting the embedded device.
Another object of the present invention is to provide an upgrade method for an embedded device, which can simplify the peripheral circuit of the memory in the hardware system of the device and simultaneously enable the embedded device to realize secure upgrade.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
a starting method of embedded equipment divides a flash memory used for storing mirror image data in the equipment into three logic partitions, namely a control information area, a first mirror image area and a second mirror image area; the control information area comprises a current mirror image area state mark, the attribute of the first mirror image area and the attribute of the second mirror image area; the first mirror image area and the second mirror image area both comprise mirror image data and a mirror image loading counter; the method further comprises the following steps:
a. checking whether the mirror image loading counter value of each mirror image area exceeds a preset threshold value, if so, setting the mirror image area as invalid, and then executing the step b; otherwise, directly executing the step b;
b. reading the state mark of the selected current mirror image area, judging whether the mirror image area is a primary mirror image area or not, and executing the step c if the mirror image area is a standby mirror image area; otherwise, executing step d;
c. judging whether the mirror image data of the standby mirror image area is available, if so, executing the step d, otherwise, exiting the starting process and waiting for upgrading the standby mirror image area;
d. and loading available mirror image data and initial starting codes related to hardware into a memory of the embedded device.
Wherein step d is preceded by: and adding 1 to the mirror image loading counter value of the mirror image area to be loaded.
The step d is further followed by: and clearing the mirror image loading counter value of the mirror image area.
The control information area is arranged at any position in the flash memory.
The capacity of the first mirror area is the same as that of the second mirror area.
The current mirror image area state mark is in a main state or a standby state.
The attributes of the first mirror image area and the second mirror image area at least comprise initial positions, lengths, validity and version numbers for storing the first mirror image area and the second mirror image area.
The mirror image data comprises software for enabling the embedded equipment to work, working space required by software operation and space occupied by user data.
The counting process of the mirror image loading counter is as follows: when the mirror image data is successfully loaded into the memory, the count value is cleared; otherwise, if the loading fails, the mirror loading count value is automatically increased by 1.
A method for upgrading software of embedded equipment divides a flash memory used for storing mirror image data in the equipment into three logic partitions, namely a control information area, a first mirror image area and a second mirror image area; the control information area comprises a current mirror image area state mark, the attribute of the first mirror image area and the attribute of the second mirror image area; the first mirror image area and the second mirror image area both comprise mirror image data and a mirror image loading counter; the method further comprises the following steps:
A. selecting a mirror image area to be upgraded and setting the mirror image area as invalid;
B. writing an upgrade file into the mirror image area;
C. and after the upgrade file is completely written into the mirror image area, setting the mirror image area to be effective.
Wherein, further include after step B:
b1, judging whether the written upgrade file is complete, if not, returning to the step B; otherwise, executing step C.
Step B1, the step of determining whether the written upgrade file is complete specifically includes: comparing whether the byte number of the source upgrading file is consistent with that of the mirror image data file, and if so, writing the upgrading file completely; otherwise, the upgrade file is incomplete.
The control information area is arranged at any position in the flash memory.
The capacity of the first mirror area is the same as that of the second mirror area.
The current mirror image area state mark is in a main state or a standby state.
The attributes of the first mirror image area and the second mirror image area at least comprise initial positions, lengths, validity and version numbers for storing the first mirror image area and the second mirror image area.
The mirror image data comprises software for enabling the embedded equipment to work, working space required by software operation and space occupied by user data.
The starting method and the upgrading method of the embedded equipment provided by the invention have the following advantages that:
1) the invention adopts the method of logic partition of the single-chip flash memory, thereby simplifying the complexity of hardware circuit design.
2) The invention adopts the method of logically partitioning the flash memory, and the capacity of the partitioned first mirror image area and the capacity of the partitioned second mirror image area are completely the same, thereby providing objective conditions for realizing mutual backup and safe upgrade of the two mirror image areas.
3) The invention can realize the work which can be finished by two different memories in the past only by adopting one flash memory chip, thereby saving the cost of the embedded equipment.
4) The upgrading method of the invention can optionally select the first mirror image area or the second mirror image area for upgrading, breaks through the convention that the prior embedded equipment can not be upgraded in a safe mode, and enhances the usability of the embedded equipment.
Drawings
FIG. 1 is a schematic diagram illustrating logical partitioning of a flash memory according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating an internal logic structure of the control information area of FIG. 1 according to an embodiment of the present invention;
FIG. 3 is a schematic diagram illustrating an internal logic structure of the first or second mirror area of FIG. 1 according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating a start-up process of an embedded device according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a process of upgrading software of an embedded device in the embodiment of the present invention.
Detailed Description
The method of the present invention will be described in further detail below with reference to the accompanying drawings and embodiments of the invention.
Fig. 1 is a schematic diagram of logical partitioning of a storage space of a flash memory according to an embodiment of the present invention, and as shown in fig. 1, the storage space of the flash memory is logically partitioned into: the control information area, the first mirror area and the second mirror area; the first mirror area and the second mirror area are identical in size and structure, and the difference between the first mirror area and the second mirror area is only that the first mirror area and the second mirror area are located at different positions in the flash memory.
The following factors need to be considered for logically partitioning the storage space of the flash memory and determining the size of the storage space occupied by each partition:
the sum of the number of bytes of software required by the operation of the current embedded device, the number of bytes of a working space required by the operation of the software and the number of bytes of a space occupied by user data is used as a storage space required by the image file, namely the size of the image area. Estimating the storage capacity of the flash memory required by the embedded equipment according to the size of the mirror image area, and then adding the capacity required by a small amount of control information to jointly determine the flash memory chips with large capacity to be selected. At present, a single-chip flash memory chip with 1M, 2M, 4M, 8M, 16M, 32M, 64M, 128M, 256M bytes and the like and even with larger capacity exists, and as the larger the storage capacity of the flash memory chip is, the higher the price is, the smaller the capacity of the selected chip is, the working requirement of embedded equipment cannot be met; the selected chip has too large capacity, which will increase unnecessary cost and cause resource waste, so the capacity and cost need to be considered comprehensively.
Here, the estimating the storage capacity of the flash memory required by the embedded device according to the size of the mirror area specifically includes: the sum of twice the memory capacity of the mirror area, plus the capacity of control information of size not more than 1 megabyte, is optimized for chips smaller than but close to the existing capacity. For example, if the size of the image file is about 14M, a single flash memory chip of 32M should be selected as the memory of the embedded device.
In application, the storage space of the 32M monolithic flash memory is divided into three logical partitions, and a typical division is as follows: allocating a space of 1M for the control information area, referred to as a control information area; the remaining storage space is then divided equally into two parts: the first mirror area allocation is 15.5M and the second mirror area allocation is 15.5M. The position of the control information area can be positioned between the first mirror area and the second mirror area, and can also be arranged at one end of the internal storage space of the flash memory.
Fig. 2 is a schematic diagram of an internal logic structure of the control information area in fig. 1 according to an embodiment of the present invention, and as shown in fig. 2, the control information area includes: the current mirror image area state mark, the attribute of the first mirror image area and the attribute of the second mirror image area. Wherein,
and the current mirror image area state mark is used for indicating whether the first mirror image area and the second mirror image area in the current flash memory are in the primary state or the standby state. If the first mirror image area is indicated to be in the primary state and the mirror image area is effective, the content of the first mirror image area is called into the memory of the equipment to run when the equipment is started, and the second mirror image area is used as a backup; otherwise, the content of the second mirror image area is called into the memory of the equipment to run, and the first mirror image area is used as a backup.
And the attribute of the first mirror area is used for storing information such as the starting position, the length, the validity, the version number and the like of the first mirror area.
And the attribute of the second mirror image area is used for storing information such as the starting position, the length, the validity, the version number and the like of the second mirror image area.
Fig. 3 is a schematic diagram illustrating an internal logic structure of the first mirror area or the second mirror area in fig. 1 according to an embodiment of the present invention, where as shown in fig. 3, the first mirror area or the second mirror area includes mirror data and a mirror load counter. Wherein,
and mirroring data, which comprises software for enabling the embedded equipment to work, working space required by software operation and space occupied by user data.
The mirror image loading counter is used for counting the loading times when the mirror image data of the first mirror image area or the second mirror image area is loaded into the memory, and when the mirror image data is loaded successfully, the count value is cleared; and if the loading fails, automatically adding 1 to the mirror loading count value.
And if the failure times of the mirror image data loading exceed a certain preset threshold value, setting the mirror image area to which the mirror image data belongs as invalid, and then selecting to read the mirror image data loading from another mirror image area. At this time, the mirror image area with failed loading can be updated or selectively upgraded to recover the complete mirror image data, so that at least one mirror image area is ensured to be available, and the backup function of the mirror image data of the equipment is realized.
For example: in the equipment upgrading process, the mirror image data of the first mirror image area is updated, the first mirror image area needs to be set to be invalid firstly, then the first mirror image area is upgraded, and after the upgrading is finished, the first mirror image area is reset to be valid. Therefore, even if the upgrading fails due to accidents in the upgrading process, the second mirror image area can be ensured to be a safe and complete backup, so that the disastrous consequences are avoided.
Fig. 4 is a schematic diagram of a starting process of an embedded device in the embodiment of the present invention, as shown in fig. 4, the process includes the following steps:
step 401: checking whether the mirror loading count value of each mirror area exceeds a preset threshold, and if so, executing step 402; otherwise, step 403 is performed.
Step 402: the mirror area is set to invalid and then step 403 is performed.
Here, the setting invalidation specifically is: and setting the value of one item of validity in the mirror area attribute to be in an invalid state.
Step 403: and reading the state mark of the currently selected mirror area.
Here, the status flag of the current mirror area is obtained from the control information area, and there are two kinds of statuses of the mirror area: a primary state and a standby state.
Step 404: judging whether the mirror area is in a main state, if so, executing step 405; otherwise, step 407 is executed.
Here, the determination of whether the mirror area is active or standby is performed according to the current mirror area state indicator. When the embedded device is started, the mirror area used in the last normal operation can be automatically saved as the main state. Typically, the mirror data of the mirror region of the active state is complete and available by default.
At this time, the mirror load counter value of the primary mirror area needs to be increased by 1.
Step 405: judging whether the standby mirror image data is valid, if not, executing step 406; otherwise, step 407 is executed.
Here, the judging whether the spare mirror image data is valid is realized by verifying whether the mirror image data of the mirror image area is complete, and if the mirror image data is complete, the mirror image area is determined to be available; otherwise, the system is judged to be unavailable.
Step 406: and judging that the loading process fails, ending the starting process, and waiting for software upgrading of the mirror image area.
Here, the mirror load counter value of the current mirror area to be loaded needs to be increased by 1.
And the current mirror image data is unavailable, so that the system enters a paralyzed state, and at the moment, the embedded equipment can be selected to enter an upgrading mode to upgrade the software of the equipment.
Step 407: and loading the effective mirror image data into the equipment memory, calling an application program after the system is started, and executing a corresponding function.
The flash memory contains a piece of initial boot code associated with the hardware, which is usually placed at the beginning of the address of the internal memory space of the flash memory. When the image data is loaded to the device memory, the initial boot code is loaded into the memory along with the image data.
And after the system is started, clearing the mirror image loading counter value of the mirror image area, wherein the equipment can start to work normally at the moment.
The following is a detailed description of the software upgrade process for the embedded device described in step 406 of fig. 4.
Fig. 5 is a schematic diagram of a process of upgrading software of an embedded device in an embodiment of the present invention, and as shown in fig. 5, the method includes:
step 501: and selecting a mirror area to be upgraded and setting the mirror area as invalid.
Step 502: and writing the upgrade file into a corresponding mirror image area of the flash memory.
Step 503: judging whether the written upgrade file is complete, if not, returning to the step 502; otherwise, step 504 is performed.
Judging whether the written upgrade file is complete or not, comparing whether the byte number of the source upgrade file is consistent with that of the mirror image data file or not, and if so, considering that the written upgrade file is complete; otherwise, the written upgrading file is determined to be incomplete and needs to be rewritten.
Step 504: and setting the mirror image area to be effective, and ending the upgrading process.
When the upgrade process is interrupted unexpectedly, which results in the failure of the upgrade, the steps 501 to 504 may be repeated to upgrade the selected mirror image area again.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention.

Claims (17)

1. A starting method of embedded equipment is characterized in that a flash memory used for storing mirror image data in the equipment is divided into three logical partitions, namely a control information area, a first mirror image area and a second mirror image area; the control information area comprises a current mirror image area state mark, the attribute of the first mirror image area and the attribute of the second mirror image area; the first mirror image area and the second mirror image area both comprise mirror image data and a mirror image loading counter; the method further comprises the following steps:
a. checking whether the mirror image loading counter value of each mirror image area exceeds a preset threshold value, if so, setting the mirror image area as invalid, and then executing the step b; otherwise, directly executing the step b;
b. reading the state mark of the selected current mirror image area, judging whether the mirror image area is a primary mirror image area or not, and executing the step c if the mirror image area is a standby mirror image area; otherwise, executing step d;
c. judging whether the mirror image data of the standby mirror image area is available, if so, executing the step d, otherwise, exiting the starting process and waiting for upgrading the standby mirror image area;
d. and loading available mirror image data and initial starting codes related to hardware into a memory of the embedded device.
2. The method of claim 1, wherein step d is preceded by the further step of: and adding 1 to the mirror image loading counter value of the mirror image area to be loaded.
3. The method of starting according to claim 1 or 2, further comprising after step d: and clearing the mirror image loading counter value of the mirror image area.
4. The method according to claim 1, wherein the control information area is disposed at any position in the flash memory.
5. A boot method according to claim 1, wherein the first and second mirror areas have the same capacity.
6. The boot method according to claim 1, wherein the current mirror area status flag is in a primary state or a standby state.
7. The boot method according to claim 1, wherein the attributes of the first and second mirror areas at least include a start location, a length, a validity, and a version number of the first and second mirror areas.
8. The boot method according to claim 1, wherein the mirror data includes software for operating the embedded device, a work space required for operating the software, and a space occupied by the user data.
9. The boot method according to claim 1, wherein the mirror load counter counts as follows: when the mirror image data is successfully loaded into the memory, the count value is cleared; otherwise, if the loading fails, the mirror loading count value is automatically increased by 1.
10. A software upgrading method of embedded equipment is characterized in that a flash memory used for storing mirror image data in the equipment is divided into three logical partitions, namely a control information area, a first mirror image area and a second mirror image area; the control information area comprises a current mirror image area state mark, the attribute of the first mirror image area and the attribute of the second mirror image area; the first mirror image area and the second mirror image area both comprise mirror image data and a mirror image loading counter; the method further comprises the following steps:
A. selecting a mirror image area to be upgraded and setting the mirror image area as invalid;
B. writing an upgrade file into the mirror image area;
C. and after the upgrade file is completely written into the mirror image area, setting the mirror image area to be effective.
11. The upgrading method according to claim 10, further comprising after step B:
b1, judging whether the written upgrade file is complete, if not, returning to the step B; otherwise, executing step C.
12. The upgrading method according to claim 10 or 11, wherein the step B1 of determining whether the written upgrade file is complete specifically includes: comparing whether the byte number of the source upgrading file is consistent with that of the mirror image data file, and if so, writing the upgrading file completely; otherwise, the upgrade file is incomplete.
13. The method of claim 10, wherein the control information area is disposed at any position in the flash memory.
14. A boot method according to claim 10, wherein the first and second mirror areas have the same capacity.
15. The boot method according to claim 10, wherein the current mirror area status flag is in a primary state or a standby state.
16. A boot method according to claim 10, wherein the attributes of the first and second image areas at least include a start location, a length, a validity, and a version number of the first and second image areas.
17. The boot method according to claim 10, wherein the mirror data includes software for operating the embedded device, a work space required for operating the software, and a space occupied by the user data.
CN2008100562376A 2008-01-15 2008-01-15 Embedded equipment startup method and software upgrading method Expired - Fee Related CN101216772B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2008100562376A CN101216772B (en) 2008-01-15 2008-01-15 Embedded equipment startup method and software upgrading method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008100562376A CN101216772B (en) 2008-01-15 2008-01-15 Embedded equipment startup method and software upgrading method

Publications (2)

Publication Number Publication Date
CN101216772A true CN101216772A (en) 2008-07-09
CN101216772B CN101216772B (en) 2011-05-11

Family

ID=39623211

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008100562376A Expired - Fee Related CN101216772B (en) 2008-01-15 2008-01-15 Embedded equipment startup method and software upgrading method

Country Status (1)

Country Link
CN (1) CN101216772B (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101650662A (en) * 2009-08-26 2010-02-17 中兴通讯股份有限公司 Memory device of embedded system and staring method and upgrading of firmware
CN101707692A (en) * 2009-11-18 2010-05-12 中兴通讯股份有限公司 Method and system for managing distributed electronic program guide synchronization
WO2010139245A1 (en) * 2009-06-02 2010-12-09 中兴通讯股份有限公司 Method and device for reading and writing memory card
CN102289395A (en) * 2011-07-14 2011-12-21 深圳市共进电子有限公司 Method for using double-code mirror image operation on embedded equipment
WO2012079400A1 (en) * 2010-12-15 2012-06-21 中兴通讯股份有限公司 Method and apparatus for upgrading embedded system bootrom
CN102538590A (en) * 2011-12-16 2012-07-04 宁波荣溢化纤科技有限公司 Preparation method of polyethylene/aluminum oxide composite bulletproof plate with super-high molecular weight
CN102567043A (en) * 2011-11-18 2012-07-11 福建二菱电子有限公司 Set-top box online updating method
CN102622249A (en) * 2012-03-05 2012-08-01 山东华芯半导体有限公司 Safety starting method preventing central processing unit (CPU) from self locking
CN102662867A (en) * 2012-04-16 2012-09-12 上海大亚科技有限公司 Method for achieving virtual memory dump control in application device flash memory of embedded system
CN101763279B (en) * 2010-01-15 2012-12-12 上海维宏电子科技股份有限公司 BootLoader architectural design method
CN103095826A (en) * 2013-01-10 2013-05-08 上海斐讯数据通信技术有限公司 Method of upgrading protection of gateway equipment
CN103186348A (en) * 2011-12-27 2013-07-03 杭州信核数据科技有限公司 Storage system and data reading-writing method thereof
CN103473084A (en) * 2013-05-27 2013-12-25 广州电网公司惠州供电局 Software online upgrade method for temperature monitoring device
CN104142838A (en) * 2014-07-02 2014-11-12 青岛海信移动通信技术股份有限公司 Method and equipment for starting up mobile communication terminal
CN104407895A (en) * 2014-12-01 2015-03-11 浪潮集团有限公司 Method and device for enabling X86 new platform to support WIN2000 by expanding traditional bridge piece
CN104572229A (en) * 2015-02-12 2015-04-29 西安诺瓦电子科技有限公司 Firmware upgrade method and firmware upgrade device for embedded system
WO2015081470A1 (en) * 2013-12-02 2015-06-11 华为技术有限公司 Data processing device and data processing method
CN105335166A (en) * 2015-12-04 2016-02-17 上海斐讯数据通信技术有限公司 System of embedded device and remote upgrading method of embedded device
CN106502750A (en) * 2016-10-28 2017-03-15 青岛海信电器股份有限公司 OTA upgrade methods and Bluetooth chip
CN106886393A (en) * 2015-12-16 2017-06-23 芋头科技(杭州)有限公司 The method and intelligent electronic device of a kind of quick start system
CN107168734A (en) * 2017-04-27 2017-09-15 纳瓦电子(上海)有限公司 A kind of embedded system upgrading backup method
CN108170453A (en) * 2018-01-17 2018-06-15 中国平安人寿保险股份有限公司 A kind of MIT method for upgrading system, storage medium and terminal device
CN110188004A (en) * 2019-05-31 2019-08-30 烽火通信科技股份有限公司 A kind of double copies software system management method and system of terminal device
CN110413339A (en) * 2015-11-12 2019-11-05 华为技术有限公司 The method and apparatus for loading software module
CN111142911A (en) * 2019-12-27 2020-05-12 易思维(杭州)科技有限公司 Embedded system with abnormal recovery function and upgrading method thereof
CN117076002A (en) * 2023-09-28 2023-11-17 飞腾信息技术有限公司 Safe starting method and related device

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011157175A2 (en) * 2011-06-03 2011-12-22 华为技术有限公司 Method and chip for controlling update of communication device, and communication device thereof

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6266809B1 (en) * 1997-08-15 2001-07-24 International Business Machines Corporation Methods, systems and computer program products for secure firmware updates
CN100383739C (en) * 2006-03-15 2008-04-23 浙江大学 Mirror starting optimization of built-in operation system
CN101021797A (en) * 2007-04-06 2007-08-22 中兴通讯股份有限公司 Repairing and staging method for software of embedded system

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010139245A1 (en) * 2009-06-02 2010-12-09 中兴通讯股份有限公司 Method and device for reading and writing memory card
US8775866B2 (en) 2009-06-02 2014-07-08 Zte Corporation Method and device for reading and writing a memory card
CN101650662A (en) * 2009-08-26 2010-02-17 中兴通讯股份有限公司 Memory device of embedded system and staring method and upgrading of firmware
CN101650662B (en) * 2009-08-26 2013-09-11 中兴通讯股份有限公司 Memory device of embedded system and staring method and upgrading of firmware
CN101707692A (en) * 2009-11-18 2010-05-12 中兴通讯股份有限公司 Method and system for managing distributed electronic program guide synchronization
CN101763279B (en) * 2010-01-15 2012-12-12 上海维宏电子科技股份有限公司 BootLoader architectural design method
WO2012079400A1 (en) * 2010-12-15 2012-06-21 中兴通讯股份有限公司 Method and apparatus for upgrading embedded system bootrom
CN102289395A (en) * 2011-07-14 2011-12-21 深圳市共进电子有限公司 Method for using double-code mirror image operation on embedded equipment
CN102567043A (en) * 2011-11-18 2012-07-11 福建二菱电子有限公司 Set-top box online updating method
CN102567043B (en) * 2011-11-18 2014-10-29 福建二菱电子有限公司 Set-top box online updating method
CN102538590A (en) * 2011-12-16 2012-07-04 宁波荣溢化纤科技有限公司 Preparation method of polyethylene/aluminum oxide composite bulletproof plate with super-high molecular weight
CN102538590B (en) * 2011-12-16 2014-11-19 宁波荣溢化纤科技有限公司 Preparation method of polyethylene/aluminum oxide composite bulletproof plate with super-high molecular weight
CN103186348A (en) * 2011-12-27 2013-07-03 杭州信核数据科技有限公司 Storage system and data reading-writing method thereof
CN103186348B (en) * 2011-12-27 2016-04-13 杭州信核数据科技股份有限公司 Storage system and data read-write method thereof
CN102622249A (en) * 2012-03-05 2012-08-01 山东华芯半导体有限公司 Safety starting method preventing central processing unit (CPU) from self locking
CN102622249B (en) * 2012-03-05 2015-12-02 山东华芯半导体有限公司 A kind of safe starting method preventing CPU self-locking
CN102662867A (en) * 2012-04-16 2012-09-12 上海大亚科技有限公司 Method for achieving virtual memory dump control in application device flash memory of embedded system
CN103095826A (en) * 2013-01-10 2013-05-08 上海斐讯数据通信技术有限公司 Method of upgrading protection of gateway equipment
CN103473084B (en) * 2013-05-27 2018-01-19 广东电网有限责任公司惠州供电局 A kind of on-line software updating method of device for detecting temperature
CN103473084A (en) * 2013-05-27 2013-12-25 广州电网公司惠州供电局 Software online upgrade method for temperature monitoring device
WO2015081470A1 (en) * 2013-12-02 2015-06-11 华为技术有限公司 Data processing device and data processing method
US9354985B2 (en) 2013-12-02 2016-05-31 Huawei Technologies Co., Ltd. Data processing device and data processing method
US9557927B2 (en) 2013-12-02 2017-01-31 Huawei Technologies Co., Ltd. Data processing device and data processing method
CN104142838A (en) * 2014-07-02 2014-11-12 青岛海信移动通信技术股份有限公司 Method and equipment for starting up mobile communication terminal
US9703656B2 (en) 2014-07-02 2017-07-11 Hisense Mobile Communications Technology Co., Ltd. Method of starting up device, device and computer readable medium
CN104407895A (en) * 2014-12-01 2015-03-11 浪潮集团有限公司 Method and device for enabling X86 new platform to support WIN2000 by expanding traditional bridge piece
CN104572229B (en) * 2015-02-12 2018-07-20 西安诺瓦电子科技有限公司 The firmware upgrade method and device for upgrading firmware of embedded system
CN104572229A (en) * 2015-02-12 2015-04-29 西安诺瓦电子科技有限公司 Firmware upgrade method and firmware upgrade device for embedded system
CN110413339A (en) * 2015-11-12 2019-11-05 华为技术有限公司 The method and apparatus for loading software module
CN105335166A (en) * 2015-12-04 2016-02-17 上海斐讯数据通信技术有限公司 System of embedded device and remote upgrading method of embedded device
CN106886393A (en) * 2015-12-16 2017-06-23 芋头科技(杭州)有限公司 The method and intelligent electronic device of a kind of quick start system
CN106502750B (en) * 2016-10-28 2019-09-10 青岛海信电器股份有限公司 OTA upgrade method and Bluetooth chip
CN106502750A (en) * 2016-10-28 2017-03-15 青岛海信电器股份有限公司 OTA upgrade methods and Bluetooth chip
CN107168734A (en) * 2017-04-27 2017-09-15 纳瓦电子(上海)有限公司 A kind of embedded system upgrading backup method
CN108170453A (en) * 2018-01-17 2018-06-15 中国平安人寿保险股份有限公司 A kind of MIT method for upgrading system, storage medium and terminal device
CN108170453B (en) * 2018-01-17 2021-01-01 中国平安人寿保险股份有限公司 MIT system upgrading method, storage medium and terminal equipment
CN110188004A (en) * 2019-05-31 2019-08-30 烽火通信科技股份有限公司 A kind of double copies software system management method and system of terminal device
CN111142911A (en) * 2019-12-27 2020-05-12 易思维(杭州)科技有限公司 Embedded system with abnormal recovery function and upgrading method thereof
CN111142911B (en) * 2019-12-27 2022-04-19 易思维(杭州)科技有限公司 Embedded system with abnormal recovery function and upgrading method thereof
CN117076002A (en) * 2023-09-28 2023-11-17 飞腾信息技术有限公司 Safe starting method and related device
CN117076002B (en) * 2023-09-28 2024-01-02 飞腾信息技术有限公司 Safe starting method and related device

Also Published As

Publication number Publication date
CN101216772B (en) 2011-05-11

Similar Documents

Publication Publication Date Title
CN101216772B (en) Embedded equipment startup method and software upgrading method
CN100394391C (en) Systems and methods for storing data on computer systems
US6807630B2 (en) Method for fast reinitialization wherein a saved system image of an operating system is transferred into a primary memory from a secondary memory
CN103678144B (en) Data storage device and flash memory control method
US20070055969A1 (en) System and method for updating firmware
US8296521B2 (en) Method of configuring non-volatile memory for a hybrid disk drive
US20100235617A1 (en) System recovery method and embedded system with automatic recovery function
CN103299276A (en) Software updating process for an embedded device
CN104461657A (en) Main/back-up embedded type bootstrap start-up method and device
US5825649A (en) Kernel substitution method in multi-processor system and multi-processor system having kernel substitution function
CN109271206B (en) Memory compression and storage method for abnormal site
CN103336736A (en) System log acquisition method and device
CN109582332B (en) System upgrading method and device for Internet camera
US20050027957A1 (en) Apparatus and method for control of write filter
US20220291857A1 (en) Ssd supporting read-only mode after plp backup failure
CN115904231A (en) RAID card power failure processing method and related device
CN101140535A (en) Method for preventing BIOS chip data from missing
CN111124294B (en) Sector mapping information management method and device, storage medium and equipment
CN112394965B (en) Battery management system upgrade and operation method, controller, battery management system and storage medium
CN105279094A (en) NAND Flash operation processing method, NAND Flash operation processing device and logic device
US6736325B1 (en) Codelets
CN115576734A (en) Multi-core heterogeneous log storage method and system
CN114327246B (en) Method for storing data in storage medium, storage medium and computer device
JP2010282645A (en) Linux program start-up system
JP6385322B2 (en) Information processing device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract

Assignee: Beijing Zhongxing Net Technology Co., Ltd.

Assignor: ZTE Corporation

Contract record no.: 2012990000392

Denomination of invention: Embedded equipment startup method and software upgrading method

Granted publication date: 20110511

License type: Exclusive License

Open date: 20080709

Record date: 20120606

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20110511

Termination date: 20190115