HI, all
I am working on OLIMEX L2294 ARM board with OLIMEX’s ARM-USB-OCD. I am using it for my project. I want a smooth and full fledge debugging support. I have already tried with a wiggler & with the older eclipse(3.1.1) as per Jim Lynch’s tutorial an year ago & really was a great experience.
Now I am using a ready made environment that comes with the OLIMEX CD. In that I experienced a few problems and wants some more detail info about the Command sets.
-
I am not able to download the hex into onchip-flash through a JTAG, it goes upto 60% & hangs there. So time being I am downloading it via a LPC Flash Utility & then debugging. What Could be the problem?
-
I have tried with the following set of commands
target remote localhost:3333
monitor halt
monitor arm7_9 sw_bkpts enable
monitor arm7_9 force_hw_bkpts enable
symbol-file main.elf
set $pc = 0x0
thbreak main
but not sure about the s/w & H/W break-points. some of the previous posts I referred says s/w bkpts should be disable ,some says h/w bkpts should be disable.
So what is the correct solution & maximum how many breakpoints (S/w as well as h/w) this environment supports?
- What kind of commands I can send in runtime debugging via, gdb> comand line ?
thanks & regards,
Suyash.