JP2007219893A - Firmware evaluation system and firmware evaluation method - Google Patents

Firmware evaluation system and firmware evaluation method Download PDF

Info

Publication number
JP2007219893A
JP2007219893A JP2006040452A JP2006040452A JP2007219893A JP 2007219893 A JP2007219893 A JP 2007219893A JP 2006040452 A JP2006040452 A JP 2006040452A JP 2006040452 A JP2006040452 A JP 2006040452A JP 2007219893 A JP2007219893 A JP 2007219893A
Authority
JP
Japan
Prior art keywords
evaluation
firmware
unit
hardware control
control function
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
JP2006040452A
Other languages
Japanese (ja)
Inventor
Tetsuro Tokuyama
哲朗 徳山
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson 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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2006040452A priority Critical patent/JP2007219893A/en
Publication of JP2007219893A publication Critical patent/JP2007219893A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a firmware evaluation system etc. which can further improve convenience in performing evaluation concerning hardware control function of firmware. <P>SOLUTION: This firmware evaluation system is constituted including a firmware system having an API (Application Program Interface) part 130 which stores at least one API (hardware control function) 132, an input and output part 110 which outputs evaluation result information to a PC 20 while inputting from the PC 20 character strings for evaluation to perform evaluation concerning the hardware control function, and a user interface part 120 for evaluation which uses API 132. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、ファームウェア評価システムおよびファームウェア評価方法に関する。   The present invention relates to a firmware evaluation system and a firmware evaluation method.

一般的に、ファームウェア開発においては、ハードウェアを制御するハードウェア制御関数(例えば、API等)と、ユーザーインターフェース部分を実現するユーザーインターフェース部が同時に開発されている。   In general, in firmware development, a hardware control function (for example, API) that controls hardware and a user interface unit that realizes a user interface part are simultaneously developed.

このため、開発者は、ユーザーインターフェース部がある程度完成するまでハードウェア制御関数のテストを行えず、ハードウェアに起因する重大な問題の発見の遅れ、ファームウェアの品質の低下、開発期間の延長等の弊害が生じていた。   For this reason, the developer cannot test the hardware control function until the user interface part is completed to some extent, such as delay in finding a serious problem caused by hardware, degradation of firmware quality, extension of development period, etc. There was a bad effect.

また、このような弊害の原因として、開発者が、ハードウェア制御関数の動作を十分に理解しないまま、設計、実装を行うということがある。   Another cause of such an adverse effect is that the developer performs design and implementation without fully understanding the operation of the hardware control function.

さらに、このような弊害の原因として、コスト削減の観点からデバッグに必要となるICE(In Circuit Emulator)等の特殊な機材の個数が不足した状態で開発者が開発しなければならないということもある。   Furthermore, as a cause of such an adverse effect, there is a case where the developer has to develop with a shortage of special equipment such as ICE (In Circuit Emulator) necessary for debugging from the viewpoint of cost reduction. .

例えば、特許文献1では、ICE等の開発支援装置を使用せずに、汎用的なテストプログラムの実行を可能とするシステム環境を実現し、プログラム開発効率およびファームウェアシステムの完成度の向上を図ることを目的とした組込型ファームウェア評価システムが記載されている。   For example, Patent Document 1 realizes a system environment that enables execution of a general-purpose test program without using a development support device such as ICE, and improves program development efficiency and the completeness of a firmware system. An embedded firmware evaluation system for the purpose is described.

この組込型ファームウェア評価システムは、ホストコンピュータと、前記ホストコンピュータと双方向通信が可能に接続され、ファームウェアアプリケーションおよび当該アプリケーションを実行するためのハードウェアを有するファームシステムと、を具備する組込型ファームウェア評価システムにおいて、前記ホストコンピュータは、あらかじめファームウェア評価用に指定書式で記述されたテストスクリプトを解析し、前記ファームシステムが認識可能なテストコードに変換するテストスクリプト変換手段を備え、前記ファームシステムは、前記テストスクリプト変換手段で変換されたテストコードを格納するテストコード格納手段と、前記テストコード格納手段から読み出したテストコードを解析し、ファームウェアアプリケーション実行の空き時間に前記テストコードにしたがった処理を実行するテストコード実行手段を備えている。   The embedded firmware evaluation system includes a host computer, and a firmware system that is connected to the host computer so as to enable two-way communication and has a firmware application and hardware for executing the application. In the firmware evaluation system, the host computer includes a test script conversion unit that analyzes a test script previously described in a specified format for firmware evaluation and converts the test script into a test code that can be recognized by the firmware system. A test code storage means for storing the test code converted by the test script conversion means; and a test code read from the test code storage means is analyzed to obtain a firmware application. And a test code execution means for executing the spare time of the execution in accordance with the test code process.

このような構成が採用されているのは、特許文献1では、ファームウェアにテストプログラムを実装して削除する手法におけるテストプログラムの一過性、テストプログラムの削除ミスを問題としているからである。また、このような問題に対し、特許文献1では、ファームウェアシステムにテストコード実行手段を固定する手法が採用されている。
特開2001−154880号公報
The reason why such a configuration is adopted is that, in Patent Document 1, there is a problem of a transient test program and a test program deletion mistake in a method of mounting and deleting a test program in firmware. Also, with respect to such a problem, Patent Document 1 employs a technique of fixing a test code execution unit in a firmware system.
JP 2001-154880 A

しかし、特許文献1のように、ファームウェアシステムにテストコード実行手段を固定すると、出荷時の製品にもテストコード実行手段が含まれてしまうことになり、必要となるファームウェアの記憶容量が増えてしまう。   However, as in Patent Document 1, if the test code execution means is fixed to the firmware system, the test code execution means is also included in the product at the time of shipment, and the required storage capacity of the firmware increases. .

本発明の目的は、ファームウェアのハードウェア制御関数に関する評価を行う場合の利便性をより向上させることが可能なファームウェア評価システムおよびファームウェア評価方法を提供することにある。   An object of the present invention is to provide a firmware evaluation system and a firmware evaluation method capable of further improving convenience when performing an evaluation regarding a hardware control function of firmware.

上記課題を解決するため、本発明に係るファームウェア評価システムは、
少なくとも1つのハードウェア制御関数を記憶した関数記憶部と、
前記ハードウェア制御関数に関する評価を行うための評価用文字列をホストコンピュータから入力するとともに、前記ホストコンピュータに評価結果情報を出力する入出力部と、
前記ハードウェア制御関数を使用する評価用ユーザーインターフェース部と、
を有するファームウェアシステムを含み、
前記評価用ユーザーインターフェース部は、
前記評価用文字列を解釈する文字列解釈部と、
当該文字列解釈部による解釈に応じて前記関数記憶部に記憶された特定のハードウェア制御関数を呼び出す関数呼び出し部と、
当該関数呼び出し部による前記特定のハードウェア制御関数の呼び出し結果に基づき、前記評価結果情報を生成する評価結果生成部と、
を含むことを特徴とする。
In order to solve the above problems, a firmware evaluation system according to the present invention provides:
A function storage unit storing at least one hardware control function;
An input / output unit that inputs an evaluation character string for evaluating the hardware control function from a host computer and outputs evaluation result information to the host computer;
An evaluation user interface unit using the hardware control function;
Including a firmware system having
The evaluation user interface unit includes:
A character string interpretation unit for interpreting the evaluation character string;
A function call unit that calls a specific hardware control function stored in the function storage unit according to interpretation by the character string interpretation unit;
Based on the result of calling the specific hardware control function by the function calling unit, an evaluation result generating unit that generates the evaluation result information;
It is characterized by including.

また、本発明に係るファームウェア評価方法は、
ホストコンピュータと、ファームウェアシステムとを用いたファームウェア評価方法であって、
前記ファームウェアシステムは、
少なくとも1つのハードウェア制御関数を記憶した関数記憶部と、
入出力部と、
前記ハードウェア制御関数を使用する評価用ユーザーインターフェース部と、
を含み、
前記入出力部は、前記ハードウェア制御関数に関する評価を行うための評価用文字列を前記ホストコンピュータから入力し、
前記文字列解釈部は、前記評価用文字列を解釈し、
前記評価用ユーザーインターフェース部は、当該文字列解釈部による解釈に応じて前記関数記憶部に記憶された特定のハードウェア制御関数を呼び出し、
前記評価用ユーザーインターフェース部は、前記特定のハードウェア制御関数の呼び出し結果に基づき、前記評価結果情報を生成し、
前記入出力部は、前記ホストコンピュータに評価結果情報を出力することを特徴とする。
In addition, the firmware evaluation method according to the present invention includes:
A firmware evaluation method using a host computer and a firmware system,
The firmware system is:
A function storage unit storing at least one hardware control function;
An input / output unit;
An evaluation user interface unit using the hardware control function;
Including
The input / output unit inputs an evaluation character string for evaluating the hardware control function from the host computer,
The character string interpretation unit interprets the evaluation character string,
The evaluation user interface unit calls a specific hardware control function stored in the function storage unit according to the interpretation by the character string interpretation unit,
The evaluation user interface unit generates the evaluation result information based on a result of calling the specific hardware control function,
The input / output unit outputs evaluation result information to the host computer.

本発明によれば、ユーザーは、評価用文字列を用いてハードウェア制御関数に関する評価を行うことができる。これにより、ユーザーは、ICE等の特別な機器を用いる必要はないため、ファームウェアのハードウェア制御関数に関する評価を行う場合の利便性をより向上させることができる。   According to the present invention, the user can perform an evaluation on the hardware control function using the evaluation character string. Thereby, since the user does not need to use a special device such as ICE, convenience in the case of evaluating the hardware control function of the firmware can be further improved.

また、本発明によれば、ファームウェア評価システム等は、ファームウェアシステム内の評価用ユーザーインターフェース部を用いてハードウェア制御関数を使用して評価することができる。これにより、ユーザーは、製品版ユーザーインターフェース部を用いることなくハードウェア制御関数を使用した評価を行うことができるため、製品版ユーザーインターフェース部の完成を待たずに評価を行うことができ、ファームウェアの開発効率が向上する。   Further, according to the present invention, a firmware evaluation system or the like can be evaluated using a hardware control function using an evaluation user interface unit in the firmware system. As a result, the user can perform the evaluation using the hardware control function without using the product version user interface unit, so that the evaluation can be performed without waiting for the product version user interface unit to be completed. Development efficiency is improved.

また、前記ホストコンピュータは、前記ハードウェア制御関数に関する評価の終了後に、前記評価用ユーザーインターフェース部に代えて、前記ハードウェア制御関数を使用する製品版ユーザーインターフェース部が含まれるように前記ファームウェアシステムを更新する更新部を含んでもよい。   In addition, the host computer may include the product version user interface unit that uses the hardware control function instead of the evaluation user interface unit after the evaluation related to the hardware control function is completed. An update unit for updating may be included.

これによれば、ファームウェア評価システム等は、評価に用いた評価用ユーザーインターフェース部を評価終了後に除去することができ、評価を行うことによるファームウェアの容量増加を抑制することができる上、製品には評価用ユーザーインターフェース部が含まれないため評価用ユーザーインターフェース部に起因する製品の動作不良をなくすことができる。   According to this, the firmware evaluation system or the like can remove the evaluation user interface unit used for the evaluation after the evaluation is completed, and can suppress an increase in the capacity of the firmware due to the evaluation. Since the evaluation user interface part is not included, it is possible to eliminate the malfunction of the product caused by the evaluation user interface part.

以下、本発明をファームウェア評価システムに適用した場合を例に採り、図面を参照しつつ説明する。なお、以下に示す実施例は、特許請求の範囲に記載された発明の内容を何ら限定するものではない。また、以下の実施例に示す構成の全てが、特許請求の範囲に記載された発明の解決手段として必須であるとは限らない。   Hereinafter, a case where the present invention is applied to a firmware evaluation system will be described as an example with reference to the drawings. In addition, the Example shown below does not limit the content of the invention described in the claim at all. In addition, all of the configurations shown in the following embodiments are not necessarily essential as means for solving the problems described in the claims.

図1は、本実施例におけるファームウェア評価システムの機能ブロック図である。   FIG. 1 is a functional block diagram of the firmware evaluation system in the present embodiment.

ファームウェア評価システムは、ホストコンピュータであるPC20と、PC20とシリアルケーブルを介して接続されたファームウェアシステム10とを含んで構成されている。   The firmware evaluation system includes a PC 20 that is a host computer, and a firmware system 10 that is connected to the PC 20 via a serial cable.

また、PC20は、ファームウェア評価を行うためのコマンドである評価用文字列を入力する評価用文字列入力部210と、評価結果表示部220と、ファームウェアシステム10を更新する更新部230と、PC側入出力部240とを含んで構成されている。   The PC 20 also includes an evaluation character string input unit 210 that inputs an evaluation character string that is a command for performing firmware evaluation, an evaluation result display unit 220, an update unit 230 that updates the firmware system 10, and a PC side. An input / output unit 240 is included.

また、ファームウェアシステム10は、PC20と種々の情報を入出力する入出力部110と、評価用ユーザーインターフェース部120と、API(Application Program Interface)部130とを含んで構成されている。なお、API部130は、複数種のAPI132を記憶している。また、本実施例におけるAPIはハードウェア制御関数であり、API部130は関数記憶部として機能する。   The firmware system 10 includes an input / output unit 110 that inputs / outputs various information to / from the PC 20, an evaluation user interface unit 120, and an API (Application Program Interface) unit 130. The API unit 130 stores multiple types of APIs 132. The API in this embodiment is a hardware control function, and the API unit 130 functions as a function storage unit.

また、評価用ユーザーインターフェース部120は、評価用文字列を解釈する文字列解釈部122と、文字列解釈部122による解釈に応じてAPI部に記憶された特定のハードウェア制御関数(API130)を呼び出す関数呼び出し部124と、関数呼び出し部124による特定のハードウェア制御関数の呼び出し結果に基づき、評価結果情報を生成する評価結果生成部126とを含んで構成されている。   The evaluation user interface unit 120 also interprets a character string interpretation unit 122 that interprets the evaluation character string, and a specific hardware control function (API 130) stored in the API unit according to the interpretation by the character string interpretation unit 122. A function calling unit 124 to be called and an evaluation result generating unit 126 that generates evaluation result information based on a result of calling a specific hardware control function by the function calling unit 124 are configured.

また、ファームウェアシステム10は、例えば、プロジェクタ等の電子機器に実装されており、電子機器のハードウェアの動作を制御する機能を有する。   The firmware system 10 is mounted on an electronic device such as a projector, for example, and has a function of controlling the operation of hardware of the electronic device.

なお、これらの各部を実装するためのハードウェアとしては以下のものを採用可能である。例えば、評価用文字列入力部210としてはキーボード、評価用プログラムを記憶したROM、CPU等、評価結果表示部220としては評価用プログラムを記憶したROM、CPU、液晶ディスプレイ等、更新部230としてはCPU等、PC側入出力部240、入出力部110としてはシリアルポート等、評価用ユーザーインターフェース部120としてはAPI呼び出し処理等を実行するプログラムに基づいて動作するCPU、RAM、HDD等、API部130としてはRAM、HDD等を採用可能である。   Note that the following can be employed as hardware for mounting these components. For example, the evaluation character string input unit 210 is a keyboard, a ROM, a CPU, etc. storing an evaluation program, the evaluation result display unit 220 is a ROM, CPU, liquid crystal display, etc., storing an evaluation program, and the updating unit 230 is CPU, PC-side input / output unit 240, input / output unit 110 is a serial port, etc., and evaluation user interface unit 120 is a CPU, RAM, HDD, etc. that operate based on a program that executes API calling processing, etc. As 130, RAM, HDD, etc. can be adopted.

次に、これらの各部を用いたファームウェア評価処理の流れについて説明する。   Next, a flow of firmware evaluation processing using each of these units will be described.

図2は、本実施例におけるファームウェア評価処理の流れを示すフローチャートである。   FIG. 2 is a flowchart showing the flow of firmware evaluation processing in the present embodiment.

評価用文字列入力部210は、ユーザーである開発者による操作に基づいて評価用文字列を入力する(ステップS1)。なお、この評価用文字列は、例えば、いわゆるインタープリタ言語のようにユーザーが使用しやすい言語で入力可能なASCII文字列である。より具体的には、評価用文字列は、例えば、「API_1(10)CR」のように、呼び出すAPI名(API_1)、当該API132の引数(10)、改行コード(CR)で構成される。   The evaluation character string input unit 210 inputs an evaluation character string based on an operation by a developer as a user (step S1). The evaluation character string is an ASCII character string that can be input in a language that is easy for the user to use, such as a so-called interpreter language. More specifically, the evaluation character string includes, for example, an API name (API_1) to be called, an argument (10) of the API 132, and a line feed code (CR), such as “API_1 (10) CR”.

また、評価用文字列の入力手法は、キーボード等を用いた対話的な入力手法であってもよいし、あらかじめ評価用文字列が記憶されたファイルを読み取る手法等であってもよい。   The evaluation character string input method may be an interactive input method using a keyboard or the like, or a method of reading a file in which an evaluation character string is stored in advance.

PC側入出力部240は、評価用文字列入力部210によって入力された評価用文字列をファームウェアシステム10に出力する。ファームウェアシステム10の入出力部110は、当該評価用文字列を入力する。   The PC-side input / output unit 240 outputs the evaluation character string input by the evaluation character string input unit 210 to the firmware system 10. The input / output unit 110 of the firmware system 10 inputs the evaluation character string.

そして、評価用ユーザーインターフェース部120は、評価処理を実行する(ステップS2)。   Then, the evaluation user interface unit 120 executes an evaluation process (step S2).

図3は、本実施例における評価処理の流れを示すフローチャートである。   FIG. 3 is a flowchart showing the flow of evaluation processing in the present embodiment.

文字列解釈部122は、評価用文字列を最初から1文字ずつ入力する(ステップS11)。   The character string interpretation unit 122 inputs the character string for evaluation character by character from the beginning (step S11).

そして、文字列解釈部122は、当該文字が改行コードかどうかを判定する(ステップS12)。   Then, the character string interpretation unit 122 determines whether the character is a line feed code (step S12).

改行コードではない場合、文字列解釈部122は、文字列解釈部122内の文字バッファに当該文字を追加する(ステップS14)。   If it is not a line feed code, the character string interpretation unit 122 adds the character to the character buffer in the character string interpretation unit 122 (step S14).

一方、改行コードである場合、文字列解釈部122は、文字バッファに追加された文字列を解析し(ステップS13)、関数呼び出しコマンドであるかどうかを判定する(ステップS15)。   On the other hand, if it is a line feed code, the character string interpretation unit 122 analyzes the character string added to the character buffer (step S13) and determines whether it is a function call command (step S15).

関数呼び出しコマンドではない場合、文字列解釈部122は、適切な評価文字列ではないことを示すエラー情報を生成し、入出力部110は、当該エラー情報をPC20に出力する(ステップS17)。   If it is not a function call command, the character string interpretation unit 122 generates error information indicating that it is not an appropriate evaluation character string, and the input / output unit 110 outputs the error information to the PC 20 (step S17).

一方、関数呼び出しコマンドである場合、関数呼び出し部124は、API呼び出し処理を実行する(ステップS16)。   On the other hand, if it is a function call command, the function call unit 124 executes API call processing (step S16).

図4は、本実施例におけるAPI呼び出し処理の流れを示すフローチャートである。   FIG. 4 is a flowchart showing the flow of API call processing in this embodiment.

関数呼び出し部124は、評価用文字列に基づき、関数呼び出し部124内のAPI管理情報を検索する(ステップS21)。なお、API管理情報は、例えば、API132ごとの「名称」、「アドレス」、「引数の個数」、引数ごとの「引数のデータ型」等を示す情報である。   The function calling unit 124 searches for API management information in the function calling unit 124 based on the evaluation character string (step S21). The API management information is, for example, information indicating “name”, “address”, “argument number” for each API 132, “argument data type” for each argument, and the like.

そして、関数呼び出し部124は、評価用文字列に含まれるAPI132の名称と、API管理情報に含まれるAPI132の名称を比較することにより、評価対象のAPI132が存在するかどうかを判定する(ステップS22)。   Then, the function calling unit 124 determines whether the API 132 to be evaluated exists by comparing the name of the API 132 included in the evaluation character string with the name of the API 132 included in the API management information (step S22). ).

評価対象のAPIが存在する場合、関数呼び出し部124は、評価用文字列に含まれる引数の個数およびデータ型と、API管理情報に含まれるAPI132の引数の個数およびデータ型を比較することにより、引数が適切かどうかを判定する(ステップS23)。   When there is an API to be evaluated, the function calling unit 124 compares the number and data types of the arguments included in the evaluation character string with the number and data types of the API 132 arguments included in the API management information. It is determined whether or not the argument is appropriate (step S23).

APIが存在しない場合または引数が適切ではない場合、関数呼び出し部124は、APIが存在しないことまたは引数が適切ではないことを示すエラー情報を生成し、入出力部110は、当該エラー情報をPC20に出力する(ステップS26)。   When the API does not exist or the argument is not appropriate, the function call unit 124 generates error information indicating that the API does not exist or the argument is not appropriate, and the input / output unit 110 outputs the error information to the PC 20. (Step S26).

一方、引数が適切である場合、関数呼び出し部124は、評価用文字列に基づき、引数を指定してAPI132を呼び出す(ステップS24)。より具体的には、関数呼び出し部124は、例えば、「call API_1(10)」といった呼び出し文を実行し、API部130に対してAPI「API_1」に引数「10」を入力した場合の戻り値を返すことを要求する要求情報を出力する。   On the other hand, when the argument is appropriate, the function calling unit 124 calls the API 132 by specifying the argument based on the evaluation character string (step S24). More specifically, the function call unit 124 executes a call statement such as “call API_1 (10)” and returns a value when the argument “10” is input to the API “API_1” to the API unit 130. Request information that requests to return is output.

評価結果生成部126は、当該要求情報に対するAPI部130からの応答情報に含まれる戻り値(例えば、「0101」等)を文字列(例えば、「5」等)に変換して評価結果情報を生成し、入出力部110は、当該評価結果情報をPC20に出力する(ステップS25)。   The evaluation result generation unit 126 converts the return value (for example, “0101”, etc.) included in the response information from the API unit 130 to the request information into a character string (for example, “5”, etc.) and converts the evaluation result information into Then, the input / output unit 110 outputs the evaluation result information to the PC 20 (step S25).

図4に示すAPI呼び出し処理(ステップS16)終了後、図3に示すように、文字列解釈部122は、文字バッファをクリアする(ステップS18)。   After completion of the API call process (step S16) shown in FIG. 4, the character string interpretation unit 122 clears the character buffer as shown in FIG. 3 (step S18).

図3に示す評価処理(ステップS2)終了後、図2に示すように、評価結果表示部220は、ファームウェアシステム10からの出力が正常かどうかを判定する(ステップS3)。   After the evaluation process (step S2) shown in FIG. 3 is completed, as shown in FIG. 2, the evaluation result display unit 220 determines whether the output from the firmware system 10 is normal (step S3).

正常ではない場合、すなわち、エラー情報が出力された場合、評価結果表示部220は、当該エラー情報に基づき、エラーメッセージを表示する(ステップS5)。   If not normal, that is, if error information is output, the evaluation result display unit 220 displays an error message based on the error information (step S5).

一方、正常である場合、すなわち、評価結果情報が出力された場合、評価結果表示部220は、評価結果情報に基づき、評価結果(例えば、「5」等)を表示する(ステップS4)。   On the other hand, when normal, that is, when the evaluation result information is output, the evaluation result display unit 220 displays the evaluation result (for example, “5”, etc.) based on the evaluation result information (step S4).

ファームウェアシステム10およびPC20は、以上の処理を評価が終了するまで(ステップS6)実行する。   The firmware system 10 and the PC 20 execute the above processing until the evaluation is completed (step S6).

評価が終了し、製品を出荷する段階になった場合、更新部230は、評価用ユーザーインターフェース部120に代えて製品版ユーザーインターフェース部が含まれるようにファームウェアシステム10を更新する(ステップS7)。より具体的には、更新部230は、例えば、ファームウェアから評価用ユーザーインターフェース部120のモジュールを削除し、製品版ユーザーインターフェース部のモジュールをファームウェアに追加する。   When the evaluation is completed and the product is ready to be shipped, the updating unit 230 updates the firmware system 10 so that the product version user interface unit is included instead of the evaluation user interface unit 120 (step S7). More specifically, for example, the updating unit 230 deletes the module of the evaluation user interface unit 120 from the firmware, and adds the module of the product version user interface unit to the firmware.

以上のように、本実施例によれば、ユーザーは、評価用文字列を用いてハードウェア制御関数に関する評価を行うことができる。これにより、ユーザーは、インタープリタ言語を使用する感覚でハードウェア制御用のAPI132を直接使用することができる。また、ICE等の特別な機器を用いる必要はないため、ファームウェアのハードウェア制御関数に関する評価を行う場合の利便性をより向上させることができる。   As described above, according to this embodiment, the user can perform an evaluation on the hardware control function using the evaluation character string. Thus, the user can directly use the hardware control API 132 as if using an interpreted language. In addition, since it is not necessary to use a special device such as ICE, it is possible to further improve the convenience in the case of evaluating the hardware control function of the firmware.

また、本実施例によれば、ファームウェア評価システムは、ファームウェアシステム10内の評価用ユーザーインターフェース部120を用いてハードウェア制御関数を使用して評価することができる。これにより、ユーザーは、製品版ユーザーインターフェース部を用いることなくハードウェア制御関数を使用した評価を行うことができるため、製品版ユーザーインターフェース部の完成を待たずに評価を行うことができ、ファームウェアの開発効率が向上する。   Further, according to the present embodiment, the firmware evaluation system can perform evaluation using the hardware control function using the evaluation user interface unit 120 in the firmware system 10. As a result, the user can perform the evaluation using the hardware control function without using the product version user interface unit, so that the evaluation can be performed without waiting for the product version user interface unit to be completed. Development efficiency is improved.

さらに、本実施例によれば、ファームウェア評価システムは、ファームウェア評価における利便性と開発効率を向上させることができるため、ファームウェアの品質も向上させることができる。   Furthermore, according to the present embodiment, the firmware evaluation system can improve convenience and development efficiency in firmware evaluation, so that the quality of firmware can also be improved.

また、本実施例によれば、ファームウェア評価システムは、評価に用いた評価用ユーザーインターフェース部120を評価終了後に除去することができ、評価を行うことによるファームウェアの容量増加を抑制することができる上、製品には評価用ユーザーインターフェース部120が含まれないため評価用ユーザーインターフェース部120に起因する製品の動作不良をなくすことができる。   In addition, according to the present embodiment, the firmware evaluation system can remove the evaluation user interface unit 120 used for the evaluation after the evaluation is completed, and can suppress an increase in firmware capacity due to the evaluation. Since the product does not include the evaluation user interface unit 120, it is possible to eliminate the malfunction of the product caused by the evaluation user interface unit 120.

なお、本発明の適用は上述した実施例に限定されず、種々の変形が可能である。   In addition, application of this invention is not limited to the Example mentioned above, A various deformation | transformation is possible.

例えば、上述した実施例では、ファームウェア評価システムは、API132に関する評価を行ったが、API132以外のファームウェアに関する評価を行ってもよい。すなわち、ファームウェア評価システムは、ファームウェアに含まれる定数、変数等の存在を確認する評価を行ってもよい。   For example, in the above-described embodiment, the firmware evaluation system performs the evaluation regarding the API 132, but may perform the evaluation regarding the firmware other than the API 132. That is, the firmware evaluation system may perform an evaluation for confirming the existence of constants, variables, and the like included in the firmware.

また、評価用文字列の内容、APIの呼び出し方法等は上述した実施例に限定されず、一般的に用いれている任意の手法を採用可能である。例えば、APIを呼び出す際の引数は変数でもよい。引数が変数の場合、関数呼び出し部124が、変数名、変数の型、変数の値が対応付けされた変数管理情報に基づいて引数が適切かどうかを判定することができる。   Further, the contents of the evaluation character string, the API calling method, and the like are not limited to the above-described embodiments, and any commonly used method can be employed. For example, the argument for calling the API may be a variable. When the argument is a variable, the function calling unit 124 can determine whether the argument is appropriate based on the variable management information in which the variable name, the variable type, and the variable value are associated.

また、ファームウェア評価システムの用途は、API132のテストを行う目的に限定されず、API132の挙動を確認することによる開発者の教育目的等であってもよい。   The use of the firmware evaluation system is not limited to the purpose of testing the API 132, and may be for the purpose of educating the developer by confirming the behavior of the API 132.

また、上述した実施例では、ファームウェア評価システムは、PC20を含んでいるが、PC20を含まなくてもよい。   In the above-described embodiment, the firmware evaluation system includes the PC 20, but may not include the PC 20.

本実施例におけるファームウェア評価システムの機能ブロック図である。It is a functional block diagram of the firmware evaluation system in a present Example. 本実施例におけるファームウェア評価処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the firmware evaluation process in a present Example. 本実施例における評価処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the evaluation process in a present Example. 本実施例におけるAPI呼び出し処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the API call process in a present Example.

符号の説明Explanation of symbols

10 ファームウェアシステム(ファームウェア評価システム)、20 PC(ホストコンピュータ、ファームウェア評価システム)、110 入出力部、120 評価用ユーザーインターフェース部、122 文字列解釈部、124 関数呼び出し部、126 評価結果生成部、130 API部(関数記憶部)、132 API(ハードウェア制御関数)、230 更新部   10 Firmware System (Firmware Evaluation System), 20 PC (Host Computer, Firmware Evaluation System), 110 Input / Output Unit, 120 Evaluation User Interface Unit, 122 Character String Interpretation Unit, 124 Function Calling Unit, 126 Evaluation Result Generation Unit, 130 API section (function storage section), 132 API (hardware control function), 230 update section

Claims (3)

少なくとも1つのハードウェア制御関数を記憶した関数記憶部と、
前記ハードウェア制御関数に関する評価を行うための評価用文字列をホストコンピュータから入力するとともに、前記ホストコンピュータに評価結果情報を出力する入出力部と、
前記ハードウェア制御関数を使用する評価用ユーザーインターフェース部と、
を有するファームウェアシステムを含み、
前記評価用ユーザーインターフェース部は、
前記評価用文字列を解釈する文字列解釈部と、
当該文字列解釈部による解釈に応じて前記関数記憶部に記憶された特定のハードウェア制御関数を呼び出す関数呼び出し部と、
当該関数呼び出し部による前記特定のハードウェア制御関数の呼び出し結果に基づき、前記評価結果情報を生成する評価結果生成部と、
を含むことを特徴とするファームウェア評価システム。
A function storage unit storing at least one hardware control function;
An input / output unit that inputs an evaluation character string for evaluating the hardware control function from a host computer and outputs evaluation result information to the host computer;
An evaluation user interface unit using the hardware control function;
Including a firmware system having
The evaluation user interface unit includes:
A character string interpretation unit for interpreting the evaluation character string;
A function call unit that calls a specific hardware control function stored in the function storage unit according to interpretation by the character string interpretation unit;
Based on the result of calling the specific hardware control function by the function calling unit, an evaluation result generating unit that generates the evaluation result information;
A firmware evaluation system comprising:
請求項1に記載のファームウェア評価システムにおいて、
前記ホストコンピュータは、前記ハードウェア制御関数に関する評価の終了後に、前記評価用ユーザーインターフェース部に代えて、前記ハードウェア制御関数を使用する製品版ユーザーインターフェース部が含まれるように前記ファームウェアシステムを更新する更新部を含むことを特徴とするファームウェア評価システム。
The firmware evaluation system according to claim 1,
After the evaluation on the hardware control function is completed, the host computer updates the firmware system so that a product version user interface unit that uses the hardware control function is included instead of the evaluation user interface unit. A firmware evaluation system comprising an update unit.
ホストコンピュータと、ファームウェアシステムとを用いたファームウェア評価方法であって、
前記ファームウェアシステムは、
少なくとも1つのハードウェア制御関数を記憶した関数記憶部と、
入出力部と、
前記ハードウェア制御関数を使用する評価用ユーザーインターフェース部と、
を含み、
前記入出力部は、前記ハードウェア制御関数に関する評価を行うための評価用文字列を前記ホストコンピュータから入力し、
前記文字列解釈部は、前記評価用文字列を解釈し、
前記評価用ユーザーインターフェース部は、当該文字列解釈部による解釈に応じて前記関数記憶部に記憶された特定のハードウェア制御関数を呼び出し、
前記評価用ユーザーインターフェース部は、前記特定のハードウェア制御関数の呼び出し結果に基づき、前記評価結果情報を生成し、
前記入出力部は、前記ホストコンピュータに評価結果情報を出力することを特徴とするファームウェア評価方法。
A firmware evaluation method using a host computer and a firmware system,
The firmware system is:
A function storage unit storing at least one hardware control function;
An input / output unit;
An evaluation user interface unit using the hardware control function;
Including
The input / output unit inputs an evaluation character string for evaluating the hardware control function from the host computer,
The character string interpretation unit interprets the evaluation character string,
The evaluation user interface unit calls a specific hardware control function stored in the function storage unit according to the interpretation by the character string interpretation unit,
The evaluation user interface unit generates the evaluation result information based on a result of calling the specific hardware control function,
A firmware evaluation method, wherein the input / output unit outputs evaluation result information to the host computer.
JP2006040452A 2006-02-17 2006-02-17 Firmware evaluation system and firmware evaluation method Withdrawn JP2007219893A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006040452A JP2007219893A (en) 2006-02-17 2006-02-17 Firmware evaluation system and firmware evaluation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006040452A JP2007219893A (en) 2006-02-17 2006-02-17 Firmware evaluation system and firmware evaluation method

Publications (1)

Publication Number Publication Date
JP2007219893A true JP2007219893A (en) 2007-08-30

Family

ID=38497116

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006040452A Withdrawn JP2007219893A (en) 2006-02-17 2006-02-17 Firmware evaluation system and firmware evaluation method

Country Status (1)

Country Link
JP (1) JP2007219893A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009150788A1 (en) * 2008-06-10 2009-12-17 パナソニック株式会社 Api evaluation system in embedded device
JP2011044127A (en) * 2009-07-24 2011-03-03 Ricoh Co Ltd Information processing device, external device, information processing system, information processing method, and program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009150788A1 (en) * 2008-06-10 2009-12-17 パナソニック株式会社 Api evaluation system in embedded device
US8443381B2 (en) 2008-06-10 2013-05-14 Panasonic Corporation API evaluation system in embedded device
JP5337155B2 (en) * 2008-06-10 2013-11-06 パナソニック株式会社 API evaluation system for embedded devices
JP2011044127A (en) * 2009-07-24 2011-03-03 Ricoh Co Ltd Information processing device, external device, information processing system, information processing method, and program

Similar Documents

Publication Publication Date Title
TWI400652B (en) Dual operating system parallel processing methods, recording media and computer program products
JP4148527B2 (en) Functional test script generator
EP2368189B1 (en) Debugging pipeline
JP5415557B2 (en) User script code conversion for debugging
CN111381852A (en) Application dynamic updating method and device based on Flutter, storage medium and electronic equipment
US9003367B2 (en) Specific debug trace collecting
US9038185B2 (en) Execution of multiple execution paths
US20060143523A1 (en) Apparatus and method for debugging embedded software
CN110389755B (en) Code processing method and device, electronic equipment and computer readable storage medium
CN110196809B (en) Interface testing method and device
JP2012529093A (en) Method, system and computer program for screen capture
JP2006048645A (en) Method and system for embedding context information in document
US10380313B1 (en) Implementation and evaluation of designs for heterogeneous computing platforms with hardware acceleration
CN116028028A (en) Request function generation method, device, equipment and storage medium
CN114816672A (en) Virtual machine creation method and device, electronic equipment and storage medium
US10659321B2 (en) Electronic apparatus for recording debugging information and control method thereof
TW201324347A (en) System and method for managing commands of function module
US8930905B2 (en) System and method for providing a guideline for optimizing platform
WO2023210159A1 (en) Information processing device, information processing method, and computer program
JP6878707B2 (en) Test equipment, test methods and test programs
CN109408057B (en) Method, device, medium and computing equipment for automatically generating codes
JP2007219893A (en) Firmware evaluation system and firmware evaluation method
US20180373512A1 (en) Method and device for simulating synchronous blocking in asynchronous environment, storage medium, server and terminal
JP2008257410A (en) System design verification device
CN111061481A (en) Data format conversion method and device

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20080627

A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20090512