IMX28 with USB Wiggler

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX28 with USB Wiggler

844 Views
neeveehariharan
Contributor I

Hi,

We are trying to bringup Freescale IMX28 processor using USB Wiggler.

Configured LCD_D01, LCD_D02, LCD_RS pins are pulled high.

Interfaced the USB Wiggler with IMX28 processor,

We are getting the following error while trying to connect using USB Wiggler.

sudo ocdremote -c iMX28 -d USB -a 0 -s 2

OCDemon InitializeTarget Error : Cable Disconnected

We confirmed that POWER, RESET, CLOCK pins are fine. Also tried with DEBUG pin configured as Pulled High & Low as well.

Please share your inputs in this regards,

Thanks,

Hariharan.V.

Labels (2)
0 Kudos
3 Replies

661 Views
Yuri
NXP Employee
NXP Employee

Hello,

  You have to configure boot pins for JTAG boot mode (DEBUG is LOW for Bondary Scan,
HIGH for software debug) and provide POR (power on sequence). Please refer to Table 12-3
(Boot Mode Selection Map) of the i.MX28 Reference Manual. After that You may start up JTAG
testing.


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

661 Views
neeveehariharan
Contributor I

Hi,

We applied the POR ( Power on Reset ) sequence properly.

Please help me to configure DEBUG pin, whether it needs to Pulled LOW or HIGH for using USB Wiggler JTAG.

Thanks,

Hariharan.V.

0 Kudos

661 Views
Yuri
NXP Employee
NXP Employee

Hello,

For software debugging :

LCD_D04 = 0

LCD_D03 = 0
LCD_D02 = 1
LCD_D01 = 1
LCD_D00 = 0

DEBUG = 1

Table 12-3 (Boot Mode Selection Map) of i.MX28 RM.

Regards,

Yuri.

0 Kudos