JP2006139665A - Electronic equipment - Google Patents

Electronic equipment Download PDF

Info

Publication number
JP2006139665A
JP2006139665A JP2004330367A JP2004330367A JP2006139665A JP 2006139665 A JP2006139665 A JP 2006139665A JP 2004330367 A JP2004330367 A JP 2004330367A JP 2004330367 A JP2004330367 A JP 2004330367A JP 2006139665 A JP2006139665 A JP 2006139665A
Authority
JP
Japan
Prior art keywords
firmware
saved
unit
rewritten
facsimile
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2004330367A
Other languages
Japanese (ja)
Inventor
Masaki Kotani
正樹 小谷
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.)
Murata Machinery Ltd
Original Assignee
Murata Machinery Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Murata Machinery Ltd filed Critical Murata Machinery Ltd
Priority to JP2004330367A priority Critical patent/JP2006139665A/en
Publication of JP2006139665A publication Critical patent/JP2006139665A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide electronic equipment which can be surely and quickly restored into a state before it is updated into firmware which does not fit the equipment by mistake. <P>SOLUTION: When firmware is rewritten, firmware 11a(first firmware) already stored in a flash memory 11 is read, and saved to a mounted storage medium. Then, a storage medium in which new firmware 30a(second firmware) is stored is mounted, and the first firmware is rewritten with new firmware. Then, the availability/unavailability of the rewritten second firmware is accepted, and when the unavailability of the second firmware is accepted, the second firmware is rewritten with the first firmware saved to the storage medium, and when the availability of the second firmware is accepted, the saved first firmware is erased. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ファームウェアが誤って書き換えられた(更新された)場合であっても、更新前の状態に確実に復帰することができる電子機器に関する。   The present invention relates to an electronic device that can reliably return to a state before update even when firmware is rewritten (updated) by mistake.

ファームウェアは、電子機器であるハードウェアを制御するために組み込まれた、ハードウェアとソフトウェアとの間に位置づけられた制御用プログラムである。複数種のファームウェアを用意しておき、同一構成のハードウェアにそれぞれ異なるファームウェアを組み込むことによって機能に相違を持たせる手法が用いられている。例えば、近年、コピー機能、スキャン機能、プリンタ機能、FAX機能を備えたファクシミリ複合装置が実用化されているが、ファクシミリ複合装置に組み込むファームウェアの種類を変えることによって、機能アップ又は機能ダウンを行うことができるので、その機能(商品価値)を変えることができる。   The firmware is a control program positioned between the hardware and the software, which is incorporated to control the hardware that is an electronic device. A technique is used in which a plurality of types of firmware are prepared, and different functions are incorporated into different hardware in the same configuration. For example, in recent years, facsimile multifunction devices equipped with a copy function, a scan function, a printer function, and a FAX function have been put into practical use. By changing the type of firmware incorporated in the facsimile multifunction device, the function can be increased or decreased. Can change its function (commercial value).

また、従来はファームウェアが記憶されたROMを交換することによって、ファームウェアを更新していたが、近年では、ハードウェアにコンパクトフラッシュ(登録商標)カード(以下、CFカードという)用の接続インターフェースを設け、所望のファームウェアが記憶されたCFカードを接続することにより、ファームウェアを更新する方法が提案されている。この方法によれば、バグが発生した場合の対応及びバージョンアップへの対応が極めて容易となり、サービス提供者に対する負担が軽減されるとともにコスト面でも有用である。   Conventionally, the firmware has been updated by replacing the ROM in which the firmware is stored. Recently, however, a connection interface for a compact flash (registered trademark) card (hereinafter referred to as a CF card) is provided in the hardware. A method of updating firmware by connecting a CF card storing desired firmware has been proposed. According to this method, it is very easy to cope with a bug and to cope with version upgrade, the burden on the service provider is reduced, and the cost is useful.

しかしながら、上述のようにすれば、ファームウェアを容易に更新できるがゆえに、ファームウェアを誤って更新してしまい、機器に不具合が発生し、場合によっては機器を立ち上げることすらできなくなる虞があった。   However, since the firmware can be easily updated as described above, there is a possibility that the firmware is erroneously updated, a malfunction occurs in the device, and even the device cannot be started up in some cases.

そこで、特許文献1には、USB装置がファームウェア保存手段を複数備え、ファームウェアのファームウェア保存手段への書き換えに失敗した場合であっても、元のファームウェア保存手段を用いてUSB装置を動作させることができ、書き換え失敗による動作不能等の発生を回避する技術が開示されている。
特開2001−117778号公報
Therefore, in Patent Document 1, even when the USB device includes a plurality of firmware storage units and rewriting of the firmware to the firmware storage unit fails, the USB device can be operated using the original firmware storage unit. A technique for avoiding occurrence of inoperability due to rewriting failure is disclosed.
JP 2001-117778 A

しかしながら、特許文献1に開示されている従来技術では、ファームウェアの書き換え後に、書き換えがなされたファームウェア保存手段からデータを読み出してベリファイ(検証)を行う演算装置が必要であり、高コスト化が避けられないという問題がある。また、ファームウェアのデータサイズが大きい場合には、検証に要する時間が長くなり、ファームウェアの書き換えを行った操作者に負担がかかるという問題があった。さらに、あくまで、更新しようとしたファームウェアが確実に書き換えられたか否かを検証するものであり、操作者が誤ったファームウェアを更新した場合には動作不能等が発生する虞がある。   However, the prior art disclosed in Patent Document 1 requires an arithmetic device that reads and verifies data from the firmware storage means that has been rewritten after the firmware is rewritten. There is no problem. Further, when the data size of the firmware is large, the time required for verification becomes long, and there is a problem that a burden is imposed on an operator who rewrites the firmware. Furthermore, it merely verifies whether or not the firmware to be updated has been securely rewritten. If the operator updates the wrong firmware, there is a possibility that inoperability or the like may occur.

本発明は斯かる事情に鑑みてなされたものであり、誤って機器に適合しないファームウェアに更新された場合であっても、確実かつ迅速に更新前の状態に復帰することができる電子機器の提供を目的とする。   The present invention has been made in view of such circumstances, and provides an electronic device that can reliably and quickly return to the state before the update even if the firmware is erroneously updated to firmware that is not compatible with the device. With the goal.

第1発明に係る電子機器は、ファームウェアを記憶するための記憶手段を備え、該記憶手段に記憶されたファームウェアの書き換えを行えるようにしてある電子機器において、第2ファームウェアが記憶された記憶媒体の装着が可能な装着手段と、前記記憶手段に記憶されている第1ファームウェアを読み出して退避させる退避手段と、前記記憶手段の第1ファームウェアを前記第2ファームウェアに書き換える手段と、書き換えた第2ファームウェアの可否を受け付ける受付手段と、第2ファームウェアを否とする受け付けがなされた場合に、書き換えた前記記憶手段の第2ファームウェアを、退避させた第1ファームウェアに書き換える手段とを備えることを特徴とする。   According to a first aspect of the present invention, there is provided an electronic apparatus including a storage unit for storing firmware, wherein the second storage unit stores the second firmware in the electronic apparatus configured to be able to rewrite the firmware stored in the storage unit. Mounting means that can be mounted, saving means for reading out and saving the first firmware stored in the storage means, means for rewriting the first firmware in the storage means to the second firmware, and rewritten second firmware And a means for rewriting the second firmware of the storage means, which has been rewritten when the second firmware is rejected, to the saved first firmware when the second firmware is accepted as a rejection. .

第1発明にあっては、ファームウェアの書き換えを行う場合、まず、記憶手段に既に記憶されている第1ファームウェア(旧ファームウェア)を読み出して退避させておく。そして、第1ファームウェアを第2ファームウェア(新ファームウェア)に書き換える。そして、書き換えた第2ファームウェアの可否を受け付け、否とする受け付けがなされた場合に、第2ファームウェアを退避させておいた第1ファームウェアに書き換える。これにより、例えば、誤って機器に適合しない第2ファームウェアに更新された場合であっても、退避させておいた更新前の第1ファームウェアに戻すことが確実かつ迅速に行え、更新前の状態に復帰することができる。   In the first invention, when rewriting the firmware, first, the first firmware (old firmware) already stored in the storage unit is read and saved. Then, the first firmware is rewritten to the second firmware (new firmware). Then, whether or not the rewritten second firmware is acceptable is accepted, and when the acceptance is made as “no”, the second firmware is rewritten to the first firmware saved. As a result, for example, even when the firmware is updated to the second firmware that does not conform to the device, it is possible to reliably and quickly return to the saved first firmware before the update. Can return.

第2発明に係る電子機器は、前記受付手段にて、第2ファームウェアを可とする受け付けがなされた場合に、退避させた第1ファームウェアを削除する手段を備えることを特徴とする。   An electronic apparatus according to a second aspect of the present invention includes means for deleting the saved first firmware when the accepting means accepts acceptance of the second firmware.

第2発明にあっては、書き換えた第2ファームウェアを可とする受け付けがなされた場合に、退避させておいた第1ファームウェアを削除する。第2ファームウェアが可である場合は、第1ファームウェアを保持しておく必要はないので、削除することによって退避させておくための空き容量を増やすことができる。   In the second invention, when the rewritten second firmware is accepted, the saved first firmware is deleted. If the second firmware is available, it is not necessary to retain the first firmware, so that the free space for saving can be increased by deleting the second firmware.

第3発明に係る電子機器は、前記退避手段は、前記装着手段に装着された記憶媒体に退避するようにしてあることを特徴とする。   The electronic device according to a third aspect of the invention is characterized in that the retracting means is retracted to a storage medium attached to the attaching means.

第3発明にあっては、記憶手段に記憶されている第1ファームウェアを読み出して、装着手段に装着された記憶媒体に退避させる。電子機器とは別体の記憶媒体に第1ファームウェアを退避させることにより、電子機器に不具合が生じた場合であっても、別体の記憶媒体を用いて第1ファームウェアを電子機器に戻すことができる。記憶媒体として、例えば、CFカード、SDメモリーカード、メモリースティック、スマートメディアなどの小型メモリーカード、マイクロドライブのような小型ハードディスク装置などのような公知の不揮発性のものを用いた場合には、電力が遮断されたとしても、退避させた第1ファームウェアが消去されることはない。   In the third aspect of the invention, the first firmware stored in the storage means is read out and saved in the storage medium attached to the attachment means. By saving the first firmware to a storage medium separate from the electronic device, the first firmware can be returned to the electronic device using a separate storage medium even if a failure occurs in the electronic device. it can. For example, when a known non-volatile medium such as a small memory card such as a CF card, an SD memory card, a memory stick, a smart media, or a small hard disk device such as a micro drive is used as a storage medium, Even if shut off, the saved first firmware is not erased.

本発明によれば、誤って機器に適合しないファームウェア(第2ファームウェア)に更新された場合であっても、退避させておいた更新前のファームウェア(第1ファームウェア)に戻すことが確実かつ迅速に行え、更新前の状態に復帰することができる。   According to the present invention, even when the firmware is erroneously updated to the firmware (second firmware) that is not compatible with the device, the saved firmware (first firmware) that has been saved can be reliably and quickly restored. Yes, you can return to the state before the update.

本発明によれば、第2ファームウェアが可である場合は、第1ファームウェアを保持しておく必要はないので、削除することによって、退避させておくための空き容量を増やすことができる。   According to the present invention, when the second firmware is possible, it is not necessary to retain the first firmware. Therefore, by deleting, it is possible to increase the free capacity for saving.

本発明によれば、記憶手段に記憶されている第1ファームウェアを読み出して、装着手段に装着された記憶媒体に退避させることにより、電子機器に不具合が生じた場合であっても、別体の記憶媒体を用いて第1ファームウェアを電子機器に戻すことができる等、優れた効果を奏する。   According to the present invention, the first firmware stored in the storage means is read out and saved in the storage medium attached to the attachment means, so that even if a malfunction occurs in the electronic device, There are excellent effects such that the first firmware can be returned to the electronic device using the storage medium.

以下、本発明をその実施の形態を示す図面に基づいて詳述する。   Hereinafter, the present invention will be described in detail with reference to the drawings illustrating embodiments thereof.

図1は本発明に係る電子機器の一例であるファクシミリ複合装置の構成を示すブロック図である。
ファクシミリ複合装置1は、制御部10,フラッシュメモリ11,RAM12,読取部13,記録部14,表示部15,操作部16,コーデック部17,画像メモリ18,モデム19,NCU(Network Control Unit)20,PCインタフェース部21,メモリカードインタフェース部22などを備えている。ファクシミリ複合装置1は、読取部13にて原稿を読み取って画像データを得る読取機能、読み取った画像データ、ファクシミリ通信により受信した画像データ、または外部接続されたPCから受信した画像データに応じた画像を記録部14にて記録する記録機能、及び、読み取った画像データまたは受信した画像データをファクシミリ送信する送信機能を併せ持っている。
FIG. 1 is a block diagram showing a configuration of a facsimile composite apparatus which is an example of an electronic apparatus according to the present invention.
The facsimile multifunction apparatus 1 includes a control unit 10, a flash memory 11, a RAM 12, a reading unit 13, a recording unit 14, a display unit 15, an operation unit 16, a codec unit 17, an image memory 18, a modem 19, and an NCU (Network Control Unit) 20. , A PC interface unit 21, a memory card interface unit 22, and the like. The facsimile multifunction apparatus 1 has a reading function for reading an original by the reading unit 13 to obtain image data, read image data, image data received by facsimile communication, or image data corresponding to image data received from an externally connected PC. The recording unit 14 has a recording function and a transmission function for facsimile transmission of the read image data or the received image data.

制御部10は、具体的にはCPUで構成されており、ファクシミリ複合装置1の上述したようなハードウェア各部と接続されていて、それらを制御すると共に、フラッシュメモリ11に格納された制御プログラムに従って、種々のソフトウェア的機能を実行する。フラッシュメモリ11は、装置内部に予め組み込まれた内部メモリであって、ファクシミリ複合装置1の動作に必要な種々の制御プログラムであるファームウェア11a(第1ファームウェア)を予め格納している。そして、誤ってファームウェア11aの更新が行われた場合であっても、確実に更新前の状態に戻すことが本発明の主旨である。RAM12は、ソフトウェア的機能の実行時に発生する一時的なデータを記憶する。   Specifically, the control unit 10 is constituted by a CPU, and is connected to the above-described hardware units of the facsimile multifunction peripheral 1 to control them and according to a control program stored in the flash memory 11. Perform various software functions. The flash memory 11 is an internal memory incorporated in advance in the apparatus, and stores firmware 11a (first firmware) that is various control programs necessary for the operation of the facsimile multifunction apparatus 1 in advance. And even if it is a case where the firmware 11a is updated accidentally, the main point of this invention is to return to the state before update reliably. The RAM 12 stores temporary data generated when executing a software function.

読取部13は、例えばCCDイメージセンサを利用して原稿を読み取り、読み取った画像データを出力する。プラテンガラスに給送された原稿を光学ユニットが照射して走査し、原稿からの反射光をミラー,レンズなどを介してCCDイメージセンサに取り込んで、走査された原稿の画像データを読み取る。読み取られた画像データは、シェーディング処理などが施された後に出力される。   The reading unit 13 reads a document using a CCD image sensor, for example, and outputs the read image data. The optical unit irradiates and scans the original fed to the platen glass, and the reflected light from the original is taken into the CCD image sensor via a mirror, a lens, etc., and the scanned original image data is read. The read image data is output after being subjected to shading processing or the like.

記録部14は、電子写真方式のプリンタ装置であって、読取部13にて読み取った原稿の画像データ、ファクシミリ通信により受信した画像データ、外部のPCから送られてきた画像データなどに応じた画像を用紙にプリントアウトする。表示部15は、液晶表示装置またはCRTディスプレイ等の表示装置であり、ファクシミリ複合装置1の動作状態を表示したり、ユーザへ操作入力を促す画面を表示したり、送信用に読み取った原稿の画像データ、他のファクシミリ装置またはPCから送信された画像データなどの表示を行う。   The recording unit 14 is an electrophotographic printer device, and is an image corresponding to image data of a document read by the reading unit 13, image data received by facsimile communication, image data sent from an external PC, and the like. On the paper. The display unit 15 is a display device such as a liquid crystal display device or a CRT display, displays the operating state of the facsimile multifunction device 1, displays a screen prompting the user to input an operation, or reads an image of a document read for transmission. Data, image data transmitted from other facsimile machines or PCs, etc. are displayed.

コーデック部17は、画像データを符号化圧縮すると共に、符号化圧縮されている画像データを復号する。画像メモリ18は、原稿を読み取って符号化した画像データ、他のファクシミリ複合装置またはPCから受信して符号化した画像データなどを蓄積する。   The codec unit 17 encodes and compresses the image data and decodes the encoded and compressed image data. The image memory 18 stores image data encoded by reading a document, image data received from another facsimile multifunction peripheral or PC, and encoded.

モデム19は、ファクシミリ通信が可能なファクシミリモデムから構成されている。また、モデム19は、NCU20と直接的に接続されている。NCU20は、公衆電話回線網(PSTN:Public Switched Telephone Network)との回線L1の閉結及び開放の動作を行うハードウェアであり、必要に応じてモデム19をPSTNと接続する。そして、ファクシミリ複合装置1は、PSTNによって他のファクシミリ装置と接続されており、通常のファクシミリ通信が行えるようになっている。PCインタフエース部21は、LAN等の通信線L2を介して外部のPCに接続されており、PCとの間でデータのやりとりを行う。そして、外部のPCで作成・編集された各種の画像データが通信線L2を介してファクシミリ複合装置1(PCインタフエース部21)へ送信され、送信された画像データに応じた画像がファクシミリ複合装置1(記録部14)にて用紙にプリントアウトされるようになっている。   The modem 19 is composed of a facsimile modem capable of facsimile communication. The modem 19 is directly connected to the NCU 20. The NCU 20 is hardware that performs operations for closing and opening a line L1 with a public switched telephone network (PSTN), and connects the modem 19 to the PSTN as necessary. The facsimile complex apparatus 1 is connected to other facsimile apparatuses by PSTN so that normal facsimile communication can be performed. The PC interface unit 21 is connected to an external PC via a communication line L2 such as a LAN, and exchanges data with the PC. Various image data created and edited by an external PC are transmitted to the facsimile multifunction apparatus 1 (PC interface unit 21) via the communication line L2, and an image corresponding to the transmitted image data is transmitted to the facsimile multifunction apparatus. 1 (recording unit 14) is printed out on paper.

メモリカードインタフェース部22は、(可搬型)記憶媒体であるCFカード30を装着するための接続部であり、CFカード30は、更新しようとするファームウェア30a(第2ファームウェア)を記憶している。CFカード30は、電力が遮断された場合であっても、保持しているデータが消去されることのない不揮発性を有する。サービス提供者のような利用者がCFカード30をメモリカードインタフェース部22に接続(挿入)することによって、制御部10は、メモリカードインタフェース部22を通じて、CFカード30に記憶されたファームウェア30aに適宜アクセスする。   The memory card interface unit 22 is a connection unit for mounting a CF card 30 as a (portable) storage medium, and the CF card 30 stores firmware 30a (second firmware) to be updated. The CF card 30 has a non-volatility that does not erase stored data even when power is cut off. When a user such as a service provider connects (inserts) the CF card 30 to the memory card interface unit 22, the control unit 10 appropriately stores the firmware 30 a stored in the CF card 30 through the memory card interface unit 22. to access.

操作部16は、ファクシミリ複合装置を操作するためのものであり、各種のファンクションキーなどを備えている。本発明に特徴的なファンクションキーとして、ファームウェアの更新を行うか否かを設定するファームウェア更新キー16aと、新たなファームウェアの可否を受け付ける可否確認キー16bとを有する。なお、従来のファクシミリ複合装置と同様に図示しない短縮デイヤルキー,ワンタッチダイヤルキーなどを備えていることはいうまでもない。また、表示部15をタッチパネル方式とすることにより、操作部16の各種のファンクションキーの内の一部または全部を代用することも可能である。   The operation unit 16 is for operating the multifunction facsimile apparatus and includes various function keys. As function keys that are characteristic of the present invention, there are a firmware update key 16a for setting whether or not to update firmware, and an availability confirmation key 16b for accepting availability of new firmware. Needless to say, a short dial key, a one-touch dial key, and the like (not shown) are provided as in the conventional facsimile multifunction apparatus. In addition, by using the touch panel system for the display unit 15, some or all of the various function keys of the operation unit 16 can be substituted.

次に、本発明に係るファクシミリ複合装置におけるファームウェア更新処理の動作について説明する。図2は本発明に係るファームウェア更新処理の動作手順を示すフローチャートである。
制御部10は、ファームウェア更新キー16aの押下の有無に基づいて、ファームウェア更新処理が設定されているか否かを判断する(ステップS1)。ファームウェア更新処理が設定されていない場合(S1:NO)、処理をS1へ戻す。
Next, the operation of the firmware update process in the facsimile multifunction machine according to the present invention will be described. FIG. 2 is a flowchart showing an operation procedure of firmware update processing according to the present invention.
The control unit 10 determines whether or not firmware update processing is set based on whether or not the firmware update key 16a is pressed (step S1). If the firmware update process is not set (S1: NO), the process returns to S1.

ファームウェア更新処理が設定されている場合(S1:YES)、制御部10は、内部メモリであるフラッシュメモリ11に既に記憶されているファームウェア11a(旧ファームウェア)を読み出し、メモリカードインタフェース部22を通じて、外部メモリであるCFカード30へ送信して、CFカード30に退避させる(ステップS2)。そして、制御部10は、CFカード30に記憶されている更新しようとするファームウェア30a(新ファームウェア)を読み出し、メモリカードインタフェース部22を通じてフラッシュメモリ11へ送信して、旧ファームウェアを書き換えて新ファームウェアに更新する(ステップS3)。   When the firmware update process is set (S1: YES), the control unit 10 reads the firmware 11a (old firmware) already stored in the flash memory 11 that is the internal memory, and externally passes through the memory card interface unit 22. The data is transmitted to the CF card 30 which is a memory and is saved in the CF card 30 (step S2). Then, the control unit 10 reads the firmware 30a (new firmware) to be updated stored in the CF card 30 and transmits it to the flash memory 11 through the memory card interface unit 22 to rewrite the old firmware to the new firmware. Update (step S3).

そして、制御部10は、更新した新ファームウェアが有効となるように、ファクシミリ複合装置を再起動し(ステップS4)、可否確認キー16bにて、新ファームウェアが機器に適合しているか否かの入力を受け付ける(ステップS5)。つまり、ファクシミリ複合装置が問題なく再起動していれば、新ファームウェアが機器に適合していると考えられるので、利用者は、ファクシミリ複合装置が再起動していれば、新ファームウェアが機器に適合している旨の入力を行い、ファクシミリ複合装置が再起動していなければ、新ファームウェアが機器に適合していない旨の入力を行う。このように、新ファームウェアの可否判断は利用者が行う。   Then, the control unit 10 restarts the facsimile multifunction apparatus so that the updated new firmware becomes valid (step S4), and inputs whether or not the new firmware is compatible with the device using the availability confirmation key 16b. Is received (step S5). In other words, if the Facsimile MFP is restarted without problems, it is considered that the new firmware is compatible with the device. Therefore, if the Facsimile MFP is restarted, the user can apply the new firmware to the device. If the facsimile multifunction peripheral has not been restarted, an input is made indicating that the new firmware is not compatible with the device. In this way, the user determines whether or not new firmware is available.

S5において、新ファームウェアが機器に適合していないとの入力を受け付けた場合(S5:NO)、S2にてCFカード30に退避させておいた旧ファームウェアを読み出し、メモリカードインタフェース部22を通じてフラッシュメモリ11へ送信して、新ファームウェアを書き換えて元の旧ファームウェアに更新する(ステップS6)。これにより、新ファームウェアが機器に適合していない場合には、ファクシミリ複合装置1を更新前の旧ファームウェアに確実に戻すことができる。   In S5, when an input indicating that the new firmware is not compatible with the device is received (S5: NO), the old firmware saved in the CF card 30 in S2 is read, and the flash memory is read through the memory card interface unit 22. 11, the new firmware is rewritten and updated to the original old firmware (step S6). As a result, when the new firmware is not compatible with the device, the facsimile composite apparatus 1 can be reliably returned to the old firmware before the update.

一方、S5において、新ファームウェアが機器に適合しているとの入力を受け付けた場合(S5:YES)、S2にてCFカード30に退避させておいた旧ファームウェアが不要となることから、旧ファームウェアをCFカード30から削除する(ステップS7)。これにより、ファクシミリ複合装置1のファームウェアが旧ファームウェアから新ファームウェアへ更新される。   On the other hand, if an input indicating that the new firmware is compatible with the device is accepted in S5 (S5: YES), the old firmware saved in the CF card 30 in S2 is no longer necessary. Is deleted from the CF card 30 (step S7). As a result, the firmware of the facsimile multifunction peripheral 1 is updated from the old firmware to the new firmware.

以上、本実施の形態によれば、更新前の旧ファームウェアを退避させておくことにより、例えば、誤って機器に適合しない新ファームウェアに更新された場合であっても、退避させておいた更新前の旧ファームウェアに戻すことが確実かつ迅速に行え、更新前の状態に復帰することができる。したがって、利用者がファームウェアの更新後に更新を間違えたとして途方にくれることはない。   As described above, according to the present embodiment, by saving the old firmware before update, for example, even if the firmware was updated to new firmware that does not conform to the device by mistake, It is possible to reliably and quickly return to the old firmware, and to return to the state before the update. Therefore, the user is not at a loss if he made a mistake after updating the firmware.

なお、(可搬型)記憶媒体としては、CFカードに限定されるものではなく、SDメモリーカード、メモリースティック、スマートメディアなどの小型メモリーカード、マイクロドライブのような小型ハードディスク装置などであってもよい。このような不揮発性の記憶媒体を用いることで、電力が遮断された場合であっても、退避させておいた旧ファームウェアが消去されることはなく、安全性の観点から好ましい。   Note that the (portable) storage medium is not limited to the CF card, and may be a small memory card such as an SD memory card, a memory stick, or smart media, or a small hard disk device such as a microdrive. By using such a nonvolatile storage medium, the saved old firmware is not erased even when the power is cut off, which is preferable from the viewpoint of safety.

また、旧ファームウェアをCFカード30に退避させるようにしたが、ファクシミリ複合装置1に内蔵された記憶媒体(例えばRAM12)に退避させるようにしてもよいことはもちろんである。さらに、電子機器としてファクシミリ複合装置について説明したが、ファームウェアによって制御される電子機器に対して適用可能であることはいうまでもない。   Further, although the old firmware is saved in the CF card 30, it is needless to say that the old firmware may be saved in a storage medium (for example, the RAM 12) built in the facsimile composite apparatus 1. Furthermore, although the facsimile complex apparatus has been described as an electronic apparatus, it goes without saying that the present invention can be applied to an electronic apparatus controlled by firmware.

本発明に係る電子機器の一例であるファクシミリ複合装置の構成を示すブロック図である。1 is a block diagram illustrating a configuration of a facsimile multifunction machine that is an example of an electronic apparatus according to the invention. FIG. 本発明に係るファームウェア更新処理の動作手順を示すフローチャートである。It is a flowchart which shows the operation | movement procedure of the firmware update process which concerns on this invention.

符号の説明Explanation of symbols

1 ファクシミリ複合装置
10 制御部
11 フラッシュメモリ
11a ファームウェア(第1ファームウェア)
15 表示部
16 操作部
16a ファームウェア更新キー
16b 可否確認キー
22 メモリカードインタフェース部
30 コンパクトフラッシュカード(CFカード)
30a ファームウェア(第2ファームウェア)
DESCRIPTION OF SYMBOLS 1 Facsimile compound machine 10 Control part 11 Flash memory 11a Firmware (1st firmware)
DESCRIPTION OF SYMBOLS 15 Display part 16 Operation part 16a Firmware update key 16b Approval confirmation key 22 Memory card interface part 30 Compact flash card (CF card)
30a Firmware (second firmware)

Claims (3)

ファームウェアを記憶するための記憶手段を備え、該記憶手段に記憶されたファームウェアの書き換えを行えるようにしてある電子機器において、
第2ファームウェアが記憶された記憶媒体の装着が可能な装着手段と、
前記記憶手段に記憶されている第1ファームウェアを読み出して退避させる退避手段と、
前記記憶手段の第1ファームウェアを前記第2ファームウェアに書き換える手段と、
書き換えた第2ファームウェアの可否を受け付ける受付手段と、
第2ファームウェアを否とする受け付けがなされた場合に、書き換えた前記記憶手段の第2ファームウェアを、退避させた第1ファームウェアに書き換える手段と
を備えることを特徴とする電子機器。
In an electronic device provided with a storage means for storing firmware, and capable of rewriting the firmware stored in the storage means,
A mounting means capable of mounting a storage medium storing the second firmware;
Saving means for reading and saving the first firmware stored in the storage means;
Means for rewriting the first firmware of the storage means with the second firmware;
Accepting means for accepting whether or not the second firmware has been rewritten;
An electronic apparatus comprising: means for rewriting the second firmware of the storage means that has been rewritten to the saved first firmware when the second firmware is accepted as a negative.
前記受付手段にて、第2ファームウェアを可とする受け付けがなされた場合に、退避させた第1ファームウェアを削除する手段を備えること
を特徴とする請求項1に記載の電子機器。
The electronic apparatus according to claim 1, further comprising: a unit that deletes the saved first firmware when the accepting unit accepts the second firmware.
前記退避手段は、前記装着手段に装着された記憶媒体に退避するようにしてあること
を特徴とする請求項1又は請求項2に記載の電子機器。
The electronic device according to claim 1, wherein the retracting unit is configured to retract to a storage medium mounted on the mounting unit.
JP2004330367A 2004-11-15 2004-11-15 Electronic equipment Pending JP2006139665A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004330367A JP2006139665A (en) 2004-11-15 2004-11-15 Electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004330367A JP2006139665A (en) 2004-11-15 2004-11-15 Electronic equipment

Publications (1)

Publication Number Publication Date
JP2006139665A true JP2006139665A (en) 2006-06-01

Family

ID=36620441

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004330367A Pending JP2006139665A (en) 2004-11-15 2004-11-15 Electronic equipment

Country Status (1)

Country Link
JP (1) JP2006139665A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008052354A (en) * 2006-08-22 2008-03-06 Giga-Byte Technology Co Ltd External basic input/output system device
JP2008112340A (en) * 2006-10-31 2008-05-15 Kenwood Corp Rom collection management device and rom collection management method
JP2008192048A (en) * 2007-02-07 2008-08-21 Canon Inc Information processing system, information processing method, and program
JP2011128702A (en) * 2009-12-15 2011-06-30 Sharp Corp Image forming apparatus and update method for firmware to be used for the same apparatus

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08339302A (en) * 1995-06-13 1996-12-24 Ricoh Co Ltd Digital copying machine
JPH10294755A (en) * 1997-04-21 1998-11-04 Mitsubishi Electric Corp Information terminal network system
JP2004110220A (en) * 2002-09-17 2004-04-08 Canon I-Tech Inc Method for updating program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08339302A (en) * 1995-06-13 1996-12-24 Ricoh Co Ltd Digital copying machine
JPH10294755A (en) * 1997-04-21 1998-11-04 Mitsubishi Electric Corp Information terminal network system
JP2004110220A (en) * 2002-09-17 2004-04-08 Canon I-Tech Inc Method for updating program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008052354A (en) * 2006-08-22 2008-03-06 Giga-Byte Technology Co Ltd External basic input/output system device
JP2008112340A (en) * 2006-10-31 2008-05-15 Kenwood Corp Rom collection management device and rom collection management method
JP2008192048A (en) * 2007-02-07 2008-08-21 Canon Inc Information processing system, information processing method, and program
JP2011128702A (en) * 2009-12-15 2011-06-30 Sharp Corp Image forming apparatus and update method for firmware to be used for the same apparatus

Similar Documents

Publication Publication Date Title
US8266613B2 (en) Image forming apparatus, program updating system, and program updating program
JP4804302B2 (en) Image processing apparatus, control method therefor, program for executing the control method, and storage medium
US20080201555A1 (en) Image processing apparatus, method for controlling image processing apparatus, control program, and recording medium
US20140153035A1 (en) Image processing device
US20020149791A1 (en) Image forming system, image forming apparatus, administrative apparatus, program rewriting method and information storage medium
JP2005271425A (en) Recorder
JP2007028081A (en) Image input/output device
JP2006139665A (en) Electronic equipment
US20100245915A1 (en) Image producing device, image forming device, and image processing device
JP2008294572A (en) Image forming apparatus
JP4082983B2 (en) Image processing device
JP4892464B2 (en) Image processing apparatus, image processing apparatus control method, control program, and recording medium
JP2003140841A (en) Program rewriting method and image processing method
JP2008200934A (en) Image forming apparatus
JP2005182418A (en) Image-forming apparatus
JP2006146602A (en) Electronic apparatus and storage medium
JP4363312B2 (en) Electronics
JP2004153517A (en) Image processing apparatus
JP2008172491A (en) Facsimile
JP4885774B2 (en) Image forming apparatus, image processing apparatus, image forming apparatus control method, image forming apparatus control program, and recording medium
JP2006146498A (en) Electronic apparatus
JP6447824B2 (en) Job processing device program
JPH1091406A (en) Communication equipment
JP2016015557A (en) Information processing device
JP2007067520A (en) Facsimile

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070817

A977 Report on retrieval

Effective date: 20100804

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100824

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110104