Hi
I am trying the kernel using jtag and a BDI2000
I am following the beagleboard web page http://elinux.org/DebuggingTheLinuxKernelUsingGdb
the beagle board boots ok from mmccard as shown on the minicom
console
then I connect gdb to the bdi2000 using target remote
10.82.1.204:2001
(gdb)file vmlinux loads the symbols OK
(gdb)load vmlinux fails with
(gdb)Loading section .note.gnu.build-id, size 0x24 lma 0x0
(gdb)Load failed
Any ideas about what I am doing wrong, I should be able to load the
file from gdb.
no error messages are shown on the telnet console connected to the
bdi2000
I can load the file using load 0xc0008000 vmlinux binary at the telnet
console
Thanks Chris