; bdiGDB configuration file for IDT79EB355 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 SOFT ;SOFT or HARD, HARD uses PPC hardware breakpoints STEPMODE SWBP ;JTAG, HWBP or SWBP [HOST] IP 151.120.25.119 FILE E:\cygwin\home\demo\mips\fibo.x FORMAT ELF ;FILE E:\cygwin\home\bdidemo\mips\vmlinus ;FORMAT ELF ;FILE E:\cygwin\home\bdidemo\mips\jump_be.sss ;FORMAT SREC 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 ; for test only !!! CHIPTYPE I28BX8 ;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) ERASE 0xa0010000 UNLOCK 500 ERASE 0xa0011000 UNLOCK 100 ERASE 0xa0012000 UNLOCK ERASE 0xa0013000 ERASE 0xa0014000 UNLOCK 500 [REGS] DMM1 0xFF300000 ;DSU base address DMM2 0xB8000000 ;Memory mapped registers FILE E:\cygwin\home\bdidemo\mips\reg32300.def