Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Host Environment: Ubuntu version 18.04

Hardware requirements:

  • Nitrogen Board
  • Micro USB cable

Image Modified

Build Zephyr Blinky demo for Nitrogen board:

...


Expected output of OpenOCD console after successfully connecting with Nitrogen board


Image Added

Expected output of GDB console after successfully loading blinky demo: 

Image Added

At this point you may run x86_64 host GDB and attach to OpenOCD. As a test set a breakpoint at openocd-src/src/target/cortex_m.c:cortex_m_resume and hit resume. This breakpoint will hit one you hit resume on arm-noneabi-gdb which is debugging blinky demo on Nitrogen board.

...