# JTAG adapter setup interface ftdi ftdi_vid_pid 0x0403 0x6010 # ftdi_channel 0 is port ADBUS, ftdi_channel 1 is port BDBUS. ftdi_channel 1 transport select jtag adapter_khz 1000 ftdi_layout_init 0x00f8 0x00fb ftdi_layout_signal nSRST -oe 0x0040 ftdi_layout_signal nTRST -oe 0x0010 set _CHIPNAME riscv #jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x20000001 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x0 set _TARGETNAME $_CHIPNAME.cpu target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME #$_TARGETNAME.0 configure -work-area-phys 0x80000000 -work-area-size 10000 -work-area-backup 1 #$_TARGETNAME.0 configure -work-area-phys 0x50000000 -work-area-size 32768 -work-area-backup 0 echo "Ready for Remote Connections"