Changes between Version 39 and Version 40 of gsc
- Timestamp:
- 06/19/2019 04:21:55 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gsc
v39 v40 1253 1253 From 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: 1254 1254 * 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 1255 1257 {{{ 1256 1258 #!bash … … 1258 1260 jtag_usbv4 -x <firmware.txt> ;# verify GSC firmware image 1259 1261 }}} 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]) 1261 1264 {{{ 1262 1265 #!bash