Changes between Version 47 and Version 48 of jtag_instructions
- Timestamp:
- 02/27/2023 09:33:52 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v47 v48 22 22 The JTAG header on a Gateworks single board computer (SBC) can be identified by looking at the connectors finding word JTAG silkscreened nearby on the PCB. 23 23 24 Stand alone programmer for Ventana / Newport / Venice / Laguna: 25 26 [https://shop.gateworks.com/index.php?route=product/product&product_id=155&search=jtag GW11033 JTAG Kit, which includes the GW16099] 24 Stand alone programmer: 25 * [https://shop.gateworks.com/index.php?route=product/product&product_id=155&search=jtag GW11033 JTAG Kit, which includes the GW16099] 27 26 28 27 = Instructions … … 147 146 programming a firmware image: 148 147 {{{#!bash 149 ./jtag_usbv4 -p laguna_nor_1408.bin148 ./jtag_usbv4 -p venice-imx8mm_u-boot_spl.bin 150 149 151 150 … … 157 156 Channel # S01 158 157 -------------------------------------------------------------------------------- 159 USB Open Rev r0 160 JTAG_ID #00 C NS161 JTAG_ID #01 CNS162 JTAG_ID #02 MSP 163 Core 0 DRAM OK 164 Load Debugger OK 165 Flash Size 16166 Flash Erase OK167 Flash Prog OK158 USB Open Rev r0 159 JTAG_ID #00 CSD 160 JTAG_ID #01 MSP 161 Load Debugger OK 162 Flash Size 58G 163 Flash Test OK 164 Flash Chk[0] INC 165 Flash Prg[0] OK 166 Flash Vfy[0] OK 168 167 }}} 169 168