; bdiGDB configuration file for IDT 438 board ; ---------------------------------------------- ; [TARGET] ;CLOCK 1 ;BDI2000: JTAG clock 8MHz CLOCK 3 ;BDI3000: JTAG clock 8MHz CPUTYPE M4KC ;the used target CPU type ENDIAN LITTLE ;target is little endian STARTUP RUN ;RESET mode init the system WAKEUP 500 ;give reset time to complete WORKSPACE 0xA0100000 ;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 VECTOR CATCH ;catch all unhandled exceptions [HOST] IP 157.165.159.68 ;Put IP address of your host FILE C:\abatron\vmlinus FORMAT SREC LOAD MANUAL ;load code MANUAL or AUTO after reset PROMPT 438> ;used prompt [FLASH] WORKSPACE 0xA0000080 ;workspace in target RAM for fast programming algorithm CHIPTYPE AM29BX16 ;Flash type (AM29F | AM29BX8 | AM29BX16 | I28BX8 | I28BX16) CHIPSIZE 0x400000 ;The size of one flash chip in bytes (e.g. AM29F040 = 0x80000) BUSWIDTH 16 ;The width of the flash memory bus in bits (8 | 16 | 32) FILE C:\abatron\idtrom.prm FORMAT SREC 0xbfc00000 ERASE 0xbfc00000 ERASE 0xbfc10000 ERASE 0xbfc20000 ERASE 0xbfc30000 ERASE 0xbfc40000 ERASE 0xbfc50000 ERASE 0xbfc60000 ERASE 0xbfc70000 ERASE 0xbfc80000 ERASE 0xbfc90000 ERASE 0xbfca0000 ERASE 0xbfcb0000 ERASE 0xbfcc0000 ERASE 0xbfcd0000 ERASE 0xbfce0000 ERASE 0xbfcf0000 [REGS] DMM1 0xFF300000 ;DSU base address DMM2 0xB8000000 ;Memory mapped registers FILE c:\abatron\reg32438.def