From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 13 Jan 2010 12:19:09 -0600 Subject: [U-Boot] uboot.bin for smdkc100_config fails to boot from NAND In-Reply-To: References: Message-ID: <20100113181909.GA14386@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jan 13, 2010 at 03:21:50PM +0530, Naveen Krishna Ch wrote: > Hi All, > > I have a SMDKC100 boards with Single chip NAND > > Built the mainline uboot for > > Das U-Boot# smdkc100_config; make > > i use a In-Circuit Debugger to flash the uboot.bin > to the NAND. > > I checked the dip switches & Jumpers are proper. > > The In-Circuit Debugger shows "Emulation running" > But, nothing comes up on the UART0 > > What could be the problem, Any pointers.. Does this chip/board have special hardware/ROM to load a full u-boot image out of NAND into somewhere it can execute? If not, you'll need nand_spl support for this board. -Scott