# Openocd terminal ../openbcd_new/bin/openocd -f /home/olimex_sep_core0.cfg # GDB Terminal riscv32-unknown-elf-gdb /home/dhrystone/core0 target remote localhost:3333 (gdb) load build/dhrystone/dhrystone/core0 Loading section .init_array, size 0xc lma 0x1c000004 Loading section .fini_array, size 0xc lma 0x1c000010 Loading section .rodata, size 0x50 lma 0x1c00001c Loading section .vectors, size 0xc0 lma 0x1c004000 Loading section .text, size 0x15a0 lma 0x1c0040c0 Start address 0x1c004080, load size 5832 Transfer rate: 406 KB/sec, 1166 bytes/write. Exit from both openocd and GDB Enter again using a config for core 1 # Openocd terminal ../openbcd_new/bin/openocd -f /home/olimex_sep_core1.cfg # GDB Terminal riscv32-unknown-elf-gdb /home/dhrystone/core1 target remote localhost:3333 (gdb) load build/dhrystone/dhrystone/core1 Loading section .init_array, size 0xc lma 0x1c010004 Loading section .fini_array, size 0xc lma 0x1c010010 Loading section .rodata, size 0x68 lma 0x1c01001c Loading section .vectors, size 0xc0 lma 0x1c014000 Loading section .text, size 0x1648 lma 0x1c0140c0 Start address 0x1c014080, load size 6024 Transfer rate: 452 KB/sec, 1204 bytes/write. Exit from both openocd and GDB Enter again using a config for core 2 # Openocd terminal ../openbcd_new/bin/openocd -f /home/olimex_sep_core2.cfg # GDB Terminal riscv32-unknown-elf-gdb /home/dhrystone/core2 target remote localhost:3333 (gdb) load build/dhrystone/dhrystone/core2 Loading section .init_array, size 0xc lma 0x1c020004 Loading section .fini_array, size 0xc lma 0x1c020010 Loading section .vectors, size 0xc0 lma 0x1c024000 Loading section .text, size 0x270 lma 0x1c0240c0 Start address 0x1c024080, load size 840 Transfer rate: 82 KB/sec, 210 bytes/write. Exit from both openocd and GDB Enter again using a config for core 3 # Openocd terminal ../openbcd_new/bin/openocd -f /home/olimex_sep_core3.cfg # GDB Terminal riscv32-unknown-elf-gdb /home/dhrystone/core3 target remote localhost:3333 (gdb) load build/dhrystone/dhrystone/core3 Loading section .init_array, size 0xc lma 0x1c030004 Loading section .fini_array, size 0xc lma 0x1c030010 Loading section .rodata, size 0x3c lma 0x1c03001c Loading section .vectors, size 0xc0 lma 0x1c034000 Loading section .text, size 0x1630 lma 0x1c0340c0 Start address 0x1c034080, load size 5956 Transfer rate: 447 KB/sec, 1191 bytes/write.