diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-10-28 17:49:22 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-10-28 17:49:22 +0000 |
commit | 95fa1a33779be98ee4b24ed195be263964458609 (patch) | |
tree | e0b29a9a213e5a969d4dd02e07d93d1795df438e /src | |
parent | 11ce572bbed985819989e80dff8d6402fd95b673 (diff) | |
download | openocd_libswd-95fa1a33779be98ee4b24ed195be263964458609.tar.gz openocd_libswd-95fa1a33779be98ee4b24ed195be263964458609.tar.bz2 openocd_libswd-95fa1a33779be98ee4b24ed195be263964458609.tar.xz openocd_libswd-95fa1a33779be98ee4b24ed195be263964458609.zip |
Kees Jongenburger <kees.jongenburger@gmail.com> update syntax
git-svn-id: svn://svn.berlios.de/openocd/trunk@1111 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/target/target/s3c2440.cfg | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/src/target/target/s3c2440.cfg b/src/target/target/s3c2440.cfg index 7a8e3c7c..6e00a1ee 100644 --- a/src/target/target/s3c2440.cfg +++ b/src/target/target/s3c2440.cfg @@ -1,5 +1,16 @@ -# same as OpenMoko? -reset_config trst_and_srst +# Target configuration for the Samsung 2440 system on chip +# Tested on a S3C2440 Evaluation board +# Processor : ARM920Tid(wb) rev 0 (v4l) +# Info: JTAG device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0) + +#jtag scan chain +#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) jtag_device 4 0x1 0xf 0xe -target arm920t little reset_run 0 arm920t + +#target <type> <startup mode> +target arm920t little 0 arm920t + +#reset configuration +reset_config trst_and_srst + working_area 0 0x200000 0x4000 backup |