Difference between revisions of "Firmware Upgrade"
Line 1: | Line 1: | ||
This page details the upgrade.py program for upgrading the Fluke and Scribbler and Scribbler2 robots to use the latest Myro firmware, over Bluetooth. The program starts up a graphical user interface by default (if available), but it can also be used as a command line program (see below for options). | This page details the upgrade.py program for upgrading the Fluke and Scribbler and Scribbler2 robots to use the latest Myro firmware, over Bluetooth. The program starts up a graphical user interface by default (if available), but it can also be used as a command line program (see below for options). | ||
− | This program requires that you have a version of regular [http://python.org Python] installed on your system (Calico Python won't work). You also need to have [http://pyserial.sourceforge.net/ pySerial] installed. | + | This program requires that you have a version of regular [http://python.org Python] installed on your system (Calico Python won't work) ([[http://www.youtube.com/watch?v=anDLKu2a49g video: installing Python on Windows Machine]]). You also need to have [http://pyserial.sourceforge.net/ pySerial] installed ([[http://www.youtube.com/watch?v=76p7LhryMhw video: installing pyserial on windows machine]]). |
# Download [http://svn.cs.brynmawr.edu/viewvc/Myro/trunk/Upgrade/upgrade.py?view=co upgrade.py] and save to a known location. | # Download [http://svn.cs.brynmawr.edu/viewvc/Myro/trunk/Upgrade/upgrade.py?view=co upgrade.py] and save to a known location. | ||
− | # Double-click on the file (or use the Command Line Option, below) | + | # Double-click on the file (or use the Command Line Option, below) [[http://www.youtube.com/watch?v=yTUMIXI8pcE video: installing and using the Firmware upgrade tool under windows]] |
If you have a Fluke purchased before September 2011, you will need to upgrade the Fluke first: | If you have a Fluke purchased before September 2011, you will need to upgrade the Fluke first: |
Revision as of 18:13, 15 August 2011
This page details the upgrade.py program for upgrading the Fluke and Scribbler and Scribbler2 robots to use the latest Myro firmware, over Bluetooth. The program starts up a graphical user interface by default (if available), but it can also be used as a command line program (see below for options).
This program requires that you have a version of regular Python installed on your system (Calico Python won't work) ([video: installing Python on Windows Machine]). You also need to have pySerial installed ([video: installing pyserial on windows machine]).
- Download upgrade.py and save to a known location.
- Double-click on the file (or use the Command Line Option, below) [video: installing and using the Firmware upgrade tool under windows]
If you have a Fluke purchased before September 2011, you will need to upgrade the Fluke first:
- Select the Fluke option
- On Windows, enter the com port (eg, COM8); on Mac/Linux enter the device path (eg, /dev/tty.scribbler or /dev/rfcomm0)
- Click on the Upgrade button
After upgrading the Fluke, you can then upgrade the Scribbler.
- Select the Scribbler option
- On Windows, enter the com port (eg, COM8); on Mac/Linux enter the device path (eg, /dev/tty.scribbler or /dev/rfcomm0)
- Click on the Upgrade button
Graphical User Interface
To use the upgrader, indicate what you want to upgrade (Fluke or Scribbler) by selecting the appropriate radio button. (Default: Scribbler).
Then, type in the name of your bluetooth serial port, such as "COM4" or "/dev/tty.scribbler" (without quotes).
Make sure you are connected to the Internet so that the tool can download the latest firmware.
Finally, press the "Upgrade" button.
Command Line Options
After downloading, to use the command line options of the upgrade.py program:
- Open a console/terminal window.
- cd to the known location
- Enter at the console prompt:
- python upgrade.py
Fluke and Scribbler/Scribbler2 Upgrade Program ---------------------------------------------- Usage: python upgrade.py --gui=VALUE --url=URL --port=PORT WHAT VALUE - is True OR False URL - is an internat address to use PORT - is the serial port address to use WHAT - is scribbler OR fluke Options with examples: --gui=False (optional) --port=COM8 (optional) --url=http://myurl.com/fluke.bin (optional) --help Full Examples: python upgrade.py python upgrade.py fluke python upgrade.py scribbler python upgrade.py --gui=False python upgrade.py --port=COM5 fluke python upgrade.py --port=/dev/rfcomm3 scribbler python upgrade.py --url=http://myurl.com/file.bin fluke python upgrade.py --help
Troubleshooting
It is a good idea to turn the Fluke and Scribbler off and then back on after each upgrade.
When the Scribbler is upgraded, it will play 5 notes quickly when you first turn it on or reboot it.