Extender firmware update

Last modified by Lev Andronov on 2025/07/03 12:51

The range extender firmware update is performed via USB using a serial emulated terminal.

The instruction depends on OS you are running:

Windows

To initiate a firmware update, follow these steps:

  1. Connect a USB cable between the computer and the camera, and establish a connection (download driver from Silabs website).
  2. Open a serial emulated terminal (Tera Term is recommended) and configure the serial communication protocol as described in the table below:
    ParameterValue
    1.png
    Baud rate115200
    Start bits1
    Stop bits1
    ParityNone
    Flow ControlNone
  3. In the terminal window enter 'status' command and check the current firmware version.
    7.png
     
  4. Choose the firmware update option by entering 'firmware' command.
  5. Click File tab and use 'transfer' capability with the XMODEM protocol to initiate the update.
    Choose firmware file: 'cxp_fiber_ext_II_host_firmware_update_N.bin' (N represents the firmware version; the file name may vary).
    8a.png
     
  6. If no firmware will be sent during 60 second, or in case of an error, the firmware update will fail and return to the previous operation mode.
    3.png
     
  7. The firmware update process will take approx. 10 minutes.
    6.png
     
  8. A successful update will result in appropriate message and a reboot of the extender to new firmware.
  9. Check the firmware version by typing 'status' followed by carriage return. Make sure that the firmware version matches the version on the firmware update package supplied; that would ensure the success of the firmware update operation.

Linux

Headless operation is also available on Linux systems via SSH.

  1. Connect the range extender unit via USB cable
  2. Open terminal and install picocom
    apt install picocom
  3. Find the extender USB connection 'cp210x converter':
    dmesg | grep tty
  4. Open screen using picocom:
    picocom -b 115200 /dev/ttyUSB0
  5. Check the range extender unit current status:
    status
  6. If the firmware is outdated, initiate the firmare update process:
    firmware
  7. After receiving message "Now starting firmware update, please start file transfer using XMODEM" press Ctrl+A and then ":"
  8. Type:
    exec !! sx /path/to/FW_update_file.bin
  9. After the procedure is finished perform a complete power cycle on the extender
KAYA Vision © 2025. All Rights Reserved.