All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] autostart
@ 2005-03-12 10:44 Der Herr Hofrat
  2005-03-12 11:15 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Der Herr Hofrat @ 2005-03-12 10:44 UTC (permalink / raw)
  To: u-boot

HI !

 I have a problem with device initialisation in the kernel (all up and running
 in u-boot) , so I wanted to have u-boot load the kernel, decompress it but 
 then not actually start it -  reading the u-boot manual I found that one 
 should use autostart no. The sequence I used was:

   setenv ipaddr 192.168.1.250
   setenv serverip 192.168.1.34
   tftpboot 0x350000 vmlinux.PPCBoot
   setenv autostart no 
   bootm 0x350000 

 but that simply kicks up the kernel and ends up in a panic becaues the 
 network and serial port initialization don't work in the kernel which I'm 
 trying to debug that - but I can't seem to stop the kernel with a breakpoint
 as the xilinx tools (XMD) simply does not set it, so I wanted u-boot to stop
 at the kernel entry and step it from there - no luck though.

 So how can I get u-boot to just do the decompression but not pass control to 
 the kernel ?

thx !
hofrat

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-03-12 17:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-12 10:44 [U-Boot-Users] autostart Der Herr Hofrat
2005-03-12 11:15 ` Wolfgang Denk
2005-03-12 11:23   ` Der Herr Hofrat
2005-03-12 16:14     ` Grant Likely
2005-03-12 17:24     ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.