[BACK]Return to openocd_debug.conf CVS log [TXT][DIR] Up to [local] / funnyos / arch / sam7s64

Annotation of funnyos/arch/sam7s64/openocd_debug.conf, Revision 1.1

1.1     ! init        1: #
        !             2: # $Id$
        !             3: #
        !             4: #define our ports
        !             5: telnet_port 4444
        !             6: gdb_port 3333
        !             7:
        !             8: #commands specific to the Amontec JTAGKey
        !             9: interface parport
        !            10: parport_port 0x378
        !            11: parport_cable wiggler
        !            12: jtag_speed 0
        !            13: #jtag_nsrst_delay 200
        !            14: #jtag_ntrst_delay 200
        !            15:
        !            16: #reset_config <signals> [combination] [trst_type] [srst_type]
        !            17: #reset_config srst_only srst_pulls_trst
        !            18: reset_config srst_only
        !            19:
        !            20: #jtag_device <IR length> <IR capture> <IR mask> <IDCODE instruction>
        !            21: jtag_device 4 0x1 0xf 0xe
        !            22:
        !            23: #daemon_startup <'attach'|'reset'>
        !            24: daemon_startup reset
        !            25:
        !            26: #target <type> <endianess> <reset_mode> <jtag#> [variant]
        !            27: #target arm7tdmi little run_and_init 0 arm7tdmi_r4
        !            28:
        !            29: target arm7tdmi little run_and_init 0 arm7tdmi_r4
        !            30:
        !            31: #run_and_halt_time <target#> <time_in_ms>
        !            32: run_and_halt_time 0 50
        !            33:
        !            34: # commands below are specific to AT91sam7 Flash Programming
        !            35: # ---------------------------------------------------------
        !            36:
        !            37: #target_script specifies the flash programming script file
        !            38: #target_script 0 reset ./openocd_flash.scr
        !            39:
        !            40: #working_area <target#> <address> <size> <'backup'|'nobackup'>
        !            41: working_area 0 0x00100000 0x00010000 nobackup
        !            42:
        !            43: #flash bank at91sam7 0 0 0 0 <target#>
        !            44: flash bank at91sam7 0 0 0 0 0
        !            45:

CVSweb