From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Swieter Date: Mon, 18 Jun 2007 12:54:44 +0200 Subject: [U-Boot-Users] bootm shows Kernel info but reset In-Reply-To: <406A31B117F2734987636D6CCC93EE3C01AD0A03@ehost011-3.exch011.intermedia.net> References: <467124D6.2080105@brunel.de> <406A31B117F2734987636D6CCC93EE3C01AD0A03@ehost011-3.exch011.intermedia.net> Message-ID: <46766474.90107@brunel.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Leonid, i uncommented DEBUG but that doesn't show to much information yet: ## cmdline at 0x007FFF00 ... 0x007FFF85 so i had a look at that address: # md 7fff00 .. console=ttyS0,11 .. 5200 console=tty .. S0 root=/dev/nfs .. ip=172.16.102.7 .. 9:::255.255.255. .. 0::eth0 nfsroot= .. 172.16.102.78:/e .. pdev/tools/ppc_8 .. xx rw.L;.2D..&.3 which show exactly the expected information, the command line for the kernel. /Ingo Leonid schrieb: > First, try to uncomment DEBUG in cmd_bootm.c - you may see useful output. > Second, see how your serial connection is initialized - why there is no any output on console? What is command line u-boot provides for the kernel? > > Leonid. >