Skip to content
Thursday, May 29, 2025
     Latest     

nginx error 500 Internal server error ofr BookwormOS on Raspberry-Pi

Neudeep Technology Blog

We Share At Neudeep

  • Home
  • About us
X
You are here
Home > Posts tagged "openocd"

Tag: openocd

Debugging in Eclipse Using OpenOCD on Ubuntu

  • embedded
by blog_1buq8n - April 3, 2019April 11, 20192

This is second part of ongoing tutorial on setting up GCC + Eclipse + OpenOCD environment for use with the SAME54 Xplained pro board on latest Ubuntu system. In order to be able to follow this blog entry you must already have the gcc-arm toolchain and openOCD configured When we talk about debugging it is important to know that the actual "debugger" or emulation hardware is "on chip" and is called the "on chip debug" (OCD) hardware. While there are other methods to debug your embedded code using DDD, Kgdb, & Gdb on Ubuntu in this post will see debugging using Eclipse. Prerequisite - Download and install the latest version of Eclipse (open-source integrated development environment). Compile and install openOCD

ARM Cortex-M4 HOWTO Debug Under Ubuntu

  • embedded
by blog_1buq8n - April 1, 2019May 20, 20190

With SAME54 board and using OpenOCD will debug the LED Flasher example. This post assumes that basic setup is ready using GNU-ARM Embedded Tool chain and OpenOCD. Basic gdb with OpenOCD To Begin with connect the SAME54 explained pro board and start the OpenOCD server using telnet telnet localhost 444>reset halt Then it is time for gdb to use GDB via openocd there are couple of options like, gdb, ddd, insight and kdgb. Will start with gbd $arm-none-eabi-gdb --eval-command="target remote localhost:3333" AtmelStart.elf This will start gdb with remote debugging and you can see following message Type "apropos word" to search for commands related to "word"… Reading symbols from AtmelStart.elf… Remote debugging using localhost:3333 main () at ../led_switcher_main.c:55 55

Recent Posts

  • nginx error 500 Internal server error ofr BookwormOS on Raspberry-Pi
  • Fixing OpenCV DNN CUDA Error: (-215:Assertion failed)
  • Building OpenCV with CUDA Support: A Step-by-Step Guide
  • APScheduler Jobs How-To Guide: Mastering Model Edit, Delete, and Update Events
  • Mastering APScheduler in Django: A Instant Maggi Guide to Background Task Scheduling
For our redmine services and offerings Visit RedmineLab.com
Check out our Engineering services !! NeuDeep.com !!

Archives

  • May 2025 (1)
  • March 2025 (1)
  • February 2025 (1)
  • January 2025 (1)
  • December 2024 (1)
  • October 2024 (1)
  • September 2024 (1)
  • June 2024 (1)
  • November 2023 (1)
  • July 2023 (1)
  • March 2022 (1)
  • January 2022 (1)
  • December 2021 (2)
  • November 2021 (1)
  • October 2021 (1)
  • September 2021 (1)
  • August 2021 (2)
  • July 2021 (3)
  • February 2021 (1)
  • January 2021 (1)
  • August 2020 (1)
  • June 2020 (1)
  • May 2020 (2)
  • November 2019 (2)
  • October 2019 (1)
  • September 2019 (2)
  • August 2019 (2)
  • July 2019 (4)
  • May 2019 (2)
  • April 2019 (8)
  • March 2019 (10)
  • February 2019 (11)

Categories

  • Android (2)
  • BBGW (4)
  • embedded (15)
  • HelloWorld (22)
  • LinuxAdmin (9)
  • python (7)
  • Raspberry (2)
  • Solved (7)
  • Testing (4)
© 2025
Powered by WordPress | Theme: AccessPress Mag
Top