Hi All,
I faced some problem while booting the linux
Using tftp I copied the linux image into ram at 0x8000 after I used bootm command
at that time its working fine.
But whenever I copied the linux image into flash at 3 to 10 sectors and after I used bootm command but I getting error message like below
## Booting image at 1c060000 ...
Image Name:
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 997788 Bytes = 974.4 kB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux.............................................................
........
crc error
-- System halted
In cmd_bootm command I given 3rd sector addres(0X1c060000)of flash also.
My flashdisk file system starting at 11th
sector.
Pls give me tha idea to solve the above problem.
Thanks & Regards
Srinivas Rao.Ch