JP2001166941A - Device and method for processing information and recording medium - Google Patents

Device and method for processing information and recording medium

Info

Publication number
JP2001166941A
JP2001166941A JP34701999A JP34701999A JP2001166941A JP 2001166941 A JP2001166941 A JP 2001166941A JP 34701999 A JP34701999 A JP 34701999A JP 34701999 A JP34701999 A JP 34701999A JP 2001166941 A JP2001166941 A JP 2001166941A
Authority
JP
Japan
Prior art keywords
stored
module
data
flash memory
program
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.)
Withdrawn
Application number
JP34701999A
Other languages
Japanese (ja)
Inventor
Masanari Ogawa
真生 小川
Koichi Moriyama
光一 森山
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.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP34701999A priority Critical patent/JP2001166941A/en
Publication of JP2001166941A publication Critical patent/JP2001166941A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To update a part of stored software by reducing a storage capacity. SOLUTION: A code A, data A, and data B are stored so as not to be compressed, and a code B is stored so as to be compressed in a flash memory 27. The development of the stored modules on an RAM 29 is operated according to a copy and extension program. For example, the code A, data A, and data B are copied to the RAM 29, and then the code B is extended on the RAM 29. For example, at the time of updating the code A, a code A' to be updated are compressed into a size smaller than the size of the code A so that the code A' can be replaced (updated) in the area of the code A.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は情報処理装置および
方法、並びに記録媒体に関し、特に、メモリなどに記憶
するソフトウェアをモジュール単位にし、そのモジュー
ル単位に圧縮または非圧縮して記憶する情報処理装置お
よび方法、並びに記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus and method, and a recording medium, and more particularly, to an information processing apparatus and a method for storing software stored in a memory or the like in units of modules and compressing or uncompressing the modules. The present invention relates to a method and a recording medium.

【0002】[0002]

【従来の技術】パーソナルコンピュータなどは、電源が
投入された際、内部に備えられている例えば、ROM(Rea
d Only Memory)やフラッシュメモリに記憶されている
実行コードやデータ(以下、適宜、モジュールと記述す
る)により、起動処理が行われる。その際、ROMに記憶
されているモジュールは、RAM(Random Access Memor
y)などの揮発性のメモリに、一旦、展開され、その展
開されたモジュールに従って、起動処理が行われる。
2. Description of the Related Art When a personal computer or the like is powered on, for example, a ROM (Rea
d Only Memory) or an execution code or data stored in the flash memory (hereinafter, appropriately referred to as a module) performs a start-up process. At this time, the module stored in the ROM is a RAM (Random Access Memory)
It is temporarily expanded in a volatile memory such as y), and the boot process is performed according to the expanded module.

【0003】図1は、フラッシュメモリ1とRAM2の間
で行われるモジュールの展開について説明する図であ
る。フラッシュメモリ1には、まず、コピープログラム
が記憶されおり、このプログラムに従って展開処理が行
われる。フラッシュメモリ1には、コピープログラムの
他に、コードA、データA、コードB、データB、およ
びポインターテーブルが記憶されている。
FIG. 1 is a diagram for explaining module development performed between the flash memory 1 and the RAM 2. First, a copy program is stored in the flash memory 1, and expansion processing is performed in accordance with the program. The flash memory 1 stores a code A, data A, code B, data B, and a pointer table in addition to the copy program.

【0004】コードAは、フラッシュメモリ1のアドレ
スa1からサイズa1で記憶されている。同様に、デー
タAは、アドレスa2からサイズa2で、コードBは、
アドレスb1からサイズb1で、データBは、アドレス
b2からサイズb2で、それぞれ記憶されている。ポイ
ンターテーブルは、フラッシュメモリ1のアドレスcか
ら記憶されている。
The code A is stored in the flash memory 1 in the size a1 from the address a1. Similarly, data A is of size a2 from address a2, and code B is
Data B is stored from address b1 to size b1, and data B is stored from address b2 to size b2. The pointer table is stored from the address c of the flash memory 1.

【0005】図2は、ポインターテーブルに記述されて
いる内容を説明するための図である。ポインタテーブル
のフォームとしては、フラッシュメモリ1の、どのアド
レスから(from_adr)、どれだけのサイズ(from_siz
e)のモジュールを、RAM2のどこのアドレス(dest_ad
r)に、どれだけのサイズ(dest_size)でコピー(展
開)を行うかが示されている。例えば、フラッシュメモ
リ1のアドレスa1(adr_a1)からサイズa1(size_a
1)のモジュールを、RAM2のアドレスa1’(adr_a
1')からサイズa1’(size_a1’)の領域にコピーす
ることが示されている。
FIG. 2 is a diagram for explaining the contents described in the pointer table. As a form of the pointer table, from what address (from_adr) and how much size (from_siz) of the flash memory 1
e) The module in which address (dest_ad
r) shows what size (dest_size) is to be copied (developed). For example, from the address a1 (adr_a1) of the flash memory 1 to the size a1 (size_a
The module of (1) is assigned to the address a1 ′ (adr_a
1 ') is copied to an area of size a1' (size_a1 ').

【0006】図3のフローチャートを参照して、展開処
理の為に行われるフラッシュメモリ1とRAM2の間で行
われる処理について説明する。この処理は、フラッシュ
メモリ1のコピープログラムに従って行われ、例えば、
このフラッシュメモリ1とRAM2を内蔵しているパーソ
ナルコンピュータに電源が投入された際に実行される。
Referring to the flowchart of FIG. 3, the processing performed between the flash memory 1 and the RAM 2 for the expansion processing will be described. This processing is performed according to a copy program of the flash memory 1, and for example,
This is executed when the power is turned on to a personal computer having the flash memory 1 and the RAM 2 built therein.

【0007】ステップS1において、初期化として、n
が0に設定される。このnは、ポインターテーブルの読
み出すべき行番号を示しており、この場合、n=0行目
のデータは、{adr_a1,size_a1,adr_a1',size_a1'}
を示されている行であり、その次の行がn=1行目のデ
ータである。そして、この場合、{0,0,0,0}と
いうデータがn=4行目のデータである。ステップS1
において初期化が行われると、ステップS2において、
n行目のデータが、ポインタテーブルから読み出され
る。ステップS3において、読み出されたデータが
{0,0,0,0}であるか否かが判断される。
In step S1, n is initialized as n
Is set to 0. This n indicates the row number of the pointer table to be read. In this case, the data of the n = 0th row is {adr_a1, size_a1, adr_a1 ', size_a1'}
, And the next row is the data of the n = 1st row. In this case, data {0, 0, 0, 0} is the data of the n = 4th row. Step S1
Is initialized in step S2,
The data in the n-th row is read from the pointer table. In step S3, it is determined whether the read data is {0, 0, 0, 0}.

【0008】この場合、{0,0,0,0}は、フラッ
シュメモリ1からRAM2へのモジュールのコピーが終了
することを示している。勿論、終了を示すデータは、他
の形式の場合もある。
In this case, {0, 0, 0, 0} indicates that the copying of the module from the flash memory 1 to the RAM 2 is completed. Of course, the data indicating the end may be in another format.

【0009】ステップS3において、読み出したデータ
が{0,0,0,0}ではないと判断された場合、ステ
ップS4に進み、そのデータに基づくコピー処理が行わ
れ、{0,0,0,0}であると判断された場合、図3
に示したフローチャートの処理は終了される。即ち、上
述したように、フラッシュメモリ1の、指定されたアド
レスから、指定されたサイズのモジュールが、RAM2の
指定されたアドレスに順次コピーされる。
If it is determined in step S3 that the read data is not {0, 0, 0, 0}, the process proceeds to step S4, where a copy process is performed based on the data, and {0, 0, 0, When it is determined that the angle is 0 °, FIG.
Is completed. That is, as described above, the module of the specified size is sequentially copied from the specified address of the flash memory 1 to the specified address of the RAM 2.

【0010】ステップS5において、from_size<dest_
sizeであるか否かが判断される。この処理は、フラッシ
ュメモリ1からRAM2にコピーするモジュールのサイズ
(from_size)が、RAM2の指定されたコピー領域(dest
_size)よりも小さかった場合(大きい場合は、コピー
できないので、そのような設定は予めされていないこと
が前提である)、RAM2の、その指定されたコピー領域
内に空欄(差分)ができてしまうことになる。
In step S5, from_size <dest_
It is determined whether it is size. In this process, the size (from_size) of the module to be copied from the flash memory 1 to the RAM 2 is set in the designated copy area (dest
_size) (if it is larger, it is not possible to copy, so it is assumed that such a setting is not set in advance), and a blank (difference) is created in the designated copy area of the RAM 2. Will be lost.

【0011】従って、ステップS5において、from_siz
e<dest_sizeであると判断された場合、ステップS6に
おいて、空欄になってしまう領域を、全て0に設定し
て、所定の領域内を埋める。一方、ステップS5におい
て、from_size<dest_sizeではないと判断された場合、
換言すれば、from_sizeとdest_sizeが同じであると判断
された場合、ステップS7に進み、nの値に1だけ加算
された値が、新たなnとされ、ステップS2以下の処理
が繰り返される。
Therefore, in step S5, from_siz
If it is determined that e <dest_size, in step S6, all blank areas are set to 0 to fill the predetermined area. On the other hand, if it is determined in step S5 that from_size <dest_size is not satisfied,
In other words, when it is determined that from_size and dest_size are the same, the process proceeds to step S7, where a value obtained by adding 1 to the value of n is set as a new n, and the processes in step S2 and subsequent steps are repeated.

【0012】このように、フラッシュメモリ1に記憶さ
れたモジュールは、所定のプログラムに従って、RAM2
に一旦展開されることにより、起動処理が行われる。
As described above, the modules stored in the flash memory 1 are stored in the RAM 2 according to a predetermined program.
The activation process is performed once the file is expanded.

【0013】[0013]

【発明が解決しようとする課題】上述したように、フラ
ッシュメモリ1などの不揮発性のメモリに記憶されたモ
ジュール(ソフトウェ)は、RAMなどの揮発性のメモリ
に、起動するために必要な部分がコピーされることによ
り、動作が開始されるようになっている。そのため、規
模の大きなソフトウェアを必要とする場合、フラッシュ
メモリ1およびRAM2には、そのソフトウェアに合った
容量の装置が必要となる。
As described above, a module (software) stored in a non-volatile memory such as the flash memory 1 is stored in a volatile memory such as a RAM in a portion required for activation. The operation is started when is copied. Therefore, when large-scale software is required, the flash memory 1 and the RAM 2 require devices having capacities suitable for the software.

【0014】フラッシュメモリなどに記憶されているモ
ジュールを更新する場合、その新しいモジュールに見合
った容量の記憶装置が必要である。そのモジュールを配
布する記録媒体や、伝送媒体などにも、新たなモジュー
ルに見合った容量(帯域)が必要となる。
When updating a module stored in a flash memory or the like, a storage device having a capacity corresponding to the new module is required. A recording medium or a transmission medium for distributing the module also needs a capacity (band) corresponding to the new module.

【0015】また、既に記憶されているソフトウェアの
一部(モジュール)を更新したい場合、例えば、図1に
おいて、フラッシュメモリ1に記憶されているデータA
というモジュールを、データA”に更新したい場合、デ
ータA”のサイズは、データAのサイズと同じ、または
それ以下でなければならない。通常、更新する際のデー
タは、もとのデータのサイズよりも大きくなってしまう
ことが多いので、このように、ソフトウェアの一部分だ
けを更新するというのは困難であった。
When it is desired to update a part (module) of software already stored, for example, the data A stored in the flash memory 1 in FIG.
Is updated to data A ″, the size of data A ″ must be equal to or smaller than the size of data A. Usually, the data to be updated often becomes larger than the original data size, and thus it is difficult to update only a part of the software.

【0016】本発明はこのような状況に鑑みてなされた
ものであり、メモリに記憶するソフトウェアをモジュー
ル単位にし、モジュール単位で圧縮または非圧縮して記
憶させることにより、記憶容量を小さくし、モジュール
単位の更新を可能とすることを目的とする。
The present invention has been made in view of such a situation, and software is stored in a memory in units of modules, and compressed or uncompressed and stored in units of modules. The purpose is to enable updating of units.

【0017】[0017]

【課題を解決するための手段】請求項1に記載の情報処
理装置は、プログラムをモジュール単位で、圧縮された
状態または圧縮されていない状態で記憶する第1の記憶
手段と、第1の記憶手段に圧縮されて記憶されているモ
ジュールを伸張する伸張手段と、伸張手段により伸張さ
れたモジュールを記憶する第2の記憶手段と、第1の記
憶手段に圧縮されていない状態で記憶されているモジュ
ールを読み出して、第2の記憶手段にコピーするコピー
手段と、第1の記憶手段、または、第2の記憶手段に記
憶されている圧縮されていない状態のモジュールを読み
出して実行する実行手段とを含むことを特徴とする。
According to an embodiment of the present invention, there is provided an information processing apparatus comprising: first storage means for storing a program in a compressed state or an uncompressed state in a module unit; Expansion means for expanding the module compressed and stored in the means, second storage means for storing the module expanded by the expansion means, and non-compressed data stored in the first storage means Copy means for reading the module and copying it to the second storage means; execution means for reading and executing the uncompressed module stored in the first storage means or the second storage means; It is characterized by including.

【0018】モジュール単位で、第1の記憶手段により
記憶されているプログラムを更新する更新手段をさらに
含むようにすることができる。
An update unit for updating a program stored in the first storage unit for each module may be further included.

【0019】前記更新手段を、記録媒体から、または、
ネットワークを介して取り込む取り込み手段をさらに含
むようにすることができる。
The updating means may be provided from a recording medium or
It is possible to further include a capturing means for capturing via a network.

【0020】請求項4に記載の情報処理方法は、プログ
ラムをモジュール単位で、圧縮された状態または圧縮さ
れていない状態で記憶されるように制御する第1の記憶
制御ステップと、第1の記憶制御ステップの処理で圧縮
されて記憶されたモジュールを伸張しながら記憶される
ように制御する第2の記憶制御ステップと、第1の記憶
制御ステップの処理で圧縮されていない状態で記憶され
たモジュールを読み出してコピーするコピーステップ
と、第1の記憶制御ステップ、または、第2の記憶制御
ステップの処理で記憶された圧縮されていない状態のモ
ジュールを読み出して実行する実行ステップとを含むこ
とを特徴とする。
According to a fourth aspect of the present invention, in the information processing method, a first storage control step of controlling the program to be stored in a compressed state or an uncompressed state in a module unit; A second storage control step for controlling the module compressed and stored in the processing of the control step to be stored while being expanded, and a module stored in a state where the module is not compressed in the processing of the first storage control step And a copying step of reading and copying the uncompressed module stored in the processing of the first storage control step or the second storage control step. And

【0021】請求項5に記載の記録媒体のプログラム
は、プログラムをモジュール単位で、圧縮された状態ま
たは圧縮されていない状態で記憶されるように制御する
第1の記憶制御ステップと、第1の記憶制御ステップの
処理で圧縮されて記憶されたモジュールを伸張しながら
記憶されるように制御する第2の記憶制御ステップと、
第1の記憶制御ステップの処理で圧縮されていない状態
で記憶されたモジュールを読み出してコピーするコピー
ステップと、第1の記憶制御ステップ、または、第2の
記憶制御ステップの処理で記憶された圧縮されていない
状態のモジュールを読み出して実行する実行ステップと
を含むことを特徴とする。
A first storage control step of controlling the program of the recording medium according to a fifth aspect to store the program in a compressed state or an uncompressed state in module units; A second storage control step of controlling to store the module compressed and stored in the processing of the storage control step while expanding the module;
A copy step of reading and copying a module stored in a state not compressed in the processing of the first storage control step, and a compression step stored in the processing of the first storage control step or the second storage control step And reading out and executing a module in a state where it has not been performed.

【0022】請求項1に記載の情報処理装置、請求項4
に記載の情報処理方法、および請求項5に記載の記録媒
体においては、プログラムがモジュール単位で、圧縮さ
れた状態または圧縮されていない状態で記憶され、圧縮
されて記憶されているモジュールが伸張され、記憶さ
れ、圧縮されていない状態で記憶されているモジュール
が読み出される。
The information processing apparatus according to claim 1,
In the information processing method according to the item (1) and the recording medium according to the item (5), the program is stored in a compressed state or an uncompressed state in module units, and the compressed and stored module is expanded. , Stored and uncompressed modules are read out.

【0023】[0023]

【発明の実施の形態】本発明の一実施の形態について、
図を参照して説明する。図4は、本発明を適用したIRD
(Integrated Reciever Decoder)含む情報処理システ
ムの一実施の形態の構成を示す図である。IRD11のチ
ューナ21は、アンテナ12により受信された信号か
ら、ユーザが所望とした番組のデータのみを抽出し、デ
スクランブラ22に出力する。デスクランブラ22は、
入力された番組データのスクランブルを解除し、DEMUX
(DEMULTIPLEXING)23は、入力された多重化されてい
る番組データから、制御用のデータや映像用のデータな
どを分離する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described.
This will be described with reference to the drawings. FIG. 4 shows an IRD to which the present invention is applied.
1 is a diagram illustrating a configuration of an embodiment of an information processing system including an (Integrated Reciever Decoder). The tuner 21 of the IRD 11 extracts only the data of the program desired by the user from the signal received by the antenna 12 and outputs it to the descrambler 22. The descrambler 22
Unscramble the input program data, and
(DEMULTIPLEXING) 23 separates control data, video data, and the like from the input multiplexed program data.

【0024】デコーダ24は、DEMUX23から出力され
た、例えば、MPEG(Moving PictureExperts Group)な
どによりエンコードされたデータをデコードし、テレビ
ジョン受像機13に出力する。テレビジョン受像機13
は、入力したデータに基づき、画像や音声を再生する。
The decoder 24 decodes data encoded by, for example, MPEG (Moving Picture Experts Group) output from the DEMUX 23 and outputs the data to the television receiver 13. Television receiver 13
Reproduces images and sounds based on the input data.

【0025】IRD11のモデム25は、公衆回線14を
介して、センター局とデータ授受が行えるようになって
おり、そのデータを基に、課金などの処理が行われるよ
うになっている。ROM26やフラッシュメモリ27は、C
PU(Central Processing Unit)28が、種々の処理を
実行する際に必要となるプログラムやデータが記憶され
ている。RAM29は、CPU28が処理を実行する際に、必
要となるプログラムやデータを、適宜記憶する。
The modem 25 of the IRD 11 is capable of exchanging data with the center station via the public line 14, and performs processing such as charging based on the data. ROM 26 and flash memory 27
Programs and data required when the PU (Central Processing Unit) 28 executes various processes are stored. The RAM 29 appropriately stores programs and data required when the CPU 28 executes processing.

【0026】IRD11のインタフェース30は、メモリ
カード15に記憶されているプログラムやデータ(以
下、適宜、モジュールと記述する)を読み出す。メモリ
カード15から読み出されたモジュールは、必要に応
じ、フラッシュメモリ27やRAM29に記憶される。
The interface 30 of the IRD 11 reads out programs and data (hereinafter, appropriately referred to as modules) stored in the memory card 15. The modules read from the memory card 15 are stored in the flash memory 27 or the RAM 29 as needed.

【0027】図5は、IRD11に供給する番組データを
作成する送信側の装置(送信装置)の構成を示してい
る。多重化器31は、複数のMPEGエンコーダ32により
エンコードされた番組データ、EPG(Electric Program
Guide)データ供給器33から供給されるEPGデータ、SI
(Service Information)データ供給器34から供給さ
れるSIデータ、および、プログラムソース・コード供給
器35から供給されるプログラムソース・コードを、多
重化し、誤り訂正器36に出力する。
FIG. 5 shows the configuration of a transmitting-side device (transmitting device) that creates program data to be supplied to the IRD 11. The multiplexing unit 31 stores program data encoded by a plurality of MPEG encoders 32 and an EPG (Electric Program).
Guide) EPG data supplied from the data supply unit 33, SI
(Service Information) The SI data supplied from the data supplier 34 and the program source code supplied from the program source code supplier 35 are multiplexed and output to the error corrector 36.

【0028】プログラムソース・コードは、IRD11の
フラッシュメモリ27などに記憶されているプログラム
などを更新する際に送信されるデータである。誤り訂正
器36に入力された多重化されたデータは、誤り訂正が
行なわれ、RF(Radio Frequency)変調器37によ
り、RF変調され、アンテナ12に対して出力される。
The program source code is data transmitted when updating a program or the like stored in the flash memory 27 of the IRD 11 or the like. The multiplexed data input to the error corrector 36 is subjected to error correction, RF-modulated by an RF (Radio Frequency) modulator 37, and output to the antenna 12.

【0029】次に、IRD11が起動される際に行われる
処理のうち、フラッシュメモリ27とRAM29の間で行
われる処理について、図6以降の図を参照し説明する。
図6は、フラッシュメモリ27とRAM29に記憶されて
いるモジュールを模写的に示した図である。図6に示し
たフラッシュメモリ27には、図1に示したフラッシュ
メモリ1と同様に、コードA、データA、コードB、お
よびデータBが記憶されている。しかしながら、図6に
示したフラッシュメモリ27に記憶されている、これら
のコード(データ)は、それぞれ、圧縮されて記憶され
ている。
Next, of the processing performed when the IRD 11 is started, the processing performed between the flash memory 27 and the RAM 29 will be described with reference to FIGS.
FIG. 6 is a diagram schematically illustrating the modules stored in the flash memory 27 and the RAM 29. The flash memory 27 shown in FIG. 6 stores a code A, data A, code B, and data B, similarly to the flash memory 1 shown in FIG. However, these codes (data) stored in the flash memory 27 shown in FIG. 6 are each stored after being compressed.

【0030】従って、図1に示したフラッシュメモリ1
と同一のモジュールを、圧縮して記憶させる分だけ、フ
ラッシュメモリ27の容量は小さくてなる。フラッシュ
メモリ27に記憶されているモジュールは、圧縮されて
いるため、伸張プログラムに従ってRAM29への展開処
理が行われる。フラッシュメモリ27に記憶されている
ポインターテーブルは、図2に示したポインターテーブ
ルと同一である。
Therefore, the flash memory 1 shown in FIG.
The capacity of the flash memory 27 is reduced by the amount by which the same module is compressed and stored. Since the modules stored in the flash memory 27 are compressed, expansion processing to the RAM 29 is performed according to the expansion program. The pointer table stored in the flash memory 27 is the same as the pointer table shown in FIG.

【0031】図7のフローチャートを参照して、フラッ
シュメモリ27とRAM29の間で行われる伸張処理につ
いて説明する。ステップS11乃至S17のうち、ステ
ップS14以外の処理は、図3に示したステップS1乃
至S7(ただしステップS4は除く)と同様の処理であ
る。即ち、フラッシュメモリ27に記憶されているモジ
ュールをRAM29に記憶させる場合、フラッシュメモリ
27に記憶されている伸張プログラムに基づいて行われ
るため、フラッシュメモリ27に圧縮されて記憶されて
いるモジュールは、RAM29に一旦記憶する際に、伸張
処理が施される。
The decompression process performed between the flash memory 27 and the RAM 29 will be described with reference to the flowchart of FIG. Of the steps S11 to S17, the processing other than the step S14 is the same as the processing of the steps S1 to S7 (excluding the step S4) shown in FIG. That is, when the module stored in the flash memory 27 is stored in the RAM 29, it is performed based on the decompression program stored in the flash memory 27. When the data is temporarily stored in the storage device, a decompression process is performed.

【0032】例えば、フラッシュメモリ27のアドレス
a1からサイズa1で記憶されているコードAは、伸張
処理が施されることにより、RAM29に記憶される際に
は、アドレスa1’から、サイズa1’で記憶される。
なお、サイズa1’は、圧縮されたコードAを伸張した
時のサイズと同等、または、大きいサイズに設定されて
いる。
For example, when the code A stored in the flash memory 27 from the address a1 to the size a1 is subjected to decompression processing and stored in the RAM 29, the code A from the address a1 'to the size a1' It is memorized.
The size a1 'is set equal to or larger than the size when the compressed code A is expanded.

【0033】フラッシュメモリ27に記憶されている伸
張プログラムを、高圧縮できるプログラムにすることに
より、図8に示したように、フラッシュメモリ27に記
憶させておくモジュール(ソフトウェア)の容量を小さ
くすることが可能である。
By making the decompression program stored in the flash memory 27 a highly compressible program, the capacity of the module (software) stored in the flash memory 27 can be reduced as shown in FIG. Is possible.

【0034】フラッシュメモリ27に記憶されているモ
ジュールを、全て、RAM29に展開する必要がない場合
もある。図9に示した例では、フラッシュメモリ27に
記憶されているモジュールのうち、コードAとデータB
が圧縮され、データAとコードBは圧縮されていない状
態で記憶されている。このように、圧縮されているモジ
ュールと、圧縮されていないモジュールとが混在する場
合で、圧縮されていないモジュールは、RAM29にコピ
ーしないとき、ポインターテーブルは、図10に示すよ
うになる。
In some cases, it is not necessary to load all the modules stored in the flash memory 27 into the RAM 29. In the example shown in FIG. 9, among the modules stored in the flash memory 27, the code A and the data B
Are compressed, and data A and code B are stored in an uncompressed state. As described above, in a case where the compressed module and the uncompressed module are mixed, and the uncompressed module is not copied to the RAM 29, the pointer table becomes as shown in FIG.

【0035】図10に示したポインターテーブルでは、
例えば、n=1行目は、from_adrに対応するのがadr_a2
となっており、from_sizeに対応するのがsize_a2=0と
なっている。これは、アドレスa2からサイズ0だけRA
M29に伸張(展開)するということなので、実質、RAM
29には何も伸張されないことになる。ただし、dest_s
izeに対応するsize_a2が、0以外の数値である場合、そ
の数値に対応するサイズだけ、RAM29には、データと
して0が記憶される。
In the pointer table shown in FIG.
For example, in line n = 1, adr_a2 corresponds to from_adr.
And corresponding to from_size is size_a2 = 0. This is equivalent to RA from address a2 by size 0.
Because it expands (expands) to M29, it is actually RAM
Nothing will be stretched to 29. Where dest_s
When size_a2 corresponding to ize is a numerical value other than 0, 0 is stored as data in the RAM 29 by the size corresponding to the numerical value.

【0036】上述したように、フラッシュメモリ27に
記憶させるモジュールに圧縮を施すことにより、フラッ
シュメモリ27の容量を小さくすることが可能である。
As described above, by compressing the module stored in the flash memory 27, the capacity of the flash memory 27 can be reduced.

【0037】上述した以外に、コピーと伸張を組み合わ
せて用いることも可能である。図11は、フラッシュメ
モリ27とRAM29に記憶されているモジュールを模写
的に示した図である。図11に示した例では、フラッシ
ュメモリ27に記憶されているモジュールのうち、コー
ドA、データA、およびデータBは、圧縮されておら
ず、コードBは圧縮された状態である。このように、フ
ラッシュメモリ27に圧縮されたモジュールと、圧縮さ
れていないモジュールが混在して記憶されている場合、
RAM29にモジュールを展開させる際、コピーまたは伸
張を行わなくてはならない。
In addition to the above, it is also possible to use a combination of copying and decompression. FIG. 11 is a diagram schematically showing the modules stored in the flash memory 27 and the RAM 29. In the example shown in FIG. 11, among the modules stored in the flash memory 27, the code A, the data A, and the data B are not compressed, and the code B is in a compressed state. As described above, when the compressed module and the uncompressed module are stored in the flash memory 27 in a mixed manner,
When a module is expanded in the RAM 29, copying or decompression must be performed.

【0038】従って、フラッシュメモリ27には、コピ
ー・伸張プログラムが記憶されており、そのプログラム
に従って、RAM29上にコピーまたは伸張が行われる。
図12は、図11に示したフラッシュメモリ27に記憶
されているポインターテーブルである。図12に示した
ポインターテーブルのうち、n=3行目の{0,0,
0,0}は(初めに存在する{0,0,0,0}は)、
コピー処理から、伸張処理へと移行する意味をもち、n
=5行目の{0,0,0,0}は(次に存在する{0,
0,0,0}は)、処理終了を意味する。
Accordingly, a copy / decompression program is stored in the flash memory 27, and copying or decompression is performed on the RAM 29 according to the program.
FIG. 12 is a pointer table stored in the flash memory 27 shown in FIG. In the pointer table shown in FIG. 12, {0, 0,
0,0} (the first {0,0,0,0} is)
Meaning to shift from copy processing to decompression processing, n
= {0,0,0,0} on the fifth row is ({0,0,0
(0, 0, 0) means the end of the process.

【0039】図13のフローチャートを参照して、フラ
ッシュメモリ27とRAM29の間で行われるコピー・伸
張処理について説明する。ステップS21乃至S27の
処理は、基本的に図3のステップS1乃至S7と同様の
処理であり、ステップS28乃至S33の処理は、基本
的に図7のステップS12乃至S17と同様の処理であ
るので、詳細な説明は省略する。
The copy / decompression processing performed between the flash memory 27 and the RAM 29 will be described with reference to the flowchart of FIG. The processes in steps S21 to S27 are basically the same processes as steps S1 to S7 in FIG. 3, and the processes in steps S28 to S33 are basically the same processes as steps S12 to S17 in FIG. Detailed description is omitted.

【0040】ステップS21において、初期化が行われ
ると、n=0乃至2行目まで、ステップS22乃至S2
7の処理が繰り返されることにより、フラッシュメモリ
27のコードA、データA、およびデータBがRAM29
にコピーされる。そして、ステップS27において、n
が3に更新され、n=3行目に対してステップS23の
処理が行われると、{0,0,0,0}であると判断さ
れ、ステップS28に進む。ステップS28において、
nが更新されるため、n=4となり、4行目に対してス
テップS29乃至S33の処理が行われる。すなわち、
フラッシュメモリ27に記憶されているコードBが、RA
M29に伸張され、記憶される。
When initialization is performed in step S21, steps n22 to S2 are performed until n = 0 to the second line.
7, the code A, data A, and data B of the flash memory 27 are stored in the RAM 29.
Is copied to Then, in step S27, n
Is updated to 3, and when the process of step S23 is performed on the n = 3rd row, it is determined that {0, 0, 0, 0}, and the process proceeds to step S28. In step S28,
Since n is updated, n = 4, and the processes of steps S29 to S33 are performed on the fourth row. That is,
The code B stored in the flash memory 27 is RA
It is expanded and stored in M29.

【0041】再びステップS28において、nが更新さ
れることにより、n=5とされると、ステップS30に
おいて、{0,0,0,0}であると判断される、即
ち、処理終了と判断されるため、コピー・伸張処理は終
了される。
In step S28, if n is updated so that n = 5, it is determined in step S30 that {0, 0, 0, 0}, that is, it is determined that the processing is completed. Therefore, the copy / decompression processing is terminated.

【0042】このように、コピーと伸張(非圧縮のモジ
ュールと圧縮されているモジュール)とを併用すること
により、フラッシュメモリ27の容量(利用領域)を小
さくすることが可能となる。
As described above, by using both copy and decompression (uncompressed module and compressed module), the capacity (use area) of the flash memory 27 can be reduced.

【0043】非圧縮のモジュールは、RAM29に展開す
ることなく、直接フラッシュメモリ27から読み出すよ
うにしても良い。そのようにすることによりRAM29の
容量(利用領域)も小さくすることが可能となる。非圧
縮のモジュールとしては、頻繁に読み出す必要のないも
のや、一度読み出せば良いものなどである。
The uncompressed module may be read directly from the flash memory 27 without being expanded in the RAM 29. By doing so, the capacity (usable area) of the RAM 29 can be reduced. Uncompressed modules include those that do not need to be read frequently and those that need only be read once.

【0044】ソフトウェアをモジュール単位に分割し、
モジュール単位で圧縮または非圧縮とすることにより、
ソフトウェアの一部のモジュールだけを更新することも
可能となる。例えば、図14に示すように、ソフトウェ
アが、フラッシュメモリ27に記憶されているとし、そ
のうち、データAだけを、データA’に更新することを
考える。この場合、データAのサイズAは、データA’
のサイズのサイズA’より小さいため、このまま、入れ
替えることはサイズ的に不可能である。換言すれば、デ
ータAの領域に、データA’を、そのまま置き換えると
いうことはできない。
The software is divided into modules,
By compressing or uncompressing each module,
It is also possible to update only some modules of the software. For example, as shown in FIG. 14, it is assumed that software is stored in the flash memory 27, and only data A is updated to data A '. In this case, the size A of the data A is the data A '
Is smaller than the size A ′, it is not possible to change the size as it is. In other words, it is not possible to directly replace the data A ′ in the data A area.

【0045】そこで、データA’を圧縮することによ
り、サイズAよりも小さいサイズA”のデータA”を作
成し、このデータA”をデータAの領域に置き換えるこ
とにより、データAの更新を行う。このように、データ
AをデータA”に更新した場合、フラッシュメモリ27
に記憶されているコピー・伸張プログラムとポインター
テーブルも更新する必要がある。コピー・伸張プログラ
ムは、データA”を伸張するようなプログラムに書き換
え、ポインターテーブルは、データAやデータA”のサ
イズなどを書き直す必要がある。
Therefore, the data A 'is updated by compressing the data A' to create data A "having a size A" smaller than the size A, and replacing the data A "with an area of the data A. Thus, when the data A is updated to the data A ″, the flash memory 27
It is also necessary to update the copy / decompression program and the pointer table stored in. The copy / decompression program needs to be rewritten as a program that expands data A ″, and the pointer table needs to rewrite the size of data A and data A ″.

【0046】このように、フラッシュメモリ27に記憶
されているソフトウェアの一部分(勿論、全部でも良
い)のモジュールを更新するような場合、メモリカード
15(図4)から、更新するモジュールを取得しても良
いし、モデム25により、公衆回線14を介して他の装
置から送信され、その送信されたものを受信することに
より取得できるようにしても良い。
As described above, when updating a module of a part (or, of course, all) of the software stored in the flash memory 27, the module to be updated is acquired from the memory card 15 (FIG. 4). Alternatively, the information may be transmitted from another device via the public line 14 by the modem 25 and may be obtained by receiving the transmitted signal.

【0047】さらに、アンテナ12により受信された信
号内に含まれるデータから取得できるようにしても良
い。受信された信号内から更新するモジュールを取得で
きるようにする場合、送信側としては、図5に示した送
信装置のうち、プログラム・ソースコード供給器35
で、更新させたいモジュールを生成し、多重化器31に
より、他のデータと共に多重化して、IRD11に送信す
ることにより実現される。
Further, the information may be obtained from data included in a signal received by the antenna 12. In the case where a module to be updated can be obtained from the received signal, the transmitting side includes the program / source code supplier 35 of the transmitting device shown in FIG.
Then, a module to be updated is generated, multiplexed with other data by the multiplexer 31, and transmitted to the IRD 11.

【0048】更新するモジュールを圧縮することによ
り、メモリカード15により配布する場合、そのメモリ
カード15の容量を小さくすることが可能であり、公衆
回線14を介して、または、アンテナ12で受信できる
ように信号を用いて配布する場合、その配布に用いる帯
域を小さく抑えることが可能となる。もって、効率よ
く、更新するモジュールの配布を行うことが可能とな
る。
When the module to be updated is compressed and distributed by the memory card 15, the capacity of the memory card 15 can be reduced, so that the module can be received via the public line 14 or the antenna 12. In the case of distributing using a signal, the band used for the distribution can be kept small. This makes it possible to efficiently distribute the module to be updated.

【0049】このような処理を含めた一連の処理をソフ
トウェアにより実行させる場合には、そのソフトウェア
を構成するプログラムが専用のハードウェアに組み込ま
れているコンピュータ、または、各種のプログラムをイ
ンストールすることで、各種の機能を実行することが可
能な、例えば汎用のパーソナルコンピュータなどに、記
録媒体からインストールされる。
When a series of processing including such processing is executed by software, a computer in which a program constituting the software is built in dedicated hardware, or various programs are installed. It is installed from a recording medium to, for example, a general-purpose personal computer capable of executing various functions.

【0050】この記録媒体は、図15に示すように、メ
モリカード15以外の、ユーザにプログラムを提供する
ために配布される、プログラムが記録されている磁気デ
ィスク101(フロッピディスクを含む)、光ディスク
102(CD-ROM(Compact Disk-Read Only Memory),D
VD(Digital Versatile Disk)を含む)、光磁気ディス
ク103(MD(Mini-Disk)を含む)、若しくは半導体
メモリ104などよりなるパッケージメディアにより構
成されるだけでなく、コンピュータに予め組み込まれた
状態でユーザに提供される、プログラムが記憶されてい
るROM26やハードディスクなどで構成される。
As shown in FIG. 15, the recording medium is a magnetic disk 101 (including a floppy disk) on which the program is recorded, which is distributed to provide the user with the program, other than the memory card 15, and an optical disk. 102 (CD-ROM (Compact Disk-Read Only Memory), D
Not only is it comprised of package media such as a VD (including a Digital Versatile Disk), a magneto-optical disk 103 (including an MD (Mini-Disk)), or a semiconductor memory 104, but also in a state in which it is pre-installed in a computer It is composed of a ROM 26, a hard disk, etc., in which a program is stored and provided to the user.

【0051】なお、本明細書において、媒体により提供
されるプログラムを記述するステップは、記載された順
序に従って、時系列的に行われる処理は勿論、必ずしも
時系列的に処理されなくとも、並列的あるいは個別に実
行される処理をも含むものである。
In this specification, the steps of describing a program provided by a medium are not necessarily performed in chronological order but may be performed in chronological order according to the described order. Alternatively, it also includes individually executed processing.

【0052】上述した実施の形態では、本発明をIRDに
適用したが、他の装置に適用することも可能である。ま
た、上述して説明においては、フラッシュメモリとRAM
を例に挙げて説明したが、それ以外の記憶装置同士にお
いても、本発明を適用することは可能である。
In the above-described embodiment, the present invention is applied to the IRD. However, the present invention can be applied to other devices. Also, in the above description, flash memory and RAM
However, the present invention can be applied to other storage devices.

【0053】また、本明細書において、システムとは、
複数の装置により構成される装置全体を表すものであ
る。
In this specification, the system is
It represents the entire device composed of a plurality of devices.

【0054】[0054]

【発明の効果】以上の如く請求項1に記載の情報処理装
置、請求項4に記載の情報処理方法、および請求項5に
記載の記録媒体によれば、プログラムをモジュール単位
で、圧縮された状態または圧縮されていない状態で記憶
し、圧縮されて記憶されているモジュールを伸張し、記
憶し、圧縮されていない状態で記憶されているモジュー
ルを読み出すようにしたので、プログラムを記憶する容
量を小さくできると共に、モジュール単位での更新が可
能となる。
As described above, according to the information processing apparatus according to the first aspect, the information processing method according to the fourth aspect, and the recording medium according to the fifth aspect, the program is compressed in module units. Since the module is stored in the state or uncompressed state, the module stored in the compressed state is decompressed, stored, and the module stored in the uncompressed state is read, so that the capacity for storing the program is reduced. The size can be reduced, and the update can be performed in module units.

【図面の簡単な説明】[Brief description of the drawings]

【図1】従来の記憶装置間で行われる処理の一例につい
て説明する図である。
FIG. 1 is a diagram illustrating an example of a process performed between conventional storage devices.

【図2】図1のフラッシュメモリ1に記憶されているポ
インターテーブルについて説明する図である。
FIG. 2 is a diagram illustrating a pointer table stored in a flash memory 1 of FIG.

【図3】図1に示したフラッシュメモリ1とRAM2との
間で行われる処理を説明するフローチャートである。
FIG. 3 is a flowchart illustrating a process performed between a flash memory 1 and a RAM 2 illustrated in FIG. 1;

【図4】本発明を適用したIRDの一実施の形態の内部構
成を示す図である。
FIG. 4 is a diagram showing an internal configuration of an embodiment of an IRD to which the present invention is applied.

【図5】送信装置の構成を示した図である。FIG. 5 is a diagram illustrating a configuration of a transmission device.

【図6】図4に示したフラッシュメモリ27とRAM29
の間の間で行われる処理について説明する図である。
FIG. 6 shows a flash memory 27 and a RAM 29 shown in FIG.
FIG. 7 is a diagram for describing processing performed during the interval of FIG.

【図7】図6に示したフラッシュメモリ27とRAM29
の間で行われる処理を説明するフローチャートである。
FIG. 7 shows a flash memory 27 and a RAM 29 shown in FIG.
5 is a flowchart for explaining processing performed between the steps.

【図8】図4に示したフラッシュメモリ27とRAM29
の間で行われる他の処理について説明する図である。
FIG. 8 shows a flash memory 27 and a RAM 29 shown in FIG.
FIG. 9 is a diagram for explaining other processing performed between the steps.

【図9】図4に示したフラッシュメモリ27とRAM29
の間で行われるさらに他の処理について説明する図であ
る。
FIG. 9 shows a flash memory 27 and a RAM 29 shown in FIG. 4;
FIG. 14 is a diagram for explaining still another process performed between the steps.

【図10】図9のフラッシュメモリ27に記憶されてい
るポインターテーブルについて説明する図である。
FIG. 10 is a diagram illustrating a pointer table stored in a flash memory 27 of FIG. 9;

【図11】図4に示したフラッシュメモリ27とRAM2
9の間で行われるさらに他の処理について説明する図で
ある。
11 shows the flash memory 27 and the RAM 2 shown in FIG.
FIG. 11 is a diagram for explaining still another process performed between steps No. 9 and No. 9;

【図12】図11のフラッシュメモリ27に記憶されて
いるポインターテーブルについて説明する図である。
12 is a diagram illustrating a pointer table stored in a flash memory 27 in FIG.

【図13】図11に示したフラッシュメモリ27とRAM
29の間で行われる処理を説明するフローチャートであ
る。
FIG. 13 shows a flash memory 27 and a RAM shown in FIG. 11;
29 is a flowchart for describing processing performed between steps 29.

【図14】モジュールの更新について説明する図であ
る。
FIG. 14 is a diagram illustrating updating of a module.

【図15】媒体を説明する図である。FIG. 15 is a diagram illustrating a medium.

【符号の説明】[Explanation of symbols]

11 IRD, 12 アンテナ, 13 テレビジョン
受像機, 14 公衆回線, 15 メモリカード,
21 チューナ, 22 デスクランブラ,23 DEMU
X, 24 デコーダ, 25 モデム, 26 ROM,
27 フラッシュメモリ, 28 CPU, 29 RA
M, 30 インタフェース
11 IRD, 12 antennas, 13 television receiver, 14 public line, 15 memory card,
21 tuners, 22 descramblers, 23 DEMU
X, 24 decoder, 25 modem, 26 ROM,
27 flash memory, 28 CPU, 29 RA
M, 30 interface

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 プログラムをモジュール単位で、圧縮さ
れた状態または圧縮されていない状態で記憶する第1の
記憶手段と、 前記第1の記憶手段に圧縮されて記憶されているモジュ
ールを伸張する伸張手段と、 前記伸張手段により伸張された前記モジュールを記憶す
る第2の記憶手段と、 前記第1の記憶手段に圧縮されていない状態で記憶され
ているモジュールを読み出して、前記第2の記憶手段に
コピーするコピー手段と、 前記第1の記憶手段、または、前記第2の記憶手段に記
憶されている圧縮されていない状態の前記モジュールを
読み出して実行する実行手段とを含むことを特徴とする
情報処理装置。
1. A first storage means for storing a program in a compressed state or an uncompressed state for each module, and an expansion for expanding a module compressed and stored in the first storage means. Means, a second storage means for storing the module expanded by the expansion means, and a module stored in an uncompressed state in the first storage means, and the second storage means And an execution unit that reads and executes the uncompressed module stored in the first storage unit or the second storage unit. Information processing device.
【請求項2】 前記モジュール単位で、前記第1の記憶
手段により記憶されている前記プログラムを更新する更
新手段をさらに含むことを特徴とする請求項1に記載の
情報処理装置。
2. The information processing apparatus according to claim 1, further comprising an updating unit that updates the program stored in the first storage unit in units of the module.
【請求項3】 前記更新手段を、記録媒体から、また
は、ネットワークを介して取り込む取り込み手段をさら
に含むことを特徴とする請求項1に記載の情報処理装
置。
3. The information processing apparatus according to claim 1, further comprising a fetching unit that fetches the updating unit from a recording medium or via a network.
【請求項4】 プログラムをモジュール単位で、圧縮さ
れた状態または圧縮されていない状態で記憶されるよう
に制御する第1の記憶制御ステップと、 前記第1の記憶制御ステップの処理で圧縮されて記憶さ
れたモジュールを伸張しながら記憶されるように制御す
る第2の記憶制御ステップと、 前記第1の記憶制御ステップの処理で圧縮されていない
状態で記憶されたモジュールを読み出してコピーするコ
ピーステップと、 前記第1の記憶制御ステップ、または、前記第2の記憶
制御ステップの処理で記憶された圧縮されていない状態
の前記モジュールを読み出して実行する実行ステップと
を含むことを特徴とする情報処理方法。
4. A first storage control step of controlling a program to be stored in a compressed state or an uncompressed state in a module unit, and the program is compressed in the processing of the first storage control step. A second storage control step of controlling the stored module to be stored while being expanded, and a copying step of reading and copying the module stored in a state where the module is not compressed in the processing of the first storage control step And an execution step of reading and executing the uncompressed module stored in the processing of the first storage control step or the second storage control step. Method.
【請求項5】 プログラムをモジュール単位で、圧縮さ
れた状態または圧縮されていない状態で記憶されるよう
に制御する第1の記憶制御ステップと、 前記第1の記憶制御ステップの処理で圧縮されて記憶さ
れたモジュールを伸張しながら記憶されるように制御す
る第2の記憶制御ステップと、 前記第1の記憶制御ステップの処理で圧縮されていない
状態で記憶されたモジュールを読み出してコピーするコ
ピーステップと、 前記第1の記憶制御ステップ、または、前記第2の記憶
制御ステップの処理で記憶された圧縮されていない状態
の前記モジュールを読み出して実行する実行ステップと
を含むことを特徴とするコンピュータが読み取り可能な
プログラムが記録されている記録媒体。
5. A first storage control step of controlling a program to be stored in a compressed state or an uncompressed state in a module unit, and the program is compressed in the processing of the first storage control step. A second storage control step of controlling the stored module to be stored while being expanded, and a copying step of reading and copying the module stored in a state where the module is not compressed in the processing of the first storage control step And an execution step of reading and executing the uncompressed module stored in the processing of the first storage control step or the second storage control step. A recording medium on which a readable program is recorded.
JP34701999A 1999-12-07 1999-12-07 Device and method for processing information and recording medium Withdrawn JP2001166941A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP34701999A JP2001166941A (en) 1999-12-07 1999-12-07 Device and method for processing information and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP34701999A JP2001166941A (en) 1999-12-07 1999-12-07 Device and method for processing information and recording medium

Publications (1)

Publication Number Publication Date
JP2001166941A true JP2001166941A (en) 2001-06-22

Family

ID=18387379

Family Applications (1)

Application Number Title Priority Date Filing Date
JP34701999A Withdrawn JP2001166941A (en) 1999-12-07 1999-12-07 Device and method for processing information and recording medium

Country Status (1)

Country Link
JP (1) JP2001166941A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007501450A (en) * 2003-08-01 2007-01-25 シンビアン ソフトウェア リミテッド Method for accessing data on a computer device
JP2007535241A (en) * 2004-04-26 2007-11-29 インテル・コーポレーション System and method for conditionally reducing executable modules
CN100399271C (en) * 2006-09-26 2008-07-02 北京飞天诚信科技有限公司 Online updating method for electronic appliances
JP2010055386A (en) * 2008-08-28 2010-03-11 Fujitsu Microelectronics Ltd Electric circuit and function restriction method
JP2017506791A (en) * 2015-01-29 2017-03-09 小米科技有限責任公司Xiaomi Inc. Firmware compression method, firmware decompression method, apparatus, program, and recording medium

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007501450A (en) * 2003-08-01 2007-01-25 シンビアン ソフトウェア リミテッド Method for accessing data on a computer device
JP4815346B2 (en) * 2003-08-01 2011-11-16 ノキア コーポレイション Method for accessing data on a computer device
JP2007535241A (en) * 2004-04-26 2007-11-29 インテル・コーポレーション System and method for conditionally reducing executable modules
US7853742B2 (en) 2004-04-26 2010-12-14 Intel Corporation System and method to conditionally shrink an executable module
CN100399271C (en) * 2006-09-26 2008-07-02 北京飞天诚信科技有限公司 Online updating method for electronic appliances
JP2010055386A (en) * 2008-08-28 2010-03-11 Fujitsu Microelectronics Ltd Electric circuit and function restriction method
JP2017506791A (en) * 2015-01-29 2017-03-09 小米科技有限責任公司Xiaomi Inc. Firmware compression method, firmware decompression method, apparatus, program, and recording medium
KR101852087B1 (en) * 2015-01-29 2018-04-25 시아오미 아이엔씨. Method, device, program and recording medium for compressing firmware program, method, device, program and recording medium for decompressing firmware program

Similar Documents

Publication Publication Date Title
US6470496B1 (en) Control program downloading method for replacing control program in digital broadcast receiving apparatus with new control program sent from digital broadcast transmitting apparatus
JPH10171664A (en) Software updating method and video receiver
US20010052856A1 (en) Receiver in a cyclic packet data transmission system
US20060212612A1 (en) I/O controller, signal processing system, and method of transferring data
US8799433B2 (en) Method and apparatus for upgrading software of digital broadcasting receiver
JPWO2009147849A1 (en) Signal processing apparatus, signal processing method, signal processing integrated circuit, and television receiver
US8019198B2 (en) Recording and reproducing apparatus
US20060015905A1 (en) Wireless communication system having program upgrade function and method thereof
CN100387054C (en) Method and apparatus for digital signal processing and method of providing extension function
JP2000078491A (en) Control program reloading method for digital broadcast reception equipment and digital broadcast reception equipment
JP2001166941A (en) Device and method for processing information and recording medium
EP0921681B1 (en) Method and receiver for managing service information in a digital television system
CN101751909A (en) Display control apparatus, display control method, and program therefor
WO1999065236A1 (en) Video display and program recorded medium
JP3813769B2 (en) Control program transmission method and control program download method
JP4311407B2 (en) Digital broadcast receiving apparatus and digital broadcast reproduction method
AU770149B2 (en) Method and apparatus for digital signal processing
JPH11146293A (en) Digital signal reception terminal equipment
JP2003122578A (en) Device and method for receiving broadcast
JP2000013761A (en) Device and method for transmitting information, device and method for receiving information and providing medium
KR101335867B1 (en) Appartus and method for data updating in display device
KR100803136B1 (en) The broadcasting receiver for downloading an intergrated file and method for controlling the same
KR20080047857A (en) The method for downloading an ota software, the broadcasting receiver for controlling the same
KR100698276B1 (en) Method and Apparatus for software upgrade in Digital receiver
JP2002312175A (en) Information processor and method, recording medium, storage medium, and program

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20070306