[U-Boot-Users] Re: 2.6.12 with u-boot-1.1.2 on versatile

Catalin Marinas catalin.marinas at arm.com
Wed Jul 13 17:46:09 CEST 2005


Shakthi Kannan <shakthimaan at yahoo.com> 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 <size>" before "bootm".

-- 
Catalin





More information about the U-Boot mailing list