Skip to main content

ProGlove documentation

Update manually

Update manually

Prerequisite: firmware image file downloaded from the to your desktop.

  1. Connect your to your desktop via USB cable.

    The boots up in about 1 minute and the first two LEDs (Power and Data) glow green.

  2. Scan the Pairing Barcode on your with your scanner.

    Your scanner connects to the and the third LED (Scanner) glows green.

  3. Scan the barcode below to enable your as a Mass Storage Device.

    PEP_EnableMassStorage.png

    The displays as a Mass Storage Device on your desktop.

    GatewayMass.png
  4. Copy the firmware image file to the Mass Storage Device.

  5. Eject the Mass Storage Device.

    ejectcrop.jpg

    LEDs flash green and purple while the new version installs. The restarts and glows green when done.

Caution

Do not disconnect the cable of the from your desktop during the update. The configuration update takes a couple of minutes.

Note

During the reboot, the might not display any LED feedback for a few seconds.

Update firmware manually on Linux

Prerequisite: firmware image file downloaded from the to your desktop.

  1. Connect your to your desktop via USB cable.

    The boots up in about 1 minute and the first two LEDs (Power and Data) glow green.

  2. Scan the Pairing Barcode on your with your scanner.

    Your scanner connects to the and the third LED (Scanner) glows green.

  3. Scan the barcode below to enable the as a Mass Storage Device.

    PEP_EnableMassStorage.png

    The displays as a Mass Storage Device output of the lsblk command.

    Example 41. Example
    NAME          MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT 
    sda             8:0    0 476.9G  0 disk
    ├─sda1          8:1    0   768M  0 part
    ├─sda2
    ├─ [...]
    sdb             8:16   1     1G  0 disk

    Note

    The exact device name may vary on your system. To find it, you can run lsblk before the is connected and note the output. Connect the and run lsblk again. The only device name that displays when the is connected is the one you must mount.



  4. Mount the Mass storage device:

    $ sudo mkdir /mnt/proglove-gateway
    $ sudo mount /dev/sdb /mnt/proglove-gateway
  5. Copy the firmware image file to the mass storage device, next to the Status folder:

    $ sudo cp ~/Downloads/gateway_1.10.0.proupdate /mnt/proglove-gateway
  6. Eject the mass storage device:

    $ sudo eject /dev/sdb

    LEDs flash green and purple while the new version installs. The restarts and glows green when done.