; This configuration uses the monitor to setup the board ; [INIT] ; empty [TARGET] ; common parameters POWERUP 2000 ;power-up delay 2 seconds JTAGCLOCK 0 ;use 32 MHz JTAG clock ;JTAGCLOCK 1 ;use 16 MHz JTAG clock ;JTAGCLOCK 2 ;use 11 MHz JTAG clock ; Core#0 parameters (active core after reset) #0 CPUTYPE CNMIPS ;the used target CPU type #0 ENDIAN BIG ;target is big endian #0 JTAGDELAY 5 ;40 TCK's access delay ;#0 STARTUP STOP 5000 ;STOP mode is used to let the monitor init the system #0 STARTUP HALT ;halt at the boot vector #0 WORKSPACE 0xA0000080 ;workspace in target RAM for fast download #0 BREAKMODE HARD ;SOFT or HARD #0 SCANPRED 1 5 ;select last core in scan chain #0 SCANSUCC 0 0 ; ; Core#1 parameters #1 CPUTYPE CNMIPS #1 ENDIAN BIG #1 JTAGDELAY 5 #1 STARTUP WAIT ;CPU is held in reset #1 BREAKMODE HARD #1 SCANPRED 0 0 #1 SCANSUCC 1 5 [HOST] #0 PROMPT cnMIPS#0> #1 PROMPT cnMIPS#1> [REGS] FILE bdi/cnmips.def ; Relative to tftpboot location FILE bdi/cn50xx-abatron-csrs.def ; Relative to tftpboot location