From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 31 May 2012 11:21:19 -0500 Subject: [U-Boot] problem while making kernel up In-Reply-To: <1338437711.2367.9.camel@Manukumar> References: <1337677828.2382.30.camel@Manukumar> <201205221615.07965.marex@denx.de> <4FBBD34F.5010501@freescale.com> <1337752596.2378.37.camel@Manukumar> <20120523080211.B633820025A@gemini.denx.de> <1337761847.2378.71.camel@Manukumar> <4FBD0D43.1060208@freescale.com> <1338354171.2370.13.camel@Manukumar> <4FC64859.2070609@freescale.com> <1338437711.2367.9.camel@Manukumar> Message-ID: <4FC79A7F.8050003@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/30/2012 11:15 PM, Manukumar wrote: > thanks scott. > > i loaded my u-boot image to nand flash its fine. > and also > I need my kernel image and rootfs also in nand flash > so that my system should make kernel UP using nand flash. > how can i do this using nand flash as we are using only nand flash as > boot device. Again, you need to use "nand read" to move the images from NAND to RAM before booting. -Scott