Skip to main content
Skip table of contents

Ethernet FTP bootloader

Compatibility

Ethernet FTP bootloader is available for EVE devices ONLY. It will update firmware using Ethernet connection.


How to enter in FTP bootloader

CANopen firmware, connected with Ethernet

This is the preferred use for the Ethernet FTP bootloader.

  1. Connect to Motionlab.
  2. Go to the FTP bootloader tool. It will do all the process.

CANopen firmware, connected with CAN

For CANopen firmware, the preferred bootloader is the CANopen bootloader.

Nevertheless it is possible to put the drive in Ethernet FTP bootloader, but then the CAN network will not be available, only Ethernet.

  1. Write the correct password 0x424F4F54 ("BOOT" in ASCII) through SDO in CANopen dictionary register 0x5EDE, 0x00 - Boot Mode.

  2. The drive will reboot and enter in FTP bootloader.

EtherCAT firmware

For EtherCAT firmware, the preferred bootloader is the EtherCAT FoE bootloader.

Nevertheless it is possible to put the drive in Ethernet FTP bootloader, but then the drive will not act as an EtherCAT slave. Use it only as a recovery purposes.

  1. Look for the register 0x5EDE, 0x00 - Boot Mode and write a 0x424F4F54 ("BOOT" in ASCII).

    An external tool with an EtherCAT master is required such as TwinCAT.

  2. The drive will reboot and enter in FTP bootloader.

FTP bootloader LEDs

FTP in standby

Both ECAT status LEDs (green and red) will blink at the same time at a frequency of 1 Hz once the drive enters in FTP bootloader mode and is in standby waiting for a connection.

FTP updating

When the updating process is initiated, the Green LED will blink several seconds. After that, the Red LED will become steady for a longer period.

Finally the drive will reboot and the newly updated firmware will be executed.

How to update a drive through FTP


After a firmware update, it is necessary to follow a special procedure before using the drive:

  1. Update the firmware.
  2. Once the firmware has been updated, restore the drive to defaults (restore all).
  3. Power-cycle the drive.
  4. Now the drive is ready again for operation.

With Motionlab

Open Motionlab and go to the FTP Bootloader tool. This tool will do all the process.

Manually with cmd terminal

Follow the next steps to update a summit device manually once in FTP bootloader.

  1. Go to the folder where the .sfu file is located.
  2. Open cmd terminal on this folder.
  3. Make sure that the ethernet cable is connected.
  4. Make sure that the ethernet network IP is 192.168.2.1 (or in the network 255.255.255.0).

    The default IP address of a summit drive in "FTP mode" is 192.168.2.22.

  5. Make sure that the firewall is not blocking the connection.

    Disabling firewall on windows 10

  6. Write the next command on the cmd:

    CODE
    ftp 192.168.2.22
  7. The next message should appear:

  8. For .sfu files -> User: Ingenia - > Password: Ingenia
  9. Next message should be seen:
  10. Use the next command to load the file:

    CODE
    put file_name.sfu
  11. If the transmission starts following messages will be seen:

    CODE
    200 Ok
    150 Ok

    If those messages don't appear, it may be needed to disable the network firewall for public networks.

  12. Wait until the transmission finished appears (it can take several seconds):

    CODE
    226 File transfer completed
  13. Board will be reset automatically, wait until the board is restarted (wait until the LED red turns off). This can take more than a minute.
  14. The firmware has been updated.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.