Abstract
システム開発の初期段階では,システムの実装方法を試すことや完成予想を可視化すること等を目的として,プロトタイプ開発が行われることがある.プロトタイプ開発では上記を目的としているため,短期間で頻繁にプログラムの書き換えが行われる.組込みシステムではプログラム修正のたびに,機器を停止させプログラムを再度アップロードすることとシステム停止前と同じ状況を再現することにコストがかかるため,プログラムの書き換えの頻度が増えることは問題となる.本稿では上記の問題を解決するためのプログラム動的書き換え環境を提案する.本環境では開発端末からのウィーブ記述によって,稼働中の組込みシステムプログラムの部分書き換えを行い,プログラムの再起動,アップロードにかかるコストを削減する.また,書き換え前の状態を保持し,書き換え前と同じ状況で変更後のプログラムを実行することを可能とする.評価は掃除機ロボットの開発に適用することで行う.Prototyping methods on embedded software are useful in initial stage of development process for evaluating algorithms of system behavior by trial and error. The period for the development process is desired to be short as possible. Whenever rewriting programs, we need to restart the system. For restarting, we must stop system, upload software, and occasionally link network. We meet often opportunities of rewriting programs. Therefore, the cost for rewriting is not small. Moreover, the resuming system is impossible to behave as same states before stopping, since embedded software receives influence from various and complicated environments. To overcome these restarting problems, the article presents a prototyping method by dynamic rewriting program at runtime. For evaluation of our method, it is applied to development of an automatic vacuuming robot.
| Translated title of the contribution | Dynamic Program Rewriting at Runtime for Embedded Software Prototype Development |
|---|---|
| Original language | Japanese |
| Pages (from-to) | 1 - 5 |
| Journal | 研究報告組込みシステム(EMB) |
| Volume | 2014 |
| Issue number | 35 |
| State | Published - 8 Mar 2014 |