Hi.
I'm using JTAG (openocd + gdb/telnet) to load u-boot into RAM (similar to using USB and Serial Download mode). However, I'm having problems similar to those described in other threads.
Have you got any example to do that?
I've followed the post imx6, arm, and linux - tips and tricks: Inexpensive JTAG on the imx6 solo: U-Boot Launch and Debug, but I'm facing problems like:
> load_image u-boot.bin
JTAG-DP STICKY ERROR
MEM_AP_CSW 0x42800062, MEM_AP_TAR 0x0
Failed to write memory at 0x00000000
If I force an address, I can load the image but the board doesn't boot, and, automatically, it jumps to serial download mode...
Any suggestion?
Best regards