BLADOX    
Updating the firmware of Turbo Programmer 2

You can easily update the firmware of programmer with the latest available version. This procedure consist of two steps:
  • flashing the firmware
  • uploading the modules
Use the prog_update_fw command for firmware flashing and prog_apps command for modules uploading. It is also possible display version of current firmware and modules with prog_apps command.

Windows:
C:\bladox\turbo-prog-utils\bin-win32>prog_apps.exe -d com7
Programmer kernel version: 3.1.1
Programmer application list:
 0: avrprog.trb        3.1.0
 1: brum.trb           3.1.0
 2: df.trb             3.1.0
 3: sim.trb            3.2.0
 4: turboadapter.trb   3.2.2
 

What you need:
Get the latest turbo-prog-utils from here. BIN file is located in firmware folder and TRB files are located in modules folder.


Flashing the firmware

Use the install_firmware script file.
  1. Unplug USB cable from programmer
  2. Switch the jumper to flashing position
  3. Plug in USB cable and wait until the PFW LED is on
  4. Go to turbo-prog-utils folder
  5. Run the install_firmware script file with required parameters


  6. Linux:
    turbo-prog-utils]# ./install_firmware.sh linux-ia32 /dev/ttyUSB1
     

    Cygwin:
    user@develbox /home/turbo-prog-utils
    $ ./install_firmware.sh win32 com7
     

    Windows:
    C:\bladox\turbo-prog-utils>install_firmware.bat com7
     

  7. When finished, unplug USB cable from programmer
  8. Switch the jumper back to normal position
  9. Plug in USB cable and wait until the RUN LED is on
Now load the modules.


Uploading modules

Use the install_modules script file. Do not change the jumper !
  1. Plug in USB cable and wait until the RUN LED is on
  2. Go to turbo-prog-utils folder
  3. Run the install_modules script file with required parameters


  4. Linux:
    turbo-prog-utils]# ./install_modules.sh linux-ia32 /dev/ttyUSB1
     

    Cygwin:
    user@develbox /home/turbo-prog-utils
    $ ./install_modules.sh win32 com7
     

    Windows:
    C:\bladox\turbo-prog-utils>install_modules.bat com7
     

  5. Wait until all modules are uploaded
The script automatically loads all modules (TRB files) available in modules directory.

© 2004-2016 BLADOX(R), s.r.o. All rights reserved. All trademarks mentioned herein belong to their respective owners.