Difference between revisions of "JTAGulator: Update firmware"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 15: Line 15:
* Open a serial connection to the JTAGulator (you can use Putty)
* Open a serial connection to the JTAGulator (you can use Putty)
:: 115200 bps, 8 data bits, no parity, 1 stop bit
:: 115200 bps, 8 data bits, no parity, 1 stop bit
* type <code>j</code>
* type <code>j</code> '''or''' <code>i</code> depending on the firmware version
  :j
  :j
  JTAGulator FW 1.2.2
  JTAGulator FW 1.2.2
Line 29: Line 29:
* Open the propeller-tool
* Open the propeller-tool
* Make sure the tool can communicate with the JTAGulator
* Make sure the tool can communicate with the JTAGulator
: Go to Run -> Identify Hardware  
: Go to <code>Run</code> -> <code>Identify Hardware</code>
* Go to <code>Open</code> and <code>select the .eeprom</code> file from the Github repository.
: [[File:JTAGulator firmwareUpdate.PNG|600px]]
* Click on <code>Load EEPROM</code>


; Make sure the update was successful
: type <code>i</code> via the serial connection
> i
JTAGulator FW 1.6
Designed by Joe Grand, Grand Idea Studio, Inc.
Main: jtagulator.com
Source: github.com/grandideastudio/jtagulator
Support: www.parallax.com/support 


== Used Hardware ==
== Used Hardware ==

Revision as of 11:30, 16 November 2019

Summary

Description on how to update the firmware of the JTAGualtor

Requirements

  • Operating system: Windows

(use a virtual machine, if you don't have windows
if doing so, make sure you add a serial interface to your VM [1])

Updating

Get current version
  • Open a serial connection to the JTAGulator (you can use Putty)
115200 bps, 8 data bits, no parity, 1 stop bit
  • type j or i depending on the firmware version
:j
JTAGulator FW 1.2.2
Designed by Joe Grand, Grand Idea Studio, Inc.
Main: jtagulator.com
Source: github.com/grandideastudio/jtagulator
Support: http://www.parallax.com/support
Download software
  • Download & Install the update tool for windows: Parallax propeller-tool
  • Download latest version of the JTAGulator firmware from Github: [2]
Update the firmware
  • Open the propeller-tool
  • Make sure the tool can communicate with the JTAGulator
Go to Run -> Identify Hardware
  • Go to Open and select the .eeprom file from the Github repository.
JTAGulator firmwareUpdate.PNG
  • Click on Load EEPROM
Make sure the update was successful
type i via the serial connection
> i
JTAGulator FW 1.6
Designed by Joe Grand, Grand Idea Studio, Inc.
Main: jtagulator.com
Source: github.com/grandideastudio/jtagulator
Support: www.parallax.com/support  

Used Hardware

Device to be used with this documentation Maybe another device to be used with this documentation

Courses

References