; bdiGDB configuration file for Alchemy PB1100 board ; -------------------------------------------------- ; [INIT] ; [TARGET] ;CLOCK 0 ;BDI2000: JTAG clock 16MHz CLOCK 1 ;BDI3000: JTAG clock 16MHz CPUTYPE AU1000 ;AU1000 ;the used target CPU type ENDIAN LITTLE ;BIG ;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 0xA0000000 ;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 163.181.32.78 \\THis needs to be set appropriately FILE BDI2000\hello.ELF FORMAT ELF LOAD MANUAL ;load code MANUAL or AUTO after reset [FLASH] //THis needs to be set for the FLASH used CHIPTYPE MIRRORX16; CHIPSIZE 0X800000; BUSWIDTH 16; FILE yamon-02.20BOSPORUS.rec.m;The file to be loaded into FLASH FORMAT SREC; WORKSPACE 0xA0100000; ERASE 0xBFC00000; [REGS] DMM1 0xB4000000 ;memory controller base address DMM2 0xB0400000 ;interrupt controller 0 base address DMM3 0xB1800000 ;interrupt controller 1 base address FILE BDI2000\regau1100.def