Changes between Version 30 and Version 31 of newport/firmware
- Timestamp:
- 09/09/2022 07:47:35 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/firmware
v30 v31 64 64 65 65 There are two methods for updating firmware: 66 * on a live board using Serial Console and Ethernet67 * on removable storage (ie recovery microSD)68 * using a GW16099 JTAG dongle (see [#jtag below])66 * On a live board using Serial Console and Ethernet 67 * On removable storage (ie recovery microSD) 68 * Using a GW16099 JTAG dongle (see [#jtag below]) 69 69 70 70 The various items that can be updated: … … 75 75 [=#jtag] 76 76 == JTAG Programming == 77 78 The bootloader firmware can be programmed directly through the JTAG programmer using the [http://dev.gateworks.com/newport/images/firmware-newport.bin] .bin binary file with the command below, with [wiki:jtag_instructions JTAG Details] providing other details. 79 80 {{{ 81 ./jtag_usbv4 -p firmware-newport.bin 82 }}} 83 77 84 The Gateworks JTAG adapter (GW16099) is available in the Newport Dev Kit as well as on the Gateworks web store [http://shop.gateworks.com/index.php?route=product/category&path=70_80 here] 78 85