Yes, I know it's not a bug. Only, if there is no gdb connected it is
somewhat obsolete and bugs so.
Currently, I'm quite busy but I will take a look at it; soon.
Thanks
Rick Altherr wrote:
>
> On Jan 20, 2009, at 1:45 AM, Andreas Kuehn wrote:
>
> Hi out there!
>
&g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi out there!
During execution of flash commands, somehow this "watchdog" is not
triggered. The result are many of these lines:
"BUG: keep_alive() was not invoked in the 1000ms timelimit. GDB alive
packet not sent!"
How can I switch them off,
me weaknesses?
## Target:Atmel AT91SAM9263
## Author:Andreas Kuehn
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
set _CHIPNAME at91sam9263
}
if { [info
ne any reasonable solution?
akuehn
Duane Ellis wrote:
> Andreas Kuehn wrote
>
>> In fact, its a timing problem. I added some LOG_DEBUG lines to the
>> code and all Warnings dissapeared when running with -d1 or higher.
>> Unfortunately uClibc has some drawbacks regarding ti
Well Your hints were quite useful. Even if it still buggy.
Øyvind Harboe wrote:
> On Wed, Dec 10, 2008 at 11:21 AM, Andreas Kuehn <[EMAIL PROTECTED]> wrote:
>> Hi!
>>
>> I'm trying to run openocd on an ARM9/uClibc system to access some
>> "client&quo
Hi!
I'm trying to run openocd on an ARM9/uClibc system to access some
"client" ARMs and configure them. Therefore, I adapted the at91rm9200
interface to my hardware situation. I could verify with a Scope that the
signals are there (TCK, TDI, TDO, TMS). Only the openocd gives me some
headache.