From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derek Ou Date: Wed, 11 Feb 2009 15:54:06 -0700 Subject: [U-Boot] Loading Linux Image on AT91SAM9263-EK In-Reply-To: References: Message-ID: <4993570E.30101@siconix.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de You can use U-boot to write the file to NAND as well. The address does not matter as long as your bootcmd is reading the kernel from the same address. Please check your U-boot environment settings and your nand dump of the NAND location (0x200000). If you want to get help, post those information. Derek > Date: Wed, 11 Feb 2009 15:33:19 -0400 > From: Amandeep Bhullar > Subject: [U-Boot] Loading Linux Image on AT91SAM9263-EK > To: dasfoo at yahoo.com > > I have questions about loading the Linux Image. Do I just use SAM-BA > v2.7 tool and send file uImage to address 0x200000? I tied that and I > got Error: Cant get kernel image. > > Any help will be appreciated !! > > Aman. >