[U-Boot-Users] u-boot hanging

Ram vshrirama at gmail.com
Fri Nov 17 09:16:10 CET 2006


Hi,
 I had posted a query regarding hanging of u-boot when a return is made from
a standalone application.

 Does this have anything to do with the size of the standalone application?.
Should i specify that somewhere?.

 Is there a maximum size of an App.


 hello_world example works fine for me. However when i do the return from my
custom standalone application, u-boot hangs.

 This behaviour happens 7 out of 10 times. (Sometimes, it works well, most
times it doesnt).

 Do we need to do something "Special" before returning back?.

 Please do advice.

 All im doing is

  while (!tstc())
                ;
  ch = getc ( );
  printf ("Returning\n") ;

  return (0) ;



Regards,
 sriram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20061117/1bbf1aeb/attachment.htm 


More information about the U-Boot mailing list