Hello! I was finally able to program the flash of the Hammer target using the flyswatter. The problem was related to a couple of typos on the hammer.cfg config file. Please, find attached the svn diff against trunk that fixes the problem.
Thanks! Carlos Antunes Index: src/target/target/hammer.cfg =================================================================== --- src/target/target/hammer.cfg (revision 1187) +++ src/target/target/hammer.cfg (working copy) @@ -10,7 +10,7 @@ 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 @@ } # speed up memory downloads -arm7 fast_memory_access enable +arm7_9 fast_memory_access enable arm7_9 dcc_downloads enable #flash configuration _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development