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

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

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

CVSweb