This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Getting "Invalid FAT entry" while boot using Ramdisk filesystem from SD card

Champs,

                I am following steps described in http://processors.wiki.ti.com/index.php/Creating_a_RAMDISK for preparing ramdisk filesystem and boot the same from SD card. But i get the following error, during boot, any idea with this.

================================================================================================

TI811X_EVM#setenv bootcmd 'mmc rescan 0; fatload mmc 0 0x81000000 uImage; fatload mmc 0 0x82000000 ramdisk.gz; bootm 0x81000000'
TI811X_EVM#
TI811X_EVM#setenv bootargs 'console=ttyO0,115200n8 mem=192M earlyprintk root=/dev/ram rw initrd=0x82000000,60MB'
TI811X_EVM#boot
reading uImage

2732216 bytes read
reading ramdisk.gz
Invalid FAT entry

** Unable to read "ramdisk.gz" from mmc 0:1 **
## Booting kernel from Legacy Image at 81000000 ...

================================================

        Any help is appreciated.

Thanks & Regards,

Velan