Changes between Version 22 and Version 23 of jtag_instructions


Ignore:
Timestamp:
02/27/2019 05:11:12 PM (6 years ago)
Author:
Cale Collins
Comment:

added more clear example for jtag_usbv4 because of multiple support tickets where incorrect switches were being used.

Legend:

Unmodified
Added
Removed
Modified
  • jtag_instructions

    v22 v23  
    1431435. Run the JTAG program with the syntax shown below.
    144144{{{
    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}}}
     147The switches –u <filename> –v <filename> are also available but are unnecessary to use when programming flash.
    147148 * '''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]
    148149If you encounter any errors see the [#Troubleshooting Troubleshooting] section below