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]] | + | [[image:i.MX25_SODIMM_Base_Board-JTAG_debugging.jpg|600px]]<br /> |
− | + | Debugging session is opened and running: | |
+ | [[image:i.MX53_SODIMM_PC-Development_Kit-OpenOCD_running.jpg|600px]]<br /> | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | </syntaxhighlight> | ||
− | |||
− | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
− | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | |||
− | |||
− | |||
− | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 09:12, 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