Changes between Version 45 and Version 46 of jtag_instructions


Ignore:
Timestamp:
12/14/2020 07:18:02 PM (3 years ago)
Author:
Cale Collins
Comment:

re-arranged instructions for better readability

Legend:

Unmodified
Added
Removed
Modified
  • jtag_instructions

    v45 v46  
    252252
    253253
    254 
    255 Troubleshooting:
    256  * you will likely need to add your user to the dialog group by editing the /etc/group file:
    257 {{{
    258 ls -l /dev/ttyUSB*
    259 }}}
    260  * make sure modem-manager is not installed as this will perform serial operations on new tty devices when they appear on the system and likely cause issues with using screen on the same port:
    261 {{{
    262 sudo apt-get remove --purge modem-manager
    263 }}}
    264 
    265254Now that access to the console has been established you may wish to flash your firmware using TFTP.  This method is much faster than using Jtag.  Instructions are specific to board family:
    266255
     
    269258* Venice [wiki:/venice/firmware#UpdateFirmwareviaSerialConsoleandEthernetfromBootloader]
    270259
     260Troubleshooting:
     261 * you will likely need to add your user to the dialog group by editing the /etc/group file:
     262{{{
     263ls -l /dev/ttyUSB*
     264}}}
     265 * make sure modem-manager is not installed as this will perform serial operations on new tty devices when they appear on the system and likely cause issues with using screen on the same port:
     266{{{
     267sudo apt-get remove --purge modem-manager
     268}}}
    271269
    272270[=#windows]