Hi :
S3C44B0, S3C2410 are fully supported by openocd, if not, where can download relative configuration.
thanks!
Hi :
S3C44B0, S3C2410 are fully supported by openocd, if not, where can download relative configuration.
thanks!
why, no voice
The OpenOCD doesn’t support individual microcontrollers, but the ARM cores used in these uCs. Currently, the OpenOCD includes support for
arm7tdmi(-s)
arm720t
arm920t
arm922t
arm960e-s
If these Samsung(?) chips use one of the above cores, they’re supported. See http://openfacts.berlios.de/index-en.ph … figuration for a documentation of the config file options available.
Regards,
Dominic
Hi qchen10,
Your both mpu are supported by OpenOCD JTAG server:
SAMSUNG S3C44B0 > ARM7TDMI
SAMSUNG S3C2410 > ARM920T
Best regards,
Laurent
Hi:
I start the openocd with arm7_wig_cfg(at openocd\doc\configs) on my samsun S3C44B0 (arm7tdmk core) board with wiggler jtager . found warning message (please refer to attachment) and the system as if hang up, can’t input from the keyboard. i believe should be arm7_wig_cfg isn’t match the S3C44B0, but i don’t know how to modify this.
could you help to provide some information to solve it.
the attatchement as if can’t send,the warning as below:
info: openocd.c:82 main(): open on-chip debugger <2006-09-28 20:00 CEST>
Warning: arm7_9_common.c: 679 arm7_9_assert_reset(): srst resets test
logic, too
thanks
This warning is normal.
Now you should try, from another terminal, to connect to openocd using
telnet localhost 4444
or by attaching from gdb with
" target romote localhost:3333"
regards,
Magnus
it’s very good, thanks magnus
Best Regard