FirmwareUpdater#
To get a summary of all available options and parameters, call the FirmwareUpdater tool with the --help option:
FirmwareUpdater --help
General Information about the Firmware Version#
ファームウェアバージョンは、次の3つの部分に分かれています。
- 動的ファームウェアバージョンは、メジャーバージョンとマイナーバージョンの形式で提供されます(例:1.0)。
- 静的バージョンはSで始まり、メジャーバージョンとマイナーバージョンの形式で提供されます(例:S1.2)。
- PCIeコアバージョンはPで始まり、メジャーバージョンの形式で提供されます(例:P0)。
The dynamic firmware is fully integrated in the applets and isn't part of the flashed firmware. This is why the dynamic firmware version is omitted from the firmware flash files. In the FirmwareUpdater, only the static and PCIe core versions are used.
Applets are only compatible with a specific static version. Usually, with each Framegrabber SDK installation, the firmware update file matching the version required by the applets is provided. The PCIe core depends on the static version like the applet. It starts with 0 for each new static version. For example, updating from S1.1 P1 to S1.2 P0 doesn't mean downgrading the PCIe core version.
情報
Unlike with the previous generation of Basler frame grabbers (the microEnable 5 marathon series), applets aren't flashed on the board. Applets can be loaded as long as they match the installed firmware version.
ファームウェアの更新はパーティション分割されており、ファームウェアを安全に更新するために、2つのパーティションが用意されています。電源障害など、ファームウェアの更新プロセス中に何か問題が発生した場合は、片方のパーティションのみに障害が発生する可能性があります。他方のパーティションが自動的に使用されます。
ファームウェア更新の確認#
To check for available updates, run the FirmwareUpdater tool without any options and parameters:
FirmwareUpdater
次の例では、システムに2つのボードがあり、1つに更新が必要です。

The FirmwareUpdater tool will print a short message if any boards require firmware updates.
ファームウェアのアップデート#
To update the frame grabber firmware, use the --update option:
FirmwareUpdater --update
情報
Never close the window running FirmwareUpdater, don't press Ctrl-C or interrupt the update process in any other way, and don't shut down or power off your computer before all updates are finished.
During the update process, activity and progress is shown with a simple progress bar. FirmwareUpdater will perform all updates automatically:

更新プロセスが終了すると、簡単な概要が表示され、コンピューターの電源を切るように求めるメッセージが出力されます。電源投入時にファームウェアがロードされるため、更新されたファームウェアをアクティブにするには、コンピューターの電源を入れ直す必要があります。
古いファームウェアバージョンへのダウングレード#
If a specific older firmware version is required for a frame grabber, the parameters --board <id>, --file <path> and the option --force are needed in combination:
FirmwareUpdater --board 0 --file ..\firmware\CXP12-IC-1C\firmware.hap --force
The output of FirmwareUpdater is the same as during the update process:

情報
Downgrading the frame grabber firmware is only possible using a Framegrabber SDK that provides applets matching the static version installed on the frame grabber.