JP2005064709A - Communication device - Google Patents
Communication device Download PDFInfo
- Publication number
- JP2005064709A JP2005064709A JP2003290361A JP2003290361A JP2005064709A JP 2005064709 A JP2005064709 A JP 2005064709A JP 2003290361 A JP2003290361 A JP 2003290361A JP 2003290361 A JP2003290361 A JP 2003290361A JP 2005064709 A JP2005064709 A JP 2005064709A
- Authority
- JP
- Japan
- Prior art keywords
- firmware
- new
- old
- communication
- new firmware
- 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
- 230000006854 communication Effects 0.000 title claims abstract description 77
- 238000004891 communication Methods 0.000 title claims abstract description 68
- 238000000034 method Methods 0.000 claims abstract description 14
- 230000008569 process Effects 0.000 claims abstract description 12
- 230000002093 peripheral effect Effects 0.000 claims description 27
- 238000012545 processing Methods 0.000 claims description 24
- 239000013598 vector Substances 0.000 description 13
- 230000006870 function Effects 0.000 description 8
- 230000003068 static effect Effects 0.000 description 4
- 230000008859 change Effects 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- KKIMDKMETPPURN-UHFFFAOYSA-N 1-(3-(trifluoromethyl)phenyl)piperazine Chemical compound FC(F)(F)C1=CC=CC(N2CCNCC2)=C1 KKIMDKMETPPURN-UHFFFAOYSA-N 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000001914 filtration Methods 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
Images
Landscapes
- Stored Programmes (AREA)
- Communication Control (AREA)
Abstract
Description
本発明は、通信処理のファームウェアが再書き込み可能な通信装置に係り、特に、ファームウェア更新時における通信の中断を回避できる通信装置に関するものである。 The present invention relates to a communication apparatus in which firmware for communication processing can be rewritten, and more particularly to a communication apparatus that can avoid interruption of communication at the time of firmware update.
ネットワークにおける中継など高速かつ高度な通信処理が必要とされる近年の通信装置では、CPUとそのCPUが実行するソフトウェアなどを格納するメモリと通信用LSIなどの周辺LSIとを備え、通信処理をソフトウェアで実行するのが一般的である。通信処理のソフトウェアは殆どハードウェアのように固定的に設けられているので、ファームウェアと呼ばれている。ファームウェアの利点は、通信装置の改良・設計変更に際してハードウェアに手を加えることなく、ファームウェアのバージョンアップだけを行うことで対応できることである。従って、ファームウェアは再書き込みが可能で、かつ停電でも記憶内容を保持できる不揮発性メモリに格納しておくのが好ましい。 Recent communication devices that require high-speed and advanced communication processing such as relaying in a network include a CPU, a memory that stores software executed by the CPU, and a peripheral LSI such as a communication LSI. It is common to execute with. Since the communication processing software is fixedly provided almost like hardware, it is called firmware. The advantage of the firmware is that it is possible to cope with improvement or design change of the communication apparatus by only upgrading the firmware without modifying the hardware. Therefore, it is preferable to store the firmware in a non-volatile memory that can be rewritten and can retain the stored contents even in the event of a power failure.
従来、通信装置においては、ファームウェアを更新する場合、イーサネット(登録商標)に準拠したイーサポート又はRS232Cポートに接続されたサーバからTFTPやXmodemなどのプロトコルを使用して新しいファームウェアを通信装置にダウンロードし、通信装置を再起動することによって、新ファームウェアによる通信処理を行う。 Conventionally, in a communication device, when updating firmware, new firmware is downloaded to the communication device using a protocol such as TFTP or Xmodem from an e-support compliant with Ethernet (registered trademark) or a server connected to the RS232C port. By restarting the communication device, communication processing by the new firmware is performed.
図2に、従来の通信装置におけるメモリの構成とハードウェアを含めたファームウェアの構造を示す。不揮発性メモリ51には、新しいファームウェアをダウンロードしたとき、旧ファームウェア(現在実行されているのと同じファームウェア)52と新ファームウェア(新しくダウンロードしたファームウェア)53と構成情報とが格納されている。なお、旧ファームウェア52を残さずに新ファームウェア53を上書きしてもよい。
FIG. 2 shows a memory configuration and a firmware structure including hardware in a conventional communication apparatus. The
揮発性メモリ55には、ファームウェアが使用するデータが保存されている。即ち、割り込みベクタ領域61には割り込みベクタが、コード領域62には実際に実行に使用されるOSや各種タスクのコードが、データ領域63には実行中に変更されない静的変数が、ヒープ領域64には実行中に変更される動的変数が、スタック領域65には自動変数、関数の引数、関数実行時のメモリ番地などが記憶されている。なお、領域の分け方は、使用する言語などにより多少異なるので、上記した項目に限定されない。また、不揮発性メモリ51に書き込まれているファームウェアを直接実行する形態も可能である。
The
通信処理のファームウェアは、OSと各種タスクとから構成されており、OSの制御下で随時必要なタスクが実行される。従って、旧ファームウェア73は、図示のように、旧OS71が複数の旧タスク72を管理している構造となる。CPU6は、再起動直前まで旧OS71を実行し、その旧OS71の制御下で随時必要な旧タスク72を実行する。この後、通信装置を再起動(電源再投入或いはCPU6をリセット)すると、新ファームウェア83が起動される。新ファームウェア83は新OS81が複数の新タスク82を管理している構造となり、CPU6は新OS81を実行し、その新OS81の制御下で随時必要な新タスク82を実行する。
The communication processing firmware comprises an OS and various tasks, and necessary tasks are executed as needed under the control of the OS. Therefore, the
新ファームウェア83を起動する場合、通信装置の再起動を開始してから通信処理が実行可能になるまでには、CPU6の初期化、揮発性メモリ55への書き込み・読み出しを実施確認するメモリテスト、不揮発性メモリ51の新ファームウェア53を揮発性メモリ55のコード領域62へコピー、割り込みベクタの初期設定、スタック領域の設定、新OS81の起動、各新タスク82の起動などの初期化処理を行う必要がある。この初期化処理を行っている間は、通信処理が中断される。なお、初期化処理の内容は、CPU6の機種、使用する言語などにより多少異なるので、上記した項目に限定されない。
When starting up the
また、旧ファームウェア73が揮発性メモリ55に保持していたデータが通信装置の再起動及び新ファームウェア83の起動の際に初期化されることにより、データの不連続が生じる。例えば、リンクアップ/ダウンなどのネットワークの状態を示すデータが新ファームウェア83に引き継ぎされず状態が変化したようになってしまう。
Further, the data held in the
また、旧ファームウェア73により既に設定がなされていた周辺LSI(図示せず)が通信装置の再起動及び新ファームウェア83により再設定されることにより、周辺LSIの状態の継続が中断されて通信の瞬断が発生する。
Further, a peripheral LSI (not shown) that has already been set by the
以上のように、従来の通信装置では、ファームウェア更新時に通信が中断されることは避けられない。このため、ネットワークの加入者に対する通信接続サービスが中断してしまうことになる。特にインターネットの幹線に設置される通信装置では、通信接続サービスの中断はあってはならないことである。 As described above, in the conventional communication device, it is inevitable that communication is interrupted when the firmware is updated. For this reason, the communication connection service for the network subscriber is interrupted. In particular, in a communication device installed on the trunk line of the Internet, the communication connection service should not be interrupted.
通信の中断を回避するためにCPUを2個搭載して二重化することは可能であるが、コストが増大するので好ましくない。CPUを1個搭載したものにおいて通信の中断を回避する構成とするのが望ましい。 In order to avoid interruption of communication, it is possible to mount two CPUs and to duplicate them, but this is not preferable because the cost increases. It is desirable to adopt a configuration that avoids interruption of communication in the case of mounting one CPU.
そこで、本発明の目的は、上記課題を解決し、ファームウェア更新時における通信の中断を回避できる通信装置を提供することにある。 Accordingly, an object of the present invention is to provide a communication apparatus that solves the above-described problems and can avoid communication interruption at the time of firmware update.
上記目的を達成するために本発明は、再書き込み可能なメモリに格納されたファームウェアにより通信処理を実行する通信装置において、2つの異なるファームウェアを並列動作させる固定された上位OSを有し、この上位OSにより、現在通信処理を実行している旧ファームウェアと新しい通信処理用の新ファームウェアをメモリにダウンロードする更新用ファームウェアとを並列動作させ、新ファームウェアのダウンロードが終了した後、新ファームウェアの初期化処理と旧ファームウェアとを並列動作させ、初期化処理が終了した後、旧ファームウェアを停止させ新ファームウェアに通信処理を実行させるものである。 In order to achieve the above object, the present invention has a fixed host OS that operates two different firmwares in parallel in a communication device that executes communication processing using firmware stored in a rewritable memory. The OS performs the parallel operation of the old firmware that is currently executing the communication process and the update firmware that downloads the new firmware for the new communication process to the memory. After the download of the new firmware is completed, the new firmware is initialized. And the old firmware are operated in parallel, and after the initialization process is completed, the old firmware is stopped and the new firmware executes the communication process.
旧ファームウェアから新ファームウェアに引き継ぐデータを格納する共通データ領域を有し、新ファームウェアは初期化処理中に共通データ領域からデータを取り込んでもよい。 There may be a common data area for storing data to be transferred from the old firmware to the new firmware, and the new firmware may capture data from the common data area during the initialization process.
新ファームウェアが周辺LSIに設定するデータを格納するLSI設定データ領域を有し、新ファームウェアが初期化処理中に周辺LSIに設定するデータは周辺LSIに送出せずにLSI設定データ領域に一時保存し、新ファームウェアに通信処理を実行させるときにLSI設定データ領域の内容を周辺LSIに送出してもよい。 The new firmware has an LSI setting data area for storing data set in the peripheral LSI, and the data set in the peripheral LSI by the new firmware during initialization processing is temporarily stored in the LSI setting data area without being sent to the peripheral LSI. The contents of the LSI setting data area may be sent to the peripheral LSI when the new firmware executes communication processing.
本発明は次の如き優れた効果を発揮する。 The present invention exhibits the following excellent effects.
(1)ファームウェア更新時における通信の中断を回避できる。 (1) Communication interruption during firmware update can be avoided.
以下、本発明の一実施形態を添付図面に基づいて詳述する。 Hereinafter, an embodiment of the present invention will be described in detail with reference to the accompanying drawings.
図1に示されるように、本発明に係る通信装置では、不揮発性メモリ1には、新しいファームウェアをダウンロードしたとき、旧ファームウェア(現在実行されているのと同じファームウェア)2と、新ファームウェア(新しくダウンロードしたファームウェア)3と構成情報4とが格納されている。なお、後述するファームウェア更新の手順では、未だ新しいファームウェアをダウンロードしていない状態から説明を始める。また、この実施形態では、不揮発性メモリ51に書き込まれているファームウェアを直接実行せず、揮発性メモリ5にコピーしたものを実行するものとする。実行に用いるファームウェアは符号を変えて示してある。
As shown in FIG. 1, in the communication device according to the present invention, when new firmware is downloaded to the nonvolatile memory 1, old firmware (the same firmware that is currently being executed) 2 and new firmware (new Downloaded firmware) 3 and configuration information 4 are stored. In the firmware update procedure described later, the description starts from a state where new firmware has not yet been downloaded. In this embodiment, the firmware written in the
揮発性メモリ5には、旧ファームウェア47が使用しているデータ、新ファームウェア48が使用している(これから使用する)データ、上位OS41に関係するデータなどが保存されている。詳しく述べると、揮発性メモリ5の割り込みベクタ領域11には上位OS41が管理する割り込みベクタが、コード領域12には実際に実行に使用される上位OS41のコードが、データ領域13には実行中に変更されない上位OS41の静的変数が、ヒープ領域14には後述する新旧の諸変数が、共通データ領域15には旧ファームウェア47から新ファームウェア48に引き継ぐデータが、LSI設定データ領域16には新ファームウェア48が初期化処理中に周辺LSI7に設定するデータが、スタック領域17には上位OS41における自動変数、関数の引数、関数実行時のメモリ番地などが記憶されている。
The volatile memory 5 stores data used by the old firmware 47, data used by the new firmware 48 (to be used in the future), data related to the host OS 41, and the like. Specifically, the
ヒープ領域14をさらに詳しく述べると、旧割り込みベクタ領域21には旧OS42が管理する割り込みベクタが、旧コード領域22には実際に実行に使用される旧ファームウェア(旧OS42や各種旧タスク45)47が、旧データ領域23には旧ファームウェア47の実行中に変更されない旧ファームウェア47の静的変数が、旧ヒープ領域24には旧ファームウェア47の実行中に変更される動的変数が、旧スタック領域25には旧OS47における自動変数、関数の引数、関数実行時のメモリ番地などが、新割り込みベクタ領域31には新OS43が管理する割り込みベクタが、新コード領域32には実際に実行に使用される新ファームウェア(新OS43や各種新タスク46)48のコードが、新データ領域33には新ファームウェア48の実行中に変更されない新OS43の静的変数が、新ヒープ領域34には新ファームウェア48の実行中に変更される動的変数が、新スタック領域35には新OS43における自動変数、関数の引数、関数実行時のメモリ番地などが記憶されている。
The heap area 14 will be described in more detail. The interrupt vector managed by the
新旧ファームウェア47,48は、それぞれ新旧OS42,43と新旧各種タスク45,46とからなり、CPU6は、上位OS41を実行し、その上位OS41の制御下で旧OS42と新OS43とを並列動作させることができる。上位OS41は、時分割やイベントの割り込みに応じて使用するメモリ領域、CPUレジスタ、割り込みベクタなどを切替え、下位の新旧OS42,43を交互に実行させる。その新旧OS42,43の制御下でそれぞれ新旧の各種タスク45,46が実行されるので、新旧ファームウェア47,48が並列動作(見掛け上同時に動作)することになる。また、上位OS41は、旧ファームウェア47と更新用ファームウェア44とを並列動作させることもできる。即ち、上位OS41は、互いに独立した2つのファームウェア(便宜的に一方を主ファームウェア、他方を副ファームウェアと呼ぶことがあるが、固定的にどちらかが主というわけではない)を並列動作させることができ、その主副ファームウェアとして新旧ファームウェア47,48或いは更新用ファームウェア44を選択することができる。更新用ファームウェア44は、サーバからの新しいファームウェアを不揮発性メモリ1にダウンロードするもので、上位OS41の中に含まれている。
The old and
上位OS41は、固定的に設けられる。即ち、図示しないROM或いは不揮発性メモリ1に書き替え不能に格納される。上位OS41は、通信装置を再起動する際にはCPU6内にハードウェアとして組まれているブートプログラムにより揮発性メモリ5のコード領域12に展開されて実行に供される。
The upper OS 41 is fixedly provided. That is, it is stored in a ROM or non-volatile memory 1 (not shown) so as not to be rewritten. When the communication device is restarted, the host OS 41 is expanded in the
また、図2では省略していたが、通信装置には、ポートで受信したフレームを所定の取り決めに従って他のポートへ転送するSWLSI、ポートの物理層インタフェースであるPHYLSIなどの周辺LSI7が設けられており、これら周辺LSI7はCPU6から設定された設定内容に基づいて動作をする。具体的な設定内容としては、VLANの設定、フィルタリングの設定など多様にあるが、これらは公知であるので詳しい説明は省略する。
Although omitted in FIG. 2, the communication apparatus is provided with a
次に、この通信装置におけるファームウェア更新時の動作を説明する。 Next, the operation at the time of firmware update in this communication apparatus will be described.
1)上位OS41は、常に2つのファームウェア(主ファームウェアと副ファームウェア)を交互に切り替えて実行する。切り替え時には、CPUレジスタとスタックポインタを退避する。割り込みが発生したら主ファームウェアと副ファームウェアに割り込みベクタをそれぞれ参照させ、それぞれ割り込みタスクを実行させる。 1) The host OS 41 always switches between two firmwares (main firmware and sub firmware) and executes them. At the time of switching, the CPU register and the stack pointer are saved. When an interrupt occurs, the main firmware and the sub firmware reference the interrupt vector, and execute the interrupt task.
2)CPU6から周辺LSI7への書き込みは、必ず上位OS41による制御を介して行われる。主ファームウェアが周辺LSI7に設定を行った場合には上位OS41が当該周辺LSI7に書き込みを行い実際に設定が達成される。副ファームウェアが周辺LSI7に設定を行った場合には上位OS41は当該周辺LSI7には書き込みを行わず実際の設定はなされない。その代わりに、上位OS41は副ファームウェアから周辺LSI7に書き込むはずの設定データをLSI設定データ領域16に格納する。この制御は、副ファームウェアとして新ファームウェア48が初期化処理を実行中に適用される。副ファームウェアとして更新用ファームウェア44がダウンロードを実行するために周辺LSI7に設定を行う場合はこの限りではない。
2) Writing from the CPU 6 to the
3)上位OS41は、通常時(ファームウェアの更新をしないで通信処理をしているとき)には、主ファームウェアとして現行ファームウェア(現在、通信処理に供されているファームウェアのこと)を実行させ、副ファームウェアとして更新用ファームウェア44を実行させる。ただし、サーバから更新の要請がないときは更新用ファームウェア44が行う処理は実質的に何もなく見掛け上待ち状態であり、サーバから更新の要請があればダウンロードが開始される。
3) At the normal time (when performing communication processing without updating firmware), the host OS 41 executes the current firmware (the firmware currently being used for communication processing) as the main firmware,
4)主ファームウェアとして現行ファームウェアが実行されている間(通常時とダウンロード中と新ファームウェアの初期化処理中)、現行ファームウェアはリンク状態などのデータを旧データ領域23又は旧ヒープ領域24に記憶すると共に、この同じデータを共通データ領域15にも保存しておく。共通データ領域15は、ファームウェアの新旧によらず予め決めておいた番地に予め決めておいたデータ項目を書き込み、読み出せるよう番地が固定されており、これによってファームウェアが更新されても以前のファームウェアが使用していたデータを引き継ぐことができる。
4) While the current firmware is being executed as the main firmware (during normal time, during downloading, and during the initialization process of the new firmware), the current firmware stores data such as the link state in the
5)イーサポート又はRS232Cポートに接続されたサーバからの更新要請によりファームウェアの更新を行うときには、更新用ファームウェア44がサーバから新しいファームウェアを不揮発性メモリ1にダウンロードする。これにより、新ファームウェア3が不揮発性メモリ1に格納される。
5) When firmware is updated by an e-support or an update request from a server connected to the RS232C port, the
6)更新用ファームウェア44は、新ファームウェア3のダウンロードが終了したら、その新ファームウェア3を副ファームウェアとして実行させるため揮発性メモリ5の新コード領域32にコピーし、その副ファームウェアに制御を移す(プログラム開始番地にプログラムカウンタをジャンプさせる)。これにより、副ファームウェアは更新用ファームウェア44から新ファームウェア48に移行し、更新用ファームウェア44は終了する。
6) When the download of the
7)起動された新ファームウェア48は、まず最初に初期化処理を行う。即ち、新ファームウェア48は、現行ファームウェア(以下、旧ファームウェア47と呼ぶ)が共通データ領域15に保存した引継ぎ用のデータを読み取り、新データ領域33及び新ヒープ領域34に初期データとしてコピーする。これにより、旧ファームウェア47がこれまで使っていたデータと新ファームウェア48がこれから使うデータとが一致し、データが引き継がれる。さらに、新ファームウェア48は、新割り込みベクタ領域31への割り込みベクタの初期設定、新スタック領域35へのスタック領域の設定、新コード領域32内の各タスクの起動を行う。
7) The activated
8)上位OS41は、新ファームウェア48の初期化処理が終了したら、主ファームウェアである旧ファームウェア47の実行を停止し、主ファームウェアを更新用ファームウェア44に切り替える。これまでの副ファームウェアを主ファームウェアとし、主ファームウェアを副ファームウェアとする。そして、副ファームウェアとなった更新用ファームウェア44の実行を開始する。さらに、上位OS41は、LSI設定データ領域16に格納してあった設定データを周辺LSI7に書き込むことで実際の設定を行う。主ファームウェアとなった新ファームウェア48は、初期化処理が終了しているので通常時の動作に移り、現行ファームウェアとなる。これにより、主ファームウェアとして現行ファームウェアを実行させ、副ファームウェアとして更新用ファームウェア44を実行させている状態に戻る。
8) When the initialization process of the
なお、従来技術で行っていた初期化処理のうちCPU7の初期化及びメモリテストは、本発明によるファームウェア更新時には行う必要がなく、通信装置の電源再投入時或いはCPU7のリセット時に行うことになる。
Of the initialization processing performed in the prior art, the initialization of the
以上説明したように、本発明に係る通信装置は、固定的に設けられている上位OS41の制御下で2つの異なるファームウェアを並列動作させるようにし、現在通信処理を実行している旧ファームウェア(現行ファームウェア)47と更新用ファームウェア44とを並列動作させることで、通信処理を継続的に実行させながら新ファームウェア48をダウンロードし、新ファームウェア48の初期化処理と旧ファームウェア47とを並列動作させた後、新ファームウェア48による通信処理に切り替えるので、通信処理の中断がなくなる。
As described above, the communication apparatus according to the present invention allows two different firmwares to operate in parallel under the control of the upper OS 41 that is fixedly provided, and the old firmware (currently executing current communication processing) Firmware) 47 and update
また、本発明に係る通信装置は、旧ファームウェア47から新ファームウェア48に引き継ぐデータを格納する共通データ領域15を設けたので、リンクアップ/ダウンなどのネットワークの状態を示すデータを旧ファームウェア47から新ファームウェア48に引き継ぎすることができ、データの不連続が生じない。その際、共通データ領域15はファームウェアの新旧によらず番地が固定されているので、プログラム長やメモリ使用量が変って新旧ファームウェア間で同じデータ項目の番地が相対的にずれても、共通データ領域15に関しては固定の同じ番地で読み書きすることができる。
In addition, since the communication apparatus according to the present invention is provided with the common data area 15 for storing data to be transferred from the old firmware 47 to the
また、本発明に係る通信装置は、新ファームウェア48が初期化処理中に周辺LSI7に設定するデータは周辺LSI7に送出せずにLSI設定データ領域16に一時保存し、新ファームウェア48に通信処理を実行させるときにLSI設定データ領域16の内容を周辺LSI7に送出するようにしたので、2つのファームウェア47,48が同一の周辺LSI7に異なった設定を重ね書きし合うことがなくなり、周辺LSI7の状態の継続が中断されることによる通信の瞬断が発生しなくなる。
In addition, the communication apparatus according to the present invention temporarily stores the data set in the
以上のように、本発明の通信装置では、ファームウェア更新時に通信が中断されることがないので、ネットワークの加入者に対する通信接続サービスを中断することなくバージョンアップをすることができる。 As described above, in the communication apparatus of the present invention, communication is not interrupted when firmware is updated, so that the version can be upgraded without interrupting the communication connection service for the network subscriber.
1 不揮発性メモリ
2 旧ファームウェア(以前にダウンロードされたもの)
3 新ファームウェア(今回ダウンロードされたもの)
5 揮発性メモリ
15 共通データ領域
16 LSI設定データ領域
41 上位OS
42 旧OS
43 新OS
44 更新用ファームウェア
45 旧タスク
46 新タスク
47 旧ファームウェア(実行されるもの)
48 新ファームウェア(実行されるもの)
1 Nonvolatile memory 2 Old firmware (downloaded previously)
3 New firmware (downloaded this time)
5 Volatile memory 15 Common data area 16 LSI setting data area 41 Host OS
42 Old OS
43 New OS
44 Firmware for
48 New firmware (to be executed)
Claims (3)
The new firmware has an LSI setting data area for storing data set in the peripheral LSI, and the data set in the peripheral LSI by the new firmware during initialization processing is temporarily stored in the LSI setting data area without being sent to the peripheral LSI. 3. The communication apparatus according to claim 1, wherein the content of the LSI setting data area is transmitted to the peripheral LSI when the new firmware executes communication processing.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2003290361A JP2005064709A (en) | 2003-08-08 | 2003-08-08 | Communication device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2003290361A JP2005064709A (en) | 2003-08-08 | 2003-08-08 | Communication device |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JP2005064709A true JP2005064709A (en) | 2005-03-10 |
Family
ID=34368416
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2003290361A Pending JP2005064709A (en) | 2003-08-08 | 2003-08-08 | Communication device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2005064709A (en) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013516844A (en) * | 2010-01-05 | 2013-05-13 | エントロピック・コミュニケーションズ・インコーポレイテッド | Method and apparatus for interface to layer 2 of an open system interconnection (OSI) communication protocol |
| JP2013192092A (en) * | 2012-03-14 | 2013-09-26 | Denso Corp | On-vehicle device |
| WO2016125455A1 (en) * | 2015-02-05 | 2016-08-11 | 日本電気株式会社 | Communication system, communication device, and communication method |
| JP2020201761A (en) * | 2019-06-11 | 2020-12-17 | 株式会社デンソー | Control unit for vehicle, display system for vehicle, and display control method for vehicle |
-
2003
- 2003-08-08 JP JP2003290361A patent/JP2005064709A/en active Pending
Cited By (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013516844A (en) * | 2010-01-05 | 2013-05-13 | エントロピック・コミュニケーションズ・インコーポレイテッド | Method and apparatus for interface to layer 2 of an open system interconnection (OSI) communication protocol |
| JP2013192092A (en) * | 2012-03-14 | 2013-09-26 | Denso Corp | On-vehicle device |
| WO2016125455A1 (en) * | 2015-02-05 | 2016-08-11 | 日本電気株式会社 | Communication system, communication device, and communication method |
| US10764140B2 (en) | 2015-02-05 | 2020-09-01 | Nec Corporation | Communication system, communication device, and communication method |
| JP2020201761A (en) * | 2019-06-11 | 2020-12-17 | 株式会社デンソー | Control unit for vehicle, display system for vehicle, and display control method for vehicle |
| JP7259571B2 (en) | 2019-06-11 | 2023-04-18 | 株式会社デンソー | VEHICLE CONTROL DEVICE, VEHICLE DISPLAY SYSTEM, AND VEHICLE DISPLAY CONTROL METHOD |
| US11934733B2 (en) | 2019-06-11 | 2024-03-19 | Denso Corporation | Vehicle control device, vehicle display system, and vehicle display control method |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP3491519B1 (en) | Optimized uefi reboot process | |
| US8578007B1 (en) | Performing an in-service software reload on a network device | |
| US7389505B2 (en) | Method and apparatus for modifying software | |
| CN101815988A (en) | Firmware image update and management | |
| CN112947977A (en) | Software online upgrading method and system | |
| JP2000357095A (en) | Method and device for downloading software to embedded system | |
| JP2006260058A (en) | Firmware update method for computer server system | |
| JPWO2013103023A1 (en) | Information processing apparatus, information processing method, and computer program | |
| US20070094656A1 (en) | Self-modifying copier for downloading executable code in a non-disruptive manner | |
| CN113641378A (en) | Optical module program upgrading method, device, equipment and readable storage medium | |
| US7222342B2 (en) | Execution on a machine, the start of an auxiliary downloader when storage of new software memory fails during execution of a first downloader | |
| US20050216904A1 (en) | Non-disruptive method, system and program product for overlaying a first software module with a second software module | |
| JP2005064709A (en) | Communication device | |
| US10120677B2 (en) | Method of rewriting printer firmware, and printer | |
| JP2008217202A (en) | Disk array device and firmware update method | |
| CN103677941B (en) | A kind of method and device for realizing smart card operating system module upgrade | |
| JP2011175352A (en) | Firmware updating device, communication apparatus, electronic apparatus, firmware updating system, firmware updating method and program | |
| CN117573175A (en) | Firmware real-time update method, system and storage medium without resetting control chip | |
| KR100775431B1 (en) | Embedded system and firmware update method for embedded system | |
| JP3308920B2 (en) | Information processing device | |
| JP7491765B2 (en) | Firmware update system and firmware update method | |
| JP2006172098A (en) | Packet communication device, rebooting method in packet communication device, and program | |
| JP2003259000A (en) | Version update system and method for ip telephone set service function in ip-pbx | |
| JP2003330724A (en) | Information processor, information processing method and program | |
| CN117453259A (en) | Display card initialization method, device, medium, equipment and GPU |