
Hello, I am using 'DULG document'. My work environment in brief: BDI2000, ARM11 based board with flash memory, RedHat Linux-8.0 host machine etc. After compiling the source of u-boot, I got u-boot.bin and u-boot images. Using u-boot.bin image, I reprogrammed flash memory through serial port. Using u-boot image, I started debugging.
[ravi@localhost u-boot-arm11]$ arm-linux-gdb u-boot GNU gdb 6.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-linux"... (gdb) target remote bdi:2001 Remote debugging using bdi:2001 0x48000000 in ?? () (gdb) b cpu_init Breakpoint 1 at 0x80e811c4: file cpu.c, line 93. (gdb) c Continuing.
I waited for about 20 mintes. No response. I was expecting the breakpoint to hit as explained in 'DULG document' section "10.1.1 Debugging of U-Boot Before Relocation". Please suggest me what could be the problem. I have tested the communication with BDI2000 from the host machine using 'ftp' and 'telnet' commands. It's OK.
Thanks A Lot, Ravi