Chapter 14. Updating Os - Denso BHT-700-CE Reference Manual

Barcode handy terminal
Table of Contents

Advertisement

Chapter 14. Updating OS

The OS can be updated (version update) using the following method when running Windows CE.
(1) Copy the OS image file to an arbitrary folder.
(2) Execute the BHT_SystemModify function.
For the 1st argument, specify the absolute path to the folder in which the OS image file was stored,
and for the 2nd argument, specify whether to turn OFF the power or perform a cold boot after
updating the OS.
(For example) Update OS image file named "_B7BWDW0.SY3" stored in "\temp\" folder and
perform a cold boot after updating OS
DWORD dwRtn;
dwRtn = BHT_SystemModify(TEXT(\\Temp\\_B7BWDW0.SY3), SYSMDFY_REBOOT);
(3) Following display is shown during updating OS.
(checking OS image)
(4) After the OS has been successfully updated, the BHT-700 power will either be turned OFF or will
cold boot depending on the setting made for the 2nd argument.
(writing OS image)
45

Advertisement

Table of Contents
loading

Table of Contents