Changes between Version 39 and Version 40 of gsc


Ignore:
Timestamp:
06/19/2019 04:21:55 PM (5 years ago)
Author:
Ryan Erbstoesser
Comment:

add notes about VM and jtag

Legend:

Unmodified
Added
Removed
Modified
  • gsc

    v39 v40  
    12531253From time to time, there may be updates to this firmware in order to provide new features. There are two options for updating the GSC firmware:
    12541254 * JTAG from a host Linux PC via the Linux jtag_usb application found [http://dev.gateworks.com/jtag here]:
     1255  * JTAG in it's entirety is explained [wiki:jtag_instructions here]
     1256  * '''Note''' Virtual Machines, or VMs are known to have issues using the jtag_usb tool / software
    12551257{{{
    12561258#!bash
     
    12581260jtag_usbv4 -x <firmware.txt>  ;# verify GSC firmware image
    12591261}}}
    1260  * linux running on the target board using the {{{gsc_update}}} application which is present in the various Gateworks BSP's (source [https://github.com/Gateworks/gsc_update here])
     1262
     1263 * Linux running on the target board using the {{{gsc_update}}} application which is present in the various Gateworks BSP's (source [https://github.com/Gateworks/gsc_update here])
    12611264{{{
    12621265#!bash