; bdiGDB configuration file for IDT79S334A board ; ---------------------------------------------- ; ; This configuration uses the IDT/SIM monitor setup the board ; [INIT] ; no init because monitor setup the board [TARGET] ;CLOCK 1 ;BDI2000: JTAG clock 8MHz CLOCK 3 ;BDI3000: JTAG clock 8MHz CPUTYPE RC32300 ;the used target CPU type ENDIAN BIG ;target is big endian STARTUP STOP 6000 ;STOP mode is used to let the monitor init the system WAKEUP 500 ;give reset time to complete WORKSPACE 0xA0000080 ;workspace in target RAM for fast download BDIMODE AGENT ;the BDI working mode (LOADONLY | AGENT) BREAKMODE HARD ;SOFT or HARD, HARD uses PPC hardware breakpoints STEPMODE HWBP ;JTAG, HWBP or SWBP [HOST] IP 151.120.25.119 ;FILE E:\cygwin\home\bdidemo\mips\fibo.x ;FORMAT ELF FILE E:\cygwin\home\bdidemo\mips\vmlinus FORMAT ELF LOAD MANUAL ;load code MANUAL or AUTO after reset [FLASH] ;WORKSPACE 0xa0000000 ;workspace in target RAM for fast programming algorithm CHIPTYPE AM29F ;Flash type (AM29F | AM29BX8 | AM29BX16 | I28BX8 | I28BX16) CHIPSIZE 0x80000 ;The size of one flash chip in bytes (e.g. AM29F040 = 0x80000) BUSWIDTH 8 ;The width of the flash memory bus in bits (8 | 16 | 32) FILE E:\cygwin\home\bdidemo\mips\s334a.cnf FORMAT BIN 0xa0020000 [REGS] DMM1 0xFF300000 ;DSU base address DMM2 0xB8000000 ;Memory mapped registers FILE E:\cygwin\home\bdidemo\mips\reg32334.def