WO2015146788A1 - Electronic apparatus - Google Patents

Electronic apparatus Download PDF

Info

Publication number
WO2015146788A1
WO2015146788A1 PCT/JP2015/058285 JP2015058285W WO2015146788A1 WO 2015146788 A1 WO2015146788 A1 WO 2015146788A1 JP 2015058285 W JP2015058285 W JP 2015058285W WO 2015146788 A1 WO2015146788 A1 WO 2015146788A1
Authority
WO
WIPO (PCT)
Prior art keywords
programs
program
nonvolatile memory
storage area
predetermined storage
Prior art date
Application number
PCT/JP2015/058285
Other languages
French (fr)
Japanese (ja)
Inventor
剛史 ▲浜▼川
Original Assignee
京セラドキュメントソリューションズ株式会社
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 京セラドキュメントソリューションズ株式会社 filed Critical 京セラドキュメントソリューションズ株式会社
Publication of WO2015146788A1 publication Critical patent/WO2015146788A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation

Definitions

  • the present invention relates to an electronic device.
  • a plurality of programs are written in advance in a nonvolatile memory such as a NAND flash memory.
  • a storage area dedicated to the program is secured in the nonvolatile memory for each program (see, for example, Patent Document 1).
  • FIG. 9 is a diagram for explaining a storage area dedicated to a plurality of programs in the nonvolatile memory.
  • the nonvolatile memory there are congenital defective blocks that already exist at the time of manufacture and acquired defective blocks that occur due to use. Therefore, as shown in FIG. 9, unused areas are included in the plurality of storage areas 101a to 101d dedicated to the program so that the program can be written to the storage area dedicated to the program even if a bad block occurs.
  • the size of the storage area dedicated to the program is larger than the size of the program by the size of the unused area.
  • the present invention has been made in view of the above problems, and an object of the present invention is to obtain an electronic device in which the size of an area for writing a plurality of programs in a nonvolatile memory can be reduced.
  • the electronic apparatus includes a processor, a rewritable nonvolatile memory that stores a plurality of programs, and a volatile memory.
  • the processor when writing a plurality of programs to the nonvolatile memory, (a1) generates program information for specifying a writing position of the plurality of programs, and (a2) stores the program information in the nonvolatile memory.
  • the merge data including a combination of a plurality of programs to be written to the nonvolatile memory is continuously written in a predetermined storage area in the nonvolatile memory, and a defective block is written in the predetermined storage area. If present, the data is continuously written across the defective block.
  • the processor reads the plurality of programs from the nonvolatile memory to the volatile memory, (b1) reads the program information to identify the writing positions of the plurality of programs, and (b2) the The defective block in the predetermined storage area is specified, and (b3) the plurality of programs are read from the predetermined storage area based on the writing position and the position of the specified defective block.
  • the size of the area for writing a plurality of programs in the nonvolatile memory of the electronic device can be reduced.
  • FIG. 1 is a block diagram showing a configuration of an electronic apparatus according to an embodiment of the present invention.
  • FIG. 2 is a flowchart for explaining an operation at the time of program writing of the electronic apparatus according to the first embodiment.
  • FIG. 3 is a diagram for explaining an operation at the time of program writing of the electronic apparatus according to the first embodiment.
  • FIG. 4 is a flowchart for explaining the operation of the electronic device according to Embodiment 1 when reading a program.
  • FIG. 5 is a diagram for explaining an operation at the time of program reading of the electronic device according to the first embodiment.
  • FIG. 6 is a flowchart for explaining the operation at the time of program writing of the electronic apparatus according to the second embodiment.
  • FIG. 1 is a block diagram showing a configuration of an electronic apparatus according to an embodiment of the present invention.
  • FIG. 2 is a flowchart for explaining an operation at the time of program writing of the electronic apparatus according to the first embodiment.
  • FIG. 3 is a diagram for explaining an operation at the time of program writing
  • FIG. 7 is a diagram for explaining an operation at the time of program writing of the electronic apparatus according to the second embodiment.
  • FIG. 8 is a diagram for explaining an operation at the time of program reading of the electronic device according to the second embodiment.
  • FIG. 9 is a diagram for explaining storage areas dedicated to a plurality of programs in the nonvolatile memory.
  • Embodiment 1 FIG.
  • FIG. 1 is a block diagram showing a configuration of an electronic device according to an embodiment of the present invention.
  • the electronic apparatus illustrated in FIG. 1 is, for example, an image forming apparatus such as a printer or a multifunction peripheral, an information terminal apparatus, or the like.
  • the electronic device shown in FIG. 1 has a built-in system and loads a program stored in a nonvolatile memory 1 such as a NAND flash memory into a RAM (Random Access Memory) 2 which is a volatile memory.
  • a nonvolatile memory 1 such as a NAND flash memory
  • RAM Random Access Memory
  • CPU Central Processing Unit
  • MPU Micro Processing Unit
  • the electronic device shown in FIG. 1 has a function of writing a plurality of programs in the nonvolatile memory 1 and updating the plurality of programs in the nonvolatile memory 1.
  • the program (new version of the program) used for the update is obtained by reading it from a recording medium through an interface (not shown) or downloading it from a server on the network using a communication device (not shown).
  • the boot loader 11 is executed by the processor 3, the system program in the nonvolatile memory 1 is loaded into the RAM 2, and the execution of the system program is started. Thereafter, in accordance with the system program, an application program or the like is loaded from the nonvolatile memory 1 to the RAM 2 and executed as appropriate.
  • FIG. 2 is a flowchart for explaining the operation of the electronic device according to the first embodiment when writing a program.
  • FIG. 3 is a diagram for explaining an operation at the time of program writing of the electronic apparatus according to the first embodiment.
  • the processor 3 acquires a plurality of programs (programs A to D in FIG. 3) to be written in the nonvolatile memory 1 in accordance with the update program 12, holds them on the RAM 2, and obtains header information about the plurality of programs. Generated and held on the RAM 2 (step S1).
  • the header information includes (a) header identifier (unique identifier indicating header information), (b) header information size, and (c) program information.
  • the program information is information for specifying a program writing position and the like.
  • a program identifier an identifier unique to the program
  • a program size an identifier unique to the program
  • other attribute information version information, program compression format, etc.
  • An end identifier is inserted at the end of the program information of one program, and the program information of a plurality of programs is continued in the same order as the program writing order while being separated by the end identifier.
  • the header information is generated as one continuous data including program information for a plurality of programs.
  • the processor 3 combines a plurality of programs to be written in accordance with the update program 12, and generates merge data including the combination (step S2).
  • the program information is continuously combined with a plurality of programs and included in the merge data.
  • the program information includes at least the order of the plurality of programs and the size of each of the plurality of programs.
  • the merge data is a combination of header information and a plurality of programs. Therefore, the writing position of each program can be specified from the leading writing position of the merge data, the size of the header information, and the size of the program.
  • the processor 3 continuously writes merge data from the top of one predetermined storage area 21 of the nonvolatile memory 1 (step S3). Therefore, in the first embodiment, the header information is continuously written in the nonvolatile memory 1 as one data, and the header information (that is, program information) is written in the predetermined storage area 21.
  • the processor 3 writes the merge data continuously across the bad block according to the update program 12. Go. That is, the continuation of the program written in the block immediately before the bad block is written from the block next to the bad block.
  • the program B and the program D are written across the defective blocks.
  • FIG. 4 is a flowchart for explaining the operation of the electronic device according to Embodiment 1 when reading a program.
  • FIG. 5 is a diagram for explaining an operation at the time of program reading of the electronic device according to the first embodiment.
  • the processor 3 detects the header information stored in the predetermined storage area 21 according to the boot loader 11 or the like based on the header identifier, and reads the header information (that is, program information) (step S11).
  • the processor 3 identifies the position of the defective block in the predetermined storage area 21 based on the result of the pass / fail check of each block of the nonvolatile memory 1 at the time of startup according to the boot loader 11 or the like (step S12).
  • the processor 3 writes each program write position (that is, a predetermined value) based on the read program information (in particular, the program size in the first embodiment) and the position of the specified defective block. (Offset from the beginning of the storage area 21) is specified, and the program is read from the write position in the predetermined storage area 21 to the RAM 2 while skipping bad blocks (step S13).
  • the processor 3 specifies the program size one by one in order from the top of the program information according to the boot loader 11 and the like, and starts from the current reading position (the initial value is the next address after the end of the header information). Data for the specified size is read as a program from the predetermined storage area 21 to the RAM 2, and after the data, data for the specified size is read from the predetermined storage area 21 to the RAM 2 as the next program.
  • the part before the defective block and the part after the defective block are respectively read and stored in the RAM 2 so that they are continuous.
  • the program divided by the bad block is read from the head to the block immediately before the bad block, and the size of the part before the bad block is subtracted from the program size specified from the program information. Only the size obtained is read from the blocks following the bad block.
  • the programs written in the predetermined storage area 21 as described above are individually loaded into the RAM 2 based on the header information (that is, program information).
  • the position information of the bad block and the header information are required to calculate the program write position (the above-described offset) by calculation. It is preferable to read all.
  • the processor 3 when the processor 3 writes a plurality of programs in the nonvolatile memory 1, (a1) generates program information for specifying the writing positions of the plurality of programs. (A2) The program information is written in the nonvolatile memory 1 and merge data including a combination of a plurality of programs to be written in the nonvolatile memory 1 is continuously written in the predetermined storage area 21 in the nonvolatile memory 1 In the case where a defective block exists in the predetermined storage area 21, the writing is continuously performed across the defective block.
  • the processor 3 When the processor 3 reads a plurality of programs from the nonvolatile memory 1 to the RAM 2, the processor 3 reads (b1) the program information to identify the writing positions of the plurality of programs, and (b2) a defect in the predetermined storage area 21. A block is specified, and (b3) a plurality of programs are read from the predetermined storage area 21 based on the writing position and the position of the specified defective block.
  • the header information is stored in the predetermined storage area 21 together with a plurality of programs.
  • the header information is stored in a different area from the predetermined storage area in which the plurality of programs are stored.
  • program information is not combined with a plurality of programs and is not included in merge data.
  • the basic configuration of the electronic device according to the second embodiment is the same as that of the first embodiment (FIG. 1), but operates as follows.
  • FIG. 6 is a flowchart for explaining the operation at the time of program writing of the electronic device according to the second embodiment.
  • FIG. 7 is a diagram for explaining an operation at the time of program writing of the electronic apparatus according to the second embodiment.
  • the processor 3 acquires a plurality of programs (programs A to D in FIG. 7) to be written in the nonvolatile memory 1 according to the update program 12, holds them on the RAM 2, combines the plurality of programs to be written, Merge data including the combination is generated (step S21).
  • the processor 3 writes the merge data continuously from the top of the predetermined storage area 21a of the nonvolatile memory 1 according to the update program 12 (step S22). At this time, for example, as shown in FIG. 7, when the block to be written in the predetermined storage area 21 a is a bad block, the processor 3 writes the merge data continuously across the bad block according to the update program 12. Go.
  • the processor 3 specifies the writing position of each program after writing the merge data in accordance with the update program 12, generates header information for the plurality of programs, and stores the header information on the RAM 2 (step S23). Writing to another storage area 21b of the memory 1 (step S24).
  • the program information in the header information includes information (for example, an address) that directly indicates the program writing position instead of the program size. That is, in the second embodiment, since the header information is generated after the program is written, the writing position of the program is known when the header information is generated, and the information can be included in the program information.
  • the unused area only needs to be provided at the end of the predetermined storage area 21a, and the program is continuously stored in the predetermined storage area 21a without securing an unused area for each of the plurality of programs. Is written to. *
  • FIG. 8 is a diagram for explaining an operation at the time of reading a program of the electronic device according to the second embodiment.
  • the processor 3 detects the header information stored in the storage area 21b according to the boot loader 11 and the like, reads the header information (that is, program information), and reads the header. Based on the program information in the information, the writing position of each program is specified, and the program is read from the writing position in the predetermined storage area 21a to the RAM 2 while skipping the defective block.
  • the programs written in the predetermined storage area 21a as described above are individually loaded into the RAM 2 based on the header information (that is, program information).
  • the program information since the program information includes information directly indicating the program writing position, it is not necessary to specify the position of the defective block in the predetermined storage area 21a when reading the program. Absent. Further, it is not necessary to calculate the program writing position (the above-described offset) at the time of program reading.
  • the information on the position of the defective block is not required at the time of reading the program, the information on the position of the defective block obtained at the time of starting is not retained after the completion of the starting process, and a part of a plurality of programs is May be read by the boot loader 11, and the remaining program may be read by the program read by the boot loader 11.
  • the program writing position can be easily specified at the time of reading the program, the time required for reading the program can be shortened.
  • the present invention can be applied to, for example, an electronic device incorporating a built-in system.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

With respect to writing of a plurality of programs to non-volatile memory (1): (a1) program information for identifying write positions for the plurality of programs is generated; and (a2) the program information is written to the non-volatile memory (1), merge data which includes a combination of a plurality of programs to be written to the non-volatile memory (1) is continuously written in a predetermined storage region (21) within the non-volatile memory (1), and if there is a bad block in the predetermined storage region (21), the merge data is continuously written so that the bad block is straddled. With respect to reading out a plurality of programs from the non-volatile memory (1) to RAM (2): (b1) program information is read out so as to identify the write positions for the plurality of programs; and (b2) the plurality of programs are read out from the predetermined storage region (21) on the basis of the identified write positions.

Description

電子機器Electronics
 本発明は、電子機器に関するものである。 The present invention relates to an electronic device.
 組込システムを内蔵する電子機器においては、複数のプログラムが、NANDフラッシュメモリーなどの不揮発性メモリーに予め書き込まれている。そのような電子機器においては、各プログラムについて、不揮発性メモリーに、そのプログラム専用の記憶領域が確保されている(例えば特許文献1参照)。 In an electronic device incorporating an embedded system, a plurality of programs are written in advance in a nonvolatile memory such as a NAND flash memory. In such an electronic device, a storage area dedicated to the program is secured in the nonvolatile memory for each program (see, for example, Patent Document 1).
特開2000-35919号公報JP 2000-35919 A
 図9は、不揮発性メモリー内の複数のプログラム専用の記憶領域を説明する図である。不揮発性メモリーには、製造時に既に存在している先天性の不良ブロック、および使用に起因して発生する後天性の不良ブロックが発生する。そのため、図9に示すように、不良ブロックが発生してもプログラムがそのプログラム専用の記憶領域に書き込めるように、複数のプログラム専用の記憶領域101a~101dには、それぞれ、未使用領域が含められており、プログラム専用の記憶領域のサイズは、プログラムのサイズより未使用領域のサイズだけ大きくなっている。 FIG. 9 is a diagram for explaining a storage area dedicated to a plurality of programs in the nonvolatile memory. In the nonvolatile memory, there are congenital defective blocks that already exist at the time of manufacture and acquired defective blocks that occur due to use. Therefore, as shown in FIG. 9, unused areas are included in the plurality of storage areas 101a to 101d dedicated to the program so that the program can be written to the storage area dedicated to the program even if a bad block occurs. The size of the storage area dedicated to the program is larger than the size of the program by the size of the unused area.
 このように、組込システムを内蔵する電子機器の不揮発性メモリーの容量は、コスト面の要求から小さくしたいにも拘わらず、プログラムごとに未使用領域が設けられているため、容量が大きい不揮発性メモリーを使用する必要がある。 In this way, the capacity of the non-volatile memory of an electronic device with a built-in system is reduced due to cost requirements, but an unused area is provided for each program. Need to use memory.
 本発明は、上記の問題に鑑みてなされたものであり、不揮発性メモリーにおいて複数のプログラムを書き込むための領域のサイズが小さくて済む電子機器を得ることを目的とする。 The present invention has been made in view of the above problems, and an object of the present invention is to obtain an electronic device in which the size of an area for writing a plurality of programs in a nonvolatile memory can be reduced.
 本発明に係る電子機器は、プロセッサーと、複数のプログラムを記憶する書換可能な不揮発性メモリーと、揮発性メモリーとを備える。そして、前記プロセッサーは、前記不揮発性メモリーに複数のプログラムを書き込む際に、(a1)前記複数のプログラムの書込位置を特定するためのプログラム情報を生成し、(a2)前記プログラム情報を前記不揮発性メモリーに書き込むとともに、前記不揮発性メモリーに書き込むべき複数のプログラムの結合体を含むマージデータを、前記不揮発性メモリー内の所定記憶領域において連続的に書き込んでいき、前記所定記憶領域に不良ブロックが存在する場合、前記不良ブロックを跨いで連続的に書き込む。また、前記プロセッサーは、前記不揮発性メモリーから前記揮発性メモリーへ前記複数のプログラムを読み出す際に、(b1)前記プログラム情報を読み取って前記複数のプログラムの書込位置を特定し、(b2)前記所定記憶領域内の前記不良ブロックを特定し、(b3)前記書込位置および特定された前記不良ブロックの位置に基づいて、前記所定記憶領域から前記複数のプログラムを読み出す。 The electronic apparatus according to the present invention includes a processor, a rewritable nonvolatile memory that stores a plurality of programs, and a volatile memory. The processor, when writing a plurality of programs to the nonvolatile memory, (a1) generates program information for specifying a writing position of the plurality of programs, and (a2) stores the program information in the nonvolatile memory. In addition, the merge data including a combination of a plurality of programs to be written to the nonvolatile memory is continuously written in a predetermined storage area in the nonvolatile memory, and a defective block is written in the predetermined storage area. If present, the data is continuously written across the defective block. In addition, when the processor reads the plurality of programs from the nonvolatile memory to the volatile memory, (b1) reads the program information to identify the writing positions of the plurality of programs, and (b2) the The defective block in the predetermined storage area is specified, and (b3) the plurality of programs are read from the predetermined storage area based on the writing position and the position of the specified defective block.
 本発明によれば、電子機器の不揮発性メモリーにおいて複数のプログラムを書き込むための領域のサイズが小さくて済む。 According to the present invention, the size of the area for writing a plurality of programs in the nonvolatile memory of the electronic device can be reduced.
図1は、本発明の実施の形態に係る電子機器の構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of an electronic apparatus according to an embodiment of the present invention. 図2は、実施の形態1に係る電子機器のプログラム書込時の動作について説明するフローチャートである。FIG. 2 is a flowchart for explaining an operation at the time of program writing of the electronic apparatus according to the first embodiment. 図3は、実施の形態1に係る電子機器のプログラム書込時の動作について説明する図である。FIG. 3 is a diagram for explaining an operation at the time of program writing of the electronic apparatus according to the first embodiment. 図4は、実施の形態1に係る電子機器のプログラム読出時の動作について説明するフローチャートである。FIG. 4 is a flowchart for explaining the operation of the electronic device according to Embodiment 1 when reading a program. 図5は、実施の形態1に係る電子機器のプログラム読出時の動作について説明する図である。FIG. 5 is a diagram for explaining an operation at the time of program reading of the electronic device according to the first embodiment. 図6は、実施の形態2に係る電子機器のプログラム書込時の動作について説明するフローチャートである。FIG. 6 is a flowchart for explaining the operation at the time of program writing of the electronic apparatus according to the second embodiment. 図7は、実施の形態2に係る電子機器のプログラム書込時の動作について説明する図である。FIG. 7 is a diagram for explaining an operation at the time of program writing of the electronic apparatus according to the second embodiment. 図8は、実施の形態2に係る電子機器のプログラム読出時の動作について説明する図である。FIG. 8 is a diagram for explaining an operation at the time of program reading of the electronic device according to the second embodiment. 図9は、不揮発性メモリー内の複数のプログラム専用の記憶領域を説明する図である。FIG. 9 is a diagram for explaining storage areas dedicated to a plurality of programs in the nonvolatile memory.
 以下、図に基づいて本発明の実施の形態を説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
実施の形態1. Embodiment 1 FIG.
 図1は、本発明の実施の形態に係る電子機器の構成を示すブロック図である。図1に示す電子機器は、例えば、プリンター、複合機などの画像形成装置、情報端末装置などである。 FIG. 1 is a block diagram showing a configuration of an electronic device according to an embodiment of the present invention. The electronic apparatus illustrated in FIG. 1 is, for example, an image forming apparatus such as a printer or a multifunction peripheral, an information terminal apparatus, or the like.
 図1に示す電子機器は、組込システムを内蔵しており、NANDフラッシュメモリーなどの不揮発性メモリー1内に記憶されているプログラムを揮発性メモリーであるRAM(Random Access Memory)2にロードして、CPU(Central Processing Unit)、MPU(Micro Processing Unit)などのプロセッサー3で実行する。 The electronic device shown in FIG. 1 has a built-in system and loads a program stored in a nonvolatile memory 1 such as a NAND flash memory into a RAM (Random Access Memory) 2 which is a volatile memory. , CPU (Central Processing Unit), MPU (Micro Processing Unit), etc.
 また、図1に示す電子機器は、不揮発性メモリー1に複数のプログラムを書き込み、不揮発性メモリー1内に複数のプログラムを更新する機能を有している。なお、更新に使用されるプログラム(新たなバージョンのプログラム)は、記録媒体から図示せぬインターフェイスで読み出されたり、ネットワーク上のサーバーから図示せぬ通信装置でダウンロードされたりして取得される。 The electronic device shown in FIG. 1 has a function of writing a plurality of programs in the nonvolatile memory 1 and updating the plurality of programs in the nonvolatile memory 1. Note that the program (new version of the program) used for the update is obtained by reading it from a recording medium through an interface (not shown) or downloading it from a server on the network using a communication device (not shown).
 具体的には、図1に示す電子機器の起動時に、プロセッサー3によってブートローダー11が実行され、不揮発性メモリー1内のシステムプログラムがRAM2にロードされ、システムプログラムの実行が開始される。その後、システムプログラムに従って、アプリケーションプログラムなどが、適宜、不揮発性メモリー1からRAM2にロードされ実行される。 Specifically, when the electronic device shown in FIG. 1 is activated, the boot loader 11 is executed by the processor 3, the system program in the nonvolatile memory 1 is loaded into the RAM 2, and the execution of the system program is started. Thereafter, in accordance with the system program, an application program or the like is loaded from the nonvolatile memory 1 to the RAM 2 and executed as appropriate.
 また、不揮発性メモリー1内のプログラムの更新を行う場合、そのようにRAM2にロードされたプログラムの1つである更新プログラム12に従って実行される。 Further, when updating the program in the nonvolatile memory 1, it is executed according to the update program 12, which is one of the programs loaded in the RAM 2.
 次に、実施の形態1に係る電子機器の動作について説明する。 Next, the operation of the electronic device according to the first embodiment will be described.
(a)プログラム書込時の動作 (A) Program write operation
 図2は、実施の形態1に係る電子機器のプログラム書込時の動作について説明するフローチャートである。図3は、実施の形態1に係る電子機器のプログラム書込時の動作について説明する図である。 FIG. 2 is a flowchart for explaining the operation of the electronic device according to the first embodiment when writing a program. FIG. 3 is a diagram for explaining an operation at the time of program writing of the electronic apparatus according to the first embodiment.
 まず、プロセッサー3は、更新プログラム12に従って、不揮発性メモリー1に書き込むべき複数のプログラム(図3では、プログラムA~D)を取得してRAM2上に保持し、その複数のプログラムについてのヘッダー情報を生成しRAM2上に保持する(ステップS1)。 First, the processor 3 acquires a plurality of programs (programs A to D in FIG. 3) to be written in the nonvolatile memory 1 in accordance with the update program 12, holds them on the RAM 2, and obtains header information about the plurality of programs. Generated and held on the RAM 2 (step S1).
 ヘッダー情報は、(a)ヘッダー識別子(ヘッダー情報を示す固有の識別子)、(b)ヘッダー情報のサイズ、および(c)プログラム情報を含む。実施の形態1では、プログラム情報は、プログラムの書込位置などを特定するための情報であって、実施の形態1では、1つのプログラムにつき、プログラム識別子(プログラムに固有の識別子)、プログラムのサイズ、その他の属性情報(バージョン情報、プログラムの圧縮形式など)を有する。1つのプログラムのプログラム情報の終端には、終端識別子が挿入され、複数のプログラムのプログラム情報が、終端識別子で区切られながら、プログラムの書込順序と同一の順序で連続している。 The header information includes (a) header identifier (unique identifier indicating header information), (b) header information size, and (c) program information. In the first embodiment, the program information is information for specifying a program writing position and the like. In the first embodiment, for each program, a program identifier (an identifier unique to the program), a program size, and the like. And other attribute information (version information, program compression format, etc.). An end identifier is inserted at the end of the program information of one program, and the program information of a plurality of programs is continued in the same order as the program writing order while being separated by the end identifier.
 ヘッダー情報は、複数のプログラムについてのプログラム情報を含む、1つの連続するデータとして生成される。 The header information is generated as one continuous data including program information for a plurality of programs.
 次に、プロセッサー3は、更新プログラム12に従って、書き込むべき複数のプログラムを結合し、その結合体を含むマージデータを生成する(ステップS2)。 Next, the processor 3 combines a plurality of programs to be written in accordance with the update program 12, and generates merge data including the combination (step S2).
 実施の形態1では、プログラム情報は、例えば図3に示すように、複数のプログラムに連続的に結合されてマージデータに含まれる。また、実施の形態1では、プログラム情報は、複数のプログラムの順序および複数のプログラムのそれぞれのサイズを少なくとも含む。 In Embodiment 1, for example, as shown in FIG. 3, the program information is continuously combined with a plurality of programs and included in the merge data. In the first embodiment, the program information includes at least the order of the plurality of programs and the size of each of the plurality of programs.
 具体的には、実施の形態1では、マージデータは、ヘッダー情報および複数のプログラムの結合体である。したがって、各プログラムの書込位置は、マージデータの先頭の書込位置、ヘッダー情報のサイズ、およびプログラムのサイズから特定できるようになっている。 Specifically, in the first embodiment, the merge data is a combination of header information and a plurality of programs. Therefore, the writing position of each program can be specified from the leading writing position of the merge data, the size of the header information, and the size of the program.
 そして、プロセッサー3は、更新プログラム12に従って、不揮発性メモリー1の1つの所定記憶領域21の先頭から、マージデータを連続的に書き込んでいく(ステップS3)。したがって、実施の形態1では、ヘッダー情報は、1つのデータとして連続的に不揮発性メモリー1に書き込まれ、ヘッダー情報(つまり、プログラム情報)は、所定記憶領域21に書き込まれる。 Then, according to the update program 12, the processor 3 continuously writes merge data from the top of one predetermined storage area 21 of the nonvolatile memory 1 (step S3). Therefore, in the first embodiment, the header information is continuously written in the nonvolatile memory 1 as one data, and the header information (that is, program information) is written in the predetermined storage area 21.
 その際、例えば図3に示すように、所定記憶領域21内の書き込み対象のブロックが不良ブロックである場合、プロセッサー3は、更新プログラム12に従って、不良ブロックを跨いで連続的にマージデータを書き込んでいく。つまり、不良ブロックの直前のブロックに書き込まれたプログラムの続きが不良ブロックの次のブロックから書き込まれる。図3に示す例では、プログラムBとプログラムDがそれぞれ不良ブロックを跨いで書き込まれている。 At this time, for example, as shown in FIG. 3, when the block to be written in the predetermined storage area 21 is a bad block, the processor 3 writes the merge data continuously across the bad block according to the update program 12. Go. That is, the continuation of the program written in the block immediately before the bad block is written from the block next to the bad block. In the example shown in FIG. 3, the program B and the program D are written across the defective blocks.
 このように、未使用領域は、所定記憶領域21の終端部に1箇所だけ設けておけばよく、複数のプログラムのそれぞれについて未使用領域を確保することなく、連続的にプログラムが所定記憶領域21に書き込まれる。  In this way, it is only necessary to provide one unused area at the end portion of the predetermined storage area 21, and programs are continuously stored in the predetermined storage area 21 without securing an unused area for each of a plurality of programs. Is written to. *
(b)プログラム読出時の動作 (B) Operation when reading a program
 図4は、実施の形態1に係る電子機器のプログラム読出時の動作について説明するフローチャートである。図5は、実施の形態1に係る電子機器のプログラム読出時の動作について説明する図である。 FIG. 4 is a flowchart for explaining the operation of the electronic device according to Embodiment 1 when reading a program. FIG. 5 is a diagram for explaining an operation at the time of program reading of the electronic device according to the first embodiment.
 プロセッサー3は、ブートローダー11等に従って、所定記憶領域21に記憶されているヘッダー情報をヘッダー識別子に基づいて検出し、ヘッダー情報(つまり、プログラム情報)を読み取る(ステップS11)。 The processor 3 detects the header information stored in the predetermined storage area 21 according to the boot loader 11 or the like based on the header identifier, and reads the header information (that is, program information) (step S11).
 プロセッサー3は、ブートローダー11等に従って、起動時における不揮発性メモリー1の各ブロックの良否チェックの結果に基づいて、所定記憶領域21内の不良ブロックの位置を特定する(ステップS12)。 The processor 3 identifies the position of the defective block in the predetermined storage area 21 based on the result of the pass / fail check of each block of the nonvolatile memory 1 at the time of startup according to the boot loader 11 or the like (step S12).
 次に、プロセッサー3は、ブートローダー11等に従って、読み取ったプログラム情報(実施の形態1では、特にプログラムサイズ)および特定された不良ブロックの位置に基づいて、各プログラムの書込位置(つまり、所定記憶領域21の先頭からのオフセット)を特定し、所定記憶領域21内のその書込位置から、不良ブロックをスキップしつつ、プログラムをRAM2へ読み出す(ステップS13)。 Next, in accordance with the boot loader 11 or the like, the processor 3 writes each program write position (that is, a predetermined value) based on the read program information (in particular, the program size in the first embodiment) and the position of the specified defective block. (Offset from the beginning of the storage area 21) is specified, and the program is read from the write position in the predetermined storage area 21 to the RAM 2 while skipping bad blocks (step S13).
 具体的には、プロセッサー3は、ブートローダー11等に従って、プログラム情報の先頭から順番に1つずつプログラムのサイズを特定し、現在の読み取り位置(初期値はヘッダー情報の終端の次のアドレス)から特定したサイズ分のデータをプログラムとして所定記憶領域21からRAM2へ読み出し、そのデータの次から、次に特定したサイズ分のデータを、次のプログラムとして所定記憶領域21からRAM2へ読み出す。 Specifically, the processor 3 specifies the program size one by one in order from the top of the program information according to the boot loader 11 and the like, and starts from the current reading position (the initial value is the next address after the end of the header information). Data for the specified size is read as a program from the predetermined storage area 21 to the RAM 2, and after the data, data for the specified size is read from the predetermined storage area 21 to the RAM 2 as the next program.
 このとき、不良ブロックで分断されているプログラム(例えば図3,5におけるプログラムB,D)については、不良ブロックより前の部分および後の部分がそれぞれ読み出され、それらが連続するようにRAM2に格納される。つまり、不良ブロックで分断されているプログラムは、その先頭から不良ブロックの直前のブロックまで読み出されていき、不良ブロックより前の部分のサイズを、プログラム情報から特定されるプログラムサイズから減算して得られるサイズだけ、不良ブロックの次以降のブロックから読み出される。 At this time, for the program divided by the defective block (for example, programs B and D in FIGS. 3 and 5), the part before the defective block and the part after the defective block are respectively read and stored in the RAM 2 so that they are continuous. Stored. In other words, the program divided by the bad block is read from the head to the block immediately before the bad block, and the size of the part before the bad block is subtracted from the program size specified from the program information. Only the size obtained is read from the blocks following the bad block.
 このように、上述のように所定記憶領域21に書き込まれているプログラムが、ヘッダー情報(つまり、プログラム情報)に基づいてそれぞれ個別的にRAM2にロードされる。 As described above, the programs written in the predetermined storage area 21 as described above are individually loaded into the RAM 2 based on the header information (that is, program information).
 なお、実施の形態1では、プログラム読出時に、プログラムの書込位置(上述のオフセット)を計算で求めるために不良ブロックの位置の情報およびヘッダー情報が必要となるため、起動時に、複数のプログラムをすべて読み出すようにするのが好ましい。 In the first embodiment, when the program is read, the position information of the bad block and the header information are required to calculate the program write position (the above-described offset) by calculation. It is preferable to read all.
 以上のように、上記実施の形態1によれば、プロセッサー3は、不揮発性メモリー1に複数のプログラムを書き込む際に、(a1)複数のプログラムの書込位置を特定するためのプログラム情報を生成し、(a2)プログラム情報を不揮発性メモリー1に書き込むとともに、不揮発性メモリー1に書き込むべき複数のプログラムの結合体を含むマージデータを、不揮発性メモリー1内の所定記憶領域21において連続的に書き込んでいき、所定記憶領域21に不良ブロックが存在する場合、不良ブロックを跨いで連続的に書き込む。また、プロセッサー3は、不揮発性メモリー1からRAM2へ複数のプログラムを読み出す際に、(b1)プログラム情報を読み取って複数のプログラムの書込位置を特定し、(b2)所定記憶領域21内の不良ブロックを特定し、(b3)書込位置および特定された不良ブロックの位置に基づいて、所定記憶領域21から複数のプログラムを読み出す。 As described above, according to the first embodiment, when the processor 3 writes a plurality of programs in the nonvolatile memory 1, (a1) generates program information for specifying the writing positions of the plurality of programs. (A2) The program information is written in the nonvolatile memory 1 and merge data including a combination of a plurality of programs to be written in the nonvolatile memory 1 is continuously written in the predetermined storage area 21 in the nonvolatile memory 1 In the case where a defective block exists in the predetermined storage area 21, the writing is continuously performed across the defective block. When the processor 3 reads a plurality of programs from the nonvolatile memory 1 to the RAM 2, the processor 3 reads (b1) the program information to identify the writing positions of the plurality of programs, and (b2) a defect in the predetermined storage area 21. A block is specified, and (b3) a plurality of programs are read from the predetermined storage area 21 based on the writing position and the position of the specified defective block.
 これにより、不良ブロックに起因するプログラムの書込領域不足を回避するために設けられる未使用領域を複数のプログラムのそれぞれについて確保しておく必要がなく、不揮発性メモリー1において複数のプログラムを書き込むための領域のサイズが小さくて済む。 Thus, it is not necessary to secure an unused area provided for each of the plurality of programs to avoid a shortage of a program writing area caused by a defective block, and the plurality of programs are written in the nonvolatile memory 1. The size of the area can be small.
実施の形態2. Embodiment 2. FIG.
 実施の形態1では、ヘッダー情報は、複数のプログラムとともに所定記憶領域21に記憶されるが、実施の形態2では、ヘッダー情報は、複数のプログラムが記憶される所定記憶領域とは別の領域に記憶される。したがって、実施の形態2では、プログラム情報は、複数のプログラムに結合されず、マージデータに含まれない。 In the first embodiment, the header information is stored in the predetermined storage area 21 together with a plurality of programs. In the second embodiment, the header information is stored in a different area from the predetermined storage area in which the plurality of programs are stored. Remembered. Therefore, in the second embodiment, program information is not combined with a plurality of programs and is not included in merge data.
 なお、実施の形態2に係る電子機器の基本的な構成は、実施の形態1(図1)のものと同様であるが、以下のように動作する。 The basic configuration of the electronic device according to the second embodiment is the same as that of the first embodiment (FIG. 1), but operates as follows.
 次に、実施の形態2に係る電子機器の動作について説明する。 Next, the operation of the electronic device according to the second embodiment will be described.
(a)プログラム書込時の動作 (A) Program write operation
 図6は、実施の形態2に係る電子機器のプログラム書込時の動作について説明するフローチャートである。図7は、実施の形態2に係る電子機器のプログラム書込時の動作について説明する図である。 FIG. 6 is a flowchart for explaining the operation at the time of program writing of the electronic device according to the second embodiment. FIG. 7 is a diagram for explaining an operation at the time of program writing of the electronic apparatus according to the second embodiment.
 まず、プロセッサー3は、更新プログラム12に従って、不揮発性メモリー1に書き込むべき複数のプログラム(図7では、プログラムA~D)を取得してRAM2上に保持し、書き込むべき複数のプログラムを結合し、その結合体を含むマージデータを生成する(ステップS21)。 First, the processor 3 acquires a plurality of programs (programs A to D in FIG. 7) to be written in the nonvolatile memory 1 according to the update program 12, holds them on the RAM 2, combines the plurality of programs to be written, Merge data including the combination is generated (step S21).
 次に、プロセッサー3は、更新プログラム12に従って、不揮発性メモリー1の所定記憶領域21aの先頭から、マージデータを連続的に書き込んでいく(ステップS22)。その際、例えば図7に示すように、所定記憶領域21a内の書き込み対象のブロックが不良ブロックである場合、プロセッサー3は、更新プログラム12に従って、不良ブロックを跨いで連続的にマージデータを書き込んでいく。 Next, the processor 3 writes the merge data continuously from the top of the predetermined storage area 21a of the nonvolatile memory 1 according to the update program 12 (step S22). At this time, for example, as shown in FIG. 7, when the block to be written in the predetermined storage area 21 a is a bad block, the processor 3 writes the merge data continuously across the bad block according to the update program 12. Go.
 そして、プロセッサー3は、更新プログラム12に従って、マージデータを書き込んだ後に各プログラムの書込位置を特定し、その複数のプログラムについてのヘッダー情報を生成しRAM2上に保持し(ステップS23)、不揮発性メモリー1の別の記憶領域21bに書き込む(ステップS24)。 Then, the processor 3 specifies the writing position of each program after writing the merge data in accordance with the update program 12, generates header information for the plurality of programs, and stores the header information on the RAM 2 (step S23). Writing to another storage area 21b of the memory 1 (step S24).
 実施の形態2では、ヘッダー情報内のプログラム情報は、プログラムサイズの代わりに、プログラムの書込位置を直接的に示す情報(例えばアドレス)を含んでいる。つまり、実施の形態2では、プログラムを書き込んだ後にヘッダー情報を生成しているため、ヘッダー情報の生成時にはプログラムの書込位置は既知になっており、その情報をプログラム情報に含めることができる。 In the second embodiment, the program information in the header information includes information (for example, an address) that directly indicates the program writing position instead of the program size. That is, in the second embodiment, since the header information is generated after the program is written, the writing position of the program is known when the header information is generated, and the information can be included in the program information.
 このように、未使用領域は、所定記憶領域21aの終端部に1箇所だけ設けておけばよく、複数のプログラムのそれぞれについて未使用領域を確保することなく、連続的にプログラムが所定記憶領域21aに書き込まれる。  As described above, the unused area only needs to be provided at the end of the predetermined storage area 21a, and the program is continuously stored in the predetermined storage area 21a without securing an unused area for each of the plurality of programs. Is written to. *
(b)プログラム読出時の動作 (B) Operation when reading a program
 図8は、実施の形態2に係る電子機器のプログラム読出時の動作について説明する図である。 FIG. 8 is a diagram for explaining an operation at the time of reading a program of the electronic device according to the second embodiment.
 実施の形態2では、実施の形態1と同様に、プロセッサー3は、ブートローダー11等に従って、記憶領域21bに記憶されているヘッダー情報を検出し、ヘッダー情報(つまり、プログラム情報)を読み取り、ヘッダー情報内のプログラム情報に基づいて、各プログラムの書込位置を特定し、所定記憶領域21a内のその書込位置から、不良ブロックをスキップしつつ、プログラムをRAM2へ読み出す。 In the second embodiment, similarly to the first embodiment, the processor 3 detects the header information stored in the storage area 21b according to the boot loader 11 and the like, reads the header information (that is, program information), and reads the header. Based on the program information in the information, the writing position of each program is specified, and the program is read from the writing position in the predetermined storage area 21a to the RAM 2 while skipping the defective block.
 このように、上述のように所定記憶領域21aに書き込まれているプログラムが、ヘッダー情報(つまり、プログラム情報)に基づいてそれぞれ個別的にRAM2にロードされる。 As described above, the programs written in the predetermined storage area 21a as described above are individually loaded into the RAM 2 based on the header information (that is, program information).
 なお、実施の形態2では、プログラム情報内に、プログラムの書込位置を直接的に示す情報が含まれているため、プログラム読出時に、所定記憶領域21a内の不良ブロックの位置を特定する必要はない。また、プログラム読出時に、プログラムの書込位置(上述のオフセット)を計算で求める必要がない。 In the second embodiment, since the program information includes information directly indicating the program writing position, it is not necessary to specify the position of the defective block in the predetermined storage area 21a when reading the program. Absent. Further, it is not necessary to calculate the program writing position (the above-described offset) at the time of program reading.
 このように、プログラム読出時に不良ブロックの位置の情報は不要であるので、起動時に得られる不良ブロックの位置の情報を起動処理完了後に保持せずに、起動時に、複数のプログラムのうちの一部をブートローダー11で読み出し、ブートローダー11で読み出されたプログラムで、残りのプログラムを読み出すようにしてもよい。 As described above, since the information on the position of the defective block is not required at the time of reading the program, the information on the position of the defective block obtained at the time of starting is not retained after the completion of the starting process, and a part of a plurality of programs is May be read by the boot loader 11, and the remaining program may be read by the program read by the boot loader 11.
 以上のように、実施の形態2によれば、プログラム読出時にプログラム書込位置を簡単に特定できるため、プログラムの読み出しに要する時間が短くて済む。 As described above, according to the second embodiment, since the program writing position can be easily specified at the time of reading the program, the time required for reading the program can be shortened.
 なお、上述の各実施の形態は、例示および説明を目的として示したものであり、これがすべてではなく、発明をこの形態に限定するものではない。 It should be noted that each of the above-described embodiments is shown for the purpose of illustration and explanation, and this is not all and the invention is not limited to this embodiment.
 また、上述の実施の形態に対する様々な変更および修正については、当業者には明らかである。そのような変更および修正は、その主題の趣旨および範囲から離れることなく、かつ、意図された利点を弱めることなく行われてもよい。つまり、そのような変更および修正が追加請求項に含まれることを意図している。 Various changes and modifications to the above-described embodiment will be apparent to those skilled in the art. Such changes and modifications may be made without departing from the spirit and scope of the subject matter and without diminishing its intended advantages. That is, such changes and modifications are intended to be included in the appended claims.
 本発明は、例えば、組込システムを内蔵する電子機器に適用可能である。 The present invention can be applied to, for example, an electronic device incorporating a built-in system.

Claims (6)

  1.  プロセッサーと、
     複数のプログラムを記憶する書換可能な不揮発性メモリーと、
     揮発性メモリーとを備え、
     前記プロセッサーは、前記不揮発性メモリーに複数のプログラムを書き込む際に、(a1)前記複数のプログラムの書込位置を特定するためのプログラム情報を生成し、(a2)前記プログラム情報を前記不揮発性メモリーに書き込むとともに、前記不揮発性メモリーに書き込むべき複数のプログラムの結合体を含むマージデータを、前記不揮発性メモリー内の所定記憶領域において連続的に書き込んでいき、前記所定記憶領域に不良ブロックが存在する場合、前記不良ブロックを跨いで連続的に書き込み、前記不揮発性メモリーから前記揮発性メモリーへ前記複数のプログラムを読み出す際に、(b1)前記プログラム情報を読み取って前記複数のプログラムの書込位置を特定し、(b2)特定した前記書込位置の位置に基づいて、前記所定記憶領域から前記複数のプログラムを読み出すこと、
     を特徴とする電子機器。
    A processor;
    A rewritable nonvolatile memory that stores multiple programs,
    With volatile memory,
    The processor, when writing a plurality of programs in the nonvolatile memory, (a1) generates program information for specifying a writing position of the plurality of programs, and (a2) stores the program information in the nonvolatile memory. And merge data including a combination of a plurality of programs to be written to the nonvolatile memory is continuously written in a predetermined storage area in the nonvolatile memory, and a defective block exists in the predetermined storage area. In this case, when the plurality of programs are continuously written across the defective blocks and the plurality of programs are read from the nonvolatile memory to the volatile memory, (b1) the program information is read and the writing positions of the plurality of programs are set. (B2) based on the position of the specified writing position, It from the storage area is read out a plurality of programs,
    Electronic equipment characterized by
  2.  前記プログラム情報は、前記複数のプログラムに連続的に結合されて前記マージデータに含まれて前記所定記憶領域に書き込まれ、
     前記プロセッサーは、前記不揮発性メモリーから前記揮発性メモリーへ前記複数のプログラムを読み出す際に、前記所定記憶領域内の前記不良ブロックを特定し、特定した前記書込位置および特定した前記不良ブロックの位置に基づいて、前記所定記憶領域から前記複数のプログラムを読み出すこと、
     を特徴とする請求項1記載の電子機器。
    The program information is continuously combined with the plurality of programs and included in the merge data and written to the predetermined storage area,
    When the processor reads the plurality of programs from the nonvolatile memory to the volatile memory, the processor identifies the defective block in the predetermined storage area, identifies the identified writing position, and identifies the identified defective block Reading the plurality of programs from the predetermined storage area,
    The electronic device according to claim 1.
  3.  前記プログラム情報は、前記複数のプログラムの順序および前記複数のプログラムのそれぞれのサイズを少なくとも含むことを特徴とする請求項2記載の電子機器。 3. The electronic apparatus according to claim 2, wherein the program information includes at least an order of the plurality of programs and a size of each of the plurality of programs.
  4.  前記プログラム情報は、前記所定記憶領域とは別の領域に書き込まれることを特徴とする請求項1記載の電子機器。 The electronic apparatus according to claim 1, wherein the program information is written in an area different from the predetermined storage area.
  5.  前記複数のプログラムについての前記プログラム情報は、1つの連続するデータとして生成され、連続的に前記不揮発性メモリーに書き込まれることを特徴とする請求項1記載の電子機器。 2. The electronic apparatus according to claim 1, wherein the program information about the plurality of programs is generated as one continuous data and continuously written in the nonvolatile memory.
  6.  前記不揮発性メモリーは、NANDフラッシュメモリーであることを特徴とする請求項1記載の電子機器。 The electronic device according to claim 1, wherein the nonvolatile memory is a NAND flash memory.
PCT/JP2015/058285 2014-03-28 2015-03-19 Electronic apparatus WO2015146788A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2014-070405 2014-03-28
JP2014070405 2014-03-28

Publications (1)

Publication Number Publication Date
WO2015146788A1 true WO2015146788A1 (en) 2015-10-01

Family

ID=54195309

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2015/058285 WO2015146788A1 (en) 2014-03-28 2015-03-19 Electronic apparatus

Country Status (1)

Country Link
WO (1) WO2015146788A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001101071A (en) * 1999-09-29 2001-04-13 Victor Co Of Japan Ltd Data storage device using flash type memory and data managing method for the same memory
JP2008040701A (en) * 2006-08-04 2008-02-21 Sony Ericsson Mobilecommunications Japan Inc Memory management method and portable terminal equipment
JP2009009390A (en) * 2007-06-28 2009-01-15 Sony Ericsson Mobilecommunications Japan Inc Memory management method and portable terminal equipment
JP2009134672A (en) * 2007-12-03 2009-06-18 Sony Ericsson Mobilecommunications Japan Inc Memory management method and portable terminal equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001101071A (en) * 1999-09-29 2001-04-13 Victor Co Of Japan Ltd Data storage device using flash type memory and data managing method for the same memory
JP2008040701A (en) * 2006-08-04 2008-02-21 Sony Ericsson Mobilecommunications Japan Inc Memory management method and portable terminal equipment
JP2009009390A (en) * 2007-06-28 2009-01-15 Sony Ericsson Mobilecommunications Japan Inc Memory management method and portable terminal equipment
JP2009134672A (en) * 2007-12-03 2009-06-18 Sony Ericsson Mobilecommunications Japan Inc Memory management method and portable terminal equipment

Similar Documents

Publication Publication Date Title
CN104166561B (en) Electronic equipment system starting method and electronic equipment
US9274788B2 (en) Information processing apparatus, method for controlling the same, and storage medium
WO2012049914A1 (en) Embedded program update method, embedded program update program, electronic apparatus, network system
WO2013103023A1 (en) Information processing device, information processing method, and computer program
US9015695B2 (en) Information processing apparatus and information processing method
CN107403089B (en) Resource tampering identification method and device based on application program
WO2017036183A1 (en) Differential upgrade package processing method and device, upgrade method, system and device
CN106484464B (en) Tuner chip driving method and electronic equipment
US20170024164A1 (en) Forensic data acquisition apparatus and method for guaranteeing integrity of flash memory in smart device
WO2011095074A1 (en) Method for upgrading terminal device system and terminal device
TW201508472A (en) System and method of performing firmware update test
JP5751121B2 (en) Information processing apparatus, information processing method, and program
JP2006202117A (en) Processor and its firmware download method
CN112306368A (en) Method and device for expanding user data partition by EMMC (enhanced multi-media card)
WO2020113478A1 (en) Address information processing method and apparatus, electronic device, and storage medium
KR102116096B1 (en) Multisystem, and method of booting the same
WO2015146788A1 (en) Electronic apparatus
WO2017173924A1 (en) Method and device for switching between file systems
US20230132494A1 (en) Information processing apparatus, method of controlling the same, and storage medium
JP2017027507A (en) Method and device for transcribing binary image on memory device
JP2015191612A (en) Electronic apparatus
JP2015191611A (en) Electronic apparatus
JP6273907B2 (en) Vehicle equipment
US10061630B2 (en) Image forming apparatus that ensures operation while HDD is inoperative, and recording medium therefor
US20140089356A1 (en) Data storage device and operating method thereof

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15770030

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: JP

122 Ep: pct application non-entry in european phase

Ref document number: 15770030

Country of ref document: EP

Kind code of ref document: A1