; bdiGDB configuration file for Alchemy Pb1000 board ; -------------------------------------------------- ; ; This configuration uses YAMON to setup the board ; [INIT] ; WCP0 12 0x00000000 ;disable interrupts ; [TARGET] ;CLOCK 0 ;BDI2000: JTAG clock 16MHz CLOCK 1 ;BDI3000: JTAG clock 16MHz CPUTYPE AU1000 ;the used target CPU type ENDIAN BIG ;target is big endian ;ENDIAN LITTLE ;target is little endian STARTUP STOP 5000 ;STOP mode is used to let the monitor init the system RESET JTAG ;the reset type (NONE, JTAG, HARD) 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 JTAG ;JTAG, HWBP or SWBP VECTOR CATCH ;catch unhandled exceptions [HOST] IP 151.120.25.119 FILE E:\cygwin\home\bdidemo\mips\fibo.x FORMAT ELF ;FILE E:\cygwin\home\au1000\hello\hello.elf ;FORMAT ELF ;FILE E:\cygwin\home\bdidemo\mips\vxworks.hex ;FORMAT SREC LOAD MANUAL ;load code MANUAL or AUTO after reset [FLASH] [REGS] DMM1 0xB4000000 ;memory controller base address DMM2 0xB0400000 ;interrupt controller 0 base address DMM3 0xB1800000 ;interrupt controller 1 base address FILE E:\cygwin\home\bdidemo\mips\regau1k.def