From mboxrd@z Thu Jan 1 00:00:00 1970 From: fachkar.datawind@gmail.com (f. achkar) Date: Wed, 26 May 2010 15:51:27 -0400 Subject: using openocd + gdb to debug linux kernel on arm926ejs In-Reply-To: References: <4BFD72AD.4010005@gmail.com> Message-ID: <4BFD7BBF.1090100@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/26/2010 03:41 PM, Steve Chen wrote: > On Wed, May 26, 2010 at 2:12 PM, f. achkar wrote: > >> hi, >> This is my second posting (I'm not sure the first one passed the filter) sorry for that ... >> >> I'm newbie and have a s3c2450 based board (arm926ejs), I have a working compressed kernel image >> zImage, this image boots properly via u-boot-1.1.6, however I simply >> failed to debug remotely the vmlinux (root directory of linux source tree) via openocd-0.4.0 with a j-link segger. >> is there a good reference on how to properly debug the linux kernel via openocd/gdb for an arm target on a linux hot machine? >> > Actually, Nicolas Pitre posted an response in your first try. In > summary, use uImage for uboot. vmlinux won't work. > > Regards, > > Steve > Steve, thanks, I'm not sure I got what you mean! if I do the following: gdb arch/arm/boot/uImage GNU gdb (GDB) 6.8.50.20090417 ... "/home/ferar/DW-SB02-linux-final/arch/arm/boot/uImage": not in executable format: File format not recognized (gdb) target remote localhost:3333 Remote debugging using localhost:3333 0xc0008164 in ?? () 0xc0008164: b 0xc0008160 (gdb) set remote hardware-breakpoint-limit 2 (gdb) set remote hardware-watchpoint-limit 2 (gdb) load No executable file specified. Use the "file" or "exec-file" command. Note it is not executable format, I need to load and debug the kernel not just boot (I don't have booting issues) I'm having trouble trying to debug the kernel via jtag (openocd) gdb as outlined in the detail part of my previous post! I wonder if you people got that portion of the post? thanks, ferar