[U-Boot-Users] Re: Bdi and u-boot

Hi,
Check whether you have commneted the memory initialization part in your BDI configuration file. In the BDI configuration file, init memory controller and init SDRAM should be commented and also comment the IMMR initialization while debugging u-boot code. If proper address of IMMR [address is configured by HRCW] is not got, the board might be receiving a Watchdog reset, which by default is set.
Hope this helps.
With Regards, C.R.Srivatsan

Check whether you have commneted the memory initialization part in
your BDI configuration file.
Thank you! Yes, now I can just do (gdb)c. The only thing remains is when I do
(gdb) c Continuing.
Breakpoint 1, <signal handler called> (gdb) n <never comes back>
GDB never comes back on 'n' command and BDI shows - TARGET: stepped - TARGET: stepped - TARGET: stepped - TARGET: stepped - TARGET: stepped - TARGET: stepped - TARGET: stepped - TARGET: stepped ...
Does anybody knows what that mean. In BDI config in init part I have left only one line uncommented WM32 0x0F010004 0xFFFFFFC3 ;SYPCR: disable watchdog IMMR and everything else in init part is commented.
Thank you
participants (2)
-
Dmytro Bablinyuk
-
Srivatsan CR