JP2001175478A - Method for rewriting program and storage medium and image-forming device using the same medium - Google Patents
Method for rewriting program and storage medium and image-forming device using the same mediumInfo
- Publication number
- JP2001175478A JP2001175478A JP35498199A JP35498199A JP2001175478A JP 2001175478 A JP2001175478 A JP 2001175478A JP 35498199 A JP35498199 A JP 35498199A JP 35498199 A JP35498199 A JP 35498199A JP 2001175478 A JP2001175478 A JP 2001175478A
- Authority
- JP
- Japan
- Prior art keywords
- checksum
- total
- data
- program
- calculating
- 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
Links
Landscapes
- Stored Programmes (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、プログラムの書換
方法、記憶媒体、及び該記憶媒体を用いた画像形成装置
に係り、特にチェックサムを用いて誤りの検査を行うプ
ログラムの書換方法、記憶媒体、及び該記憶媒体を用い
た画像形成装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for rewriting a program, a storage medium, and an image forming apparatus using the storage medium, and more particularly to a method for rewriting a program for checking errors using a checksum, and a storage medium. And an image forming apparatus using the storage medium.
【0002】[0002]
【従来の技術】例えばコピー機等の画像形成装置におい
て、バージョンアップの際やバグの修正のために所定の
制御基板のアプリケーションプログラムを更新する場合
には、この制御基板に、例えばROMライタにPCから
プログラムデータをファイル転送してROMに書き込む
ように外部の書込装置から更新プログラムを送信し、制
御基板のCPUの制御のもとに、アプリケーションプロ
グラムが記憶された電気的書込可能メモリ(EEPRO
M)に、この更新プログラムを書き込むようにしてい
る。2. Description of the Related Art For example, in an image forming apparatus such as a copying machine, when updating an application program of a predetermined control board for version upgrade or bug correction, a PC is connected to this control board, for example, to a ROM writer. An external writing device transmits an update program so that program data is transferred to a file and written to the ROM, and under the control of the CPU of the control board, an electrically writable memory (EEPRO) storing an application program is stored.
M) is written with this update program.
【0003】この際、更新プログラムのデータの一部の
化けや欠落を検出するために、通常のデータの他に、例
えば各レコードの所定箇所で16進で加算して求めたチ
ェックサムをレコード毎に付加して更新プログラムの転
送が行われており、受信側では、受け取ったデータのチ
ェックサムを新たに算出し、このチェックサムと転送さ
れてきたチェックサムとを照合することによって、誤り
がないか否か判断している。At this time, in order to detect garbled or missing part of the data of the update program, for example, a checksum obtained by adding a hexadecimal value at a predetermined position of each record in addition to normal data is used for each record. The update program is transferred in addition to the checksum. The receiving side calculates a new checksum of the received data, and compares the checksum with the transferred checksum to ensure that there is no error. Or not.
【0004】ここで、制御基板上のEEPROMを書き
換える際には、レコード毎のチェックサムの他、該当メ
モリ全体でのチェックサムを転送することで、制御基板
上のCPUが、該当メモリ内にプログラムが正しく書き
込まれたか否かの確認ができる。このチェックサムの算
出については、大抵のROMライタにも備わっている機
能であり、制御基板上のROMと同サイズのROMを使
うことで容易に算出することができる。Here, when rewriting the EEPROM on the control board, in addition to the checksum for each record, the checksum of the entire memory is transferred, so that the CPU on the control board stores the program in the memory. Can be checked whether or not was written correctly. The calculation of the checksum is a function provided in most ROM writers, and can be easily calculated by using a ROM of the same size as the ROM on the control board.
【0005】[0005]
【発明が解決しようとする課題】しかしながら、例えば
ROMライタに更新プログラムのデータが転送される場
合に算出されるチェックサムは、書込可能メモリの種類
に応じたものであり、メモリサイズに依存しているの
で、例えば制御基板を更新した際にメモリサイズが変更
されてしまうと、チェックサムを再度計算してチェック
サムを含むプログラムデータを作成し直さなければなら
ないという問題がある。However, for example, the checksum calculated when the data of the update program is transferred to the ROM writer depends on the type of the writable memory, and depends on the memory size. Therefore, for example, if the memory size is changed when the control board is updated, there is a problem that the checksum must be calculated again and program data including the checksum must be created again.
【0006】したがって、例えばメモリサイズ増大を伴
う制御基板の更新をした場合に、旧制御基板で用いてい
たアプリケーションプログラムで動作させてみたいとき
等は、チェックサムを含むプログラムデータを作成し直
さなければならないので、大変繁雑である。Therefore, for example, when updating a control board with an increase in memory size and wanting to operate with an application program used on an old control board, program data including a checksum must be recreated. It is very complicated.
【0007】そこで、本発明は、例え異なったメモリサ
イズの書込可能メモリでも、簡単、確実かつ正確に書き
換えることができるプログラムの書換方法、記憶媒体、
及び該記憶媒体を用いた画像形成装置を提供することを
目的とする。Therefore, the present invention provides a program rewriting method, a storage medium, and a program that can easily, reliably and accurately rewrite even a writable memory having a different memory size.
And an image forming apparatus using the storage medium.
【0008】[0008]
【課題を解決するための手段】上記課題を解決するため
に、請求項1記載の発明は、電気的書換可能メモリに格
納された所定のプログラムを書き換えるプログラムの書
換方法であって、前記電気的書換可能メモリに新たに格
納することになる更新プログラムを構成するデータに基
づいて前記更新プログラム全体に亘る総データのチェッ
クサムである総データチェックサムを算出する総データ
チェックサム算出ステップと、前記更新プログラムに前
記総データチェックサムを含めて前記電気的書換可能メ
モリ側に送信する送信ステップと、送信されてきた前記
更新プログラムを受信する受信ステップと、受信した前
記更新プログラムを前記電気的書換可能メモリの書込可
能領域に書き込む書込みステップと、前記更新プログラ
ムの前記総データチェックサムと、受信した総データ数
とに基づいて、前記電気的書換可能メモリの前記書込可
能領域全体に亘る総チェックサムを算出する総チェック
サム算出ステップと、算出した前記総チェックサムを前
記書込可能領域内に記憶する総チェックサム記憶ステッ
プと、新たに前記書込可能領域全域に亘る総チェックサ
ムを算出し、該総チェックサムと、記憶された前記総チ
ェックサムとに基づいて、誤りの有無を調べる検証ステ
ップとを含むことを特徴とする。According to a first aspect of the present invention, there is provided a method of rewriting a program for rewriting a predetermined program stored in an electrically rewritable memory. A total data checksum calculating step of calculating a total data checksum that is a checksum of total data over the entire update program based on data constituting the update program to be newly stored in the rewritable memory; A transmitting step of transmitting the program including the total data checksum to the electrically rewritable memory side, a receiving step of receiving the transmitted update program, and an electrically rewritable memory of the received update program. And writing the total data of the update program A total checksum calculating step of calculating a total checksum over the entire writable area of the electrically rewritable memory based on the checksum and a total number of received data; A total checksum storing step of storing the total checksum in the writable area, newly calculating a total checksum over the entire writable area, and calculating an error based on the total checksum and the stored total checksum. And a verification step of checking for the presence or absence of
【0009】上記課題を解決するために、請求項2記載
の発明は、請求項1記載のプログラムの書換方法であっ
て、少なくとも前記書込みステップ、前記総チェックサ
ム算出ステップ、前記総チェックサム記憶ステップ、及
び前記検証ステップは、前記電気的書換可能メモリの書
込禁止領域に予め格納されていることを特徴とする。According to a second aspect of the present invention, there is provided a program rewriting method according to the first aspect, wherein at least the writing step, the total checksum calculating step, and the total checksum storing step. And the verification step is stored in advance in a write-protected area of the electrically rewritable memory.
【0010】上記課題を解決するために、請求項3記載
の発明は、請求項1又は2記載のプログラムの書換方法
であって、前記更新プログラムを構成する各データは、
所定のデータ長さとされ、前記総データチェックサム算
出ステップにおいては、前記各データの総和に基づいて
前記総データチェックサムを算出することを特徴とす
る。According to a third aspect of the present invention, there is provided a program rewriting method according to the first or second aspect, wherein each data constituting the update program is:
The data length is a predetermined data length, and the total data checksum calculation step calculates the total data checksum based on a sum of the data.
【0011】上記課題を解決するために、請求項4記載
の発明は、請求項1から3のうちのいずれか1項に記載
のプログラムの書換方法であって、前記総チェックサム
算出ステップにおいて、受信した前記総データ数と前記
書込可能領域のサイズとに基づいて空き領域のサイズを
算出し、算出した前記空き領域のサイズと受信した前記
総データチェックサムとに基づいて前記総チェックサム
を算出することを特徴とする。According to a fourth aspect of the present invention, there is provided a method for rewriting a program according to any one of the first to third aspects, wherein the total checksum calculating step comprises the steps of: The size of the free area is calculated based on the total number of received data and the size of the writable area, and the total checksum is calculated based on the calculated size of the free area and the received total data checksum. It is characterized in that it is calculated.
【0012】上記課題を解決するために、請求項5記載
の発明は、請求項4記載のプログラムの書換方法であっ
て、前記総チェックサム算出ステップにおいて、前記空
き領域のデータを、全て消去済みであるとして、全ての
ビットが1であるとみなして、前記空き領域のチェック
サムを算出し、前記空き領域のチェックサムと前記総デ
ータチェックサムとに基づいて前記総チェックサムを算
出することを特徴とする。According to a fifth aspect of the present invention, there is provided a method of rewriting a program according to the fourth aspect, wherein in the total checksum calculating step, all data in the empty area has been erased. And calculating the checksum of the free area, assuming that all the bits are 1, and calculating the total checksum based on the checksum of the free area and the total data checksum. Features.
【0013】上記課題を解決するために、請求項6記載
の発明は、請求項1から5のうちのいずれか1項に記載
のプログラムの書換方法であって、前記検証ステップ
は、再立上げ後、前記書込可能領域全域に亘る総チェッ
クサムを算出する立上時総チェックサム算出ステップ
と、該総チェックサムと、予め記憶された前記総チェッ
クサムとに基づいて誤り検出を行う立上時検証ステップ
とを含むことを特徴とする。According to a sixth aspect of the present invention, there is provided a method for rewriting a program according to any one of the first to fifth aspects, wherein the verification step includes the step of restarting. Thereafter, a total checksum calculation step at start-up for calculating a total checksum over the entire writable area, and a start-up for performing error detection based on the total checksum and the total checksum stored in advance. And a time verification step.
【0014】上記課題を解決するために、請求項7記載
の発明は、請求項4から6のうちのいずれか1項に記載
のプログラムの書換方法であって、前記電気的書換可能
メモリのサイズが変更された場合には、前記総チェック
サム算出ステップにおいて前記空き領域のサイズを算出
するときに、前記書込可能領域の変動分の領域を前記空
き領域の一部として組み入れることを特徴とする。According to a seventh aspect of the present invention, there is provided a program rewriting method according to any one of the fourth to sixth aspects, wherein the size of the electrically rewritable memory is changed. Is changed, when calculating the size of the free area in the total checksum calculation step, an area corresponding to a change in the writable area is incorporated as a part of the free area. .
【0015】上記課題を解決するために、請求項8記載
の発明は、電気的書換可能メモリに格納された所定のプ
ログラムを書き換えるプログラムの書換方法の少なくと
も一部を記憶した記憶媒体であって、前記電気的書換可
能メモリに新たに格納することになる更新プログラムを
構成するデータに基づいて前記更新プログラム全体に亘
る総データのチェックサムである総データチェックサム
を算出する総データチェックサム算出ステップと、前記
更新プログラムに前記総データチェックサムを含めて前
記電気的書換可能メモリ側に送信する送信ステップとを
含む第1のステップと、送信されてきた前記更新プログ
ラムを受信する受信ステップと、受信した前記更新プロ
グラムを前記電気的書換可能メモリの書込可能領域に書
き込む書込みステップと、前記更新プログラムの前記総
データチェックサムと、受信した総データ数とに基づい
て、前記電気的書換可能メモリの前記書込可能領域全体
に亘る総チェックサムを算出する総チェックサム算出ス
テップと、算出した前記総チェックサムを前記書込可能
領域内に記憶する総チェックサム記憶ステップと、新た
に前記書込可能領域全域に亘る総チェックサムを算出
し、該総チェックサムと、記憶された前記総チェックサ
ムとに基づいて、誤りの有無を調べる検証ステップとを
含む第2のステップとのうち、前記第1又は/及び第2
のステップを記憶したことを特徴とする。According to another aspect of the present invention, there is provided a storage medium storing at least a part of a program rewriting method for rewriting a predetermined program stored in an electrically rewritable memory, A total data checksum calculating step of calculating a total data checksum that is a checksum of total data over the entire update program based on data forming the update program to be newly stored in the electrically rewritable memory; A first step including a step of transmitting the update program including the total data checksum to the electrically rewritable memory side; a reception step of receiving the transmitted update program; and A writing step of writing the update program in a writable area of the electrically rewritable memory. Calculating a total checksum over the entire writable area of the electrically rewritable memory based on the total data checksum of the update program and the total number of data received. A total checksum storing step of storing the calculated total checksum in the writable area, and newly calculating a total checksum over the entire writable area, and storing the total checksum. And / or a second step including a verification step of examining the presence or absence of an error based on the total checksum.
Is stored.
【0016】上記課題を解決するために、請求項9記載
の発明は、電気的書換可能メモリに格納された所定のプ
ログラムを書き換えるプログラムの書換方法の少なくと
も一部を記憶した記憶媒体を用いた画像形成装置であっ
て、前記記憶媒体は、前記電気的書換可能メモリに新た
に格納することになる更新プログラムを構成するデータ
に基づいて前記更新プログラム全体に亘る総データのチ
ェックサムである総データチェックサムを算出する総デ
ータチェックサム算出ステップと、前記更新プログラム
に前記総データチェックサムを含めて前記電気的書換可
能メモリ側に送信する送信ステップとを含む第1のステ
ップと、送信されてきた前記更新プログラムを受信する
受信ステップと、受信した前記更新プログラムを前記電
気的書換可能メモリの書込可能領域に書き込む書込みス
テップと、前記更新プログラムの前記総データチェック
サムと、受信した総データ数とに基づいて、前記電気的
書換可能メモリの前記書込可能領域全体に亘る総チェッ
クサムを算出する総チェックサム算出ステップと、算出
した前記総チェックサムを前記書込可能領域内に記憶す
る総チェックサム記憶ステップと、新たに前記書込可能
領域全域に亘る総チェックサムを算出し、該総チェック
サムと、記憶された前記総チェックサムとに基づいて、
誤りの有無を調べる検証ステップとを含む第2のステッ
プとのうち、前記第1又は/及び第2のステップを記憶
したことを特徴とする。According to a ninth aspect of the present invention, there is provided an image processing method using a storage medium storing at least a part of a program rewriting method for rewriting a predetermined program stored in an electrically rewritable memory. Forming apparatus, wherein the storage medium is a total data check which is a checksum of total data over the entire update program based on data constituting the update program to be newly stored in the electrically rewritable memory. A first step including: a total data checksum calculating step of calculating a sum; a transmitting step of transmitting the updated program including the total data checksum to the electrically rewritable memory side; A receiving step of receiving an update program, and the electrically rewritable memo for the received update program A total checksum over the entire writable area of the electrically rewritable memory based on the total data checksum of the update program and the total number of data received. Calculating a total checksum, calculating the total checksum in the writable area, and calculating a total checksum over the entire writable area. Based on the total checksum and the stored total checksum,
And a second step including a verification step of checking for the presence or absence of an error, wherein the first step and / or the second step are stored.
【0017】[0017]
【発明の実施の形態】以下、本発明の実施の形態を図面
を参照して詳細に説明する。 実施の形態1.図1は本発明の実施の形態1による画像
形成装置としてのコピー機の構成を示す断面図、図2は
同コピー機の構成を示すブロック図、図3は同コピー機
の各制御ユニットのフラッシュメモリの内部データ構造
を説明するための説明図、図4は同コピー機の所定の制
御ユニット用の更新プログラムの書換方法を説明するた
めのフローチャート、図5は同更新プログラムの構成を
説明するための説明図、図6は同更新プログラムを構成
する各レコードの構成を説明するための説明図である。Embodiments of the present invention will be described below in detail with reference to the drawings. Embodiment 1 FIG. FIG. 1 is a sectional view showing a configuration of a copier as an image forming apparatus according to Embodiment 1 of the present invention, FIG. 2 is a block diagram showing a configuration of the copier, and FIG. 3 is a flash of each control unit of the copier. FIG. 4 is an explanatory diagram for explaining the internal data structure of the memory, FIG. 4 is a flowchart for explaining a method of rewriting an update program for a predetermined control unit of the copying machine, and FIG. 5 is a diagram for explaining the configuration of the update program. FIG. 6 is an explanatory diagram for explaining the configuration of each record constituting the update program.
【0018】図1及び図2に示すように、この実施の形
態1によるコピー機は、所定の光学系からなりコピー対
象の原稿を読み取るための画像読取部1と、記録媒体と
しての紙上に画像を形成する画像形成部2と、紙を画像
形成部2の動作に連動させて搬送する紙搬送部3と、操
作パネル4と、ソーティグ、ステープリング、パンチン
グ等の後処理を行うフィニッシャ5と、当該コピー機を
構成する各種駆動部等に電力を供給する電源部6と、構
成各部を所定の制御プログラムに従って制御する制御部
7とを備えている。As shown in FIGS. 1 and 2, the copying machine according to the first embodiment comprises an image reading section 1 comprising a predetermined optical system for reading an original to be copied, and an image reading section on paper as a recording medium. An image forming unit 2, a paper transporting unit 3 for transporting paper in conjunction with the operation of the image forming unit 2, an operation panel 4, and a finisher 5 for performing post-processing such as sorting, stapling, and punching; The copier includes a power supply unit 6 for supplying power to various driving units and the like constituting the copying machine, and a control unit 7 for controlling each component in accordance with a predetermined control program.
【0019】画像読取部1は、原稿の両面読取りが可能
なADF(Auto Document Feeder)と、原稿台上の原稿
を露光走査するための照明ランプとミラーとからなり水
平移動する第1ミラーユニット及び一対のミラーからな
り第1ミラーユニットに追従移動する第2ミラーユニッ
トと、露光走査によって得られた画像が投影レンズを介
して結像されるCCD撮像部とを有している。The image reading section 1 includes an ADF (Auto Document Feeder) capable of reading both sides of a document, an illumination lamp and a mirror for exposing and scanning the document on a document table, and a first mirror unit which moves horizontally. It has a second mirror unit composed of a pair of mirrors that moves following the first mirror unit, and a CCD image pickup unit that forms an image obtained by exposure scanning through a projection lens.
【0020】画像形成部2は、レーザ光学系22と、レ
ーザ光による走査で静電気のパターン(静電潜像)が表
面に形成される感光ドラム23と、感光ドラム23を予
め帯電させる帯電器24と、静電潜像に負に帯電したト
ナーを付着させて可視像にする現像器25と、感光ドラ
ム23上に形成されたトナーによる可視像を紙に転写す
る転写器26と、除電作用によって紙を感光ドラム23
の周面より分離する分離器27と、加熱された定着加熱
ローラと加圧ローラとで紙を挟んで加熱加圧して紙に載
ったトナーを熱で溶かして紙に定着させる定着器28
と、感光ドラム23上の残留トナーを除去するためのク
リーニング装置29と、トナーを収容したトナーボトル
とを有している。The image forming section 2 includes a laser optical system 22, a photosensitive drum 23 on the surface of which an electrostatic pattern (electrostatic latent image) is formed by scanning with a laser beam, and a charger 24 for charging the photosensitive drum 23 in advance. A developing unit 25 for attaching a negatively charged toner to the electrostatic latent image to form a visible image; a transfer unit 26 for transferring a visible image formed by the toner formed on the photosensitive drum 23 to paper; The photosensitive drum 23
And a fixing device 28 that heats and presses the paper between the heated fixing heat roller and the pressure roller to melt the toner on the paper with heat and fix the paper on the paper.
And a cleaning device 29 for removing residual toner on the photosensitive drum 23 and a toner bottle containing toner.
【0021】また、レーザ光学系22においては、後述
する画像処理回路のメモリから読み出された画像信号に
基づいて、半導体レーザ装置で生成されたレーザビーム
が、ポリゴンミラーによって回転走査され、fθレンズ
やシリンドリカルレンズを経て感光ドラム23の感光面
を走査露光する。In the laser optical system 22, a laser beam generated by a semiconductor laser device is rotated and scanned by a polygon mirror based on an image signal read from a memory of an image processing circuit to be described later. Then, the photosensitive surface of the photosensitive drum 23 is scanned and exposed through a cylindrical lens.
【0022】紙搬送部3は、紙を給紙カセットから搬出
して転写器26へ供給する給紙部31と、「片面→片
面」や「片面→両面」等のコピーモードに対応した紙の
搬送を行う自動両面搬送機構32と、定着器28から排
出された紙を排紙する排紙部33とを有している。The paper transport unit 3 transports paper from a paper feed cassette and supplies the paper to the transfer unit 26. It has an automatic double-sided conveyance mechanism 32 that conveys and a paper discharge unit 33 that discharges the paper discharged from the fixing device 28.
【0023】操作パネル4は、操作の受付けを行うタッ
チパネル4aと、パターンや文字の表示を行うLCDか
らなる表示部4bとが重ねて配置されてなっており、L
CDに表示されている位置でタッチパネルを押して操作
するようにされている。The operation panel 4 has a touch panel 4a for receiving an operation and a display unit 4b formed of an LCD for displaying patterns and characters, which are arranged in an overlapping manner.
The touch panel is operated by pressing the touch panel at the position displayed on the CD.
【0024】制御部7は、コピー機の構成各部の状態を
管理し制御を行うと共に画像処理等を行うための画像制
御ユニット71と、主として画像形成部2の駆動制御を
行うためのプリンタ制御ユニット72と、操作パネル4
の制御を行うための操作制御ユニット73とを有し、各
制御ユニットはそれぞれ1枚の基板からなっている。画
像制御ユニット71は、画像制御ユニット71の構成各
部の制御を行うCPU711と、例えばCPU711が
実行する所定の制御プログラムを格納したフラッシュメ
モリ(電気的書換可能メモリ)712と、CPU711
の作業エリアとして用いられるRAM713と、各種設
定パラメータ等を格納する不揮発性メモリ714と、画
像読取部1で得られた画像データに対して各種の画像処
理を施す画像処理回路を含む画像制御部715と、例え
ばプリンタ制御ユニット72や操作制御ユニット73と
の間のシリアル通信や、例えば外部のデータ書込装置9
との間のパラレル通信を行うための入出力部716とを
有している。The control unit 7 manages and controls the state of each component of the copier, and performs an image processing and the like. An image control unit 71 and a printer control unit that mainly performs drive control of the image forming unit 2. 72 and operation panel 4
And an operation control unit 73 for performing the control described above. Each control unit is formed of one substrate. The image control unit 71 includes a CPU 711 for controlling each component of the image control unit 71, a flash memory (electrically rewritable memory) 712 storing a predetermined control program executed by the CPU 711, and a CPU 711.
RAM 713 used as a work area, a non-volatile memory 714 for storing various setting parameters and the like, and an image control unit 715 including an image processing circuit for performing various image processing on image data obtained by the image reading unit 1 And serial communication between, for example, the printer control unit 72 and the operation control unit 73, and the external data writing device 9 for example.
And an input / output unit 716 for performing parallel communication between the input and output.
【0025】フラッシュメモリ712は、図3に示すよ
うに、全体のプログラムを起動するための起動プログラ
ム、外部の書込装置から書込データを受け取るための通
信プログラム、書換実行プログラム、メモリチェックプ
ログラム、及び総チェックサムを算出するためのチェッ
クサム算出プログラム等が格納され、書込みが禁止され
たブート領域(書込禁止領域)p1 と、この画像制御基
板において実行されるアプリケーションプログラムが格
納された書換可能なデータ領域(書込可能領域)p2 と
を有している。As shown in FIG. 3, the flash memory 712 includes a start program for starting the entire program, a communication program for receiving write data from an external writing device, a rewrite execution program, a memory check program, And a rewritable storage area for storing a checksum calculation program for calculating a total checksum and a boot area (write-protected area) p1 in which writing is prohibited and an application program executed in the image control board. Data area (writable area) p2.
【0026】データ領域p2 の一部は、後述する総チェ
ックサムを格納するチェックサム格納領域p21とされて
いる。A part of the data area p2 is a checksum storage area p21 for storing a total checksum described later.
【0027】プリンタ制御ユニット72は、プリンタ制
御ユニット72の構成各部の制御を行うCPU721
と、例えばCPU721が実行する所定の制御プログラ
ムを格納したフラッシュメモリ722と、CPU721
の作業エリアとして用いられるRAM723と、各種モ
ータの駆動基板等に接続されるプリンタ制御部724
と、例えば画像制御ユニット71との間のシリアル通信
を行うための入出力部725とを有している。A printer control unit 72 controls the components of the printer control unit 72.
A flash memory 722 storing a predetermined control program to be executed by the CPU 721;
RAM 723 used as a work area for the printer, and a printer control unit 724 connected to drive boards for various motors and the like.
And an input / output unit 725 for performing serial communication with the image control unit 71, for example.
【0028】なお、フラッシュメモリ722の構成は、
フラッシュメモリ712と略同一である。The configuration of the flash memory 722 is as follows.
It is almost the same as the flash memory 712.
【0029】操作制御ユニット73は、CPU731
と、CPU731が実行する所定の制御プログラムを格
納したフラッシュメモリ732と、CPU731の作業
エリアとしてのRAM733と、表示部4bのパターン
や文字の表示の制御を行うLCD制御回路を含む操作制
御部734と、例えば画像制御ユニット71との間のシ
リアル通信を行うための入出力部735とを有してい
る。The operation control unit 73 includes a CPU 731
A flash memory 732 storing a predetermined control program to be executed by the CPU 731; a RAM 733 as a work area of the CPU 731; and an operation control unit 734 including an LCD control circuit for controlling display of patterns and characters on the display unit 4b. , For example, for performing serial communication with the image control unit 71.
【0030】なお、フラッシュメモリ732の構成は、
フラッシュメモリ712と略同一である。The configuration of the flash memory 732 is as follows.
It is almost the same as the flash memory 712.
【0031】次に、このコピー機におけるプログラムの
書換方法について説明する。Next, a method of rewriting a program in the copying machine will be described.
【0032】以下、画像制御ユニット71のフラッシュ
メモリ712に格納されたアプリケーションプログラム
を、パーソナルコンピュータ等の外部のデータ書込装置
9から書込データを受け取ることによって、書き換える
場合について説明する。Hereinafter, a case will be described in which the application program stored in the flash memory 712 of the image control unit 71 is rewritten by receiving write data from an external data writing device 9 such as a personal computer.
【0033】例えばサービスエンジニア等の操作者によ
って、操作パネル4の特定キーが押下されると、画像制
御ユニットのCPU711は、これを検知して、データ
更新モードに移行する(ステップST11(図4))。For example, when an operator such as a service engineer presses a specific key on the operation panel 4, the CPU 711 of the image control unit detects this and shifts to a data update mode (step ST11 (FIG. 4)). ).
【0034】次に、CPU711は、データ書込装置9
からパラレルデータとしての書換えデータを受信し(ス
テップST12)、RAM713に格納する(ステップ
ST13)。Next, the CPU 711 controls the data writing device 9
The rewrite data as parallel data is received from (step ST12) and stored in the RAM 713 (step ST13).
【0035】ここで、この書換えデータは、図5に示す
ように、書換対象のコピー機の機種名コードや書換対象
の基板名コード、日付、バージョン番号等のデータを含
むヘッダq1 と、例えば更新プログラムからなる書込情
報q2 と、データの終了を示すフッタq3 とを含んでい
る。As shown in FIG. 5, the rewriting data includes, as shown in FIG. 5, a header q1 including data such as a model name code of a copying machine to be rewritten, a board name code, a date, and a version number to be rewritten. It includes write information q2 consisting of a program and a footer q3 indicating the end of data.
【0036】フッタq3 には、予めデータ書込装置9に
おいて更新プログラムを構成するデータに基づいて算出
された総データチェックサムが含まれている。The footer q3 contains the total data checksum calculated in advance by the data writing device 9 based on the data constituting the update program.
【0037】この総データチェックサムは、更新プログ
ラムの各データの和を算出した後、所定の下位ビットの
1の補数を求めることによって得られる。The total data checksum is obtained by calculating the sum of each data of the update program and then calculating the one's complement of a predetermined lower bit.
【0038】また、更新プログラムを構成する各レコー
ドrは、図6に示すように、スタートマークr1 と、レ
コードタイプr2 と、バイトカウントr3 と、スタート
アドレスr4 と、格納データ群r5 と、チェックサムr
6 と、コントロールコードr7 とを有している。As shown in FIG. 6, each record r constituting the update program has a start mark r1, a record type r2, a byte count r3, a start address r4, a storage data group r5, a checksum r
6 and a control code r7.
【0039】バイトカウントr3 は、スタートアドレス
r4 からチェックサムr6 までのバイト数を示し、チェ
ックサムr6 は、バイトカウントr3 からチェックサム
r6前までを16進で加算し1の補数を求めたものであ
る。The byte count r3 indicates the number of bytes from the start address r4 to the checksum r6. The checksum r6 is obtained by adding hexadecimal from the byte count r3 to the checksum r6 and obtaining the one's complement. is there.
【0040】レコードrの構成は、例えばモトローラS
フォーマットに略準拠した所定の型式に従っている。但
し、アスキーコードからバイナリコードに変更され、上
記バイトカウントr3 、スタートアドレスr4 、チェッ
クサムr6 等は、例えば32ビットデータに変換され、
この32ビットが1データとして扱われる。The structure of the record r is, for example, Motorola S
It conforms to a predetermined model that is approximately based on the format. However, the ASCII code is changed to a binary code, and the byte count r3, start address r4, checksum r6, etc. are converted into, for example, 32-bit data.
These 32 bits are treated as one data.
【0041】上記総データチェックサムは、更新プログ
ラム全体に亘って32ビットデータの総和を求めた後、
下位32ビット分の1の補数を算出することによって得
られる。The total data checksum is obtained by calculating the total sum of 32-bit data over the entire update program.
It is obtained by calculating the one's complement of the lower 32 bits.
【0042】ステップST14において、CPU711
はヘッダq1 の情報から書き換え対象を判定する。この
場合は画像制御ユニット71が対象になっているとす
る。In step ST14, the CPU 711
Determines the rewrite target from the information of the header q1. In this case, it is assumed that the image control unit 71 is targeted.
【0043】次に、CPU711は、フラッシュメモリ
712のブート領域p1 から書込みに必要な書換実行プ
ログラムを予め読み出して、RAM713に退避させる
(ステップST15)。Next, the CPU 711 reads a rewrite execution program necessary for writing from the boot area p1 of the flash memory 712 in advance and saves it in the RAM 713 (step ST15).
【0044】次に、CPU711は、フラッシュメモリ
712のブート領域p1 以外のデータを消去する(ステ
ップST16)。Next, the CPU 711 erases data other than the boot area p1 of the flash memory 712 (step ST16).
【0045】次に、CPU711は、RAM713に一
時記憶された更新プログラムをフラッシュメモリ712
のデータ領域p2 に書き込む(ステップST17)。Next, the CPU 711 stores the update program temporarily stored in the RAM 713 in the flash memory 712.
(Step ST17).
【0046】次に、CPU711は、チェックサム算出
プログラムに従って、まず、受信した32ビットデータ
の総データ数と、フラッシュメモリ712のデータ領域
p2のメモリサイズとに基づいて空き領域のサイズを算
出し、この空き領域のデータは、消去済みであるから全
ビットが「1」であると想定して、空き領域のチェック
サムを算出し、この空き領域のチェックサムと、フッタ
q3 に含まれる上記総データチェックサムとの和を算出
して、データ領域p2 全体(チェックサム格納領域p21
を除く)の総チェックサムを求め、データ領域p2 のチ
ェックサム格納領域p21に格納する(ステップST1
8)。Next, the CPU 711 calculates the size of the free area based on the total number of received 32-bit data and the memory size of the data area p2 of the flash memory 712 according to the checksum calculation program. Since the data in this empty area has been erased, the checksum of the empty area is calculated assuming that all bits are "1", and the checksum of this empty area and the total data contained in the footer q3 are calculated. The sum with the checksum is calculated, and the entire data area p2 (the checksum storage area p21) is calculated.
) Is obtained and stored in the checksum storage area p21 of the data area p2 (step ST1).
8).
【0047】次に、CPU711は、新たに現在のデー
タ領域p2 全体(チェックサム格納領域p21を除く)の
総チェックサムを算出する(ステップST19)。但
し、ここでの総チェックサムの算出では、1の補数とし
ては求めないものとする。Next, the CPU 711 newly calculates the total checksum of the entire current data area p2 (excluding the checksum storage area p21) (step ST19). However, in this calculation of the total checksum, it is assumed that it is not obtained as a one's complement.
【0048】次に、CPU711は、両総チェックサム
に基づいて、誤りの有無を調べて検証を行い(ステップ
ST20)、異常であると判断した場合は、書換えデー
タ待ち状態で待機し、再度の書換えデータの送信を促
す。ここで、総チェックサムの検証は、例えば、両総チ
ェックサムの和を求めて、各桁が「1」であれば正常で
あると判断する。Next, the CPU 711 checks the presence or absence of an error based on both total checksums and performs verification (step ST20). When it is determined that the error is abnormal, the CPU 711 waits in a state of waiting for rewrite data, and waits again. Encourage transmission of rewrite data. Here, in the verification of the total checksum, for example, a sum of both total checksums is obtained, and if each digit is “1”, it is determined that the sum is normal.
【0049】また、一度電源を落した後の再立上時にも
同様に、新たに算出された総チェックサムと、チェック
サム格納領域p21に格納された総チェックサムとに基づ
いて、誤りの検証を行う。Similarly, at the time of restarting after the power is once turned off, an error verification is similarly performed based on the total checksum newly calculated and the total checksum stored in the checksum storage area p21. I do.
【0050】以上説明したように、本実施の形態1によ
れば、異なったメモリサイズのフラッシュメモリでも、
同じプログラムであれば、受信側でメモリサイズの計算
を変更することで、同じチェックサム情報を使用して誤
りの検知を行うことができるので、繁雑な手間を要する
ことなく確実かつ正確に書き換えることができる。As described above, according to the first embodiment, even if the flash memories have different memory sizes,
If the same program is used, it is possible to detect errors by using the same checksum information by changing the calculation of the memory size on the receiving side, so that rewriting can be performed reliably and accurately without complicated work. Can be.
【0051】また、上記誤りの検証は、書換え時であっ
ても再立上げ時であっても同様に簡単に行うことができ
る。The error can be easily verified at the time of rewriting or at the time of restart.
【0052】また、送信される各データは例えば32ビ
ットとされるので、総データチェックサムの算出が簡単
であり、受信側のCPU711においてもデータの扱い
が簡単となる。Further, since each data to be transmitted is, for example, 32 bits, the calculation of the total data checksum is easy, and the handling of the data is also easy in the CPU 711 on the receiving side.
【0053】受信されたデータに基づいて算出される総
チェックサムについては1の補数として求め、新たにデ
ータ領域p2 全域に亘って求める総チェックサムについ
ては1の補数としないことによって、誤りの検証を行う
際には、両総チェックサムの和の各桁が「1」であるこ
と確認すればよいので、手順を簡略化することができ
る。The total checksum calculated based on the received data is obtained as a one's complement, and the total checksum newly obtained over the entire data area p2 is not used as a one's complement. Is performed, it is only necessary to confirm that each digit of the sum of both total checksums is “1”, so that the procedure can be simplified.
【0054】以上、本発明の実施の形態を詳述してきた
が、具体的な構成はこの実施の形態に限られるものでは
ない。Although the embodiment of the present invention has been described in detail, the specific configuration is not limited to this embodiment.
【0055】例えば、上述した実施の形態では、コピー
機等の画像形成装置に適用する場合について述べたが、
電気的書換可能メモリを有する回路基板であれば、適用
が可能である。For example, in the above-described embodiment, a case where the present invention is applied to an image forming apparatus such as a copying machine has been described.
Any circuit board having an electrically rewritable memory is applicable.
【0056】また、画像制御ユニット71のフラッシュ
メモリ712のプログラム書換えについて述べたが、プ
リンタ制御ユニット72や操作制御ユニット73のフラ
ッシュメモリ722,732についても、画像制御ユニ
ット71を介して書換データを供給して、同様にプログ
ラム書換えを行うことができる。Although the program rewriting of the flash memory 712 of the image control unit 71 has been described, rewriting data is also supplied to the flash memories 722 and 732 of the printer control unit 72 and the operation control unit 73 via the image control unit 71. Thus, the program can be similarly rewritten.
【0057】また、画像制御ユニット71とプリンタ制
御ユニット72や操作制御ユニット73との間の通信
は、シリアル通信に限らずパラレル通信であっても良
い。The communication between the image control unit 71 and the printer control unit 72 or the operation control unit 73 is not limited to serial communication, but may be parallel communication.
【0058】また、1つの制御ユニットが複数の基板を
有する場合でも同様にして書き換えることができる。Even when one control unit has a plurality of substrates, rewriting can be performed in the same manner.
【0059】また、受信データに基づいた総チェックサ
ムを1の補数として求めたが、2の補数として求めても
良い。Although the total checksum based on the received data is obtained as a one's complement, it may be obtained as a two's complement.
【0060】また、誤り検出方法としてはチェックサム
を用いる方法に限定されず、例えばCRC(巡回剰余符
号)を用いるようにしても良い。The error detection method is not limited to the method using a checksum, but may use, for example, a CRC (cyclic residue code).
【0061】[0061]
【発明の効果】以上説明したように、請求項1記載の発
明によれば、検証ステップにおいて調べる両総チェック
サムは、書込可能領域全域に亘って求められるチェック
サムであり、かつ、送信側からは受信側の書込可能メモ
リの種類にかかわらず、一定の方法で求めた総データチ
ェックサムを送信すれば良いので、受信側の書込可能メ
モリの種類にかかわらず、同じプログラムであれば、チ
ェックサム情報をそのまま使用することができ、チェッ
クサムによる検証を行って、簡単、確実かつ正確にプロ
グラムの書換えを行うことができる。As described above, according to the first aspect of the present invention, the total checksums to be checked in the verification step are checksums obtained over the entire writable area, and Since the total data checksum obtained by a certain method can be transmitted regardless of the type of writable memory on the receiving side, the same program can be used regardless of the type of writable memory on the receiving side. , The checksum information can be used as it is, and verification by the checksum can be performed, and the program can be easily, reliably and accurately rewritten.
【0062】また、請求項2記載の発明によれば、書込
みステップ、総チェックサム算出ステップ、総チェック
サム記憶ステップ、及び検証ステップは、電気的書換可
能メモリの書込禁止領域に予め格納されているので、例
えば誤って消去されることはなく確実に内容を保護する
ことができる。According to the second aspect of the present invention, the writing step, the total checksum calculating step, the total checksum storing step, and the verifying step are stored in advance in the write-protected area of the electrically rewritable memory. Therefore, for example, the contents can be surely protected without being accidentally erased.
【0063】また、請求項3記載の発明によれば、更新
プログラムを構成する各データは、所定のデータ長さと
されているので、簡単に総データチェックサムを算出す
ることができる。According to the third aspect of the present invention, since each data constituting the update program has a predetermined data length, the total data checksum can be easily calculated.
【0064】また、請求項4記載の発明によれば、空き
領域のサイズを考慮して書込可能領域全体に亘る総チェ
ックサムを算出するので、例えば書込可能メモリのメモ
リサイズが異なっても、同じプログラムであれば、受信
側でメモリサイズの計算を変更することで、チェックサ
ム情報をそのまま使用することができる。According to the fourth aspect of the present invention, the total checksum over the entire writable area is calculated in consideration of the size of the free area. If the same program is used, the checksum information can be used as it is by changing the calculation of the memory size on the receiving side.
【0065】また、請求項5記載の発明によれば、空き
領域のデータを、全てのビットが1であるとみなして、
空き領域のチェックサムを算出し、例えばこの空き領域
のチェックサムと総データチェックサムとの和を総チェ
ックサムとして求めることによって、書込可能メモリの
メモリサイズが異なっても、同じプログラムであれば、
受信側でメモリサイズの計算を変更するだけで、チェッ
クサム情報をそのまま使用することができる。According to the fifth aspect of the present invention, the data in the empty area is regarded as all bits being 1,
By calculating the checksum of the free area and, for example, obtaining the sum of the checksum of the free area and the total data checksum as the total checksum, even if the memory size of the writable memory is different, the same program can be used. ,
By simply changing the calculation of the memory size on the receiving side, the checksum information can be used as it is.
【0066】また、請求項6記載の発明によれば、電源
立上げ後も、書換え時と同様にチェックサムによる検証
を簡単、確実かつ正確に行うことができる。Further, according to the present invention, the verification by the checksum can be performed simply, reliably and accurately even after the power is turned on, as in the case of rewriting.
【0067】また、請求項7記載の発明によれば、電気
的書換可能メモリのサイズが変更された場合には、総チ
ェックサム算出ステップにおいて空き領域のサイズを算
出するときに、書込可能領域の変動分の領域を空き領域
の一部として組み入れるので、同じプログラムであれば
チェックサム情報をそのまま使用することができる。According to the present invention, when the size of the electrically rewritable memory is changed, the writable area is calculated when the size of the free area is calculated in the total checksum calculation step. In this case, the checksum information can be used as it is if the same program is used.
【0068】また、請求項8記載の発明によれば、異な
ったメモリサイズの書込可能メモリでも、同じプログラ
ムであれば、チェックサム情報をそのまま使用すること
ができ、繁雑な手間を要することなくチェックサムによ
る検証を行って、確実かつ正確に書き換えることができ
る。According to the eighth aspect of the present invention, the checksum information can be used as it is even in a writable memory having a different memory size as long as the same program is used, and no complicated work is required. Verification using a checksum can be performed, and rewriting can be performed reliably and accurately.
【0069】また、請求項9記載の発明によれば、異な
ったメモリサイズの書込可能メモリでも、同じプログラ
ムであれば、チェックサム情報をそのまま使用すること
ができ、繁雑な手間を要することなくチェックサムによ
る検証を行って、確実かつ正確に書き換えることができ
る。According to the ninth aspect of the present invention, even in a writable memory having a different memory size, if the same program is used, the checksum information can be used as it is, and no complicated work is required. Verification using a checksum can be performed, and rewriting can be performed reliably and accurately.
【図1】本発明の実施の形態1による画像形成装置とし
てのコピー機の構成を示す断面図である。FIG. 1 is a cross-sectional view illustrating a configuration of a copier as an image forming apparatus according to a first embodiment of the present invention.
【図2】同コピー機の構成を示すブロック図である。FIG. 2 is a block diagram illustrating a configuration of the copier.
【図3】同コピー機の各制御ユニットのフラッシュメモ
リの内部データ構造を説明するための説明図である。FIG. 3 is an explanatory diagram for describing an internal data structure of a flash memory of each control unit of the copying machine.
【図4】同コピー機の所定の制御ユニット用の更新プロ
グラムの書換方法を説明するためのフローチャートであ
る。FIG. 4 is a flowchart illustrating a method of rewriting an update program for a predetermined control unit of the copying machine.
【図5】同更新プログラムの構成を説明するための説明
図である。FIG. 5 is an explanatory diagram for explaining a configuration of the update program.
【図6】同更新プログラムを構成する各レコードの構成
を説明するための説明図である。FIG. 6 is an explanatory diagram for explaining a configuration of each record constituting the update program.
7 制御部 711,721,731 CPU 712,722,732 フラッシュメモリ(電気的書
換可能メモリ) p1 ブート領域(書込禁止領域) p2 データ領域(書込可能領域)7 control units 711, 721, 731 CPU 712, 722, 732 Flash memory (electrically rewritable memory) p1 boot area (write-protected area) p2 data area (writable area)
Claims (9)
のプログラムを書き換えるプログラムの書換方法であっ
て、 前記電気的書換可能メモリに新たに格納することになる
更新プログラムを構成するデータに基づいて前記更新プ
ログラム全体に亘る総データのチェックサムである総デ
ータチェックサムを算出する総データチェックサム算出
ステップと、 前記更新プログラムに前記総データチェックサムを含め
て前記電気的書換可能メモリ側に送信する送信ステップ
と、 送信されてきた前記更新プログラムを受信する受信ステ
ップと、 受信した前記更新プログラムを前記電気的書換可能メモ
リの書込可能領域に書き込む書込みステップと、 前記更新プログラムの前記総データチェックサムと、受
信した総データ数とに基づいて、前記電気的書換可能メ
モリの前記書込可能領域全体に亘る総チェックサムを算
出する総チェックサム算出ステップと、 算出した前記総チェックサムを前記書込可能領域内に記
憶する総チェックサム記憶ステップと、 新たに前記書込可能領域全域に亘る総チェックサムを算
出し、該総チェックサムと、記憶された前記総チェック
サムとに基づいて、誤りの有無を調べる検証ステップと
を含むことを特徴とするプログラムの書換方法。1. A program rewriting method for rewriting a predetermined program stored in an electrically rewritable memory, based on data constituting an update program to be newly stored in the electrically rewritable memory. A total data checksum calculating step of calculating a total data checksum that is a checksum of total data over the entire update program; and transmitting the update program including the total data checksum to the electrically rewritable memory side. A transmitting step; a receiving step of receiving the transmitted update program; a writing step of writing the received update program in a writable area of the electrically rewritable memory; and the total data checksum of the update program And the electric signature based on the total number of data received. A total checksum calculating step for calculating a total checksum over the entire writable area of the writable memory; a total checksum storing step of storing the calculated total checksum in the writable area; Rewriting a program, comprising calculating a total checksum over the entire writable area, and verifying whether there is an error based on the total checksum and the stored total checksum. Method.
チェックサム算出ステップ、前記総チェックサム記憶ス
テップ、及び前記検証ステップは、前記電気的書換可能
メモリの書込禁止領域に予め格納されていることを特徴
とする請求項1記載のプログラムの書換方法。2. The method according to claim 1, wherein at least the writing step, the total checksum calculating step, the total checksum storing step, and the verifying step are stored in advance in a write-protected area of the electrically rewritable memory. 2. The program rewriting method according to claim 1, wherein:
は、所定のデータ長さとされ、前記総データチェックサ
ム算出ステップにおいては、前記各データの総和に基づ
いて前記総データチェックサムを算出することを特徴と
する請求項1又は2記載のプログラムの書換方法。3. Each data constituting the update program has a predetermined data length, and in the total data checksum calculating step, the total data checksum is calculated based on a sum of the respective data. 3. The method for rewriting a program according to claim 1, wherein the program is rewritten.
て、受信した前記総データ数と前記書込可能領域のサイ
ズとに基づいて空き領域のサイズを算出し、算出した前
記空き領域のサイズと受信した前記総データチェックサ
ムとに基づいて前記総チェックサムを算出することを特
徴とする請求項1から3のうちのいずれか1項に記載の
プログラムの書換方法。4. In the total checksum calculation step, a size of a free area is calculated based on the total number of received data and a size of the writable area, and the calculated size of the free area and the received size of the free area are calculated. 4. The method according to claim 1, wherein the total checksum is calculated based on a total data checksum.
て、前記空き領域のデータを、全て消去済みであるとし
て、全てのビットが1であるとみなして、前記空き領域
のチェックサムを算出し、前記空き領域のチェックサム
と前記総データチェックサムとに基づいて前記総チェッ
クサムを算出することを特徴とする請求項4記載のプロ
グラムの書換方法。5. In the total checksum calculation step, all the bits in the empty area are regarded as having been erased, and all bits are assumed to be 1, and the checksum of the empty area is calculated. 5. The method according to claim 4, wherein the total checksum is calculated based on a checksum of an area and the total data checksum.
書込可能領域全域に亘る総チェックサムを算出する立上
時総チェックサム算出ステップと、該総チェックサム
と、予め記憶された前記総チェックサムとに基づいて誤
り検出を行う立上時検証ステップとを含むことを特徴と
する請求項1から5のうちのいずれか1項に記載のプロ
グラムの書換方法。6. The verification step includes, after restarting, calculating a total checksum at start-up for calculating a total checksum over the entire writable area, the total checksum, and the pre-stored total checksum. 6. The program rewriting method according to claim 1, further comprising a start-up verification step of performing error detection based on the total checksum.
更された場合には、前記総チェックサム算出ステップに
おいて前記空き領域のサイズを算出するときに、前記書
込可能領域の変動分の領域を前記空き領域の一部として
組み入れることを特徴とする請求項4から6のうちのい
ずれか1項に記載のプログラムの書換方法。7. When the size of the electrically rewritable memory is changed, when calculating the size of the free area in the total checksum calculation step, an area corresponding to a change in the writable area is calculated. The program rewriting method according to any one of claims 4 to 6, wherein the program is incorporated as a part of the free area.
のプログラムを書き換えるプログラムの書換方法の少な
くとも一部を記憶した記憶媒体であって、 前記電気的書換可能メモリに新たに格納することになる
更新プログラムを構成するデータに基づいて前記更新プ
ログラム全体に亘る総データのチェックサムである総デ
ータチェックサムを算出する総データチェックサム算出
ステップと、 前記更新プログラムに前記総データチェックサムを含め
て前記電気的書換可能メモリ側に送信する送信ステップ
とを含む第1のステップと、 送信されてきた前記更新プログラムを受信する受信ステ
ップと、 受信した前記更新プログラムを前記電気的書換可能メモ
リの書込可能領域に書き込む書込みステップと、 前記更新プログラムの前記総データチェックサムと、受
信した総データ数とに基づいて、前記電気的書換可能メ
モリの前記書込可能領域全体に亘る総チェックサムを算
出する総チェックサム算出ステップと、 算出した前記総チェックサムを前記書込可能領域内に記
憶する総チェックサム記憶ステップと、 新たに前記書込可能領域全域に亘る総チェックサムを算
出し、該総チェックサムと、記憶された前記総チェック
サムとに基づいて、誤りの有無を調べる検証ステップと
を含む第2のステップとのうち、 前記第1又は/及び第2のステップを記憶したことを特
徴とする記憶媒体。8. A storage medium storing at least a part of a method of rewriting a program for rewriting a predetermined program stored in an electrically rewritable memory, which is newly stored in the electrically rewritable memory. A total data checksum calculating step of calculating a total data checksum that is a checksum of total data over the entire update program based on data constituting the update program; andthe update program including the total data checksum. A first step including a transmission step of transmitting the update program to the electrically rewritable memory side; a reception step of receiving the transmitted update program; and a writable state of the received update program in the electrically rewritable memory. A writing step for writing to the area; A total checksum calculating step of calculating a total checksum over the entire writable area of the electrically rewritable memory based on the total checksum and the total number of received data; A total checksum storing step of storing the total checksum in the writable area, newly calculating a total checksum over the entire writable area, and calculating an error based on the total checksum and the stored total checksum. And a second step including a verification step of examining the presence or absence of the first and / or second steps.
のプログラムを書き換えるプログラムの書換方法の少な
くとも一部を記憶した記憶媒体を用いた画像形成装置で
あって、 前記記憶媒体は、 前記電気的書換可能メモリに新たに格納することになる
更新プログラムを構成するデータに基づいて前記更新プ
ログラム全体に亘る総データのチェックサムである総デ
ータチェックサムを算出する総データチェックサム算出
ステップと、 前記更新プログラムに前記総データチェックサムを含め
て前記電気的書換可能メモリ側に送信する送信ステップ
とを含む第1のステップと、 送信されてきた前記更新プログラムを受信する受信ステ
ップと、 受信した前記更新プログラムを前記電気的書換可能メモ
リの書込可能領域に書き込む書込みステップと、 前記更新プログラムの前記総データチェックサムと、受
信した総データ数とに基づいて、前記電気的書換可能メ
モリの前記書込可能領域全体に亘る総チェックサムを算
出する総チェックサム算出ステップと、 算出した前記総チェックサムを前記書込可能領域内に記
憶する総チェックサム記憶ステップと、 新たに前記書込可能領域全域に亘る総チェックサムを算
出し、該総チェックサムと、記憶された前記総チェック
サムとに基づいて、誤りの有無を調べる検証ステップと
を含む第2のステップとのうち、 前記第1又は/及び第2のステップを記憶したことを特
徴とする記憶媒体を用いた画像形成装置。9. An image forming apparatus using a storage medium storing at least a part of a rewriting method of a program for rewriting a predetermined program stored in an electrically rewritable memory, wherein the storage medium is A total data checksum calculating step of calculating a total data checksum that is a checksum of total data of the entire update program based on data constituting the update program to be newly stored in the rewritable memory; A first step including a transmitting step of transmitting a program including the total data checksum to the electrically rewritable memory side; a receiving step of receiving the transmitted update program; and a received update program Writing to a writable area of the electrically rewritable memory; A total checksum calculating step of calculating a total checksum over the entire writable area of the electrically rewritable memory based on the total data checksum of the update program and the total number of received data; A total checksum storing step of storing the calculated total checksum in the writable area; newly calculating a total checksum over the entire writable area; and calculating the total checksum and the stored total checksum. Image forming using a storage medium storing the first and / or second steps of a second step including a verification step of checking for the presence or absence of an error based on a checksum apparatus.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP35498199A JP2001175478A (en) | 1999-12-14 | 1999-12-14 | Method for rewriting program and storage medium and image-forming device using the same medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP35498199A JP2001175478A (en) | 1999-12-14 | 1999-12-14 | Method for rewriting program and storage medium and image-forming device using the same medium |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2001175478A true JP2001175478A (en) | 2001-06-29 |
Family
ID=18441183
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP35498199A Pending JP2001175478A (en) | 1999-12-14 | 1999-12-14 | Method for rewriting program and storage medium and image-forming device using the same medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2001175478A (en) |
-
1999
- 1999-12-14 JP JP35498199A patent/JP2001175478A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8020159B2 (en) | System and apparatus for and method of downloading a program, image formation apparatus, and computer product | |
JP4622238B2 (en) | Image forming apparatus | |
JP4168719B2 (en) | Information processing apparatus, image forming apparatus, and program update method | |
JP2001175478A (en) | Method for rewriting program and storage medium and image-forming device using the same medium | |
US7133624B2 (en) | Image forming apparatus and program update method in the apparatus | |
JP2003140841A (en) | Program rewriting method and image processing method | |
JP2001117745A (en) | Multifunctional device | |
JP2009020697A (en) | Image forming apparatus | |
JP2000263897A (en) | Image-forming apparatus and method for updating control program of image-forming apparatus | |
JP4235415B2 (en) | Image forming apparatus and control method in image forming apparatus | |
JP2006011498A (en) | Electric equipment | |
JP5873788B2 (en) | Data writing circuit and image forming apparatus | |
JP2000259050A (en) | Image forming device | |
JP4366207B2 (en) | PRINT CONTROL DEVICE, PRINT DEVICE, PROGRAM START METHOD, AND PROGRAM | |
JP5932511B2 (en) | Information processing apparatus, software update method, and computer program | |
JP6248910B2 (en) | Image processing apparatus and program backup method | |
JP2009139874A (en) | Image forming apparatus | |
JP2004094564A (en) | Image forming device, device driving control method, program, and storage medium | |
JP2021117523A (en) | Information processing apparatus, method for processing information processing apparatus, and program | |
JP2008305113A (en) | Storage device, image forming apparatus provided with the same, and data inspection method | |
JP2013101451A (en) | Firmware update system and firmware update method | |
JPH11184760A (en) | Picture forming device | |
JP2021018933A (en) | Conversion socket, error insertion detection device, and error insertion detection method | |
JPH0713753A (en) | Controller | |
JP2004291496A (en) | Image forming apparatus |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20040309 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20060516 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20060926 |