Carlos Antunes <cmantunes@nowthor.com> fixes to get script to work.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1188 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
271bb81d6d
commit
d03e5d0ada
|
@ -10,7 +10,7 @@ jtag_device 4 0x1 0xf 0xe
|
|||
|
||||
|
||||
target create target0 arm920t -endian little -chain-position 0 -variant arm920t
|
||||
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x40800000 -work-area-size 0x20000 -work-area-backup 0
|
||||
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x30800000 -work-area-size 0x20000 -work-area-backup 0
|
||||
[new_target_name] configure -event reset-init {
|
||||
# Reset Script for the TinCanTools S3C2410 Based Hammer Module
|
||||
# http://www.tincantools.com
|
||||
|
@ -39,7 +39,7 @@ target create target0 arm920t -endian little -chain-position 0 -variant arm920t
|
|||
}
|
||||
|
||||
# speed up memory downloads
|
||||
arm7 fast_memory_access enable
|
||||
arm7_9 fast_memory_access enable
|
||||
arm7_9 dcc_downloads enable
|
||||
|
||||
#flash configuration
|
||||
|
|
Loading…
Reference in New Issue