Firmware Update Guide (Linux CLI)-EN

Preparation

Install dependencies

Following packages are required and must be installed before performing the update.

    • Python 3
    • python-pip
    • python-venv

For example in Ubuntu, run:

Create workspace for update

This creates a virtual Python environment and downloads required modules.
Open a terminal and run:

You can use the same environment for future firmware updates.


Perform the update

  1. Download and unpack the firmware archive.
  2. Open a terminal and activate the update workspace you created earlier (e.g. gyrfalcon_update):

    Adjust the path as necessary.

  3. Plug in the power supply to the charger, then connect the charger via USB to your computer.
  4. A new serial device should appear, most likely /dev/ttyUSB0.
    Use this device in all further commands.
    It might be necessary to give your user additional permissions:

  5. Set up the serial connection:
  6. Reboot the charger into the bootloader by executing:
  7. Now you are ready to upload the firmware. Adjust the path as required:
  8. After a successful update, the charger will reboot automatically.

Created by SammysHP.

Firmware-Update-Anleitung (Linux-CLI)-DE Download
Firmware Update Guide (Linux-CLI)-EN Download