You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While debugging Linux kernel via jtag on Polarfire icicle board, getting following error on GDB breakpoint removal packet
Error: Failed to restore instruction for 2-byte breakpoint at 0xffffffff8000c00e
Most of the time this error is come when i.e
I examined all the harts to see the memory access and found that first hart is not be able to read that breakpoint address memory.
telnet logs:
so hart 1 is not be able to access the memory at all.
I'm running following LTS linux
Linux icicle-kit-es-flex 5.15.79-linux4microchip+fpga-2022.09 #1 SMP Thu Nov 24 14:15:55 UTC 2022 riscv64 GNU/Linux
Linux cmdline
Enabled openocd debug_level 3 and got following error on accessing the memory
I'm also attaching the complete openocd, telnet, gdb and openocd config logs.
Can anyone please suggest why I'm getting this error ?
bug-report.zip
Beta Was this translation helpful? Give feedback.
All reactions