Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Download & Release Notes

Table of Contents

You can find the release notes for the firmware version and the downloads here. The firmware is encrypted with a key, which can be different based on the product you have (for example, “duraSign Pad NG 10” or “duraSign Pad NG 10 AM”). Please consider this when you download the firmware file. If you try to update your device with the wrong firmware file, the firmware update will be stopped with a specific message. In such a case, check again to see if you're using the correct firmware file, or contact our support.

Firmware Update with Web GUI

After download of the firmware file you can update the device with the WebGUI. Open in any browser the address you see on the signature device start page.

...

The WebGUI will start with the upload page, here you can drag and drop the firmware file onto the page or you can click on the cloud upload icon to make an open file dialog appear.

...

The browser will upload the firmware file to the device and trigger the update. If the correct firmware file was uploaded, you will see that the firmware update is in process on the page and on the device screen. The update can take up to 5 minutes, please do not disconnect the device or try to use it for a signature.

...

When the update is finished, the device will restart. You should then see on the device boot screen, on the bottom left, the new firmware version. You can also check it on the info page in the Web GUI.

...

Firmware Update with RestAPI

You can use the restAPI to update your device by your own application. In that case you can check the current firmware with the info endpoint.

...

The new firmware file can be uploaded with the firmware_update endpoint.

...

With the get Event you can check the status of the firmware update

...

When the update is finished you get a new event, so you can trigger the device reboot with

...

After the reboot you can check the firmware version with the info endpoint.

Prevent firmware upload

It possible to prevent the upload of firmware files by disable the upload file option inside the settings page.

...

Descarga y notas de la versión

Table of Contents

Encontrará las notas de la versión del firmware y las descargas aquí. El firmware está cifrado con una clave, que puede ser diferente en función del producto que tenga (por ejemplo, «duraSign Pad NG 10» o «duraSign Pad NG 10 AM»). Tenga esto en cuenta cuando descargue el archivo de firmware. Si intenta actualizar su dispositivo con un archivo de firmware incorrecto, la actualización del firmware se detendrá con un mensaje específico. En tal caso, compruebe de nuevo si está utilizando el archivo de firmware correcto o póngase en contacto con nuestro servicio de asistencia.

Actualización de firmware con GUI web

Una vez descargado el archivo de firmware, puede actualizar el dispositivo con la WebGUI. Abra en cualquier navegador la dirección que ve en la página de inicio del dispositivo de firma.

...

La WebGUI se iniciará con la página de carga, aquí puedes arrastrar y soltar el archivo de firmware en la página o puedes hacer clic en el icono de carga en la nube para que aparezca un diálogo de abrir archivo.

...

El navegador cargará el archivo de firmware en el dispositivo y activará la actualización. Si se ha cargado el archivo de firmware correcto, verá que la actualización del firmware está en proceso en la página y en la pantalla del dispositivo. La actualización puede tardar hasta 5 minutos, por favor no desconecte el dispositivo ni intente utilizarlo para una firma.

...

Cuando finalice la actualización, el dispositivo se reiniciará. Entonces debería ver en la pantalla de arranque del dispositivo, en la parte inferior izquierda, la nueva versión del firmware. También puedes comprobarlo en la página de información de la interfaz gráfica de usuario web.

...

Actualización de firmware con RestAPI

Puede utilizar la restAPI para actualizar su dispositivo mediante su propia aplicación. En ese caso, puedes comprobar el firmware actual con el endpoint info.

...

El nuevo archivo de firmware se puede cargar con el endpoint firmware_update.

...

Con el comando get Event puede comprobar el estado de la actualización del firmware

...

Una vez finalizada la actualización se obtiene un nuevo evento, por lo que se puede activar el reinicio del dispositivo con

...

Tras el reinicio, puede comprobar la versión del firmware con el punto final de información.

Deshabilitar la actualización de firmware

Es posible deshabilitar la descarga de archivos de firmware desactivando la opción de carga de archivos en la página de configuración.

...

Esto debe realizarse en combinación con el bloqueo de la página de configuración mediante una contraseña.