Changes between Version 44 and Version 45 of jtag_instructions
- Timestamp:
- 12/14/2020 07:15:55 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v44 v45 251 251 * Typically /dev/tty* nodes are owned by root.dialout which means you need to be root or a member of the dialout group. If this is the case you will get a permissions error and you can either run the command with a 'sudo' in front of it, or add your user to the dialout group 252 252 253 254 253 255 Troubleshooting: 254 256 * you will likely need to add your user to the dialog group by editing the /etc/group file: … … 261 263 }}} 262 264 265 Now 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: 266 267 * Ventana [wiki:/linux/ubi#UpdatingNANDFLASHwithaUBIimage] 268 * Newport [wiki:/newport/firmware#UpdateFirmwareviaSerialConsoleandEthernet] 269 * Venice [wiki:/venice/firmware#UpdateFirmwareviaSerialConsoleandEthernetfromBootloader] 263 270 264 271