From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Date: Wed, 13 Jul 2005 16:46:09 +0100 Subject: [U-Boot-Users] Re: 2.6.12 with u-boot-1.1.2 on versatile In-Reply-To: <20050713144515.70493.qmail@web30713.mail.mud.yahoo.com> (Shakthi Kannan's message of "Wed, 13 Jul 2005 07:45:14 -0700 (PDT)") References: <20050713144515.70493.qmail@web30713.mail.mud.yahoo.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Shakthi Kannan wrote: > # ./mkimage -A arm -O linux -T kernel -C gzip -a > 0xc0008000 -e 0xc0008000 -n "Linux Kernel Image" -d > linux.bin.gz uImage Try "-a 0x7fc0 -e 0x8000". > The uImage is programmed at 0x36000000 in NOR flash. > But, When I try to run the kernel from u-boot it hangs > at the following: You should run "cp 0x36000000 0x7fc0 " before "bootm". -- Catalin