Difference between revisions of "i.MX53 SODIMM PC Loading bootloader"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
[[image:i.MX25_SODIMM_Base_Board-JTAG_debugging.jpg|600px]]<br /> | [[image:i.MX25_SODIMM_Base_Board-JTAG_debugging.jpg|600px]]<br /> | ||
− | Debugging session is opened and running: | + | Debugging session is opened and running:<br /> |
[[image:i.MX53_SODIMM_PC-Development_Kit-OpenOCD_running.jpg|600px]]<br /> | [[image:i.MX53_SODIMM_PC-Development_Kit-OpenOCD_running.jpg|600px]]<br /> | ||
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