Changes between Version 22 and Version 23 of jtag_instructions
- Timestamp:
- 02/27/2019 05:11:12 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v22 v23 143 143 5. Run the JTAG program with the syntax shown below. 144 144 {{{ 145 ./jtag_usbv4 –p <filename> –u <filename> –v <filename> 146 }}} 145 ./jtag_usbv4 –p <filename> # optionally you can append 2>/dev/null to redirect error 146 }}} 147 The switches –u <filename> –v <filename> are also available but are unnecessary to use when programming flash. 147 148 * '''Note''' - For Laguna boards, please do not flash a squashfs file to the board. A proper JTAG binary must be created with instructions [wiki:OpenWrt/building#BuildingJTAGBinaryFile here] 148 149 If you encounter any errors see the [#Troubleshooting Troubleshooting] section below