Changes between Version 24 and Version 25 of jtag_instructions


Ignore:
Timestamp:
02/27/2019 05:17:45 PM (5 years ago)
Author:
Ryan Erbstoesser
Comment:

clean up bullet points

Legend:

Unmodified
Added
Removed
Modified
  • jtag_instructions

    v24 v25  
    127127
    128128[=#linux-jtag-flashing]
    129 === Using jtag_usb to read/write Firmware, Programming Software
     129=== Using jtag_usb to read/write Firmware, Program Software
    130130Please see above for the download link to the latest jtag_usb executable. Note that an update may be required for new board models or memory configurations.
    131131
     
    141141}}}
    142142
    143 5. Run the JTAG program (jtag_usbv4) with the syntax shown below to program a .bin file to the board:
    144 {{{
    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.
    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]
    149 If you encounter any errors see the [#Troubleshooting Troubleshooting] section below
    150 
    151 jtag_usb options:
     1435. Run the JTAG program (jtag_usbv4) with the syntax shown below to program a file to the board:
     144{{{
     145./jtag_usbv4 –p <filename>
     146}}}
     147  * Optionally you can append 2>/dev/null to redirect error
     148  * Only flash .bin files using the jtag software. (or a .txt file for GSC programming)
     149  * The switches –u <filename> –v <filename> are also available but are unnecessary to use when programming flash.
     150  * '''Note''' - For Laguna boards, please do not flash a squashfs file to the board. A proper JTAG binary (.bin file) must be created with instructions [wiki:OpenWrt/building#BuildingJTAGBinaryFile here]
     151  * If you encounter any errors see the [#Troubleshooting Troubleshooting] section below
     152
     153jtag_usbv4 options:
    152154||= Option =||= Operation =||= Notes =||
    153155||-p        ||Program Flash device using specified filename|| ||