Olimex debugger issue

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
RaN_283461
Level 2
Level 2

 I tried adding an olimex debugger to cypress FX3 board, but i am not able to do it !!

   

Got some help from this post http://www.cypress.com/?app=forum&id=167&rID=78322

   

But still i am getting an error which i have attached an image, please help

   

Thanks 

   

Rags

0 Likes
4 Replies
lock attach
Attachments are accessible only for community members.
RaN_283461
Level 2
Level 2

 I found the solution , in the document one line of the configuration file has been given as 2 that is causing the problem . 
Explained in the snap attached ,

   

jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -

   

expected-id $_CPUTAPID

   

this has to be in config file as 

   

jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID

   

Please change in the document 

   

Thanks

   

Rags

0 Likes
lock attach
Attachments are accessible only for community members.
RaN_283461
Level 2
Level 2

 But now when i run the debug configuration , i get an error that " Cannot run program "arm-none-eabi-gdb.exe" 

   

attached the error logs

   

Please help

   

thanks

   

Rags

0 Likes
Anonymous
Not applicable

 Are you following all the instruction given in Programmer's manual chapter 12?

0 Likes
Anonymous
Not applicable

 Please double-check.

   

Otherwise we can have a quick team viewer session.

   

Thanks

   

Nikhil

0 Likes