Search Results
Search results 1-2 of 2.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
UPDATE: Realized the JLink software versions were different. For some reason, both virtual or not, everything works fine with GDB server V6.44b but is broken in the most recent version (at least for the board and chip that I'm working with). Hopefully someone from SEGGER can chime in here, since I imagine there is a bug somewhere.
-
I'm able to debug my NXP MIMXRT1051 perfectly fine when running natively on linux and windows, however when using Virtual Box Virtual Box OR VMWare Workstation PRO (Ubuntu 18.04 guest with 4.18.0-21-generic kernel) I get the following error when using the JLinkGDBServer Source Code (152 lines) And the debugger just hangs there. My settings.jlink file is just `SetResetType = 4`. On the gdb client side, I run with the following .gdbinit file Source Code (9 lines)Once GDB starts I type "continue" a…