;-------------------------------------------------------------------------- ; ; ; PEEDI sample target configuration file ; ; Ronetix GmbH ; ; Supported devices : AC495 - MIPS32 4k ; Board : AudioCodes Tulip AC494 ; ; Revision : 1.0 ; ; Date : Jun 09, 2017 ; ; The file is delivered "AS IS" without warranty or condition of any ; kind, either express, implied or statutory. This includes without ; limitation any warranty or condition with respect to merchantability or ; fitness for any particular purpose, or against the infringements of ; intellectual property rights of others. ; ;-------------------------------------------------------------------------- ;-------------------------------------------------------------------------- ; The following section contains licenses that are required for PEEDI to ; operate. ; ; These licenses must be filled before using this file. ; ; Example: ; [LICENSE] ; KEY = UPDATE_24MAY2007, 1111-1111-1111-1 ; KEY = CORTEXM3, 2222-2222-2222-2 ; ; The minimum required licenses are provided when PEEDI is purchased and ; are printed on the bottom side of PEEDI. ; [LICENSE] FILE = eep:license.txt [DEBUGGER] PROTOCOL = gdb_remote ; gdb remote REMOTE_PORT = 2000 ; TCP/IP port [TARGET] PLATFORM = MIPS [PLATFORM_MIPS] JTAG_CHAIN = 5 ; list of TAP controllers in the JTAG chain JTAG_CLOCK = 8000 ; JTAG Clock in [kHz] TRST_TYPE = PUSHPULL ; type of TRST output: OPENDRAIN or PUSHPULL RESET_TIME = 20 ; length of RESET pulse in ms; 0 means no RESET ;WAKEUP_TIME = 1000 ;TIME_AFTER_RESET = 500 CORE0 = MIPS32_4K, 0, 0xB52D02F CORE0_STARTUP_MODE = STOP, 4000 CORE0_ENDIAN = LITTLE CORE0_BREAKMODE = soft ; breakpoint mode CORE0_INIT = INIT_MIPS ; init section ; The AGENT doesn't work at address 0x94000000 - maybe some issue with the MMU ;CORE0_WORKSPACE = 0x94000000, 0x4000 ; in DDR2, with MMU activated ; the AGENT does work fine CORE0_WORKSPACE = 0xA0000000, 0x1000 ; in SRAM CORE0_FLASH0 = NOR_FLASH CORE0_PATH = "tftp://192.168.3.60" [INIT_MIPS] ; disable cache set config 0x2 ; SST39VF3201 - NOR Flash 4 MB [NOR_FLASH] CHIP = CFI_FLASH CHECK_ID = YES CHIP_WIDTH = 16 CHIP_COUNT = 1 ACCESS_METHOD = AGENT CHECK_ID = YES BASE_ADDR = 0xB0000000 FILE = "test1k.bin", BIN, 0xB03FF000 ; file to program [SERIAL] BAUD = 115200 STOP_BITS = 1 PARITY = NONE TCP_PORT = 0 [TELNET] PROMPT = "AC495> " ; telnet prompt ;BACKSPACE = 127 ; comment out for autodetect [DISPLAY] BRIGHTNESS = 20 ; LED indicator brightness VOLUME = 25 ; beeper volume [ACTIONS] ; user defined scripts ;AUTORUN = 2 ; executed on every target connect ;1 = prog