Difference between revisions of "i.MX53 SODIMM PC Loading bootloader"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
openocd -f vmx53w.cfg | openocd -f vmx53w.cfg | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | [[image:i.MX25_SODIMM_Base_Board-JTAG_debugging.jpg|600px]]<br /> | + | [[image:i.MX25_SODIMM_Base_Board-JTAG_debugging.jpg|600px]]<br /><br /> |
Debugging session is opened and running:<br /> | Debugging session is opened and running:<br /> |
Revision as of 09:13, 3 April 2021
This page shown the steps how to initiate On-Chip Debugging and load bootloader into i.MX53 SODIMM PC - Development kit.
JTAG Debugger and Programmer Installation
- Connect JTAG Cable to USB port on the computer. JTAG device should be automatically recognized and prepared for usage.
- Download OpenOCD v0.6.0 software
- Unzip the files
Running Open On-Chip Debugger
Locate the folder where the software has been unpacked. Run OpenOCD utility in command line (by using Total Commander or Windows Command Prompt):
openocd -f vmx53w.cfg
Debugging session is opened and running:
600px