
13 Jul
2005
13 Jul
'05
5:46 p.m.
Shakthi Kannan shakthimaan@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