From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Sat, 11 Dec 2004 17:42:29 +0100 Subject: [U-Boot-Users] Booting From hard disk. In-Reply-To: References: Message-ID: <41BB2375.1060700@bluewin.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/11/2004 05:04 PM Sharad P. Katti wrote: > Hi, > > We are trying to boot linux from the harddisk, using uboot. > We need to know, how to access the kernel from the harddisk. > i.e, the address where the kernel will be residing in the harddisk, > > > We have copied the uImage to the target harddisk, by creating > a file system, to the /boot dir. (by connecting to another system) > > > We are able to get the harddisk info from the uboot, and the > partition info, but we are not able to get the correct address, > to be given to diskboot. > > Can someone help up in getting the correct address, > or where to put the kernel in the harddisk. http://www.denx.de/twiki/bin/view/DULG/UsingPCCard may help. Wolfgang.