From: mifi Date: Fri, 21 Dec 2007 16:21:05 +0000 (+0000) Subject: - corrected working_area of LPC2129 script X-Git-Tag: v0.1.0~1039 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=2ec5bd2864e55654258070381ce58c126e9fbe7b;hp=fe0240125293a4535cd8eb966d899595a9b4d3ad - corrected working_area of LPC2129 script - added LPC2148 script - corrected size of the working_area of the LPC2294 script git-svn-id: svn://svn.berlios.de/openocd/trunk@245 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/doc/openocd.texi b/doc/openocd.texi index 23e8e55b51..bb2c943570 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1323,20 +1323,19 @@ working_area 0 0x20000000 16384 nobackup flash bank stm32x 0x08000000 0x00010000 0 0 0 @end smallexample -@section LPC2294 Script -@cindex LPC2294 Script -The following script was used with an Amontec JTAGkey and a LPC2294 cpu: +@section LPC2129 Script +@cindex LPC2129 Script +The following script was used with an wiggler PP and a LPC-2129 cpu: @smallexample #daemon configuration telnet_port 4444 gdb_port 3333 #interface -interface ft2232 -ft2232_device_desc "Amontec JTAGkey A" -ft2232_layout jtagkey -ft2232_vid_pid 0x0403 0xcff8 -jtag_speed 2 +interface parport +parport_port 0x378 +parport_cable wiggler +jtag_speed 0 #use combined on interfaces or targets that can't set TRST/SRST separately reset_config trst_and_srst srst_pulls_trst @@ -1353,15 +1352,15 @@ daemon_startup reset target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4 run_and_halt_time 0 30 -working_area 0 0x40000000 0x40000 nobackup +working_area 0 0x40000000 0x4000 nobackup -#flash configuration +#flash bank flash bank lpc2000 0x0 0x40000 0 0 0 lpc2000_v1 14765 calc_checksum @end smallexample -@section AT91R40008 Script -@cindex AT91R40008 Script -The following script was used with an Amontec JTAGkey and a AT91R40008 cpu: +@section LPC2148 Script +@cindex LPC2148 Script +The following script was used with an Amontec JTAGkey and a LPC2148 cpu: @smallexample #daemon configuration telnet_port 4444 @@ -1372,12 +1371,10 @@ interface ft2232 ft2232_device_desc "Amontec JTAGkey A" ft2232_layout jtagkey ft2232_vid_pid 0x0403 0xcff8 -jtag_speed 0 -jtag_nsrst_delay 200 -jtag_ntrst_delay 200 +jtag_speed 3 #use combined on interfaces or targets that can't set TRST/SRST separately -reset_config srst_only srst_pulls_trst +reset_config trst_and_srst srst_pulls_trst #jtag scan chain #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) @@ -1388,23 +1385,29 @@ daemon_startup reset #target #target arm7tdmi -target arm7tdmi little run_and_halt 0 arm7tdmi +target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4 run_and_halt_time 0 30 + +working_area 0 0x40000000 0x8000 nobackup + +#flash configuration +flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v1 14765 calc_checksum @end smallexample -@section LPC2129 Script -@cindex LPC2129 Script -The following script was used with an wiggler PP and a LPC-2129 cpu: +@section LPC2294 Script +@cindex LPC2294 Script +The following script was used with an Amontec JTAGkey and a LPC2294 cpu: @smallexample #daemon configuration telnet_port 4444 gdb_port 3333 #interface -interface parport -parport_port 0x378 -parport_cable wiggler -jtag_speed 0 +interface ft2232 +ft2232_device_desc "Amontec JTAGkey A" +ft2232_layout jtagkey +ft2232_vid_pid 0x0403 0xcff8 +jtag_speed 3 #use combined on interfaces or targets that can't set TRST/SRST separately reset_config trst_and_srst srst_pulls_trst @@ -1421,12 +1424,45 @@ daemon_startup reset target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4 run_and_halt_time 0 30 -working_area 0 0x00000000 0x400000 nobackup +working_area 0 0x40000000 0x4000 nobackup -#flash bank +#flash configuration flash bank lpc2000 0x0 0x40000 0 0 0 lpc2000_v1 14765 calc_checksum @end smallexample +@section AT91R40008 Script +@cindex AT91R40008 Script +The following script was used with an Amontec JTAGkey and a AT91R40008 cpu: +@smallexample +#daemon configuration +telnet_port 4444 +gdb_port 3333 + +#interface +interface ft2232 +ft2232_device_desc "Amontec JTAGkey A" +ft2232_layout jtagkey +ft2232_vid_pid 0x0403 0xcff8 +jtag_speed 0 +jtag_nsrst_delay 200 +jtag_ntrst_delay 200 + +#use combined on interfaces or targets that can't set TRST/SRST separately +reset_config srst_only srst_pulls_trst + +#jtag scan chain +#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) +jtag_device 4 0x1 0xf 0xe + +#target configuration +daemon_startup reset + +#target +#target arm7tdmi +target arm7tdmi little run_and_halt 0 arm7tdmi +run_and_halt_time 0 30 +@end smallexample + @section AT91SAM7s Script @cindex AT91SAM7s Script The following script was used with an Olimex ARM-JTAG-OCD and a AT91SAM7S64 cpu: