23 lines
931 B
INI
23 lines
931 B
INI
adapter speed 10000
|
|
|
|
adapter driver ftdi
|
|
ftdi_device_desc "Dual RS232-HS"
|
|
ftdi_vid_pid 0x0403 0x6010
|
|
|
|
ftdi_layout_init 0x0008 0x001b
|
|
ftdi_layout_signal nSRST -oe 0x0020 -data 0x0020
|
|
|
|
set _CHIPNAME riscv
|
|
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x20000913
|
|
|
|
set _TARGETNAME $_CHIPNAME.cpu
|
|
target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME -rtos hwthread
|
|
target create $_TARGETNAME.1 riscv -chain-position $_TARGETNAME -coreid 1
|
|
target create $_TARGETNAME.2 riscv -chain-position $_TARGETNAME -coreid 2
|
|
target create $_TARGETNAME.3 riscv -chain-position $_TARGETNAME -coreid 3
|
|
target create $_TARGETNAME.4 riscv -chain-position $_TARGETNAME -coreid 4
|
|
target smp $_TARGETNAME.0 $_TARGETNAME.1 $_TARGETNAME.2 $_TARGETNAME.3 $_TARGETNAME.4
|
|
$_TARGETNAME.0 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
|
|
|
|
flash bank onboard_spi_flash0 fespi 0x20000000 0 0 0 $_TARGETNAME.0 0x10040000
|