|
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>
|