[U-Boot-Users] ERROR during booting linux from board

Hi,
I'm Vishal. Working on the project 'arm linux porting to at91rm9200dk'.I have cross-compiled the linux kernel 2.6.11 for arm architecture and then converted zimage to uImage using mkimage tool. The uImage I've downloaded successfully through serial port. While booting using bootm command from prompt on hyper terminal ,I got the error as follows:
AT91RM9200-DK> loadb 0x20000000 ## Ready for binary (kermit) download ... ## Start Addr = 0x20000000 AT91RM9200-DK> bootm 0x20000000 ## Booting image at 20000000 ... Image Name: Linux-2.6.11-patch Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 851208 Bytes = 831 kB = 0 MB Load Address: 20008000 Entry Point: 20008000 Verifying Checksum ... OK Loading Kernel Image ... 851208 bytes from 0x20000040 to 0x20008000OK Can't boot image type 2 AT91RM9200-DK>
What may be the causes for this problem.Need the help in this regard.
Thanks and Regards

In message 1170161560.2346.23.camel@vishal.globaledgesoft.com you wrote:
AT91RM9200-DK> bootm 0x20000000 ## Booting image at 20000000 ...
^^^^^^^^
Load Address: 20008000
^^^^^^^^
Entry Point: 20008000
^^^^^^^^
Verifying Checksum ... OK Loading Kernel Image ... 851208 bytes from 0x20000040 to 0x20008000OK
^^^^^^^^^^^^^^^^^^^^^^^^
Can't boot image type 2
...
What may be the causes for this problem.Need the help in this regard.
Your choice of addresses is broken; the kernel is overwriting itself.
Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
Please NEVER post HTML here!
Best regards,
Wolfgang Denk
participants (2)
-
Vishal M
-
Wolfgang Denk